@charset "UTF-8";
/* ----- Font weight ------- */
/* ------------------ */
/* ----- Font style ------- */
/* ------------------ */
/*************************
Mixins
*/
/*************place holder ************/
/************ Transition *************/
/************ Breakpoints *************/
/*!
 * 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,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: "catamaran", sans-serif;
  font-size: 17px;
  line-height: 1.39;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #c69c6d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a67641;
    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: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.39;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #e6e6e6; }

.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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "miller-display", serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 11.5px; }

.lead {
  margin-bottom: 23px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 25.5px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #c69c6d; }

a.text-primary:hover,
a.text-primary:focus {
  color: #b88348; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #c69c6d; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b88348; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #e6e6e6; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 23px; }

dt,
dd {
  line-height: 1.39; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 1em;
  border-left: 5px solid #e6e6e6; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.39;
    color: black; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e6e6;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.39; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 16px;
  line-height: 1.39;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: 1200px; } }

.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.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.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.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.39;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 17.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.39;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.39;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #c69c6d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 156, 109, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 156, 109, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e6e6e6;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 54px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 14.875px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 14.875px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 37.875px;
  padding: 6px 10px;
  font-size: 14.875px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 10px 16px;
  font-size: 23.375px;
  line-height: 1.3333333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 23.375px;
  line-height: 1.3333333;
  border-radius: 0; }
.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 46.375px;
  padding: 11px 16px;
  font-size: 23.375px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 46.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 28px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23.375px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14.875px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.39;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #ffffff;
  background-color: #ef7623;
  border-color: #ef7623; }
  .btn-default:focus, .btn-default.focus {
    color: #ffffff;
    background-color: #d05e0f;
    border-color: #893d0a; }
  .btn-default:hover {
    color: #ffffff;
    background-color: #d05e0f;
    border-color: #c6590e; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #d05e0f;
    border-color: #c6590e; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #af4f0d;
      border-color: #893d0a; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #ef7623;
    border-color: #ef7623; }
  .btn-default .badge {
    color: #ef7623;
    background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #c69c6d;
  border-color: #c69c6d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #b88348;
    border-color: #815c32; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #b88348;
    border-color: #b17e45; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #b88348;
    border-color: #b17e45; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #9e713e;
      border-color: #815c32; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #c69c6d;
    border-color: #c69c6d; }
  .btn-primary .badge {
    color: #c69c6d;
    background-color: #ffffff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #c69c6d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #a67641;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23.375px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14.875px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14.875px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.39;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #c69c6d;
  background-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #c69c6d;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14.875px;
  line-height: 1.39;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #d7d7d7;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14.875px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 23.375px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #c69c6d; }
  .nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.39;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e6e6e6 #e6e6e6 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #c69c6d; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 26px 15px;
  font-size: 23.375px;
  line-height: 23px;
  height: 65px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 13px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 26px;
          padding-bottom: 26px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 15.5px;
    margin-bottom: 15.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 21.5px;
    margin-bottom: 21.5px; }

.navbar-text {
  margin-top: 21px;
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #735b42;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: white; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: white; }
  .navbar-default .navbar-nav > li > a {
    color: white; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ddd;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #c69c6d; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: white; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #c69c6d; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: white; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ddd;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: white; }
    .navbar-default .navbar-link:hover {
      color: #ddd; }
  .navbar-default .btn-link {
    color: white; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #ddd; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0.75em 0;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "- ";
      padding: 0 5px;
      color: #828282; }
  .breadcrumb > .active {
    color: #828282; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.39;
      text-decoration: none;
      color: #c69c6d;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #a67641;
    background-color: #e6e6e6;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #c69c6d;
    border-color: #c69c6d;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23.375px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14.875px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #e6e6e6; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #c69c6d; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #b88348; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14.875px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #c69c6d;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 0;
    font-size: 23.375px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 0;
      padding-bottom: 0; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 0;
        padding-right: 0; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 41px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.39;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c69c6d; }

.alert {
  padding: 1em;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 21em; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14.875px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #c69c6d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e6e6e6;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c69c6d;
  border-color: #c69c6d; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 23px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #c69c6d; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #c69c6d;
    border-color: #c69c6d; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c69c6d; }
    .panel-primary > .panel-heading .badge {
      color: #c69c6d;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c69c6d; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.39; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "catamaran", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.39;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14.875px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "catamaran", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.39;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.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; } }
/* ==========================================================================
   General
   ========================================================================== */
/* Base Rules
========================================================================== */
html {
  font-size: 17px;
  overflow-x: hidden; }

button, input, select, optgroup, textarea {
  font-family: miller-display, serif;
  font-family: catamaran, sans-serif; }

body {
  background: #f0eee9;
  color: #a68676; }
  @media (max-width: 479px) {
    body {
      font-size: 0.9411764706rem; } }

p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.53; }
  p.lead {
    font-size: 1.2352941176rem;
    line-height: 1.524;
    letter-spacing: 0.0070588235rem;
    margin-bottom: 1.2941176471rem; }
  p.small-head {
    font-size: 0.9411764706rem;
    color: #767980; }

blockquote {
  margin-top: 1.5em;
  padding: 1.5em;
  border-left: 0;
  color: white;
  background-color: #c69c6d; }

a,
button {
  transition: all 300ms ease-in-out; }

a:hover, a:focus {
  text-decoration: none; }

*:focus {
  outline: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 1.1764705882rem;
  font-family: "miller-display", serif; }

h1,
.h1 {
  color: #735b42;
  line-height: 1; }
  @media (min-width: 480px) {
    h1,
    .h1 {
      font-size: 1.7647058824rem; } }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2.6470588235rem; } }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 3.5294117647rem; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 4.1176470588rem; } }

h2,
.h2 {
  color: #735b42;
  line-height: 1; }
  @media (min-width: 480px) {
    h2,
    .h2 {
      font-size: 1.4117647059rem; } }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 1.6470588235rem; } }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 1.7647058824rem; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2.0588235294rem; } }

img {
  max-width: 100%; }

/* Bootstrap
========================================================================== */
.thumbnail {
  line-height: normal;
  padding: 0;
  transition: opacity 300ms ease-in-out;
  border: 0;
  border-radius: 0; }
  .thumbnail:hover, .thumbnail:focus {
    text-decoration: none;
    opacity: .8;
    color: initial; }

.form-control {
  box-shadow: none;
  transition: all 300ms; }
  .form-control:hover {
    background-color: #fcfcfc; }
  .form-control:focus {
    box-shadow: none;
    background-color: #fafafa; }

.container {
  max-width: 100%; }
  @media (min-width: 1650px) {
    .container {
      width: 95.4705882353rem; } }

.innerspacing {
  padding: 5.1176470588rem 0; }
  @media (max-width: 1200px) {
    .innerspacing {
      padding: 3.5294117647rem 0; } }
  @media (max-width: 991px) {
    .innerspacing {
      padding: 2.9411764706rem 0; } }
  @media (max-width: 768px) {
    .innerspacing {
      padding: 2.3529411765rem 0; } }
  @media (max-width: 639px) {
    .innerspacing {
      padding: rem-calc(30 0); } }
  @media (max-width: 479px) {
    .innerspacing {
      padding: 1.1764705882rem 0; } }

@media (max-width: 1200px) {
  a {
    cursor: pointer; } }

.bgimage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  /* background-attachment: fixed!important; */ }

.bgprlx {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important; }

.sideline_title {
  position: relative; }

.sub_lab {
  color: #c69c6d;
  text-transform: capitalize;
  font-style: italic;
  font-size: 1.4117647059rem;
  right: 103.2%;
  top: 0px;
  letter-spacing: 0;
  padding: 9px 6px 0;
  position: absolute;
  font-weight: 300;
  transform: translateX(-100px);
  opacity: 0;
  /*transition:1s all 1s;*/ }
  .sub_lab .btmline {
    font-size: 0;
    height: 0.0588235294rem;
    width: 0;
    background: #c69c6d;
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.1764705882rem;
    opacity: 0;
    transition: 0.5s all; }
  .sub_lab.divshown {
    transform: translateX(0);
    opacity: 1; }
    .sub_lab.divshown .btmline {
      opacity: 1;
      /*width: calc(100% + 23px);
      min-width: rem(54px);*/
      width: 3.4117647059rem; }

* {
  /*cursor: none;*/
  /*cursor: auto;*/ }
  @media (max-width: 1200px) {
    * {
      /*cursor: auto;*/ } }

.arrowcr {
  position: absolute;
  height: 0.5882352941rem;
  width: 0.5882352941rem;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99; }

.custom-cursor span {
  background-color: #735b42; }

.main {
  background-color: #735b42;
  width: 4.7058823529rem;
  height: 4.7058823529rem;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(-50%, -50%) scale(0.125);
  transform: translate(-50%, -50%) scale(0.125);
  z-index: 10; }

.follow {
  background-color: #735b42;
  width: 3.5294117647rem;
  height: 3.5294117647rem;
  overflow: hidden;
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease;
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(-50%, -50%) scale(0.115);
  transform: translate(-50%, -50%) scale(0.115);
  z-index: 9; }

.custom-cursor.hover-link span.follow {
  background: #735b42;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.33; }

/*.cursor1 {
background-color: $brand-secondary;
z-index: 1;
}
.cursor2 {
background-color: $brand-secondary;
height: 6.9px;
width: 6.9px;

}*/
.hover-link .cursor2 {
  height: 3.5294117647rem;
  width: 3.5294117647rem;
  opacity: 0.22;
  transition: 0.5s all; }

.vh {
  /*visibility: hidden;
  transition: 0.5s all 1s;*/ }

/* *[data-class="fadeIn"]{
	transition:0.5s all 2s
} */
.border_one:before {
  position: absolute;
  width: 0;
  height: 0.0588235294rem;
  top: 0;
  left: 0;
  background: #735b42;
  content: "";
  display: block;
  transition: 1s all 0s;
  -webkit-transition: 1s all 0s;
  -moz-transition: 1s all 0s;
  -o-transition: 1s all 0s;
  transition: 0s all; }
.border_one:after {
  position: absolute;
  width: 0.0588235294rem;
  height: 0;
  top: 0;
  right: 0;
  background: #735b42;
  content: "";
  display: block;
  transition: 1s all 1s;
  -webkit-transition: 1s all 1s;
  -moz-transition: 1s all 1s;
  -o-transition: 1s all 1s;
  transition: 0s all; }

.border_two:before {
  position: absolute;
  width: 0;
  height: 0.0588235294rem;
  bottom: 0;
  right: 0;
  background: #735b42;
  content: "";
  display: block;
  transition: 1s all 2s;
  -webkit-transition: 1s all 2s;
  -moz-transition: 1s all 2s;
  -o-transition: 1s all 2s;
  transition: 0s all; }
.border_two:after {
  position: absolute;
  width: 0.0588235294rem;
  height: 0;
  bottom: 0;
  left: 0;
  background: #735b42;
  content: "";
  display: block;
  transition: 1s all 3s;
  -webkit-transition: 1s all 3s;
  -moz-transition: 1s all 3s;
  -o-transition: 1s all 3s;
  transition: 0s all; }

.border_animat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .border_animat.divshown .border_one:before {
    width: 100%; }
  .border_animat.divshown .border_one:after {
    height: 100%; }
  .border_animat.divshown .border_two:before {
    width: 100%; }
  .border_animat.divshown .border_two:after {
    height: 100%; }

.box_frame {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0; }
  .box_frame:after, .box_frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s; }
  .box_frame:after {
    border-left: 1px solid #c69c6d;
    border-right: 1px solid #c69c6d;
    transform: scale(1, 0);
    transform-origin: 100% 0 0; }
  .box_frame:before {
    border-bottom: 1px solid #c69c6d;
    border-top: 1px solid #c69c6d;
    transform: scale(0, 1);
    transform-origin: 0 0 0; }
  .box_frame.divshown:after, .box_frame.divshown:before {
    opacity: 1;
    transform: scale(1);
    /*transition-delay: 2s;*/ }

.sub_txt {
  text-transform: uppercase;
  font-size: 0.7647058824rem;
  font-family: "miller-display", serif;
  letter-spacing: 0.4411764706rem;
  margin: 0 0 2% 0;
  padding: 0 0 0 0.5294117647rem; }
  @media (min-width: 1650px) {
    .sub_txt {
      padding: 0 0 0 0.4117647059rem;
      margin: 0 0 1.9411764706rem 0; } }

html[lang="en-US"] {
  margin-top: 0 !important; }

.line_heading {
  text-align: center;
  position: relative;
  padding-top: 1.7647058824rem; }
  .line_heading h2 {
    color: #a68676;
    font-size: 0.8823529412rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.2764705882rem;
    padding-bottom: 1rem;
    margin-bottom: 2.1764705882rem;
    transition: all 1s ease-in-out; }
    .line_heading h2:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0.0588235294rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-bottom: solid 0.0588235294rem #c69c6d;
      transition: all 1s ease-in-out; }
    .line_heading h2 a:hover, .line_heading h2 a:focus {
      letter-spacing: 0.4117647059rem; }
  .line_heading.divshown h2 {
    letter-spacing: 0.5117647059rem; }
    .line_heading.divshown h2:before {
      width: 23.7058823529rem; }
  @media (max-width: 991px) {
    .line_heading.divshown h2 {
      letter-spacing: 0.2764705882rem; }
      .line_heading.divshown h2:before {
        width: 14.1176470588rem; } }

.welcome__bottom.explore-area-bg {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 17px 20px 0 rgba(24, 24, 25, 0.22);
  margin-top: 0;
  position: relative; }
  .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .container, .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .row, .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner [class*=' col-'] {
      height: 100%; }
    .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .container {
      position: relative; }
    .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .dotline {
      top: auto;
      left: auto;
      right: 15%;
      height: 0;
      bottom: -2.3529411765rem; }
      .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .dotline.divshown {
        height: 10.4117647059rem; }
    .welcome__bottom.explore-area-bg .fullview_img .bgimage_inner .fullviewBottomTitle {
      color: #ffffff;
      font-family: "miller-display", serif;
      font-weight: 300;
      font-size: 1.1764705882rem;
      line-height: 1.5;
      text-transform: uppercase;
      padding-right: 20%;
      width: 100%;
      text-align: right;
      letter-spacing: 0.2941176471rem;
      position: absolute;
      bottom: 3.5294117647rem; }

@media (max-width: 639px) {
  h2.sideline_title span {
    display: block; } }
.col-centered {
  float: none;
  margin: 0 auto; }

.nopage .page_txt {
  min-height: 60vh; }

.contact-form ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.4411764706rem; }
  .contact-form ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.7647058824rem;
    padding-left: 0.4411764706rem;
    padding-right: 0.4411764706rem; }
    .contact-form ul li.small {
      width: calc(33.333%); }
      @media (max-width: 767px) {
        .contact-form ul li.small {
          width: 50%; } }
      @media (max-width: 639px) {
        .contact-form ul li.small {
          width: 100%; } }
    .contact-form ul li.half {
      width: 50%; }
      @media (max-width: 639px) {
        .contact-form ul li.half {
          width: 100%; } }
    .contact-form ul li.large {
      width: 66.666%; }
      @media (max-width: 767px) {
        .contact-form ul li.large {
          width: 50%; } }
      @media (max-width: 639px) {
        .contact-form ul li.large {
          width: 100%; } }
    .contact-form ul li.date-control .form-control {
      background: #f0eee9 url(../img/ico/calanderico.svg) right 20px center no-repeat;
      background-size: 1.5882352941rem; }
      @media (max-width: 768px) {
        .contact-form ul li.date-control .form-control {
          background-size: 1rem; } }
    @media (max-width: 767px) {
      .contact-form ul li {
        width: calc(50%);
        margin-bottom: 0.5882352941rem; } }
    @media (max-width: 639px) {
      .contact-form ul li {
        width: 100%; } }
    .contact-form ul li label {
      display: block; }
    .contact-form ul li .form-control {
      font-family: "catamaran", sans-serif;
      font-weight: 400;
      color: #735b42;
      font-size: 0.7647058824rem;
      letter-spacing: 0.1176470588rem;
      background-color: #f0eee9;
      border: none;
      border-radius: 0;
      height: 3.5882352941rem;
      line-height: 1.4117647059rem;
      text-transform: uppercase;
      padding: 0.5882352941rem 2.1764705882rem; }
      @media (max-width: 1200px) {
        .contact-form ul li .form-control {
          height: 2.9411764706rem;
          padding: 0.5882352941rem 1.7647058824rem; } }
      @media (max-width: 767px) {
        .contact-form ul li .form-control {
          letter-spacing: 0.0882352941rem;
          height: 2.3529411765rem;
          padding: 0.3529411765rem 0.8823529412rem; } }
      .contact-form ul li .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #735b42; }
      .contact-form ul li .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #735b42; }
      .contact-form ul li .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #735b42; }
      .contact-form ul li .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #735b42; }
    .contact-form ul li textarea.form-control {
      height: 13.8235294118rem;
      padding-top: 0.8823529412rem; }
.contact-form .required-text {
  display: block;
  font-size: 0.7647058824rem;
  font-weight: 400;
  padding-left: 1.0588235294rem;
  margin-top: -0.7647058824rem; }
  @media (max-width: 639px) {
    .contact-form .required-text {
      margin-top: 0;
      margin-bottom: 0.8823529412rem; } }
.contact-form .btnWrap {
  text-align: center; }
  .contact-form .btnWrap .submit-btn {
    background-color: #735b42;
    border: 0;
    border-radius: 0;
    font-size: 0.7647058824rem;
    font-weight: 400;
    color: #f0eee9;
    letter-spacing: 0.1764705882rem;
    min-width: 14.1764705882rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.6470588235rem 0.8823529412rem; }
.contact-form span.wpcf7-not-valid-tip {
  font-size: 0.7647058824rem;
  margin-top: 0.2941176471rem; }
.contact-form div.wpcf7-validation-errors {
  display: none !important; }
.contact-form div.wpcf7-mail-sent-ok {
  border: none;
  text-align: center;
  color: #398f14; }

.timingmeet {
  width: 100% !important; }
  .timingmeet .ms-choice {
    font-family: "catamaran", sans-serif;
    font-weight: 400;
    color: #735b42;
    font-size: 0.7647058824rem;
    letter-spacing: 0.1176470588rem;
    background-color: #f0eee9;
    border: none;
    border-radius: 0;
    height: 3.5882352941rem;
    line-height: 1.4117647059rem;
    text-transform: uppercase;
    padding: 0.5882352941rem 2.1764705882rem; }
    @media (max-width: 1200px) {
      .timingmeet .ms-choice {
        height: 2.9411764706rem;
        padding: 0.5882352941rem 1.7647058824rem; } }
    @media (max-width: 767px) {
      .timingmeet .ms-choice {
        letter-spacing: 0.0882352941rem;
        height: 2.3529411765rem;
        padding: 0.3529411765rem 0.8823529412rem; } }
    .timingmeet .ms-choice > span {
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      padding-left: 2.1764705882rem; }
      @media (max-width: 1200px) {
        .timingmeet .ms-choice > span {
          padding-left: 1.7647058824rem; } }
      @media (max-width: 767px) {
        .timingmeet .ms-choice > span {
          padding-left: 0.8823529412rem; } }
    .timingmeet .ms-choice > div {
      top: 50%;
      transform: translateY(-50%);
      right: 10px; }
  .timingmeet .ms-drop {
    z-index: 5;
    border-radius: 0;
    border: 1px solid #fff;
    background: #e7e5e0; }
    .timingmeet .ms-drop > ul {
      padding: 0; }
      .timingmeet .ms-drop > ul > li {
        padding: 10px;
        margin-bottom: 0; }
        .timingmeet .ms-drop > ul > li input[type="radio"] {
          opacity: 0; }
        .timingmeet .ms-drop > ul > li:hover, .timingmeet .ms-drop > ul > li.selected {
          background: #d9d8d6; }

div.flatpickr-months .flatpickr-month {
  height: 38px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #735b42; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #735b42; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #735b42; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #735b42; }

/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Avenir Book';
  src: url("../fonts/Avenir-Book.eot");
  src: url("../fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book.svg#Avenir-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Black.eot");
  src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Medium.eot");
  src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.ttf") format("truetype"), url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
========================================================================== */
.site-header {
  padding: 0.8823529412rem 0 0 0; }
  @media (min-width: 480px) {
    .site-header {
      padding: 1.1764705882rem 0 0.2941176471rem 0; } }
  @media (min-width: 768px) {
    .site-header {
      padding: 1.7647058824rem 0 0.5882352941rem 0;
      margin-bottom: 3.1176470588rem; } }
  @media (min-width: 992px) {
    .site-header {
      padding: 1.7647058824rem 0 1.4705882353rem;
      margin-bottom: 0; } }
  @media (max-width: 479px) {
    .site-header {
      padding: 0.2941176471rem 0 0 0; } }
  .site-header__logo {
    max-width: 8.8235294118rem;
    position: relative;
    height: auto;
    padding: 0; }
    .site-header__logo img {
      display: block;
      max-width: 100%;
      height: auto; }
    @media (min-width: 480px) {
      .site-header__logo {
        max-width: 11.7647058824rem; } }
    @media (min-width: 768px) {
      .site-header__logo {
        max-width: 17.6470588235rem; } }
    @media (min-width: 992px) {
      .site-header__logo {
        max-width: 19.4117647059rem; } }
    @media (min-width: 1200px) {
      .site-header__logo {
        max-width: 20.5882352941rem; } }
    .site-header__logo:before {
      content: "";
      display: inline-block;
      background: none;
      width: 22%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
  .site-header .navbar-header {
    position: relative;
    z-index: 2; }
  .site-header .site-branding {
    /*max-width: rem(1794px);
    margin: 0 auto;*/
    padding: 0 1rem 0 4.1176470588rem;
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 1400px) {
    .site-header .site-branding {
      padding: 0 0.8823529412rem; }
      .site-header .site-branding .site_logo {
        max-width: 12.9411764706rem; } }
  @media (max-width: 1200px) {
    .site-header .site-branding .site_logo {
      max-width: 10.5882352941rem; } }
  @media (max-width: 479px) {
    .site-header .site-branding .site_logo {
      max-width: 15.2941176471rem;
      margin: 0 auto; } }

/* .home , .page-id-14 , .page-id-18 , .page-id-198{ */
.home .site-header {
  transform: matrix(1, -0.15, 1, 1, -46, -200);
  transform: matrix(1, 0, 0, 1, 1, -200);
  opacity: 0; }
  .home .site-header.headload {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

.site-header {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
  transition: 0.5s all; }
  .site-header .navbar {
    position: static; }
    @media (min-width: 992px) {
      .site-header .navbar {
        position: relative; } }
  .site-header .col-xs-12.col-sm-12 {
    position: static; }
    @media (min-width: 992px) {
      .site-header .col-xs-12.col-sm-12 {
        position: relative; } }

.main-navigation {
  width: calc(100% - 278px);
  padding-left: 1.8823529412rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1650px) {
    .main-navigation {
      padding-left: 3.6470588235rem; } }
  .main-navigation .left_nav .enumenu_ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.6470588235rem 0 0; }
    .main-navigation .left_nav .enumenu_ul > li {
      padding: 0 0.9411764706rem;
      padding: 0 0.6470588235rem;
      float: none;
      display: inline-block;
      position: relative; }
      .main-navigation .left_nav .enumenu_ul > li > a {
        text-transform: uppercase;
        font-size: 0.8235294118rem;
        letter-spacing: 0.0823529412rem;
        position: relative;
        padding: 0 0 0.5882352941rem 0;
        color: #c69c6d; }
        .main-navigation .left_nav .enumenu_ul > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scaleX(0);
          -webkit-transform: scaleX(0);
          transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
          transform-origin: center right;
          -webkit-transform-origin: center right;
          width: 100%;
          height: 0.0588235294rem;
          background-color: #a68676; }
        .main-navigation .left_nav .enumenu_ul > li > a:hover {
          text-decoration: none; }
          .main-navigation .left_nav .enumenu_ul > li > a:hover:after {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform-origin: center left;
            -webkit-transform-origin: center left; }
      .main-navigation .left_nav .enumenu_ul > li.current-menu-item > a:after, .main-navigation .left_nav .enumenu_ul > li.current_page_item > a:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform-origin: center left;
        -webkit-transform-origin: center left; }
      .main-navigation .left_nav .enumenu_ul > li:hover a {
        background: none; }
    .main-navigation .left_nav .enumenu_ul li a:hover {
      text-decoration: none; }
  .main-navigation .right_nav > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.1176470588rem 0 0; }
    .main-navigation .right_nav > ul > li.content {
      padding: 0.5294117647rem 1.5294117647rem 0 1.6470588235rem;
      position: relative; }
      .main-navigation .right_nav > ul > li.content:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        /*background: url(../img/ico/compassico.png) center no-repeat;*/
        position: absolute;
        top: 0.7058823529rem;
        left: 0;
        width: 0.8823529412rem;
        height: 0.8823529412rem; }
      .main-navigation .right_nav > ul > li.content > a {
        position: relative;
        color: #c69c6d;
        text-transform: uppercase;
        font-size: 0.8235294118rem;
        letter-spacing: 0.1176470588rem;
        padding: 0 0 0.5294117647rem 0; }
        .main-navigation .right_nav > ul > li.content > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scaleX(0);
          -webkit-transform: scaleX(0);
          transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
          transform-origin: center right;
          -webkit-transform-origin: center right;
          width: 100%;
          height: 0.0588235294rem;
          background-color: #a68676; }
        .main-navigation .right_nav > ul > li.content > a:hover {
          text-decoration: none; }
          .main-navigation .right_nav > ul > li.content > a:hover:after {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform-origin: center left;
            -webkit-transform-origin: center left; }
    .main-navigation .right_nav > ul li.more {
      border: 1px solid #735b42;
      color: #735b42;
      padding: 0.4705882353rem 1.1176470588rem;
      text-transform: uppercase;
      font-size: 0.8235294118rem;
      cursor: pointer;
      position: relative;
      letter-spacing: 0.0882352941rem; }
      @media (max-width: 1200px) {
        .main-navigation .right_nav > ul li.more {
          cursor: pointer; } }
      .main-navigation .right_nav > ul li.more > span {
        /*cursor: pointer;*/ }
        @media (max-width: 1200px) {
          .main-navigation .right_nav > ul li.more > span {
            cursor: pointer; } }
        @media (max-width: 639px) {
          .main-navigation .right_nav > ul li.more > span {
            color: #fff; } }
      .main-navigation .right_nav > ul li.more:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        background-color: #ffffff; }
      @media (max-width: 639px) {
        .main-navigation .right_nav > ul li.more:hover > span {
          color: #735b42; } }
      .main-navigation .right_nav > ul li.more:hover:after {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform-origin: bottom left;
        -webkit-transform-origin: bottom left; }
    .main-navigation .right_nav > ul li.pr_tour a {
      color: #fff;
      background: #735b42;
      padding: 0.5294117647rem 1.4705882353rem;
      font-size: 0.8235294118rem;
      text-transform: uppercase;
      letter-spacing: 0.0882352941rem; }
      .main-navigation .right_nav > ul li.pr_tour a:hover {
        text-decoration: none; }
  @media (max-width: 1400px) {
    .main-navigation {
      flex-wrap: nowrap;
      padding-left: 1.1764705882rem;
      width: calc(100% - 220px); }
      .main-navigation .left_nav .enumenu_ul > li {
        padding: 0 0.5882352941rem; }
      .main-navigation .right_nav > ul li.content {
        padding: 0.5294117647rem 0.5882352941rem 0 1.6470588235rem; }
      .main-navigation .right_nav > ul li.more {
        padding: 0.4705882353rem 0.5882352941rem; }
      .main-navigation .right_nav > ul li.pr_tour a {
        padding: 0.5294117647rem 0.5882352941rem; } }
  @media (max-width: 1200px) {
    .main-navigation {
      padding-left: 0.8823529412rem;
      width: calc(100% - 180px); }
      .main-navigation .left_nav .enumenu_ul > li {
        padding: 0 0.4705882353rem; }
        .main-navigation .left_nav .enumenu_ul > li > a {
          font-size: 0.7058823529rem;
          letter-spacing: 0.0588235294rem; }
      .main-navigation .right_nav {
        padding-left: 0.5882352941rem; }
        .main-navigation .right_nav > ul li.content {
          padding: 0.5294117647rem 0.5882352941rem 0 1.4117647059rem; }
          .main-navigation .right_nav > ul li.content > a {
            font-size: 0.7058823529rem;
            letter-spacing: 0.0705882353rem; }
        .main-navigation .right_nav > ul li.more {
          letter-spacing: 0.0705882353rem;
          font-size: 0.7058823529rem; }
        .main-navigation .right_nav > ul li.pr_tour a {
          letter-spacing: 0.0705882353rem;
          font-size: 0.7058823529rem; } }
  @media (max-width: 1023px) {
    .main-navigation .left_nav {
      display: none; }
    .main-navigation .right_nav {
      margin-left: auto; } }
  @media (max-width: 767px) {
    .main-navigation .right_nav > ul li.content {
      display: none; } }
  @media (max-width: 479px) {
    .main-navigation {
      width: 100%;
      padding-left: 0;
      padding-top: 0.5882352941rem; }
      .main-navigation .right_nav {
        padding-left: 0.5882352941rem;
        margin: 3px auto 0; }
        .main-navigation .right_nav > ul li.more {
          letter-spacing: 0.0294117647rem;
          font-size: 0.5882352941rem;
          line-height: 0.8235294118rem;
          padding: 0.2352941176rem 0.4705882353rem; }
        .main-navigation .right_nav > ul li.pr_tour a {
          letter-spacing: 0.0294117647rem;
          font-size: 0.5882352941rem;
          line-height: 0.8235294118rem;
          padding: 0.2941176471rem 0.4705882353rem; } }

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  animation: slide-down 0.7s;
  animation-direction: normal;
  animation-duration: 0.7s;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background: #fff;
  border-bottom: 1px solid rgba(189, 189, 189, 0.2);
  padding: 15px 0; }
  @media (max-width: 768px) {
    .site-header.fixed {
      padding: 10px 0; } }
  @media (max-width: 479px) {
    .site-header.fixed {
      position: absolute; } }
  .site-header.fixed .main-navigation .right_nav > ul li.more > span {
    color: #735b42; }

@media (max-width: 479px) {
  body {
    padding-top: 0 !important; } }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@media (max-width: 639px) {
  .page-template-giving-back .main-navigation .right_nav > ul li.more > span {
    color: #735b42; } }

@media (max-width: 639px) {
  .page-template-team .main-navigation .right_nav > ul li.more > span {
    color: #735b42; } }

/* Content
   ========================================================================== */
/* Forms
   ========================================================================== */
/* Footer
========================================================================== */
.site-footer {
  padding: 6.1176470588rem 0;
  background-color: #222222;
  position: relative; }
  @media (max-width: 991px) {
    .site-footer {
      padding: 4.7058823529rem 0 3.5294117647rem; } }
  @media (max-width: 767px) {
    .site-footer {
      padding: 4.7058823529rem 0 2.3529411765rem; } }
  @media (max-width: 639px) {
    .site-footer {
      padding: 4.7058823529rem 0 3.5294117647rem; } }
  .site-footer .footer-menu {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0; }
    .site-footer .footer-menu li {
      list-style: none; }
      .site-footer .footer-menu li a {
        font-family: "catamaran", sans-serif;
        color: #c69c6d;
        text-transform: uppercase;
        font-size: 0.7647058824rem;
        position: relative;
        padding: 0.3529411765rem 0;
        display: inline-block;
        letter-spacing: 0.0588235294rem; }
        .site-footer .footer-menu li a:hover, .site-footer .footer-menu li a:focus {
          text-decoration: none; }
        @media (max-width: 1200px) {
          .site-footer .footer-menu li a {
            cursor: pointer; } }
    .site-footer .footer-menu.footer-top-menu li a:before {
      content: '';
      display: inline-block;
      background-color: #494949;
      width: 1.7647058824rem;
      height: 0.0588235294rem;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .site-footer .footer-menu.footer-top-menu li a:hover:before, .site-footer .footer-menu.footer-top-menu li a:focus:before {
      width: 100%; }
    .site-footer .footer-menu.footer-bottom-menu {
      justify-content: center;
      margin-bottom: 4.1176470588rem; }
      .site-footer .footer-menu.footer-bottom-menu li {
        margin: 0 3.4117647059rem; }
        .site-footer .footer-menu.footer-bottom-menu li a {
          color: #ffffff; }
    @media (max-width: 991px) {
      .site-footer .footer-menu.footer-bottom-menu li {
        margin: 0 1.7647058824rem; } }
    @media (max-width: 767px) {
      .site-footer .footer-menu {
        flex-wrap: wrap; }
        .site-footer .footer-menu li {
          width: 50%;
          margin-bottom: 1.1764705882rem;
          text-align: center;
          padding: 0.3529411765rem 0.8823529412rem; }
        .site-footer .footer-menu.footer-bottom-menu {
          margin-bottom: 2.3529411765rem; }
          .site-footer .footer-menu.footer-bottom-menu li {
            margin: 0 0 1.1764705882rem; } }
    @media (max-width: 479px) {
      .site-footer .footer-menu li {
        width: 100%;
        margin-bottom: 0.8823529412rem; }
      .site-footer .footer-menu.footer-bottom-menu li {
        margin: 0 0 0.5882352941rem; } }
  .site-footer .footer_logo {
    margin: 1.3529411765rem auto 0.5882352941rem;
    text-align: center;
    position: relative;
    z-index: 1; }
    .site-footer .footer_logo a {
      display: inline-block; }
      .site-footer .footer_logo a:before, .site-footer .footer_logo a:after {
        content: '';
        display: inline-block;
        background-color: #494949;
        width: calc(50% - 87px);
        width: 0;
        height: 0.0588235294rem;
        position: absolute;
        top: 50%;
        z-index: -1;
        transition: 2s all; }
      .site-footer .footer_logo a:before {
        right: 50%; }
      .site-footer .footer_logo a:after {
        left: 50%; }
      .site-footer .footer_logo a img {
        background: #222222;
        padding: 0 1.7647058824rem; 
        width: 100%;}
    @media (max-width: 767px) {
      .site-footer .footer_logo {
        margin: 0.5882352941rem auto; } }
    .site-footer .footer_logo.divshown a:before, .site-footer .footer_logo.divshown a:after {
      width: 50%; }
  .site-footer .footer-bottom {
    text-align: center; }
  .site-footer address p {
    font-family: "miller-display", serif;
    color: #c69c6d;
    font-size: 1.2352941176rem;
    line-height: 1.4117647059rem; }
  .site-footer .social-icons {
    padding: 0;
    margin: 0 0 2.3529411765rem; }
    .site-footer .social-icons li {
      list-style: none;
      display: inline-block;
      margin: 0 0.1176470588rem; }
      .site-footer .social-icons li a {
        color: #c69c6d;
        font-size: 1.5294117647rem;
        transition: all 0.5s ease-in-out; }
        .site-footer .social-icons li a:hover, .site-footer .social-icons li a:focus {
          color: #ffffff; }
        @media (max-width: 1200px) {
          .site-footer .social-icons li a i {
            cursor: pointer; } }
  .site-footer .copyright-text {
    font-family: "miller-display", serif;
    color: #ffffff;
    font-size: 0.8235294118rem;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: 0.0117647059rem; }
  .site-footer hr {
    border-top-color: #494949; }
  .site-footer .made-text {
    text-align: center;
    margin-top: 0.4705882353rem;
    font-size: 0.8235294118rem;
    letter-spacing: -0.0294117647rem;
    text-transform: uppercase; }
    .site-footer .made-text span, .site-footer .made-text a {
      color: #ffffff; }
  .site-footer .dotline {
    bottom: auto;
    top: -3.0588235294rem;
    height: 6.8823529412rem;
    /* @include bp(lgmin) {
    left: rem(16px);
    } */ }

.dotline.btmdot span:before {
  position: absolute;
  bottom: 0; }

.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9; }
  .loading:after {
    position: absolute;
    z-index: 10;
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff0e2;
    background: #3f000f;
    background: #120E08;
    transition: 0.5s all; }
  .loading.loadbg:after {
    background: #3f000f;
    background: #120E08;
    transition: 0.5s all; }
  .loading .load_logo {
    height: 100%;
    width: 100%;
    max-width: 14.7058823529rem;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 639px) {
      .loading .load_logo {
        max-width: 8.8235294118rem; } }
  .loading .loding_item {
    margin: 0 auto;
    max-width: 14.7058823529rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    overflow: hidden;
    z-index: 11;
    /*-webkit-animation: scales 1s ease-out infinite alternate;
    -moz-animation: scales 18s ease-out infinite alternate;
    animation: scales 1s ease-out infinite alternate;*/ }
    @media (max-width: 639px) {
      .loading .loding_item {
        text-align: center; } }
    .loading .loding_item img {
      max-width: 14.7058823529rem;
      width: 14.7058823529rem; }
      @media (max-width: 639px) {
        .loading .loding_item img {
          max-width: 8.8235294118rem;
          margin: 0 auto; } }

/* .loadingadd{
	overflow: hidden;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
} */
no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../img/ico/Preloader_2.gif) center no-repeat #fff; }

.pace-done .loading {
  display: none; }

/* SVG Preloader v2 */
.preloader {
  z-index: 9999999;
  position: inherit;
}

.mountain {
  fill: none;
  stroke-width: 0.75px;
  stroke-dasharray: 250;
  animation: draw 25s infinite linear;
}

.dot {
  fill: none;
  stroke-width: 0.75px;
  /*stroke-dasharray: 25;*/
  animation: draw 10s infinite ease-in-out;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 250;
    fill: #A48456;
  }
  25% {
    fill: #120E08;
  }
  50% {
    stroke-dashoffset: 0;
    fill: #A48456;
  }
  75% {
    fill: #120E08;
  }
  100% {
    stroke-dashoffset: 250;
    fill: #A48456;
  }
}
/* SVG Preloader v2 */

body {
  overflow: hidden;
  max-height: 100vh;
  max-height: calc(100vh + 10px); }
  body.pace-done {
    overflow: auto;
    max-height: 100%; }

@-moz-keyframes scales {
  from {
    width: 0; }
  to {
    width: 14.7058823529rem; } }
@-webkit-keyframes scales {
  from {
    width: 0; }
  to {
    width: 14.7058823529rem; } }
@-o-keyframes scales {
  from {
    width: 0; }
  to {
    width: 14.7058823529rem; } }
@keyframes scales {
  from {
    width: 0; }
  to {
    width: 14.7058823529rem; } }
/* ==========================================================================
   Blog
   ========================================================================== */
/* Wordpress
   ========================================================================== */
.alignnone {
  margin: .5em 1.5em 1.5em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto; }

.alignright {
  float: right;
  margin: .5em 0 1.5em 1.5em; }

.alignleft {
  float: left;
  margin: .5em 1.5em 1.5em 0; }

a img .wp-caption {
  max-width: 100%;
  padding: .6em;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff; }
  a img .wp-caption.alignnone {
    margin: .5em 1.5em 1.5em 0; }
a img.alignnone {
  margin: .5em 1.5em 1.5em 0; }
a img.alignleft {
  float: left;
  margin: .5em 1.5em 1.5em 0; }
a img.alignright {
  float: right;
  margin: .5em 0 1.5em 1.5em; }
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.wp-caption img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none; }
.wp-caption p.wp-caption-text {
  font-size: .8em;
  margin: 0;
  padding: 1em 0 .25em; }
.wp-caption.alignleft {
  margin: .5em 1.5em 1.5em 0; }
.wp-caption.alignright {
  margin: .5em 0 1.5em 1.5em; }

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 0.0588235294rem;
  height: 0.0588235294rem; }
  .screen-reader-text:focus {
    font-size: 0.8235294118rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    z-index: 100000;
    top: 0.2941176471rem;
    left: 0.2941176471rem;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 0.8823529412rem 1.3529411765rem 0.8235294118rem;
    text-decoration: none;
    color: #21759b;
    border-radius: 0.1764705882rem;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Entry
   ========================================================================== */
.entry-post--loop:not(:last-child) {
  padding-bottom: 2.5em;
  margin-bottom: 2.25em;
  border-bottom: 1px solid #eee; }
.entry-title {
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 900;
  color: #c69c6d; }
  @media (max-width: 768px) {
    .entry-title {
      font-size: 2rem; } }
  .entry-title--loop a:hover, .entry-title--loop a:focus {
    color: #c69c6d; }
.entry-content {
  font-size: 1.4117647059rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .entry-content {
      font-size: 1.0588235294rem; } }
  .entry-content p {
    margin-bottom: 2em;
    font-weight: 300; }
    .entry-content p.lead {
      text-transform: uppercase;
      color: #c69c6d;
      font-weight: 900;
      margin-bottom: 2.33em; }
    .entry-content p a {
      color: #735b42;
      text-decoration: underline; }
  .entry-content h2 {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-weight: 900;
    color: #c69c6d;
    line-height: 1;
    font-size: 2.1176470588rem; }
  .entry-content h3 {
    font-weight: 900;
    font-size: 1.8823529412rem; }
  .entry-content h4 {
    font-weight: 900;
    font-size: 1em; }
  .entry-content img {
    box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.55), inset 0 0 93px rgba(204, 204, 204, 0.25); }
  .entry-content ul {
    font-weight: 900;
    font-size: 1.33rem;
    padding-left: 1em; }
    .entry-content ul li {
      margin-bottom: 0.66em;
      line-height: 1; }
    @media (max-width: 768px) {
      .entry-content ul {
        font-size: 1rem; }
        .entry-content ul li {
          line-height: 1; } }
  .entry-content .form-group {
    margin-bottom: 1.66rem; }
  .entry-content .form-inline {
    margin-bottom: 2.85rem; }
  .entry-content .form-control {
    border-radius: 0;
    height: auto;
    line-height: 1;
    font-size: 1.33rem;
    padding: 0.6em 1em;
    box-shadow: none; }
    .entry-content .form-control::placeholder {
      transition: all 300ms ease-in;
      line-height: 1; }
    .entry-content .form-control:focus::placeholder, .entry-content .form-control:active::placeholder {
      outline: none;
      box-shadow: none;
      color: transparent; }
  .entry-content .btn {
    border-radius: 3rem;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1em; }
    .entry-content .btn-primary {
      color: white;
      background-color: #c69c6d;
      border-color: #c69c6d; }
      .entry-content .btn-primary:hover, .entry-content .btn-primary:active, .entry-content .btn-primary:focus {
        outline: none;
        background-color: transparent;
        border-color: #c69c6d;
        color: #c69c6d; }
    .entry-content .btn-default, .entry-content .btn-secondary {
      background-color: transparent;
      color: #333;
      border-color: #333; }
      .entry-content .btn-default:hover, .entry-content .btn-default:active, .entry-content .btn-default:focus, .entry-content .btn-secondary:hover, .entry-content .btn-secondary:active, .entry-content .btn-secondary:focus {
        outline: none;
        background-color: #333;
        border-color: #333;
        color: white; }
    @media (min-width: 480px) {
      .entry-content .btn {
        width: auto;
        display: inline-block; } }
  @media (min-width: 480px) {
    .entry-content .form-group, .entry-content .form-inline {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .entry-content .form-group {
      margin-bottom: 0;
      margin-right: 0.5rem; }
    .entry-content .form-control {
      margin-right: 0.25rem; } }
.entry-author-box-title {
  font-size: 1.1764705882rem; }
.entry-related__item a:hover, .entry-related__item a:focus {
  color: #c69c6d; }
.entry-error .search-form {
  margin-bottom: 1.5rem; }

.comment-reply-title {
  font-weight: bold; }

/* Page
   ========================================================================== */
.page-header {
  margin-top: 0; }

/* ==========================================================================
   modules
   ========================================================================== */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.delay-300 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-350 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.delay-400 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-600 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay-700 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-900 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.delay-4000 {
  -webkit-animation-delay: 4.0s;
  -moz-animation-delay: 4.0s;
  -o-animation-delay: 4.0s;
  animation-delay: 4.0s; }

.delay-4800 {
  -webkit-animation-delay: 4.8s;
  -moz-animation-delay: 4.8s;
  -o-animation-delay: 4.8s;
  animation-delay: 4.8s; }

.delay-5200 {
  -webkit-animation-delay: 5.2s;
  -moz-animation-delay: 5.2s;
  -o-animation-delay: 5.2s;
  animation-delay: 5.2s; }

.delay-6200 {
  -webkit-animation-delay: 6.2s;
  -moz-animation-delay: 6.2s;
  -o-animation-delay: 6.2s;
  animation-delay: 6.2s;
  animation-delay: 6.2s; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

/*!
 *  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.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: #ffffff; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

/*
  Only required is to display none the .menu-icon
*/
.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0; }

.menu-icon .menu-box {
  width: 50px;
  height: 38px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  left: 0; }

.menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: #fff;
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(6px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(6px); }

.menu-icon.hover:not(.active) span:nth-child(1) {
  transform: rotate(90deg) translateX(8px);
  -webkit-transform: rotate(90deg) translateX(8px); }

.menu-icon.active span:nth-child(2) {
  opacity: 0; }

.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); }

.menu-icon.hover:not(.active) span:nth-child(3) {
  transform: rotate(-90deg) translateX(6px);
  -webkit-transform: rotate(-90deg) translateX(6px); }

.enumenu_ul .caret {
  color: #fff;
  margin-left: 7px; }

.enumenu_ul {
  padding: 0px;
  list-style: none; }

.enumenu_ul > li {
  /*display: inline-block;*/
  float: left;
  vertical-align: top;
  padding-bottom: 23px;
  position: relative; }

.enumenu_ul li a {
  font-size: 18px;
  color: #fff;
  padding: 23px 30px; }

.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a {
  background: #e6b705 none repeat scroll 0 0; }

.enumenu_ul > li ul {
  display: none; }

.enumenu_ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative; }

.enumenu_ul.desk ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: 0px;
  background: #000000;
  position: absolute;
  min-width: 150px; }

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
  background: rgba(31, 26, 107, 0.8);
  color: #fff;
  padding-left: 90px; }

.enumenu_ul.desk li:hover > ul {
  display: block;
  opacity: 1; }

.enumenu_ul.desk .sb-menu .sb-menu {
  left: 100%;
  top: 0; }

.enumenu_ul.desk ul li a {
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.enumenu_ul.desk ul li:hover > a {
  background: #e6b705;
  color: #fff; }

@media (max-width: 991px) {
  .enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999; }

  .enumenu_ul .arrow.up {
    background: url(../images/minus.png) no-repeat center center; }

  header {
    padding-top: 0; }

  .enumenu_ul {
    display: none; }

  .menu-block {
    height: auto; }

  /*.menu-icon {
  	display: block
  }*/
  .services-detail a.pba-detail {
    border-bottom: 2px solid #d3d9da; }

  .enumenu_ul > li {
    width: 100%;
    margin: 0px;
    padding: 0px; }

  .enumenu_ul > li > a {
    display: block;
    text-align: center;
    padding: 8px; }

  .enumenu_ul {
    width: 100%; }

  .enumenu_ul > li ul {
    background: #D1D1D1; }

  .enumenu_ul > li ul a {
    text-align: center;
    display: block;
    text-align: center;
    color: #000;
    padding: 5px 0; }

  /* Push Menu */
  body.menuslide_push {
    position: relative; }

  body.menuslide_push.slidemenuLeft {
    left: 0;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s; }

  body.menuslide_push.slidemenuRight {
    right: 0;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s; }

  body.slidemenuRight .enumenu_ul {
    right: -300px; }

  body.slidemenuRight.menu-open .enumenu_ul {
    right: 0; }

  body.slidemenuLeft .enumenu_ul {
    left: -300px; }

  body.slidemenuLeft.menu-open .enumenu_ul {
    left: 0; }

  body.menuslide_push.slidemenuLeft.menu-open {
    left: 300px; }

  body.menuslide_push.slidemenuRight.menu-open {
    right: 300px; }

  body.menuslide_push .enumenu_ul,
  body.menuOverlap .enumenu_ul {
    background: #000000 none repeat scroll 0 0;
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    max-width: 300px;
    top: 0; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("../img/multiple-select.png") left top no-repeat; }

.ms-choice > div.open {
  background: url("../img/multiple-select.png") right top no-repeat; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url("../img/multiple-select.png") no-repeat 100% -22px;
  background: url("../img/multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../img/multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../img/multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../img/multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("../img/multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("../img/multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop input[type="checkbox"] {
  vertical-align: middle; }

.ms-drop .ms-no-results {
  display: none; }

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7; }

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px; }

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0; }

@media (min-width: 960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap; }

  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0; }

  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px; } }
.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px; }

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em; }

.wp-block-button.aligncenter {
  text-align: center; }

.wp-block-button.alignright {
  text-align: right; }

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word; }

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover {
  color: inherit; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.is-style-outline {
  color: #32373c; }

.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 2px solid currentcolor; }

.wp-block-categories.alignleft {
  margin-right: 2em; }

.wp-block-categories.alignright {
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0; } }
@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px; }

  .wp-block-column:nth-child(even) {
    margin-left: 32px; }

  .wp-block-column:not(:first-child) {
    margin-left: 32px; }

  .wp-block-column:not(:last-child) {
    margin-right: 32px; } }
.wp-block-cover, .wp-block-cover-image {
  position: relative;
  /*background-color: #000;*/
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.wp-block-cover-image.has-left-content, .wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover-image.has-left-content .wp-block-cover-text, .wp-block-cover-image.has-left-content h2, .wp-block-cover.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, .wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content, .wp-block-cover.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover-image.has-right-content .wp-block-cover-text, .wp-block-cover-image.has-right-content h2, .wp-block-cover.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, .wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right; }

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover .wp-block-cover-image-text a, .wp-block-cover .wp-block-cover-image-text a:active, .wp-block-cover .wp-block-cover-image-text a:focus, .wp-block-cover .wp-block-cover-image-text a:hover, .wp-block-cover .wp-block-cover-text a, .wp-block-cover .wp-block-cover-text a:active, .wp-block-cover .wp-block-cover-text a:focus, .wp-block-cover .wp-block-cover-text a:hover, .wp-block-cover h2 a, .wp-block-cover h2 a:active, .wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover, .wp-block-cover-image .wp-block-cover-image-text a, .wp-block-cover-image .wp-block-cover-image-text a:active, .wp-block-cover-image .wp-block-cover-image-text a:focus, .wp-block-cover-image .wp-block-cover-image-text a:hover, .wp-block-cover-image .wp-block-cover-text a, .wp-block-cover-image .wp-block-cover-text a:active, .wp-block-cover-image .wp-block-cover-text a:focus, .wp-block-cover-image .wp-block-cover-text a:hover, .wp-block-cover-image h2 a, .wp-block-cover-image h2 a:active, .wp-block-cover-image h2 a:focus, .wp-block-cover-image h2 a:hover {
  color: #fff; }

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll; } }
.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: .5;
  z-index: 1; }

.wp-block-cover-image.has-background-dim.has-background-dim-10::before, .wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1; }

.wp-block-cover-image.has-background-dim.has-background-dim-20::before, .wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2; }

.wp-block-cover-image.has-background-dim.has-background-dim-30::before, .wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3; }

.wp-block-cover-image.has-background-dim.has-background-dim-40::before, .wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4; }

.wp-block-cover-image.has-background-dim.has-background-dim-50::before, .wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5; }

.wp-block-cover-image.has-background-dim.has-background-dim-60::before, .wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6; }

.wp-block-cover-image.has-background-dim.has-background-dim-70::before, .wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7; }

.wp-block-cover-image.has-background-dim.has-background-dim-80::before, .wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8; }

.wp-block-cover-image.has-background-dim.has-background-dim-90::before, .wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9; }

.wp-block-cover-image.has-background-dim.has-background-dim-100::before, .wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover-image::after, .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image::after, .wp-block-cover::after {
    content: none; } }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit, .editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit, .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  position: relative; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-file {
  margin-bottom: 1.5em; }

.wp-block-file.aligncenter {
  text-align: center; }

.wp-block-file.alignright {
  text-align: right; }

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em; }

.wp-block-file a.wp-block-file__button {
  text-decoration: none; }

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none; }

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }

.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/ 2); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0; }

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2)/ 3);
    margin-right: 16px; }

  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3)/ 4);
    margin-right: 16px; }

  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4)/ 5);
    margin-right: 16px; }

  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5)/ 6);
    margin-right: 16px; }

  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6)/ 7);
    margin-right: 16px; }

  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7)/ 8);
    margin-right: 16px; }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; }

  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; }

  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; }

  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; }

  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; }

  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; }

  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; }

  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.aligncenter {
  text-align: center; }

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom; }

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em; }

.wp-block-image .alignright {
  float: right;
  margin-left: 1em; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px; }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  margin-left: 2em; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }

  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }

  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }

  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }

  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-media-text {
  display: grid; }

.wp-block-media-text {
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto; }

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%; }

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%; }

.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media"; } }
p.is-small-text {
  font-size: 14px; }

p.is-regular-text {
  font-size: 16px; }

p.is-large-text {
  font-size: 36px; }

p.is-larger-text {
  font-size: 48px; }

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px; }

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px; }

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6; }

.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative; }

.wp-block-pullquote .has-text-color a {
  color: inherit; }

.wp-block-pullquote:not(.is-style-solid-color) {
  background: 0 0; }

.wp-block-pullquote.is-style-solid-color {
  border: none; }

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%; }

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px; }

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal; }

.wp-block-pullquote cite {
  color: inherit; }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em; }

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }

.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5; }

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5; }

.wp-block-table.is-style-stripes td {
  border-color: transparent; }

.wp-block-text-columns {
  display: flex; }

.wp-block-text-columns.aligncenter {
  display: flex; }

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0; }

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0; }

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0; }

.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2); }

.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3); }

.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4); }

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }

.wp-block-video video {
  max-width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover; } }
.wp-block-video.aligncenter {
  text-align: center; }

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7; }

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e; }

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900; }

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900; }

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5; }

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084; }

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc; }

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3; }

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee; }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3; }

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131; }

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7; }

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e; }

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900; }

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900; }

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5; }

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084; }

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc; }

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3; }

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee; }

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3; }

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131; }

.has-small-font-size {
  font-size: 13px; }

.has-normal-font-size, .has-regular-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-huge-font-size, .has-larger-font-size {
  font-size: 42px; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid red; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid red; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700; }

.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em; }

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " "; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle; }

div.wpcf7 .ajax-loader.is-active {
  visibility: visible; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

div.wpcf7 input[type="file"] {
  cursor: pointer; }

div.wpcf7 input[type="file"]:disabled {
  cursor: default; }

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed; }

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%; }

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  content: ' ';
  display: table; }

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
  clear: both; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%; }

.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 48%; }

.woocommerce #content div.product div.thumbnails::after, .woocommerce #content div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::before, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before {
  content: ' ';
  display: table; }

.woocommerce #content div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
  clear: both; }

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em; }

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0; }

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
  clear: both; }

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none; }

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%; }

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%; }

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none; }

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  clear: both; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: ' ';
  display: table; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block; }

.woocommerce #content div.product #reviews .comment::after, .woocommerce #content div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::before, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before {
  content: ' ';
  display: table; }

.woocommerce #content div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
  clear: both; }

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto; }

.woocommerce ul.products, .woocommerce-page ul.products {
  clear: both; }

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
  content: ' ';
  display: table; }

.woocommerce ul.products::after, .woocommerce-page ul.products::after {
  clear: both; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0; }

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both; }

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0; }

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0; }

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
  width: 48%; }

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%; }

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%; }

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%; }

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0; }

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
  width: 48%; }

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  width: 30.75%; }

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
  width: 16.95%; }

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
  width: 13.5%; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: left; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right; }

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: ' ';
  display: table; }

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both; }

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block; }

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: auto; }

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: right; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 80px; }

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left; }

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
  display: none; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%; }

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
  content: ' ';
  display: table; }

.woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
  clear: both; }

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left; }

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left; }

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none; }

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%; }

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right; }

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: ' ';
  display: table; }

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both; }

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%; }

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.product_list_widget li::after, .woocommerce-page ul.product_list_widget li::before {
  content: ' ';
  display: table; }

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
  clear: both; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto; }

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
  content: ' ';
  display: table; }

.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
  clear: both; }

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block; }

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline; }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 100%; }

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible; }

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  float: left; }

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right; }

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  clear: both; }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  width: auto; }

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right; }

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
  content: ' ';
  display: table; }

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::after {
  clear: both; }

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em; }

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
  position: relative; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%; }

.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right; }

.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left; }

.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto; }

.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important; }

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0; }

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px; }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto; } }
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }

.twentyfifteen .t15wc .page-title {
  margin-left: 0; }

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%; } }
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%; }

  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important; } }
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%; }

.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0; }

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
  width: 46.42857%; }

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%; } }
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0; }

  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%; }

  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0; } }
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
  float: right; }

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
  float: left; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@font-face {
  font-family: star;
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/star.eot) format("embedded-opentype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/star.svg) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: WooCommerce;
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot) format("embedded-opentype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg) format("svg");
  font-weight: 400;
  font-style: normal; }
.woocommerce-store-notice, p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none; }

.woocommerce-store-notice a, p.demo_store a {
  color: #fff;
  text-decoration: underline; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.admin-bar p.demo_store {
  top: 32px; }

.clear {
  clear: both; }

.woocommerce .blockUI.blockOverlay {
  position: relative; }

.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: red; }

.woocommerce small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 10px; }

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #777; }

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
  content: ' ';
  display: table; }

.woocommerce .woocommerce-breadcrumb::after {
  clear: both; }

.woocommerce .woocommerce-breadcrumb a {
  color: #777; }

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center; }

.woocommerce div.product {
  margin-bottom: 0;
  position: relative; }

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: .5;
  display: inline-block; }

.woocommerce div.product p.stock {
  font-size: 0.92em; }

.woocommerce div.product .stock {
  color: #77a464; }

.woocommerce div.product .out-of-stock {
  color: red; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em; }

.woocommerce div.product div.images {
  margin-bottom: 2em; }

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none; }

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box; }

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0; }

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1; }

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left; }

.woocommerce div.product div.summary {
  margin-bottom: 2em; }

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em; }

.woocommerce div.product div.social span {
  margin: 0 0 0 2px; }

.woocommerce div.product div.social span span {
  margin: 0; }

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0; }

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6a6b; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: ' ';
  box-sizing: border-box; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0; }

.woocommerce div.product p.cart {
  margin-bottom: 2em; }

.woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
  content: ' ';
  display: table; }

.woocommerce div.product p.cart::after {
  clear: both; }

.woocommerce div.product form.cart {
  margin-bottom: 2em; }

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
  content: ' ';
  display: table; }

.woocommerce div.product form.cart::after {
  clear: both; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0; }

.woocommerce div.product form.cart table {
  border-width: 0 0 1px; }

.woocommerce div.product form.cart table td {
  padding-left: 0; }

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0; }

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em; }

.woocommerce div.product form.cart .variations label {
  font-weight: 700; }

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em; }

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em; }

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em; }

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none; }

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left; }

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em; }

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0; }

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center; }

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .857em;
  z-index: 9; }

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both; }

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: ' ';
  display: table; }

.woocommerce .products ul::after, .woocommerce ul.products::after {
  clear: both; }

.woocommerce .products ul li, .woocommerce ul.products li {
  list-style: none outside; }

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em; }

.woocommerce ul.products li.product a {
  text-decoration: none; }

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none; }

.woocommerce ul.products li.product strong {
  display: block; }

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2; }

.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em; }

.woocommerce ul.products li.product .button {
  margin-top: 1em; }

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 0.857em; }

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block; }

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block; }

.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5); }

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em; }

.woocommerce .woocommerce-ordering select {
  vertical-align: top; }

.woocommerce nav.woocommerce-pagination {
  text-align: center; }

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px; }

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em; }

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: '\e01c';
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: '\e017';
  margin-left: .53em;
  vertical-align: bottom; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #935386;
  color: #fff; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: 0.618em 1em; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none; }

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block; }

.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0; }

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777; }

.woocommerce #reviews h3 {
  margin: 0; }

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0; }

.woocommerce #reviews #comment {
  height: 75px; }

.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before {
  content: ' ';
  display: table; }

.woocommerce #reviews #comments .add_review::after {
  clear: both; }

.woocommerce #reviews #comments h2 {
  clear: none; }

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none; }

.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
  content: ' ';
  display: table; }

.woocommerce #reviews #comments ol.commentlist::after {
  clear: both; }

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: ' ';
  display: table; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em; }

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px; }

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none; }

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px; }

.woocommerce #reviews #comments .commentlist > li::before {
  content: ""; }

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star; }

.woocommerce .star-rating::before {
  content: '\73\73\73\73\73';
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.woocommerce .star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0; }

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block; }

.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
  content: ' ';
  display: table; }

.woocommerce .woocommerce-product-rating::after {
  clear: both; }

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left; }

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none; }

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0; }

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0; }

.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
  content: ' ';
  display: table; }

.woocommerce #review_form #respond::after {
  clear: both; }

.woocommerce #review_form #respond p {
  margin: 0 0 10px; }

.woocommerce #review_form #respond .form-submit input {
  left: auto; }

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%; }

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none; }

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: '\e021';
  text-indent: 0; }

.woocommerce p.stars a:hover ~ a::before {
  content: ""; }

.woocommerce p.stars:hover a::before {
  content: ""; }

.woocommerce p.stars.selected a.active::before {
  content: ""; }

.woocommerce p.stars.selected a.active ~ a::before {
  content: ""; }

.woocommerce p.stars.selected a:not(.active)::before {
  content: ""; }

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%; }

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5; }

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5; }

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025); }

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em; }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em; }

.woocommerce table.shop_table td small {
  font-weight: 400; }

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce table.my_account_orders {
  font-size: 0.85em; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle; }

.woocommerce table.my_account_orders .button {
  white-space: nowrap; }

.woocommerce table.my_account_orders .order-actions {
  text-align: right; }

.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em; }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center; }

.woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: '\2193';
  display: inline-block; }

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  list-style: none outside; }

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none outside; }

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
  margin: 0; }

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em; }

.woocommerce td.product-quantity {
  min-width: 80px; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none; }

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
  content: ' ';
  display: table; }

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after {
  clear: both; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
  content: ' ';
  display: table; }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::after {
  clear: both; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em; }

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0; }

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0; }

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
  content: ' ';
  display: table; }

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::after {
  clear: both; }

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px; }

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px; }

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0; }

.woocommerce form .form-row label {
  line-height: 2; }

.woocommerce form .form-row label.hidden {
  visibility: hidden; }

.woocommerce form .form-row label.inline {
  display: inline; }

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative; }

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none; }

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  -webkit-transform: translatex(-50%) rotate(180deg);
  -ms-transform: translatex(-50%) rotate(180deg);
  transform: translatex(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block; }

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0; }

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden; }

.woocommerce form .form-row .optional {
  visibility: visible; }

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal; }

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none; }

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29; }

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal; }

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal; }

.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px; }

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0; }

.woocommerce ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside; }

.woocommerce ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top; }

.woocommerce ul#shipping_method li label {
  display: inline; }

.woocommerce ul#shipping_method .amount {
  font-weight: 700; }

.woocommerce p.woocommerce-shipping-contents {
  margin: 0; }

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none; }

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
  content: ' ';
  display: table; }

.woocommerce ul.order_details::after {
  clear: both; }

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5; }

.woocommerce ul.order_details li:last-of-type {
  border: none; }

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700; }

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em; }

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0; }

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇ╖";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇ¡";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: ' ';
  display: table; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇô";
  text-decoration: none;
  color: #a00; }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em; }

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1; }

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none; }

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none; }

.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇô";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em; }

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em; }

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left; }

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: 0.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -0.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #602053;
  border: 0; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
  content: ' ';
  display: table; }

.woocommerce .widget_rating_filter ul li::after {
  clear: both; }

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none; }

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block; }

.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇô";
  text-decoration: none;
  color: #a00; }

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
  display: block !important; }

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
  content: ' ';
  display: table; }

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
  clear: both; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  content: '\e028';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em; }

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right; }

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed; }

.woocommerce-message {
  border-top-color: #8fae1b; }

.woocommerce-message::before {
  content: '\e015';
  color: #8fae1b; }

.woocommerce-info {
  border-top-color: #1e85be; }

.woocommerce-info::before {
  color: #1e85be; }

.woocommerce-error {
  border-top-color: #b81c23; }

.woocommerce-error::before {
  content: '\e016';
  color: #b81c23; }

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
  content: ' ';
  display: table; }

.woocommerce-account .woocommerce::after {
  clear: both; }

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
  content: ' ';
  display: table; }

.woocommerce-account .addresses .title::after {
  clear: both; }

.woocommerce-account .addresses .title h3 {
  float: left; }

.woocommerce-account .addresses .title .edit {
  float: right; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "εÇè";
  text-decoration: none; }

.woocommerce-account ul.digital-downloads li .count {
  float: right; }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none; }

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  vertical-align: middle; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0; }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle; }

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0; }

#add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
  content: ' ';
  display: table; }

#add_payment_method .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em; }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "εÇÖ";
  text-decoration: none; }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0; }

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em; }

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0; }

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em; }

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #777; }

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%; }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464; }

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb; }

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0; }

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
  clear: left; }

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left; }

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400; }

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
  clear: both; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside; }

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
  content: ' ';
  display: table; }

#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
  clear: both; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0; }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

#add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px; }

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: ' ';
  display: table; }

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1em; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151; }

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9; }

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative; }

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0; }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px; }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg); }

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400; }

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em; }

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05); }

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px; }

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373; }

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b; }

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53; }

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block; }

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1; }

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
  padding: 0; }

.single-product .twentythirteen p.stars {
  clear: both; }

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px; }

.twentyfourteen ul.products li.product {
  margin-top: 0 !important; }

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.twentysixteen .price ins {
  background: inherit;
  color: inherit; }

@font-face {
  font-family: Larsseit;
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-regular/larsseit-regular.eot) format("embedded-opentype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-regular/larsseit-regular.woff2) format("woff2"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-regular/larsseit-regular.woff) format("woff"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-regular/larsseit-regular.ttf) format("truetype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-regular/larsseit-regular.svg) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Larsseit Bold;
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-bold/larsseit-bold.eot) format("embedded-opentype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-bold/larsseit-bold.woff2) format("woff2"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-bold/larsseit-bold.woff) format("woff"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-bold/larsseit-bold.ttf) format("truetype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/larsseit-bold/larsseit-bold.svg) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: GT Super Medium;
  src: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/gt-super-medium/gt-super-medium.eot) format("embedded-opentype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/gt-super-medium/gt-super-medium.woff2) format("woff2"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/gt-super-medium/gt-super-medium.woff) format("woff"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/gt-super-medium/gt-super-medium.ttf) format("truetype"), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/fonts/gt-super-medium/gt-super-medium.svg) format("svg");
  font-weight: 400;
  font-style: normal; }
* {
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  quotes: none;
  vertical-align: baseline; }

*, :after, :before {
  box-sizing: border-box; }

main.base {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-rough-tile02.jpg) repeat 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  width: 100vw;
  z-index: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%; }

textarea {
  resize: vertical; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

a:focus, button:focus, input:focus {
  outline: 0; }

[tabindex="-1"]:focus {
  outline: none !important; }

@-ms-viewport {
  width: device-width; }
::-moz-selection {
  color: #fff !important;
  background-color: #44a1e7 !important;
  text-shadow: none; }

::selection {
  color: #fff !important;
  background-color: #44a1e7 !important;
  text-shadow: none; }

.dk-select, .dk-select *, .dk-select-multi, .dk-select-multi *, .dk-select-multi :after, .dk-select-multi :before, .dk-select :after, .dk-select :before {
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4em;
  padding: 0 1.5em 0 .5em;
  text-overflow: ellipsis; }

.dk-selected:after, .dk-selected:before {
  content: "";
  display: block;
  position: absolute;
  right: 0; }

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: .25em .25em 0;
  border-top-color: #ccc;
  margin: -0.125em 0.5em 0 0; }

.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #ccc;
  margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #bbb; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: .4em .4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 .4em .4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .25em 0;
  width: auto;
  z-index: 7; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #bbb;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 0.25em 0; }

.dk-optgroup, .dk-optgroup + .dk-option {
  margin-top: 0.25em; }

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0; }

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0; }

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.dk-optgroup-disabled {
  opacity: .6;
  color: #bbb;
  cursor: not-allowed; }

.dk-optgroup-label {
  padding: 0 .5em .25em;
  font-weight: 700;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }

.dk-optgroup-options li {
  padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected:before, .dk-select-open-up .dk-selected:before {
  border-width: 0 .25em .25em;
  border-bottom-color: #3297fd; }

.dk-select-open-down .dk-selected:after, .dk-select-open-up .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-multi:focus .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-open-up .dk-select-options {
  display: block;
  border-color: #3297fd; }

.dk-select-multi:focus, .dk-select-multi:hover {
  outline: none; }

.dk-selected:focus, .dk-selected:hover {
  outline: none;
  border-color: #3297fd; }

.dk-selected:focus:before, .dk-selected:hover:before {
  border-top-color: #3297fd; }

.dk-selected:focus:after, .dk-selected:hover:after {
  border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: .6;
  color: #bbb;
  cursor: not-allowed; }

.dk-select-disabled .dk-selected:focus, .dk-select-disabled .dk-selected:hover {
  border-color: inherit; }

.dk-select-disabled .dk-selected:focus:before, .dk-select-disabled .dk-selected:hover:before {
  border-top-color: inherit; }

.dk-select-disabled .dk-selected:focus:after, .dk-select-disabled .dk-selected:hover:after {
  border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.btn-bordered {
  color: #fff;
  cursor: none !important;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-bordered button, .btn-bordered input[type=submit], .btn-bordered span {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  background: transparent !important;
  color: #fff !important;
  display: block;
  font-family: Larsseit Bold;
  height: 50px;
  position: relative;
  z-index: 3; }

.btn-bordered button, .btn-bordered span {
  padding: 18px 42px 0 !important; }

.btn-bordered input[type=submit] {
  padding: 0 42px !important; }

.btn-bordered .ajax-loader {
  display: none !important; }

.btn-bordered:before {
  background: #001f60;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  transition: all .1s ease-in-out;
  z-index: 1; }

.btn-bordered:after {
  border: 1px solid #001f60;
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease-in-out;
  z-index: 2; }

.btn-bordered:after, .btn-bordered:hover:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px); }

.btn-bordered:hover:after {
  border-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a.scroll-indicator {
  cursor: s-resize;
  display: block;
  margin: 55px auto 0;
  max-width: 300px;
  position: relative;
  width: 100%;
  height: 66px;
  text-align: center;
  text-decoration: none !important; }

a.scroll-indicator .mouse {
  border: 1px solid #fff;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 16px;
  height: 25px; }

a.scroll-indicator .mouse:before {
  -webkit-animation: a 1.25s cubic-bezier(0.7, 0, 0.3, 1) 0s infinite;
  animation: a 1.25s cubic-bezier(0.7, 0, 0.3, 1) 0s infinite;
  background: #fff;
  content: "";
  display: block;
  margin: 0 auto;
  opacity: 0;
  right: 0;
  bottom: 18px;
  left: 0;
  position: absolute;
  width: 2px;
  height: 4px; }

a.scroll-indicator span.label {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: Larsseit Bold;
  margin-right: auto;
  margin-left: auto;
  padding-top: 52px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

@-webkit-keyframes a {
  0% {
    bottom: 25px;
    opacity: 0; }
  25% {
    opacity: 1; }
  80%,to {
    bottom: 8px;
    opacity: 0; } }
@keyframes a {
  0% {
    bottom: 25px;
    opacity: 0; }
  25% {
    opacity: 1; }
  80%,to {
    bottom: 8px;
    opacity: 0; } }
article.product {
  max-width: 600px;
  position: relative;
  text-align: center;
  width: 100%; }

article.product:not(:last-of-type) {
  margin-bottom: 40px; }

article.product figure.image {
  background: #001f60;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%; }

article.product .title {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  text-transform: capitalize; }

article.product .price {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #44a1e7;
  display: block;
  font-family: Larsseit Bold;
  margin-top: 18px; }

article.product a.permalink {
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

aside.fixed-images {
  display: none; }

aside.fixed-images figure {
  overflow: hidden;
  position: fixed; }

aside.fixed-images figure.background {
  background: #001746;
  right: 0;
  bottom: 0;
  width: calc(50% - 290px);
  height: 100vh;
  z-index: 0; }

aside.fixed-images figure.featured {
  background: #001f60;
  margin: auto 0;
  bottom: 0;
  left: calc(50% + 150px);
  width: 400px;
  height: 500px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  z-index: 1; }

aside.fixed-images img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

aside.fixed-images.fixed figure.background, aside.fixed-images.fixed figure.featured {
  top: 0;
  position: fixed; }

aside.fixed-images.bottom figure {
  position: absolute; }

aside.fixed-images.bottom figure.background {
  bottom: 0; }

aside.fixed-images.bottom figure.featured {
  bottom: 50vh;
  -webkit-transform: translateY(calc(50% + 25px));
  transform: translateY(calc(50% + 25px)); }

aside.fixed-images .lazy {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

aside.fixed-images .lazy.in-view {
  opacity: 1; }

body:not(.home) main.base > .base-lines {
  height: calc(100% - 85px);
  margin-top: 85px; }

main.base > .base-lines {
  background: transparent;
  display: none;
  opacity: .06;
  padding: 0 154px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

main.base > .base-lines > .container {
  position: relative;
  width: 100%;
  height: 100%; }

main.base > .base-lines i:after, main.base > .base-lines i:before {
  background: #001746;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  height: 100%; }

main.base > .base-lines i.middle:before {
  left: 50%; }

main.base > .base-lines i.middle:after {
  display: none; }

main.base > .base-lines i.inner:before {
  left: 25%; }

main.base > .base-lines i.inner:after {
  right: 25%; }

main.base > .base-lines i.outer:before {
  left: 0; }

main.base > .base-lines i.outer:after {
  right: 0; }

.custom-cursor {
  /*display: none;
  opacity: 0;
  transition: opacity .25s ease*/ }

.custom-cursor span {
  /*background: #44a1e7;*/
  /*border-radius: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
  position: fixed*/ }

/*
.custom-cursor span.main {
    width: 80px;
    height: 80px;
    text-align: center;
    transition: background .25s cubic-bezier(.77,0,.175,1),-webkit-transform .35s cubic-bezier(.77,0,.175,1);
    transition: background .25s cubic-bezier(.77,0,.175,1),transform .35s cubic-bezier(.77,0,.175,1);
    transition: background .25s cubic-bezier(.77,0,.175,1),transform .35s cubic-bezier(.77,0,.175,1),-webkit-transform .35s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translate(-50%,-50%) scale(.125);
    transform: translate(-50%,-50%) scale(.125);
    z-index: 10
}

.custom-cursor span.main:after {
    font-size: 10.5px;
    font-size: .65625rem;
    line-height: 1.15em;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    font-family: Larsseit Bold;
    margin: auto;
    text-align: center;
    z-index: 1
}

.custom-cursor span.follow {
    width: 60px;
    height: 60px;
    overflow: hidden;
    transition: background-color .25s cubic-bezier(.77,0,.175,1),left .15s ease,top .15s ease,-webkit-transform .35s cubic-bezier(.77,0,.175,1);
    transition: background-color .25s cubic-bezier(.77,0,.175,1),transform .35s cubic-bezier(.77,0,.175,1),left .15s ease,top .15s ease;
    transition: background-color .25s cubic-bezier(.77,0,.175,1),transform .35s cubic-bezier(.77,0,.175,1),left .15s ease,top .15s ease,-webkit-transform .35s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translate(-50%,-50%) scale(.115);
    transform: translate(-50%,-50%) scale(.115);
    z-index: 9
}

.custom-cursor.hover--reg span.follow {
    background: rgba(68,161,231,.22);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.custom-cursor.hover--reg-dark span {
    background: #001f60
}

.custom-cursor.hover--reg-dark span.follow {
    background: rgba(4,23,70,.22)
}

.custom-cursor.hover--product span.main,.custom-cursor.hover--reg-dark span.follow {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.custom-cursor.hover--product span.main {
    background: #001746
}

.custom-cursor.hover--product span.main:after {
    content: "View";
    opacity: 1;
    padding-left: 3px;
    top: 34px;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .35s cubic-bezier(.77,0,.175,1)
}

.custom-cursor.hover--product span.follow {
    background: transparent;
    border: 1px solid #001746;
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5)
}

.custom-cursor.hover--nav-exit span.main {
    background: rgba(4,23,70,.85);
    -webkit-transform: translate(-50%,-50%) scale(.75);
    transform: translate(-50%,-50%) scale(.75)
}

.custom-cursor.hover--nav-exit span.main:after {
    background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/nav-overlay-exit.svg) no-repeat 50%/16px;
    content: "";
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: all .35s cubic-bezier(.77,0,.175,1)
}

.custom-cursor.hover--drag-x span.main {
    background: rgba(69,86,120,.85);
    -webkit-transform: translate(-50%,-50%) scale(.7);
    transform: translate(-50%,-50%) scale(.7)
}

.custom-cursor.hover--drag-x span.main:after {
    background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/cursor-drag-x.svg) no-repeat 50%/66px 17px;
    content: "";
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 66px;
    height: 17px;
    transition: all .35s cubic-bezier(.77,0,.175,1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.custom-cursor.hover--drag-x span.follow {
    opacity: 0
}

.custom-cursor.hover--impression span.main {
    background: #242529
}

.custom-cursor.hover--impression span.follow {
    background: rgba(224,93,94,.85);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.custom-cursor.hover--batonical span.main {
    background: #44a1e7
}

.custom-cursor.hover--batonical span.follow {
    opacity: 0
}

*/
div.quantity {
  background: #fff;
  border: 1px solid #ccd2df;
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 58px;
  text-align: center; }

div.quantity input {
  background: #fff;
  border: 0 none;
  color: #001f60;
  cursor: none;
  display: inline-block;
  font-family: GT Super Medium;
  font-size: 21px;
  font-size: 1.3125rem;
  width: 60px;
  height: 32px; }

div.quantity input.minus, div.quantity input.plus {
  margin-top: 12px !important; }

div.quantity input.qty {
  border-left: 1px solid rgba(204, 210, 223, 0.8);
  border-right: 1px solid rgba(204, 210, 223, 0.8);
  font-size: 15px;
  font-size: .9375rem;
  margin-top: 13px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

div.quantity input.qty::-webkit-inner-spin-button, div.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

div.share {
  display: block;
  position: relative;
  text-align: center;
  width: 100%; }

div.share .st-custom-button, div.share i.main {
  background: #fff;
  border: 1px solid #e0e4ec;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

div.share .st-custom-button svg, div.share i.main svg {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

div.share .st-custom-button svg path, div.share i.main svg path {
  fill: #001f60; }

div.share i.main {
  display: none;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

div.share .icons-wraps {
  margin: 0 auto;
  position: relative;
  z-index: 0; }

div.share .icons-wraps .st-custom-button {
  margin: 0 4px;
  transition-delay: 0s; }

figure.hover-ripple {
  display: block;
  overflow: hidden;
  position: relative;
  display: none; }

figure.hover-ripple canvas {
  opacity: 0; }

figure.hover-ripple .outer {
  display: block !important; }

@keyframes fadeOut-canvas {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  100% {
    opacity: 1; } }
@keyframes fadeIn-canvas {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.50; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
figure.hover-ripple .canvas_animation {
  animation-name: fadeOut-canvas;
  animation-duration: 1s; }

figure.hover-ripple canvas.jack {
  animation-name: fadeIn-canvas;
  animation-duration: 8s;
  animation-delay: 3s; }

.jumbo_slide.owl-carousel .owl-item {
  /*display: none*/ }

figure.hover-ripple img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

figure.hover-ripple img:nth-child(2) {
  display: none;
  opacity: 0; }

nav.fixed-menu {
  display: none;
  top: auto !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  position: fixed !important;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
  z-index: 6; }

nav.fixed-menu.fixed:not(.bottom) {
  position: fixed !important;
  top: 50% !important; }

nav.fixed-menu.bottom {
  bottom: 50vh !important;
  position: absolute !important;
  top: auto !important;
  -webkit-transform: translateY(50%) !important;
  transform: translateY(50%) !important; }

nav.fixed-menu li, nav.fixed-menu li a {
  display: block;
  position: relative; }

nav.fixed-menu li a {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit Bold;
  margin-bottom: 0;
  padding: 22px 0;
  white-space: nowrap; }

nav.fixed-menu li a:after {
  -webkit-animation: c 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
  animation: c 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
  background: #001f60;
  content: "";
  display: block;
  opacity: .2;
  top: 28px;
  right: 40px;
  position: absolute;
  width: 25px;
  height: 1px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

nav.fixed-menu li a .text {
  opacity: 0;
  padding-right: 45px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  visibility: hidden; }

nav.fixed-menu li a span {
  display: inline-block; }

nav.fixed-menu li a span.count {
  color: #44a1e7 !important;
  margin-right: 5px; }

nav.fixed-menu li a span.label {
  color: #001f60; }

nav.fixed-menu li a:hover:after {
  -webkit-animation: b 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
  animation: b 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
  opacity: 1; }

nav.fixed-menu li a:hover .text {
  opacity: 1;
  padding-right: 40px;
  transition-delay: .3s;
  visibility: visible; }

nav.fixed-menu li.active a:after {
  opacity: 1; }

nav.fixed-menu .midnightHeader.default li a:after {
  background: #001f60; }

nav.fixed-menu .midnightHeader.default li a .text span.label {
  color: #001f60; }

nav.fixed-menu .midnightHeader.white li a:after {
  background: #fff; }

nav.fixed-menu .midnightHeader.white li a .text span.label {
  color: #fff; }

nav.fixed-menu.lazy ul li {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  visibility: hidden; }

nav.fixed-menu.lazy.in-view ul li {
  opacity: 1;
  visibility: visible; }

@-webkit-keyframes b {
  0% {
    right: 40px;
    width: 25px; }
  50% {
    right: 0;
    width: 65px; }
  to {
    right: 0;
    width: 25px; } }
@keyframes b {
  0% {
    right: 40px;
    width: 25px; }
  50% {
    right: 0;
    width: 65px; }
  to {
    right: 0;
    width: 25px; } }
@-webkit-keyframes c {
  0%,25% {
    right: 0;
    width: 25px; }
  50% {
    right: 0;
    width: 65px; }
  to {
    right: 40px;
    width: 25px; } }
@keyframes c {
  0%,25% {
    right: 0;
    width: 25px; }
  50% {
    right: 0;
    width: 65px; }
  to {
    right: 40px;
    width: 25px; } }
body.home nav.fixed-menu:not(.fixed):not(.bottom) {
  top: 150vh !important;
  right: 15px !important;
  bottom: auto !important;
  left: auto !important;
  position: absolute !important; }

body:not(.home) nav.fixed-menu:not(.bottom) {
  top: 50vh !important; }

span.section-count {
  color: transparent;
  display: block;
  font-family: GT Super Medium;
  font-size: calc(90px + 106 * ((100vw - 420px) / 860));
  font-size: calc(5.625rem + 106 * ((100vw - 26.25rem) / 860));
  line-height: 1em;
  opacity: .65;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #44a1e7; }

span.section-count.left {
  text-align: left; }

span.section-count.right {
  text-align: right; }

ul.social-links {
  font-size: 0; }

ul.social-links li {
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: top; }

ul.social-links li:not(:first-of-type) {
  margin-left: 5px; }

ul.social-links li:not(:last-of-type) {
  margin-right: 5px; }

ul.social-links li a {
  align-items: center;
  background: transparent;
  border: 1px solid #dee1e7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1; }

ul.social-links li:before {
  background-color: #455678;
  content: "";
  opacity: 1;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0; }

ul.social-links li svg path {
  fill: #001f60; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px;
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  background: transparent !important;
  border: 0 none !important;
  color: rgba(69, 86, 120, 0.8);
  margin-bottom: 0;
  padding: 0 !important;
  text-align: center !important; }

.woocommerce-error:after, .woocommerce-error:before, .woocommerce-error a.button, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-info a.button, .woocommerce-message:after, .woocommerce-message:before, .woocommerce-message a.button {
  display: none !important; }

#age-gate {
  align-items: center;
  background: #f2f4f7;
  cursor: none !important;
  display: none;
  justify-content: center;
  opacity: 1;
  padding: 0 7vw;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  visibility: visible;
  z-index: 8; }

#age-gate .content {
  color: #000;
  max-width: 480px;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: inherit;
  width: 100%;
  z-index: 2; }

#age-gate svg {
  margin: 0 auto 5px;
  max-width: 207px; }

#age-gate .text p {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5em;
  color: #455678;
  display: block;
  letter-spacing: .125em;
  text-transform: uppercase; }

#age-gate fieldset {
  display: block; }

#age-gate .agree-button {
  margin-top: 30px;
  padding-top: 0 !important; }

#age-gate a.privacy {
  color: #001f60;
  display: inline-block;
  font-family: GT Super Medium;
  font-size: 13px;
  font-size: .8125rem;
  margin: 20px auto 0;
  opacity: 0.8; }

#age-gate i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  transition: all .4s ease;
  z-index: 1; }

#age-gate i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 287px 225px;
  bottom: calc(50vh + 60px);
  left: calc(50vw + 80px);
  width: 287px;
  height: 225px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg); }

#age-gate i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 132px 214px;
  bottom: calc(50vh + 140px);
  left: calc(50vw - 380px);
  width: 132px;
  height: 214px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg); }

#age-gate i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 157px 150px;
  top: calc(50vh + 165px);
  left: calc(50vw - 410px);
  width: 157px;
  height: 150px;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg); }

#age-gate.display {
  display: flex; }

#age-gate.dismissed {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: hidden; }

#age-gate.dismissed .content {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px); }

#age-gate.dismissed i.feather:first-of-type {
  background-size: 228px 180px;
  bottom: calc(50vh + 130px);
  left: calc(50vw + 320px);
  width: 228px;
  height: 180px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg); }

#age-gate.dismissed i.feather:nth-of-type(2) {
  background-size: 188px 303px;
  bottom: calc(50vh + 200px);
  left: calc(50vw - 490px);
  width: 188px;
  height: 303px;
  -webkit-transform: rotate(62deg);
  transform: rotate(62deg); }

#age-gate.dismissed i.feather:nth-of-type(3) {
  background-size: 157px 150px;
  top: calc(50vh + 225px);
  left: calc(50vw - 500px);
  width: 157px;
  height: 150px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg); }

body .page-transition footer.primary, body .page-transition main.base > .woocommerce, body .page-transition main.base > section, body .page-transition nav.fixed-menu ul li {
  opacity: 0 !important; }

body .page-transition main.base > .base-lines {
  height: 100%;
  margin-top: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

body .page-transition.animate-out footer.primary, body .page-transition.animate-out main.base > .woocommerce, body .page-transition.animate-out main.base > section {
  opacity: 0 !important;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

body .page-transition.animate-out nav.fixed-menu ul li {
  opacity: 0 !important; }

body .page-transition.animate-out main.base > .base-lines {
  height: 100%;
  margin-top: 0; }

body .page-transition.loaded footer.primary, body .page-transition.loaded main.base > .woocommerce, body .page-transition.loaded main.base > section {
  opacity: 1 !important;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.4s; }

body .page-transition.loaded nav.fixed-menu ul li {
  opacity: 1 !important; }

body .page-transition.loaded main.base > .base-lines {
  height: calc(100% - 85px);
  margin-top: 85px; }

body:not(.on-scroll):not(.header-show) .page-transition header.primary .pane, body:not(.on-scroll):not(.header-show) .page-transition header.primary nav.primary .menu-trigger {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px); }

body:not(.on-scroll):not(.header-show) .page-transition.loaded header.primary .pane, body:not(.on-scroll):not(.header-show) .page-transition.loaded header.primary nav.primary .menu-trigger {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

body .page-transition.animate-out header.primary .pane, body .page-transition.animate-out header.primary nav.primary .menu-trigger {
  -webkit-transform: translateY(-85px) !important;
  transform: translateY(-85px) !important; }

body.home:not(.on-scroll):not(.header-show) .page-transition:not(.loaded) header.primary .pane, body.home:not(.on-scroll):not(.header-show) .page-transition:not(.loaded) header.primary nav.primary .menu-trigger {
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px); }

body.home .page-transition.animate-out header.primary .pane, body.home .page-transition.animate-out header.primary nav.primary .menu-trigger {
  -webkit-transform: translateY(-110px) !important;
  transform: translateY(-110px) !important; }

footer.primary {
  background: #001746 url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-swirl.svg) repeat 0 0/52px;
  color: #fff;
  display: block;
  font-family: Larsseit;
  padding: 100px 0 75px;
  text-align: center;
  width: 100%;
  z-index: 0; }

footer.primary a {
  color: #fff; }

footer.primary .logo svg {
  opacity: .2;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

footer.primary .logo svg:hover {
  opacity: 0.4; }

footer.primary .newsletter {
  letter-spacing: .25em;
  text-transform: uppercase;
  display: block;
  margin-top: 40px; }

footer.primary .newsletter span {
  display: block; }

footer.primary .newsletter span.sub-title {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  font-family: GT Super Medium; }

footer.primary .newsletter span.title {
  font-family: GT Super Medium;
  font-size: calc(18px + 26 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 26 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  margin-top: 14px; }

footer.primary .newsletter form {
  text-align: left;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  width: 100%; }

footer.primary .newsletter form input, footer.primary .newsletter form textarea {
  cursor: none !important; }

footer.primary .newsletter form .checkbox {
  padding: 30px 0 0; }

footer.primary .newsletter form .checkbox span.wpcf7-list-item {
  margin: 0; }

footer.primary .newsletter form .checkbox span.wpcf7-list-item-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: inline-block;
  margin-left: 15px; }

footer.primary .newsletter form .mat-element {
  padding: 30px 0 0;
  position: relative; }

footer.primary .newsletter form .mat-element:after, footer.primary .newsletter form .mat-element:before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 0;
  height: 1px;
  z-index: 1; }

footer.primary .newsletter form .mat-element:before {
  background-color: #d6dbe5;
  right: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%; }

footer.primary .newsletter form .mat-element:after {
  background: #44a1e7;
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

footer.primary .newsletter form .mat-element .mat-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s; }

footer.primary .newsletter form .mat-element .mat-input {
  background: transparent;
  border: none;
  color: #000;
  outline: none;
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }

footer.primary .newsletter form .mat-element textarea.mat-input {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  resize: none; }

footer.primary .newsletter form .mat-element.is-active:before {
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

footer.primary .newsletter form .mat-element.is-active:after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: calc(100% - 4px); }

footer.primary .newsletter form .mat-element.is-active .mat-label {
  color: #6d809e; }

footer.primary .newsletter form .mat-element.is-active textarea.mat-input {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  resize: vertical; }

footer.primary .newsletter form .mat-element.is-completed .mat-label {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

footer.primary .newsletter form .mat-element input:-webkit-autofill, footer.primary .newsletter form .mat-element input:-webkit-autofill:focus textarea:-webkit-autofill, footer.primary .newsletter form .mat-element input:-webkit-autofill:hover, footer.primary .newsletter form .mat-element select:-webkit-autofill, footer.primary .newsletter form .mat-element select:-webkit-autofill:focus, footer.primary .newsletter form .mat-element select:-webkit-autofill:hover, footer.primary .newsletter form .mat-element textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

footer.primary .newsletter form.wpcf7-form .wpcf7-form-control-wrap {
  position: static; }

footer.primary .newsletter form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  top: 52px;
  right: 0;
  position: absolute; }

footer.primary .newsletter form.wpcf7-form .wpcf7-response-output {
  color: rgba(69, 86, 120, 0.8);
  margin: 45px 0 0;
  padding: 6px 20px; }

footer.primary .newsletter form.wpcf7-form .submit-btn {
  display: block;
  margin: 50px auto 0;
  text-align: center; }

footer.primary .newsletter form .mat-element:before {
  background-color: #455678; }

footer.primary .newsletter form .mat-element .mat-label {
  color: rgba(255, 255, 255, 0.4); }

footer.primary .newsletter form .mat-element .mat-input {
  color: #fff;
  text-align: center; }

footer.primary .newsletter form .mat-element.is-active .mat-label {
  color: #fff; }

footer.primary .newsletter form .button, footer.primary .newsletter form button, footer.primary .newsletter form input[type=submit] {
  display: none; }

footer.primary ul.social-links {
  display: block;
  margin-top: 45px; }

footer.primary ul.social-links li {
  margin-right: 0 !important;
  margin-left: 0 !important; }

footer.primary ul.social-links li a {
  border-color: #455678;
  border-radius: 0;
  width: 60px;
  height: 60px; }

footer.primary ul.social-links li svg path {
  fill: #fff; }

footer.primary ul.social-links li:not(:last-of-type) a {
  border-right: 0; }

footer.primary ul.social-links li:hover:before {
  height: 100%; }

footer.primary nav {
  display: block;
  margin-top: 50px;
  text-align: center; }

footer.primary nav ul {
  list-style: none; }

footer.primary nav ul li {
  display: block; }

footer.primary nav ul li a {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 5px; }

footer.primary nav ul li a > .line {
  display: inline-block;
  position: relative; }

footer.primary nav ul li a > .line:after, footer.primary nav ul li a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

footer.primary nav ul li a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

footer.primary nav ul li a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

footer.primary nav ul li a > .line:after, footer.primary nav ul li a > .line:before {
  background: rgba(255, 255, 255, 0.4); }

footer.primary nav ul li a:hover > .line:after, footer.primary nav ul li a:hover > .line:before {
  background: rgba(255, 255, 255, 0.8); }

footer.primary nav ul li a .line:after, footer.primary nav ul li a .line:before {
  display: none; }

footer.primary nav ul li a:not(:hover) .line:after, footer.primary nav ul li a:not(:hover) .line:before {
  opacity: 0; }

footer.primary .copyright {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #49597b;
  display: block;
  line-height: 1.55em;
  margin-top: 50px; }

footer.primary .copyright a {
  position: relative; }

footer.primary .copyright a > .line {
  display: inline-block;
  position: relative; }

footer.primary .copyright a > .line:after, footer.primary .copyright a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

footer.primary .copyright a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

footer.primary .copyright a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

footer.primary .copyright a > .line:after, footer.primary .copyright a > .line:before {
  background: rgba(255, 255, 255, 0.4); }

footer.primary .copyright a:hover > .line:after, footer.primary .copyright a:hover > .line:before {
  background: rgba(255, 255, 255, 0.8); }

footer.primary .copyright a .line:after, footer.primary .copyright a .line:before {
  bottom: -4px; }

footer.primary .copyright a:not(:hover) .line:after, footer.primary .copyright a:not(:hover) .line:before {
  opacity: 0; }

header.primary {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 7; }

header.primary .pane {
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  position: relative;
  width: 100%;
  height: 85px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1; }

header.primary .pane a {
  color: #fff;
  font-family: Larsseit Bold; }

header.primary .logo {
  margin-right: auto;
  margin-left: auto;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 1; }

header.primary .logo a {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .logo a.home {
  height: 128px; }

header.primary .logo a.standard {
  height: 85px; }

header.primary .logo a.standard svg path {
  fill: #001f60; }

header.primary .logo svg {
  width: 140px;
  height: 100%; }

header.primary .logo svg, header.primary .logo svg g {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .cta {
  height: calc(100% - 1px);
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2; }

header.primary .cta a {
  align-items: center;
  border-left: 1px solid rgba(0, 23, 70, 0);
  display: inline-flex;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  vertical-align: top; }

header.primary .cta a#cart {
  padding: 0 32px;
  width: 85px; }

header.primary .cta a#cart svg {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

header.primary .cta a#cart svg path {
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .cta a#cart span.count {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  color: #fff;
  top: 23px;
  left: 54px;
  position: absolute;
  text-align: right; }

header.primary .cta a#cart span.count, header.primary .cta a#shop {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit Bold; }

header.primary .cta a#shop {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  display: none;
  padding: 0 38px;
  position: relative; }

header.primary .cta a#shop > .line {
  display: inline-block;
  position: relative; }

header.primary .cta a#shop > .line:after, header.primary .cta a#shop > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

header.primary .cta a#shop > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

header.primary .cta a#shop > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

header.primary .cta a#shop > .line:after, header.primary .cta a#shop > .line:before {
  background: rgba(255, 255, 255, 0.4); }

header.primary .cta a#shop:hover > .line:after, header.primary .cta a#shop:hover > .line:before {
  background: rgba(255, 255, 255, 0.8); }

header.primary .cta a#purchase {
  display: none;
  margin: 0;
  padding: 20px 40px 0; }

header.primary .cta a#purchase .button {
  color: #fff;
  cursor: none !important;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 45px; }

header.primary .cta a#purchase .button button, header.primary .cta a#purchase .button input[type=submit], header.primary .cta a#purchase .button span {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  background: transparent !important;
  color: #fff !important;
  display: block;
  font-family: Larsseit Bold;
  height: 50px;
  position: relative;
  z-index: 3; }

header.primary .cta a#purchase .button button, header.primary .cta a#purchase .button span {
  padding: 18px 42px 0 !important; }

header.primary .cta a#purchase .button input[type=submit] {
  padding: 0 42px !important; }

header.primary .cta a#purchase .button .ajax-loader {
  display: none !important; }

header.primary .cta a#purchase .button:before {
  background: #001f60;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  transition: all .1s ease-in-out;
  z-index: 1; }

header.primary .cta a#purchase .button:after {
  border: 1px solid #001f60;
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease-in-out;
  z-index: 2; }

header.primary .cta a#purchase .button:after, header.primary .cta a#purchase .button:hover:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px); }

header.primary .cta a#purchase .button:hover:after {
  border-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

header.primary .cta a#purchase .button span {
  padding: 16px 32px 0 !important; }

header.primary .cta a#purchase .button:before {
  background: #44a1e7;
  height: 45px; }

header.primary .cta a#purchase .button:after {
  border-color: #44a1e7; }

header.primary .cta a:not(:hover) .line:after, header.primary .cta a:not(:hover) .line:before {
  opacity: 0.3; }

header.primary nav.primary {
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 3; }

header.primary .menu-trigger {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 85px;
  height: 84px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border 0.3s cubic-bezier(0.77, 0, 0.175, 1), min-width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border 0.3s cubic-bezier(0.77, 0, 0.175, 1), min-width 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border 0.3s cubic-bezier(0.77, 0, 0.175, 1), min-width 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2; }

header.primary .menu-trigger .icon {
  position: relative;
  width: 24px;
  height: 24px;
  top: 30px;
  left: 30px;
  position: absolute; }

header.primary .menu-trigger .icon i:after, header.primary .menu-trigger .icon i:before, header.primary .menu-trigger .icon span:after, header.primary .menu-trigger .icon span:before {
  background: #001f60;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px; }

header.primary .menu-trigger .icon i.open:after, header.primary .menu-trigger .icon i.open:before {
  transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  width: 20px; }

header.primary .menu-trigger .icon i.open:before {
  left: 2px;
  top: 8px; }

header.primary .menu-trigger .icon i.open:after {
  right: 2px;
  top: 14px; }

header.primary .menu-trigger .icon i.closed {
  display: block;
  overflow: visible; }

header.primary .menu-trigger .icon i.closed:after, header.primary .menu-trigger .icon i.closed:before {
  opacity: 0;
  top: 12px;
  left: 6px;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 14px; }

header.primary .menu-trigger .icon i.closed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

header.primary .menu-trigger .icon i.closed:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

header.primary .menu-trigger span.label {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  color: #fff;
  display: none;
  font-family: Larsseit Bold;
  top: 50%;
  left: 70px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), margin 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

header.primary .menu-trigger span.label.open {
  margin-top: 0;
  opacity: 1; }

header.primary .menu-trigger span.label.closed {
  margin-top: 20px;
  opacity: 0; }

header.primary .menu-trigger.nav-visible span.label.open {
  margin-top: -20px;
  opacity: 0; }

header.primary .menu-trigger.nav-visible span.label.closed {
  margin-top: 0;
  opacity: 1; }

header.primary .menu-trigger.nav-visible .icon i.open:after, header.primary .menu-trigger.nav-visible .icon i.open:before {
  transition-delay: 0s;
  width: 0; }

header.primary .menu-trigger.nav-visible .icon i.closed:after, header.primary .menu-trigger.nav-visible .icon i.closed:before {
  opacity: 1;
  transition-delay: 0.2s; }

header.primary .menu-trigger.nav-visible .icon i.closed:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

header.primary .menu-trigger.nav-visible .icon i.closed:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header.primary aside.navigation {
  max-width: 580px;
  position: relative;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .menu-wrap {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 60px 40px 100px;
  width: 100%;
  height: inherit;
  z-index: 1; }

header.primary .menu-wrap .menu-primary-menu-container {
  opacity: 0;
  padding: 45px 0;
  position: relative;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

header.primary .menu-wrap .menu-primary-menu-container:after, header.primary .menu-wrap .menu-primary-menu-container:before {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 20px;
  content: "";
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 6px;
  height: 20px; }

header.primary .menu-wrap .menu-primary-menu-container:before {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  top: 0; }

header.primary .menu-wrap .menu-primary-menu-container:after {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  bottom: 0; }

header.primary .menu-wrap a {
  color: #001f60; }

header.primary .menu-wrap ul.menu > li {
  font-family: GT Super Medium;
  font-size: calc(18px + 15 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 15 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  letter-spacing: .135em;
  text-transform: uppercase; }

header.primary .menu-wrap ul.menu > li > a, header.primary .menu-wrap ul.menu > li > a > .line {
  position: relative;
  display: inline-block; }

header.primary .menu-wrap ul.menu > li > a > .line:after, header.primary .menu-wrap ul.menu > li > a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

header.primary .menu-wrap ul.menu > li > a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

header.primary .menu-wrap ul.menu > li > a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

header.primary .menu-wrap ul.menu > li > a > .line:after, header.primary .menu-wrap ul.menu > li > a > .line:before {
  background: rgba(0, 31, 96, 0.1);
  bottom: -3px;
  height: 15px; }

header.primary .menu-wrap ul.menu > li:not(.current_page_item) a:not(:hover) .line:after, header.primary .menu-wrap ul.menu > li:not(.current_page_item) a:not(:hover) .line:before {
  opacity: 0; }

header.primary .menu-wrap ul.menu > li:not(:last-of-type) {
  margin-bottom: 25px; }

header.primary .menu-wrap ul.menu > li.menu-item-has-children {
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .menu-wrap ul.menu > li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s; }

header.primary .menu-wrap ul.menu > li.menu-item-has-children.extended > a > .line:before {
  width: 0; }

header.primary .menu-wrap ul.menu > li.menu-item-has-children.extended > a > .line:after {
  opacity: 1;
  width: calc(100% - 4px); }

header.primary .menu-wrap ul.menu > li.menu-item-has-children.extended ul.sub-menu {
  opacity: 1; }

header.primary .menu-wrap ul.sub-menu {
  margin: 25px 0 0; }

header.primary .menu-wrap ul.sub-menu li {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit; }

header.primary .menu-wrap ul.sub-menu li a {
  display: inline-block;
  padding: 5px 0;
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary .menu-wrap ul.sub-menu li a:hover {
  color: #6d809e; }

header.primary ul.social-links {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  right: 0;
  bottom: 120px;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

header.primary ul.social-links li {
  display: inline-block; }

header.primary ul.social-links li a:hover {
  border-color: #44a1e7; }

header.primary .overlay {
  background: #001f60;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  z-index: 2; }

body.nav-visible header .overlay {
  opacity: .3;
  visibility: visible; }

body.nav-visible header nav.primary .menu-trigger {
  border-color: #fff !important; }

body.nav-visible header nav.primary .menu-trigger span.label {
  color: #001f60; }

body.nav-visible header aside.navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

body.nav-visible header aside.navigation .menu-primary-menu-container, body.nav-visible header aside.navigation ul.social-links {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

body.nav-visible header aside.navigation .menu-primary-menu-container {
  transition-delay: 0.3s; }

body.nav-visible header aside.navigation ul.social-links {
  transition-delay: 0.5s; }

body.on-scroll header .pane {
  background: #fff; }

body.on-scroll header .pane:after, body.on-scroll header .pane:before {
  background: #e0e4ec;
  width: 50%; }

body.on-scroll header .pane a {
  color: #001f60; }

body.on-scroll header .logo a.home {
  height: 70px;
  padding-top: 0; }

body.on-scroll header .logo a.home svg {
  margin-top: 6px;
  width: 115px; }

body.on-scroll header .logo a.home svg g {
  fill: #001f60; }

body.on-scroll header .logo a.standard {
  padding-top: 0; }

body.on-scroll header .cta a {
  border-color: rgba(0, 23, 70, 0.06); }

body.on-scroll header .cta a#cart svg path.basket {
  stroke: #001f60; }

body.on-scroll header .cta a#cart svg path.wheels {
  fill: #001f60; }

body.on-scroll header .cta a#cart span.count {
  color: #001f60; }

body.on-scroll header .cta a:hover .line:after, body.on-scroll header .cta a:hover .line:before, body.on-scroll header .cta a:not(:hover) .line:after, body.on-scroll header .cta a:not(:hover) .line:before {
  background: #44a1e7; }

body.on-scroll header nav.primary .menu-trigger {
  border-color: #e0e4ec; }

body.on-scroll header nav.primary .menu-trigger span.label {
  color: #001f60; }

body:not(.nav-visible).header-hide header .pane, body:not(.nav-visible).header-hide header nav.primary .menu-trigger {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px); }

body:not(.on-scroll):not(.nav-visible) header.primary .menu-trigger .icon i.open:after, body:not(.on-scroll):not(.nav-visible) header.primary .menu-trigger .icon i.open:before {
  background: #fff; }

header.primary.standard .pane:after {
  background: #001746;
  content: "";
  opacity: .06;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px; }

header.primary.standard .cta a {
  border-color: rgba(0, 23, 70, 0.06); }

header.primary.standard .cta a#cart svg path.basket {
  stroke: #001f60; }

header.primary.standard .cta a#cart svg path.wheels {
  fill: #001f60; }

header.primary.standard .cta a#cart span.count, header.primary.standard .cta a#shop {
  color: #001f60; }

header.primary.standard .cta a#shop .line:after, header.primary.standard .cta a#shop .line:before {
  background: #44a1e7 !important; }

header.primary.standard .cta a:hover .line:after, header.primary.standard .cta a:hover .line:before, header.primary.standard .cta a:not(:hover) .line:after, header.primary.standard .cta a:not(:hover) .line:before {
  background: #44a1e7; }

header.primary.standard nav.primary .menu-trigger {
  border-color: rgba(0, 23, 70, 0.06); }

header.primary.standard nav.primary .menu-trigger span.label {
  color: #001f60; }

header.primary.standard nav.primary .menu-trigger .icon i.open:after, header.primary.standard nav.primary .menu-trigger .icon i.open:before {
  background: #001f60 !important; }

header.primary.fixed-aside-img .pane:after {
  background: #001746;
  content: "";
  opacity: .06;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px; }

header.primary.fixed-aside-img nav.primary .menu-trigger {
  border-color: rgba(0, 23, 70, 0.06); }

header.primary.fixed-aside-img nav.primary .menu-trigger span.label {
  color: #001f60; }

header.primary.fixed-aside-img nav.primary .menu-trigger .icon i.open:after, header.primary.fixed-aside-img nav.primary .menu-trigger .icon i.open:before {
  background: #001f60 !important; }

header.primary.home .pane:after, header.primary.home .pane:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  bottom: 0;
  position: absolute;
  width: calc(50% - 80px);
  height: 1px;
  transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

header.primary.home .pane:before {
  left: 0; }

header.primary.home .pane:after {
  right: 0; }

body.on-scroll header.primary.home .pane:after, body.on-scroll header.primary.home .pane:before {
  background: rgba(0, 23, 70, 0.06);
  bottom: 0;
  width: 50%; }

body:not(.on-scroll) header.primary.home .cta a {
  border-left: 1px solid rgba(255, 255, 255, 0.4); }

body.single-product header.primary .cta a#shop {
  display: none !important; }

section.awards {
  color: #001f60;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center; }

section.awards:after, section.awards:before {
  background: #44a1e7;
  content: "";
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.awards:before {
  top: -60px; }

section.awards:after {
  bottom: -60px; }

section.awards span.section-count {
  text-align: left; }

section.awards .container {
  padding: 125px 7vw 80px;
  max-width: 1300px;
  z-index: 1; }

section.awards .container, section.awards .title {
  margin-right: auto;
  margin-left: auto;
  position: relative; }

section.awards .title {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  font-family: GT Super Medium;
  margin-bottom: 30px; }

section.awards .title:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.awards .sub-title {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  font-family: GT Super Medium;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 100%; }

section.awards .list {
  align-content: stretch;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px auto 0;
  max-width: 960px;
  width: 100%; }

section.awards .award {
  align-self: auto;
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/award-ribbon-left.svg), url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/award-ribbon-right.svg);
  background-position: 0,100%;
  background-repeat: no-repeat;
  background-size: 34px 82px;
  flex: 0 1 250px;
  margin: 0 30px 70px;
  min-height: 82px;
  order: 0;
  padding: 10px 40px 0;
  position: relative; }

section.awards .award span {
  display: block; }

section.awards .award span.year {
  font-size: calc(18px + 15 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 15 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  font-family: GT Super Medium;
  margin-bottom: 5px; }

section.awards .award span.medal {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit; }

section.awards .award:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 10px;
  height: 1px;
  right: 0;
  bottom: -12px;
  left: 0;
  position: absolute;
  text-align: center; }

section.awards i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.awards i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 146px 116px;
  top: 20px;
  left: 160px;
  width: 146px;
  height: 116px;
  -webkit-transform: rotate(-162deg);
  transform: rotate(-162deg); }

section.awards i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 123px 118px;
  bottom: 20px;
  left: 130px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.awards .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.awards .lazy.in-view {
  opacity: 1; }

section.contact-info {
  padding-top: 160px;
  position: relative;
  text-align: center;
  z-index: 1; }

section.contact-info .main {
  margin: 0 auto;
  padding: 0 7vw 150px;
  position: relative; }

section.contact-info .main .inner {
  position: relative; }

section.contact-info .main h1, section.contact-info .main h2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center; }

section.contact-info .main h1:after, section.contact-info .main h2:after {
  background: #44a1e7;
  content: "";
  margin: 0 auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.contact-info .main .content {
  padding-bottom: 35px;
  width: 100%; }

section.contact-info .main h1.heading {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  font-family: GT Super Medium;
  margin-bottom: 50px; }

section.contact-info .main address {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5em;
  color: #455678;
  display: block;
  letter-spacing: .125em;
  text-transform: uppercase; }

section.contact-info .main .email {
  display: block;
  margin-top: 22px; }

section.contact-info .main .email a {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #44a1e7;
  font-family: GT Super Medium;
  padding: 8px 0; }

section.contact-info .main .email a > .line {
  display: inline-block;
  position: relative; }

section.contact-info .main .email a > .line:after, section.contact-info .main .email a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

section.contact-info .main .email a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

section.contact-info .main .email a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

section.contact-info .main .email a > .line:after, section.contact-info .main .email a > .line:before {
  background: #44a1e7; }

section.contact-info .main ul.social-links {
  margin-top: 45px; }

section.contact-info .main ul.social-links li {
  background: #fff;
  display: inline-block; }

section.contact-info .main ul.social-links li a:hover {
  border-color: #44a1e7; }

section.contact-info .main .form-section {
  margin-top: 70px;
  padding: 0;
  z-index: 1; }

section.contact-info .main .form-section form {
  text-align: left; }

section.contact-info .main .form-section form input, section.contact-info .main .form-section form textarea {
  cursor: none !important; }

section.contact-info .main .form-section form .checkbox {
  padding: 30px 0 0; }

section.contact-info .main .form-section form .checkbox span.wpcf7-list-item {
  margin: 0; }

section.contact-info .main .form-section form .checkbox span.wpcf7-list-item-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: inline-block;
  margin-left: 15px; }

section.contact-info .main .form-section form .mat-element {
  padding: 30px 0 0;
  position: relative; }

section.contact-info .main .form-section form .mat-element:after, section.contact-info .main .form-section form .mat-element:before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 0;
  height: 1px;
  z-index: 1; }

section.contact-info .main .form-section form .mat-element:before {
  background-color: #d6dbe5;
  right: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%; }

section.contact-info .main .form-section form .mat-element:after {
  background: #44a1e7;
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.contact-info .main .form-section form .mat-element .mat-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s; }

section.contact-info .main .form-section form .mat-element .mat-input {
  background: transparent;
  border: none;
  color: #000;
  outline: none;
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }

section.contact-info .main .form-section form .mat-element textarea.mat-input {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  resize: none; }

section.contact-info .main .form-section form .mat-element.is-active:before {
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.contact-info .main .form-section form .mat-element.is-active:after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: calc(100% - 4px); }

section.contact-info .main .form-section form .mat-element.is-active .mat-label {
  color: #6d809e; }

section.contact-info .main .form-section form .mat-element.is-active textarea.mat-input {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  resize: vertical; }

section.contact-info .main .form-section form .mat-element.is-completed .mat-label {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

section.contact-info .main .form-section form .mat-element input:-webkit-autofill, section.contact-info .main .form-section form .mat-element input:-webkit-autofill:focus textarea:-webkit-autofill, section.contact-info .main .form-section form .mat-element input:-webkit-autofill:hover, section.contact-info .main .form-section form .mat-element select:-webkit-autofill, section.contact-info .main .form-section form .mat-element select:-webkit-autofill:focus, section.contact-info .main .form-section form .mat-element select:-webkit-autofill:hover, section.contact-info .main .form-section form .mat-element textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

section.contact-info .main .form-section form.wpcf7-form .wpcf7-form-control-wrap {
  position: static; }

section.contact-info .main .form-section form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  top: 52px;
  right: 0;
  position: absolute; }

section.contact-info .main .form-section form.wpcf7-form .wpcf7-response-output {
  color: rgba(69, 86, 120, 0.8);
  margin: 45px 0 0;
  padding: 6px 20px; }

section.contact-info .main .form-section form.wpcf7-form .submit-btn {
  display: block;
  margin: 50px auto 0;
  text-align: center; }

section.contact-info .main h2.form-title {
  font-size: calc(18px + 15 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 15 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  margin-bottom: 30px;
  text-transform: uppercase; }

section.contact-info .main h2.form-title:after {
  bottom: -18px; }

section.contact-info i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.contact-info i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 98px 156px;
  top: 20px;
  right: -40px;
  width: 98px;
  height: 156px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

section.contact-info i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  top: 385px;
  left: -40px;
  width: 123px;
  height: 118px; }

section.contact-info i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 156px 123px;
  top: 615px;
  right: -105px;
  width: 156px;
  height: 123px; }

section.contact-info .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.contact-info .lazy.in-view {
  opacity: 1; }

/* Lookbook Popup Overrides Start here
=====================================================*/
.lookbook.contact_form {
  overflow: auto;
}

#lookbook .mfp-close {
  background: url('/wp-content/uploads/2020/01/close-btn.png');
  background-size: auto;
  top: 120px;
  right: 17%;
  position: absolute;
  width: 116px;
  border: none;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mfp-preloader {
  display: none;
}

.lookbook-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

#lookbook-form {
  width: 70%;
  height: 600px;
  margin-left: 15%;
  border: none;
  left: 0;
  top: 0;
}

.book-and-shadow {
  margin-top: 1%;
  left: 0.5%;
  position: relative;
  width: 50%;
  z-index: 1;
}

.required-text {
  display: none;
}

.row.form-row {
  margin: -120px auto 60px;
  text-align: center;
}

.row.form-row .col-md-8 {
  background: #fff;
  padding: 26px 40px 0;
  text-align: center;
}

.row.form-row .form-leaf {
  height: 27px;
  margin-bottom: 15px;
}

.lookbook-wrapper ul {
  margin-left: 0;
}

.contact-form.lookbook {
  position: relative;
  z-index: 2;
}

.contact-form.lookbook ul {
  display: inline-flex;
}

.contact-form.lookbook ul li {
  margin-bottom: 0.3047058824rem;
}

.contact-form.lookbook ul li .form-control {
  height: 2.5411764706rem;
  padding: 0.3882352941rem 1.7647058824rem;
}

.contact-form.lookbook + p {
  display: none;
}

.contact-form.lookbook ~ .btnWrap .submit-btn {
  background-color: #c29d67;
  border: 1px solid #705d4c;
  border-radius: 0;
  font-size: 0.7647058824rem;
  font-weight: 400;
  color: #f0eee9;
  letter-spacing: 0.1764705882rem;
  min-width: 14.1764705882rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  text-align: center;
  padding: 0.6470588235rem 0.8823529412rem;
}

.contact-form.lookbook span.wpcf7-not-valid-tip {
  font-size: 0.5647058824rem;
}

.mfp-wrap {
  /* To help lock iOS body scroll on Magnific Popup */
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 645px) {

  #lookbook-form {
    width: 100%;
    margin-left: 0;
    transition: all 300ms ease-in-out;
    z-index: 3;
    position: relative;
  }

  .lookbook-wrapper {
    background: #fff !important;
    margin-top: 50%;
  }

  .lookbook-wrapper .row:first-child {
    display: none;
  }

  .row.form-row {
    margin: 0 auto 60px;
  }

  .row.form-row .col-md-8 {
    padding: 26px 0 0;
  }

  .lookbook.contact_form {
    overflow: visible;
  }

  #lookbook .mfp-close {
    z-index: 9999;
  }

}
/* /* Lookbook Popup Overrides End */

section.distilled {
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center; }

section.distilled i.section-lines span {
  background: #44a1e7;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.distilled i.section-lines span.top {
  top: -60px; }

section.distilled i.section-lines span.bottom {
  bottom: -60px; }

section.distilled span.section-count {
  text-align: right; }

section.distilled .container {
  margin-right: auto;
  margin-left: auto;
  padding: 330px 7vw 320px;
  max-width: 1300px;
  position: relative; }

section.distilled .content {
  position: relative;
  z-index: 1; }

section.distilled .content .title {
  font-family: GT Super Medium;
  font-size: calc(33px + 39 * ((100vw - 420px) / 860));
  font-size: calc(2.0625rem + 39 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.1225em;
  text-transform: uppercase;
  color: #001f60;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

section.distilled .content .title span {
  display: block; }

section.distilled .content .sub-title {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  padding-top: 35px;
  width: 100%; }

section.distilled .content .sub-title:after {
  display: none; }

section.distilled .content .text {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: rgba(69, 86, 120, 0.8);
  display: block;
  margin: 20px auto 40px;
  padding-bottom: 30px; }

section.distilled .content .text:before {
  display: none; }

section.distilled .content .badge svg {
  width: 115px; }

section.distilled .content .sub-title, section.distilled .content .text {
  display: block;
  position: relative; }

section.distilled .content .sub-title:after, section.distilled .content .sub-title:before, section.distilled .content .text:after, section.distilled .content .text:before {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 20px;
  content: "";
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 6px;
  height: 20px; }

section.distilled .content .sub-title:before, section.distilled .content .text:before {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  top: 0; }

section.distilled .content .sub-title:after, section.distilled .content .text:after {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  bottom: 0; }

section.distilled i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.distilled i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 156px 123px;
  top: 180px;
  right: 80px;
  width: 156px;
  height: 123px; }

section.distilled i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  top: 1085px;
  left: 140px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

section.distilled i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 103px 98px;
  right: 60px;
  bottom: 90px;
  width: 103px;
  height: 98px;
  -webkit-transform: rotate(-73deg);
  transform: rotate(-73deg); }

section.distilled .image {
  overflow: hidden;
  position: absolute;
  z-index: 0; }

section.distilled .image.rectangle {
  display: none;
  top: 40px;
  left: 0;
  width: 150px;
  height: 220px; }

section.distilled .image.portrait {
  width: 140px;
  height: 210px; }

section.distilled .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.distilled .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.distilled .lazy.in-view {
  opacity: 1; }

section.header-hero {
  color: #fff;
  background-color: #0b1127;
  display: block;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1; }

section.header-hero:before {
  background: #fff;
  content: "";
  display: block;
  margin: 0 auto;
  opacity: .4;
  pointer-events: none;
  top: calc(50% + 150px);
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: calc(50% - 330px);
  z-index: 1; }

section.header-hero .content {
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 20px;
  pointer-events: none;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1; }

section.header-hero h1.title {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  font-family: GT Super Medium;
  opacity: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

section.header-hero h1.title span {
  opacity: 0;
  position: relative;
  transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1); }

section.header-hero h1.title.load {
  opacity: 1; }

section.header-hero h1.title.load span {
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important; }

section.header-hero h1.title.mobile span {
  display: block; }

section.header-hero h1.title.desktop {
  display: none; }

section.header-hero a.scroll-indicator {
  right: 0;
  bottom: 60px;
  left: 0;
  position: absolute;
  z-index: 4; }

section.header-hero figure.background {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100vh + 15px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0; }

section.header-hero figure.background .outer {
  margin-left: -10vw;
  overflow: hidden;
  position: relative;
  width: 120vw;
  height: calc(100vh + 15px); }

section.header-hero figure.background .inner {
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 100%; }

section.header-hero figure.background canvas {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important; }

section.hero-introduction {
  overflow: visible;
  padding: 0;
  position: relative; }

section.hero-introduction i.section-lines span {
  background: #44a1e7;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.hero-introduction i.section-lines span.top {
  top: 120px; }

section.hero-introduction i.section-lines span.bottom {
  bottom: -60px; }

section.hero-introduction .container {
  margin-right: auto;
  margin-left: auto;
  padding: 315px 7vw 250px;
  max-width: 1100px;
  position: relative;
  z-index: 3; }

section.hero-introduction i.eagle {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eagle.svg) no-repeat 50%/cover;
  display: block;
  opacity: .1;
  position: absolute;
  width: 254px;
  height: 148px;
  z-index: 1; }

section.hero-introduction i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1; }

section.hero-introduction i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 250px 196px;
  display: none;
  top: -200px;
  right: -75px;
  width: 250px;
  height: 196px; }

section.hero-introduction i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 92px 150px;
  display: none;
  top: 370px;
  right: -50px;
  width: 92px;
  height: 150px; }

section.hero-introduction i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 120px 113px;
  width: 120px;
  height: 113px;
  bottom: 70px;
  left: 15px; }

section.hero-introduction .content {
  position: relative;
  text-align: center;
  z-index: 2; }

section.hero-introduction .content .title {
  font-family: GT Super Medium;
  font-size: calc(35px + 63 * ((100vw - 420px) / 860));
  font-size: calc(2.1875rem + 63 * ((100vw - 26.25rem) / 860));
  letter-spacing: .1em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

section.hero-introduction .content .sub-title {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  padding-top: 35px;
  width: 100%; }

section.hero-introduction .content .sub-title:after {
  display: none; }

section.hero-introduction .content .text {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: rgba(69, 86, 120, 0.8);
  display: block;
  margin: 20px auto 40px;
  padding-bottom: 30px; }

section.hero-introduction .content .text:before {
  display: none; }

section.hero-introduction .content .signature {
  margin-top: 30px; }

section.hero-introduction .content .signature svg {
  width: 130px; }

section.hero-introduction .content .sub-title, section.hero-introduction .content .text {
  display: block;
  position: relative; }

section.hero-introduction .content .sub-title:after, section.hero-introduction .content .sub-title:before, section.hero-introduction .content .text:after, section.hero-introduction .content .text:before {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 20px;
  content: "";
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 6px;
  height: 20px; }

section.hero-introduction .content .sub-title:before, section.hero-introduction .content .text:before {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  top: 0; }

section.hero-introduction .content .sub-title:after, section.hero-introduction .content .text:after {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  bottom: 0; }

section.hero-introduction .image {
  overflow: hidden;
  position: absolute;
  z-index: 2; }

section.hero-introduction .image.portrait {
  top: 60px;
  left: 0;
  width: 140px;
  height: 210px; }

section.hero-introduction .image.rectangle {
  right: 0;
  bottom: 30px;
  width: 150px;
  height: 220px; }

section.hero-introduction .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.hero-introduction .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.hero-introduction .lazy.in-view {
  opacity: 1; }

section.highlight-paragraph {
  background: #001746 url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-swirl.svg) repeat 0 0/52px;
  color: #6d7da0;
  display: block;
  padding: 120px 0;
  position: relative;
  z-index: 1; }

section.highlight-paragraph i.section-lines span {
  background: #44a1e7;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.highlight-paragraph i.section-lines span.top {
  top: -60px; }

section.highlight-paragraph i.section-lines span.bottom {
  bottom: -60px; }

section.highlight-paragraph .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px;
  margin: auto;
  position: relative; }

section.highlight-paragraph .container:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

section.highlight-paragraph .content {
  font-size: calc(24px + 19 * ((100vw - 420px) / 860));
  font-size: calc(1.5rem + 19 * ((100vw - 26.25rem) / 860));
  line-height: 1.375em;
  font-family: GT Super Medium;
  z-index: 3; }

section.highlight-paragraph span.anchor {
  color: #fff;
  position: relative; }

section.highlight-paragraph span.anchor:after {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/highlight-underline.svg) no-repeat;
  content: "";
  display: none;
  overflow: hidden;
  right: 0;
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 0;
  height: 5px;
  transition: width 0.25s ease-in 0.1s; }

section.highlight-paragraph figure.image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  mix-blend-mode: hard-light;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  position: fixed;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: background-image 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), height 0.35s cubic-bezier(0.77, 0, 0.175, 1), width 0.35s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.35s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-image 0.35s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), height 0.35s cubic-bezier(0.77, 0, 0.175, 1), width 0.35s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.35s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease;
  transition: background-image 0.35s cubic-bezier(0.77, 0, 0.175, 1), transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), height 0.35s cubic-bezier(0.77, 0, 0.175, 1), width 0.35s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.35s cubic-bezier(0.77, 0, 0.175, 1), left 0.15s ease, top 0.15s ease, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden; }

section.highlight-paragraph figure.image.active {
  opacity: .6;
  width: 320px;
  height: 460px;
  visibility: visible; }

section.highlight-paragraph i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 2; }

section.highlight-paragraph i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/white/feather3.svg);
  background-size: 150px 143px;
  top: 0;
  left: 115px;
  width: 150px;
  height: 143px;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg); }

section.highlight-paragraph i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/white/feather3.svg);
  background-size: 123px 118px;
  top: 90px;
  right: -120px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.highlight-paragraph i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/white/feather1.svg);
  background-size: 104px 82px;
  bottom: 100px;
  left: -40px;
  width: 104px;
  height: 82px; }

section.highlight-paragraph .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.highlight-paragraph .lazy.in-view {
  opacity: 1; }

section.instagram-grid {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-rough-edge.png) no-repeat top right -730px;
  padding-top: 94px;
  position: relative;
  text-align: center; }

section.instagram-grid:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 1px;
  height: 120px;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.instagram-grid span.section-count {
  z-index: 1; }

section.instagram-grid .container {
  background: #f2f2f2 url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-rough-tile01.jpg) repeat;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }

section.instagram-grid .container > .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1300px;
  position: relative;
  z-index: 1; }

section.instagram-grid h6.title {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  font-family: GT Super Medium;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
  z-index: 1; }

section.instagram-grid h6.title:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.instagram-grid .button {
  margin-top: 60px; }

section.instagram-grid .button a {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  padding: 5px; }

section.instagram-grid .button a > .line {
  display: inline-block;
  position: relative; }

section.instagram-grid .button a > .line:after, section.instagram-grid .button a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

section.instagram-grid .button a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

section.instagram-grid .button a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

section.instagram-grid .button a > .line:after, section.instagram-grid .button a > .line:before {
  background: #44a1e7; }

section.instagram-grid span.username {
  color: #d9dde5;
  display: none;
  font-family: GT Super Medium;
  font-size: calc(35px + 109 * ((100vw - 420px) / 860));
  font-size: calc(2.1875rem + 109 * ((100vw - 26.25rem) / 860));
  letter-spacing: .1em;
  line-height: 1.255em;
  margin-right: auto;
  margin-left: auto;
  opacity: .4;
  top: 160px;
  right: 0;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 0; }

section.instagram-grid .tiles {
  font-size: calc(5px + 11 * ((100vw - 420px) / 860));
  font-size: calc(.3125rem + 11 * ((100vw - 26.25rem) / 860));
  margin: 0 auto;
  position: relative;
  width: 70.625em;
  height: 40em;
  z-index: 1; }

section.instagram-grid .tile {
  overflow: hidden;
  position: absolute;
  width: 1em; }

section.instagram-grid .tile a.permalink {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5; }

section.instagram-grid .tile span.label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit Bold; }

section.instagram-grid .tile > span.label {
  color: #001f60;
  background-color: #f2f2f2;
  display: none;
  height: 27px;
  max-width: 90%;
  padding: 10px 15px 5px 12px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  transition: bottom 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2; }

section.instagram-grid .tile figure.image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

section.instagram-grid .tile figure.image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.instagram-grid .tile:first-of-type {
  left: 0;
  width: 16.875em;
  height: 16.875em;
  top: 8.75em; }

section.instagram-grid .tile:nth-of-type(2) {
  left: 18.125em;
  width: 19.375em;
  height: 19.375em; }

section.instagram-grid .tile:nth-of-type(3) {
  left: 38.75em;
  top: 5em;
  width: 14.375em;
  height: 14.375em; }

section.instagram-grid .tile:nth-of-type(4) {
  right: 0;
  width: 16.25em;
  height: 16.25em;
  top: 12.188em; }

section.instagram-grid .tile:nth-of-type(5) {
  left: 18.125em;
  width: 14.375em;
  height: 14.375em;
  top: 20.625em; }

section.instagram-grid .tile:nth-of-type(6) {
  left: 33.75em;
  width: 19.375em;
  height: 19.375em;
  top: 20.625em; }

section.instagram-grid .tile .overlay {
  align-content: stretch;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 31, 96, 0.9);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  opacity: 0;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  z-index: 3; }

section.instagram-grid .tile .overlay:after, section.instagram-grid .tile .overlay:before {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: calc(100% - 36px); }

section.instagram-grid .tile .overlay:before {
  left: 18px;
  top: 18px; }

section.instagram-grid .tile .overlay:after {
  left: 23px;
  top: 23px; }

section.instagram-grid .tile .overlay .inner {
  align-self: auto;
  flex: 0 1 auto;
  opacity: 0;
  order: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

section.instagram-grid .tile .overlay svg {
  width: 20px;
  height: 20px; }

section.instagram-grid .tile .overlay svg path {
  fill: #fff; }

section.instagram-grid .tile .overlay span.label {
  margin-top: 13px;
  padding-top: 18px;
  position: relative; }

section.instagram-grid .tile .overlay span.label:before {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 20px;
  height: 1px;
  text-align: center; }

section.instagram-grid i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.instagram-grid i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 156px 123px;
  top: -35px;
  right: -50px;
  width: 156px;
  height: 123px; }

section.instagram-grid i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  bottom: 90px;
  left: -35px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.instagram-grid .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.instagram-grid .lazy.in-view {
  opacity: 1; }

section.product-hero {
  min-height: 100vh;
  padding: 85px 0 130px;
  position: relative; }

section.product-hero > .container {
  display: block;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  z-index: 1; }

section.product-hero nav.woocommerce-breadcrumb {
  display: none; }

section.product-hero .summary {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 65px 7vw 90px;
  text-align: center;
  width: 100% !important; }

section.product-hero header.title {
  border-bottom: 1px solid rgba(204, 210, 223, 0.8);
  margin-bottom: 30px;
  padding-bottom: 30px; }

section.product-hero header.title h2.sub-title {
  color: #001f60;
  font-family: GT Super Medium;
  font-size: calc(18px + 6 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 6 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  margin-bottom: 0;
  text-transform: uppercase; }

section.product-hero header.title h1.product-title {
  font-family: GT Super Medium;
  font-size: calc(32px + 28 * ((100vw - 420px) / 860));
  font-size: calc(2rem + 28 * ((100vw - 26.25rem) / 860));
  letter-spacing: .025em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  line-height: 1.125em;
  margin-bottom: 0; }

section.product-hero header.title span.bottle-size {
  color: #44a1e7;
  font-family: GT Super Medium;
  font-size: calc(18px + 6 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 6 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  margin-bottom: 0; }

section.product-hero p.stock {
  display: block;
  margin-bottom: 30px; }

section.product-hero p.stock.in-stock {
  display: none; }

section.product-hero form.cart {
  text-align: left;
  margin: 0 auto 25px;
  position: relative;
  text-align: center !important;
  width: 100%; }

section.product-hero form.cart input, section.product-hero form.cart textarea {
  cursor: none !important; }

section.product-hero form.cart .checkbox {
  padding: 30px 0 0; }

section.product-hero form.cart .checkbox span.wpcf7-list-item {
  margin: 0; }

section.product-hero form.cart .checkbox span.wpcf7-list-item-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: inline-block;
  margin-left: 15px; }

section.product-hero form.cart .mat-element {
  padding: 30px 0 0;
  position: relative; }

section.product-hero form.cart .mat-element:after, section.product-hero form.cart .mat-element:before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 0;
  height: 1px;
  z-index: 1; }

section.product-hero form.cart .mat-element:before {
  background-color: #d6dbe5;
  right: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%; }

section.product-hero form.cart .mat-element:after {
  background: #44a1e7;
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.product-hero form.cart .mat-element .mat-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s; }

section.product-hero form.cart .mat-element .mat-input {
  background: transparent;
  border: none;
  color: #000;
  outline: none;
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }

section.product-hero form.cart .mat-element textarea.mat-input {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  resize: none; }

section.product-hero form.cart .mat-element.is-active:before {
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.product-hero form.cart .mat-element.is-active:after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: calc(100% - 4px); }

section.product-hero form.cart .mat-element.is-active .mat-label {
  color: #6d809e; }

section.product-hero form.cart .mat-element.is-active textarea.mat-input {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  resize: vertical; }

section.product-hero form.cart .mat-element.is-completed .mat-label {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

section.product-hero form.cart .mat-element input:-webkit-autofill, section.product-hero form.cart .mat-element input:-webkit-autofill:focus textarea:-webkit-autofill, section.product-hero form.cart .mat-element input:-webkit-autofill:hover, section.product-hero form.cart .mat-element select:-webkit-autofill, section.product-hero form.cart .mat-element select:-webkit-autofill:focus, section.product-hero form.cart .mat-element select:-webkit-autofill:hover, section.product-hero form.cart .mat-element textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

section.product-hero form.cart.wpcf7-form .wpcf7-form-control-wrap {
  position: static; }

section.product-hero form.cart.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  top: 52px;
  right: 0;
  position: absolute; }

section.product-hero form.cart.wpcf7-form .wpcf7-response-output {
  color: rgba(69, 86, 120, 0.8);
  margin: 45px 0 0;
  padding: 6px 20px; }

section.product-hero form.cart.wpcf7-form .submit-btn {
  display: block;
  margin: 50px auto 0;
  text-align: center; }

section.product-hero form.cart > .quantity {
  float: none !important;
  margin: 0 auto 20px !important; }

section.product-hero form.cart > .button {
  color: #fff;
  cursor: none !important;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: none !important;
  font-weight: 400;
  margin: 0 auto;
  min-width: 175px;
  padding: 0 !important; }

section.product-hero form.cart > .button button, section.product-hero form.cart > .button input[type=submit], section.product-hero form.cart > .button span {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  background: transparent !important;
  color: #fff !important;
  display: block;
  font-family: Larsseit Bold;
  height: 50px;
  position: relative;
  z-index: 3; }

section.product-hero form.cart > .button button, section.product-hero form.cart > .button span {
  padding: 18px 42px 0 !important; }

section.product-hero form.cart > .button input[type=submit] {
  padding: 0 42px !important; }

section.product-hero form.cart > .button .ajax-loader {
  display: none !important; }

section.product-hero form.cart > .button:before {
  background: #001f60;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  transition: all .1s ease-in-out;
  z-index: 1; }

section.product-hero form.cart > .button:after {
  border: 1px solid #001f60;
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease-in-out;
  z-index: 2; }

section.product-hero form.cart > .button:after, section.product-hero form.cart > .button:hover:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px); }

section.product-hero form.cart > .button:hover:after {
  border-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.product-hero form.cart > .button span {
  width: 100%; }

section.product-hero form.cart #wc-stripe-payment-request-button-separator, section.product-hero form.cart #wc-stripe-payment-request-wrapper {
  display: none !important; }

section.product-hero form.cart:before {
  content: "";
  display: table; }

section.product-hero form.cart:after {
  content: "";
  display: table;
  clear: both; }

section.product-hero table.variations {
  margin-bottom: 30px !important; }

section.product-hero table.variations tbody tr td.label {
  text-align: left; }

section.product-hero table.variations tbody tr td.label label {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  color: #001f60;
  font-family: Larsseit Bold;
  line-height: 1.725em;
  text-transform: uppercase; }

section.product-hero table.variations tbody tr td.value {
  text-align: right; }

section.product-hero table.variations select {
  margin-right: 0 !important; }

section.product-hero table.variations a.reset_variations {
  display: none !important; }

section.product-hero .woocommerce-product-details__short-description, section.product-hero .woocommerce-variation-description {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5em;
  letter-spacing: .125em;
  margin-bottom: 28px;
  padding: 0;
  text-transform: uppercase;
  color: #455678; }

section.product-hero span.amount {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #44a1e7;
  display: block;
  font-family: Larsseit Bold;
  margin-bottom: 35px; }

section.product-hero .shipping-and-returns {
  margin-bottom: 52px; }

section.product-hero .shipping-and-returns a {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60 !important;
  font-family: GT Super Medium;
  padding: 5px 0; }

section.product-hero .shipping-and-returns a > .line {
  display: inline-block;
  position: relative; }

section.product-hero .shipping-and-returns a > .line:after, section.product-hero .shipping-and-returns a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

section.product-hero .shipping-and-returns a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

section.product-hero .shipping-and-returns a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

section.product-hero .shipping-and-returns a > .line:after, section.product-hero .shipping-and-returns a > .line:before {
  background: #44a1e7; }

section.product-hero .shipping-and-returns a > .line:before {
  background: rgba(204, 210, 223, 0.8); }

section.product-hero .slick-slider.cursor-hover--drag-x {
  cursor: move !important;
  cursor: -webkit-grab !important;
  cursor: grab !important; }

section.product-hero .product-images {
  background: #fff;
  display: block;
  margin: 0 auto;
  max-height: 820px;
  min-height: 400px;
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
  text-align: center;
  z-index: 2; }

section.product-hero .product-images:before {
  background: rgba(0, 31, 96, 0.4) url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/image-zoom.svg) no-repeat 50%/23px;
  content: "";
  display: none;
  pointer-events: none;
  top: 0;
  right: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 5; }

section.product-hero .product-images .slick-slide {
  max-height: 820px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 85px); }

section.product-hero .product-images .slick-slide > div, section.product-hero .product-images .slick-slide figure.image {
  height: 100%; }

section.product-hero .product-images .slick-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.product-hero .product-images.disable-arrows nav.arrows {
  display: none !important; }

section.product-hero .product-images nav.arrows {
  background: transparent;
  display: none;
  height: 70px;
  bottom: -80px;
  left: 25px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2; }

section.product-hero .product-images nav.arrows > div {
  display: inline-block;
  height: inherit;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative; }

section.product-hero .product-images nav.arrows > div i {
  display: block;
  top: 32px;
  position: absolute;
  width: 13px;
  height: 6px;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

section.product-hero .product-images nav.arrows > div i:after, section.product-hero .product-images nav.arrows > div i:before {
  content: "";
  position: absolute; }

section.product-hero .product-images nav.arrows > div i:before {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/carousel-arrow-tip-navy.svg) no-repeat 50%/3px 6px;
  width: 3px;
  height: 6px;
  top: 0; }

section.product-hero .product-images nav.arrows > div i:after {
  background: #001f60;
  width: calc(100% - 3px);
  height: 2px;
  top: 2px; }

section.product-hero .product-images nav.arrows > div span {
  color: #001f60;
  font-size: 14px;
  font-size: .875rem;
  font-family: GT Super Medium;
  letter-spacing: 0.225em; }

section.product-hero .product-images nav.arrows > div span div {
  display: inline-block;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

section.product-hero .product-images nav.arrows > div.prev {
  padding-right: 15px;
  padding-left: 50px;
  text-align: right; }

section.product-hero .product-images nav.arrows > div.prev:after {
  content: "/";
  font-family: Larsseit Bold;
  display: block;
  margin: 0 auto;
  top: 24px;
  right: -4px;
  position: absolute;
  width: 10px;
  height: 15px;
  text-align: center; }

section.product-hero .product-images nav.arrows > div.prev i {
  right: 50px; }

section.product-hero .product-images nav.arrows > div.prev i:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.product-hero .product-images nav.arrows > div.prev i:after {
  right: 0; }

section.product-hero .product-images nav.arrows > div.next {
  padding-right: 50px;
  padding-left: 15px;
  text-align: left; }

section.product-hero .product-images nav.arrows > div.next i {
  left: 50px; }

section.product-hero .product-images nav.arrows > div.next i:before {
  right: 0; }

section.product-hero .product-images nav.arrows > div.next i:after {
  left: 0; }

section.product-hero .product-images nav.arrows > div:hover i {
  width: 20px; }

section.product-hero .product-images nav.arrows > div:hover span div:first-of-type {
  opacity: .5;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

section.product-hero .product-images nav.arrows > div:hover span div:last-of-type {
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

section.product-hero .breadcrumbs {
  display: none;
  top: calc(50% - 145px);
  left: 40px;
  position: absolute;
  text-align: center; }

section.product-hero .breadcrumbs span {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit;
  margin: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

section.product-hero i.section-lines span {
  background: #44a1e7;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.product-hero i.section-lines span.top {
  display: none; }

section.product-hero i.section-lines span.bottom {
  bottom: -120px; }

section.product-hero span.section-count {
  top: calc(100vh - 220px);
  right: 7vw;
  text-align: right;
  z-index: 2; }

section.product-hero .background-image {
  background: #001746;
  display: none;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: calc(50% - 305px);
  height: 100%;
  z-index: 0; }

section.product-hero .background-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .28;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.product-hero .background-image.blur img {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

section.product-hero i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.product-hero i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 98px 156px;
  top: -20px;
  left: 870px;
  width: 98px;
  height: 156px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg); }

section.product-hero i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 123px 118px;
  top: 350px;
  left: 135px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.product-hero i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 123px 196px;
  bottom: -80px;
  left: 640px;
  width: 123px;
  height: 196px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg); }

section.product-hero .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.product-hero .lazy.in-view {
  opacity: 1; }

section.product-introduction {
  overflow: visible;
  padding: 80px 0;
  position: relative;
  z-index: 3; }

section.product-introduction i.section-lines span {
  background: #44a1e7;
  display: none;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center;
  z-index: 2; }

section.product-introduction i.section-lines span.bottom {
  bottom: -60px; }

section.product-introduction .container {
  position: relative;
  z-index: 3; }

section.product-introduction .container .inner {
  position: relative; }

section.product-introduction span.section-count {
  z-index: 1; }

section.product-introduction .sub-heading {
  margin: 0 auto 60px;
  max-width: 800px;
  padding: 34px 7vw;
  position: relative;
  text-align: center;
  width: 100%; }

section.product-introduction .sub-heading .text {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  display: block;
  font-family: GT Super Medium; }

section.product-introduction .sub-heading:after, section.product-introduction .sub-heading:before {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 20px;
  content: "";
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 6px;
  height: 20px; }

section.product-introduction .sub-heading:before {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  top: 0; }

section.product-introduction .sub-heading:after {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow-top.svg);
  bottom: 0; }

section.product-introduction h4.heading {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  font-family: GT Super Medium;
  margin-bottom: 60px;
  padding: 0 7vw;
  position: relative;
  z-index: 2; }

section.product-introduction h4.heading span {
  display: block;
  margin: 0 auto; }

section.product-introduction h4.heading:after {
  background: #44a1e7;
  content: "";
  margin: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  left: 7vw;
  position: absolute;
  text-align: inherit; }

section.product-introduction .list {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  color: #455678;
  letter-spacing: .125em;
  list-style: circle;
  padding: 0 7vw;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

section.product-introduction .list li {
  list-style: circle;
  margin-left: 15px;
  padding-left: 0; }

section.product-introduction .list li:not(:last-of-type) {
  margin-bottom: 15px; }

section.product-introduction .image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

section.product-introduction .image.portrait.one {
  display: block;
  margin-bottom: 70px;
  width: 100%;
  height: 50vh; }

section.product-introduction .image.portrait.two {
  display: none;
  top: -60px;
  left: -240px;
  width: 280px;
  height: 400px; }

section.product-introduction .image.square {
  display: none;
  top: 410px;
  left: 90px;
  width: 400px;
  height: 400px; }

section.product-introduction .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.product-introduction i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 0; }

section.product-introduction i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 98px 156px;
  top: 320px;
  right: 60px;
  width: 98px;
  height: 156px; }

section.product-introduction i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  bottom: 0;
  left: 80px;
  width: 123px;
  height: 118px; }

section.product-introduction i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 184px 174px;
  right: -60px;
  bottom: -60px;
  width: 184px;
  height: 174px;
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg); }

section.product-introduction .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.product-introduction .lazy.in-view {
  opacity: 1; }

section.product-preview-listing {
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center; }

section.product-preview-listing:after, section.product-preview-listing:before {
  background: #44a1e7;
  content: "";
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.product-preview-listing:before {
  top: -60px; }

section.product-preview-listing:after {
  bottom: -60px; }

section.product-preview-listing span.section-count {
  text-align: right; }

section.product-preview-listing .container {
  margin-right: auto;
  margin-left: auto;
  padding: 125px 7vw 130px;
  max-width: 1300px;
  position: relative;
  z-index: 1; }

section.product-preview-listing h4.heading {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  font-family: GT Super Medium;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  position: relative; }

section.product-preview-listing h4.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.product-preview-listing .products article.product {
  margin: 0 auto; }

section.product-preview-listing .products article.product:not(:last-of-type) {
  margin-bottom: 40px; }

section.product-preview-listing i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.product-preview-listing i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 93px 88px;
  top: 100px;
  right: 150px;
  width: 93px;
  height: 88px;
  -webkit-transform: rotate(168deg);
  transform: rotate(168deg); }

section.product-preview-listing i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 88px 143px;
  bottom: -10px;
  left: 300px;
  width: 88px;
  height: 143px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.product-preview-listing i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  right: -20px;
  bottom: 90px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.product-preview-listing.product-list-page:before {
  display: none; }

section.product-preview-listing .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.product-preview-listing .lazy.in-view {
  opacity: 1; }

section.related-products {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-rough-edge.png) no-repeat top right -730px;
  display: block;
  min-height: 400px;
  padding-top: 94px;
  position: relative; }

section.related-products i.section-lines span {
  background: #44a1e7;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 120px;
  text-align: center; }

section.related-products i.section-lines span.top {
  top: 0; }

section.related-products i.section-lines span.bottom {
  display: none; }

section.related-products span.section-count {
  z-index: 1; }

section.related-products .container {
  background: #f2f2f2 url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-rough-tile01.jpg) repeat;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }

section.related-products .container > .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1300px;
  position: relative;
  z-index: 1; }

section.related-products h6.heading {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #001f60;
  font-family: GT Super Medium;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
  text-align: center;
  z-index: 2; }

section.related-products h6.heading span {
  display: block;
  margin: 0 auto; }

section.related-products h6.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.related-products .products {
  position: relative;
  z-index: 1; }

section.related-products .products article.product {
  margin: 0 auto; }

section.related-products .products article.product:not(:last-of-type) {
  margin-bottom: 40px; }

section.related-products i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.related-products i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  top: -190px;
  left: 180px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

section.related-products i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 88px 143px;
  right: 80px;
  bottom: 80px;
  width: 88px;
  height: 143px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.related-products .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.related-products .lazy.in-view {
  opacity: 1; }

section.simple-page {
  overflow: hidden;
  padding-top: 85px;
  position: relative;
  z-index: 1; }

section.simple-page.text-centre {
  text-align: center !important; }

section.simple-page .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 670px;
  position: relative; }

section.simple-page h1 {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  margin: 80px auto;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

section.simple-page h1:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.simple-page .content-area {
  padding-bottom: 120px; }

section.simple-page .content-area, section.simple-page ol, section.simple-page p, section.simple-page ul {
  font-size: calc(15px + 1 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: rgba(69, 86, 120, 0.8); }

section.simple-page h3 {
  font-size: calc(1.125rem + 7 * ((100vw - 26.25rem) / 860));
  color: #001f60;
  font-family: GT Super Medium;
  font-size: calc(18px + 7 * ((100vw - 420px) / 860));
  line-height: 1.255em;
  margin-bottom: 40px; }

section.simple-page a {
  color: #44a1e7 !important; }

section.simple-page a:hover {
  text-decoration: underline; }

section.simple-page b, section.simple-page strong {
  font-family: Larsseit Bold; }

section.simple-page ol, section.simple-page p, section.simple-page ul {
  display: block;
  margin-bottom: 30px; }

section.simple-page ol li:not(:last-of-type), section.simple-page ul li:not(:last-of-type) {
  margin-bottom: 30px; }

section.simple-page i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.simple-page i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 88px 143px;
  top: -15px;
  right: 5px;
  width: 88px;
  height: 143px; }

section.simple-page i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 123px 118px;
  top: 320px;
  left: -320px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.simple-page i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 150px 143px;
  top: 620px;
  right: -190px;
  width: 150px;
  height: 143px;
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg); }

section.sitemap {
  overflow: hidden;
  padding: 85px 0 120px;
  position: relative;
  text-align: center;
  z-index: 1; }

section.sitemap .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 670px;
  position: relative; }

section.sitemap h1 {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  margin: 80px auto;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

section.sitemap h1:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.sitemap .group:not(:last-of-type) {
  margin-bottom: 70px; }

section.sitemap h3 {
  font-size: calc(1.125rem + 7 * ((100vw - 26.25rem) / 860));
  color: #001f60;
  font-family: GT Super Medium;
  font-size: calc(18px + 7 * ((100vw - 420px) / 860));
  line-height: 1.255em;
  margin-bottom: 20px; }

section.sitemap li {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Larsseit; }

section.sitemap li a {
  color: #001f60;
  display: inline-block;
  padding: 5px 0;
  transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.sitemap li a:hover {
  color: #6d809e; }

section.sitemap i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.sitemap i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 88px 143px;
  top: -15px;
  right: 5px;
  width: 88px;
  height: 143px; }

section.sitemap i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 123px 118px;
  top: 320px;
  left: -320px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.sitemap i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 150px 143px;
  top: 620px;
  right: -190px;
  width: 150px;
  height: 143px;
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg); }

section.stockists {
  overflow: hidden;
  padding: 100px 0 60px;
  position: relative;
  text-align: center;
  z-index: 1; }

section.stockists .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1200px;
  position: relative; }

section.stockists nav.labels {
  margin-bottom: 50px; }

section.stockists nav.labels .slick-slide {
  -webkit-transform: translateX(22vw);
  transform: translateX(22vw);
  width: 56vw !important; }

section.stockists nav.labels a.label {
  color: #001f60;
  display: block;
  font-family: GT Super Medium;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: .125em;
  opacity: .3;
  padding: 25px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

section.stockists nav.labels a.label:after {
  background: #44a1e7;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 0;
  height: 1px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0); }

section.stockists nav.labels .slick-current a.label {
  opacity: 1; }

section.stockists nav.labels .slick-current a.label:after {
  width: 70px;
  height: 1px; }

section.stockists .logo-area {
  display: block;
  padding: 0;
  position: relative;
  width: 100%; }

section.stockists .logo-area .logo-group {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

section.stockists .logo-area .logo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 40px;
  opacity: .45;
  width: 100%; }

section.stockists .logo-area .logo a, section.stockists .logo-area .logo img {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

section.stockists .logo-area .logo img {
  max-height: 50px;
  max-width: 130px;
  width: 100%; }

section.testimonials {
  position: relative;
  z-index: 2; }

section.testimonials span.section-count {
  z-index: 4; }

section.testimonials figure.cover-image {
  background: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 3; }

section.testimonials figure.cover-image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.testimonials .content {
  background: #001f60 url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/bg-swirl.svg) repeat 0 0/52px;
  color: #fff;
  overflow: visible;
  padding: 105px 7vw 130px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

section.testimonials .content h4.heading {
  font-size: calc(25px + 37 * ((100vw - 420px) / 860));
  font-size: calc(1.5625rem + 37 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.255em;
  text-transform: uppercase;
  color: #fff;
  font-family: GT Super Medium;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
  text-align: center;
  z-index: 2; }

section.testimonials .content h4.heading span {
  display: block;
  margin: 0 auto; }

section.testimonials .content h4.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.testimonials .content .slider {
  margin: 0 auto;
  max-width: 420px;
  width: 100%; }

section.testimonials .content .slider .slides {
  cursor: move !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
  padding-top: 42px;
  position: relative; }

section.testimonials .content .slider .slides:before {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/speechmark.svg) no-repeat top/27px 20px;
  content: "";
  margin: 0 auto;
  opacity: .15;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 27px;
  height: 20px;
  z-index: 1; }

section.testimonials .content .slider p {
  font-size: calc(15px + 1 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 1 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  letter-spacing: .125em;
  text-transform: uppercase; }

section.testimonials .content .slider p:not(:last-of-type) {
  margin-bottom: 10px; }

section.testimonials .content .slider p:first-of-type:before {
  content: "ΓÇ£"; }

section.testimonials .content .slider p:last-of-type:after {
  content: "ΓÇ¥"; }

section.testimonials .content .slider .author {
  margin-top: 22px; }

section.testimonials .content .slider .author figure.photo {
  align-items: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center; }

section.testimonials .content .slider .author figure.photo .inner {
  border-radius: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px; }

section.testimonials .content .slider .author figure.photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.testimonials .content .slider .author .detail span {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  display: block;
  line-height: 1.25em; }

section.testimonials .content .slider .author .detail span.name {
  font-family: Larsseit Bold; }

section.testimonials .content .slider .author .detail span.job {
  font-family: Larsseit; }

section.testimonials .content nav.arrows {
  background: #44a1e7;
  height: 70px;
  right: 0;
  bottom: -35px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

section.testimonials .content nav.arrows > div {
  display: inline-block;
  height: inherit;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative; }

section.testimonials .content nav.arrows > div i {
  display: block;
  top: 32px;
  position: absolute;
  width: 13px;
  height: 6px;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

section.testimonials .content nav.arrows > div i:after, section.testimonials .content nav.arrows > div i:before {
  content: "";
  position: absolute; }

section.testimonials .content nav.arrows > div i:before {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/carousel-arrow-tip-white.svg) no-repeat 50%/3px 6px;
  width: 3px;
  height: 6px;
  top: 0; }

section.testimonials .content nav.arrows > div i:after {
  background: #fff;
  width: calc(100% - 3px);
  height: 2px;
  top: 2px; }

section.testimonials .content nav.arrows > div span {
  font-size: 14px;
  font-size: .875rem;
  font-family: GT Super Medium;
  letter-spacing: 0.225em; }

section.testimonials .content nav.arrows > div span div {
  display: inline-block;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

section.testimonials .content nav.arrows > div.prev {
  padding-right: 15px;
  padding-left: 50px;
  text-align: right; }

section.testimonials .content nav.arrows > div.prev:after {
  content: "/";
  font-family: Larsseit Bold;
  display: block;
  margin: 0 auto;
  top: 24px;
  right: -4px;
  position: absolute;
  width: 10px;
  height: 15px;
  text-align: center; }

section.testimonials .content nav.arrows > div.prev i {
  right: 50px; }

section.testimonials .content nav.arrows > div.prev i:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.testimonials .content nav.arrows > div.prev i:after {
  right: 0; }

section.testimonials .content nav.arrows > div.next {
  padding-right: 50px;
  padding-left: 15px;
  text-align: left; }

section.testimonials .content nav.arrows > div.next i {
  left: 50px; }

section.testimonials .content nav.arrows > div.next i:before {
  right: 0; }

section.testimonials .content nav.arrows > div.next i:after {
  left: 0; }

section.testimonials .content figure.image {
  display: none;
  overflow: hidden;
  right: -140px;
  bottom: -100px;
  position: absolute;
  width: 380px;
  height: 560px;
  z-index: 3; }

section.testimonials .content figure.image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.testimonials i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.testimonials i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather1.svg);
  background-size: 156px 123px;
  top: calc(35vw + 310px);
  left: calc(50% + 440px);
  width: 156px;
  height: 123px; }

section.testimonials .lazy {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

section.testimonials .lazy.in-view {
  opacity: 1; }

section.basket-products-table {
  position: relative;
  z-index: 1; }

section.basket-products-table table.shop_table {
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  width: 100%; }

section.basket-products-table table.shop_table thead {
  text-align: left; }

section.basket-products-table table.shop_table thead th {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  border-bottom: 1px solid rgba(204, 210, 223, 0.8);
  color: #001f60;
  font-family: Larsseit Bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px;
  width: 25%; }

section.basket-products-table table.shop_table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(204, 210, 223, 0.8); }

section.basket-products-table table.shop_table tbody tr td {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  text-transform: uppercase;
  border: none;
  color: #001f60;
  font-family: Larsseit Bold;
  padding: 30px 0;
  text-align: center !important;
  vertical-align: middle; }

section.basket-products-table table.shop_table tbody tr td:before {
  display: none; }

section.basket-products-table table.shop_table tbody tr td small.tax_label {
  display: inline-block;
  font-family: Larsseit;
  opacity: 0.4; }

section.basket-products-table table.shop_table tbody tr td.product {
  position: relative; }

section.basket-products-table table.shop_table tbody tr td.product .image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 30px;
  width: 120px;
  height: 160px;
  text-align: center;
  vertical-align: middle; }

section.basket-products-table table.shop_table tbody tr td.product .shipping-class {
  display: none; }

section.basket-products-table table.shop_table tbody tr td.product .mobile-content {
  display: block; }

section.basket-products-table table.shop_table tbody tr td.product .mobile-content > .title {
  margin-bottom: 5px; }

section.basket-products-table table.shop_table tbody tr td.product .mobile-content > .title a {
  color: #001f60; }

section.basket-products-table table.shop_table tbody tr td.product .mobile-content > .total {
  margin-bottom: 28px; }

section.basket-products-table table.shop_table tbody tr td.product .delete-item {
  background: rgba(1, 31, 96, 0.06) url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/cross.svg) no-repeat 50%/10px;
  border-radius: 100%;
  display: none;
  overflow: hidden;
  top: 30px;
  left: 7vw;
  position: absolute;
  width: 24px;
  height: 24px;
  text-indent: -999px; }

section.basket-products-table table.shop_table tbody tr td .mobile-content .quantity-wrap label, section.basket-products-table table.shop_table tbody tr td.product-quantity label {
  display: none; }

section.basket-products-table table.shop_table tbody tr td .mobile-content .quantity-wrap input.update-button, section.basket-products-table table.shop_table tbody tr td.product-quantity input.update-button {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  background: transparent;
  display: inline-block;
  margin: 0 0 0 10px;
  height: 40px;
  opacity: .8;
  padding: 0; }

section.basket-products-table table.shop_table tbody tr td .mobile-content .quantity-wrap input.update-button:disabled, section.basket-products-table table.shop_table tbody tr td.product-quantity input.update-button:disabled {
  cursor: no-drop; }

section.basket-products-table table.shop_table tbody tr td.product-quantity {
  padding-bottom: 10px;
  padding-top: 30px; }

body.woocommerce-cart main.base > .woocommerce-message {
  display: none; }

section.basket {
  padding: 85px 0 130px;
  position: relative;
  z-index: 1; }

section.basket .woocommerce-error, section.basket .woocommerce-info, section.basket .woocommerce-message {
  margin-bottom: 40px !important; }

section.basket .cart-top {
  padding: 0 7vw;
  position: relative;
  text-align: center;
  z-index: 2; }

section.basket .cart-top .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px; }

section.basket .cart-top h1.heading {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  letter-spacing: .05em;
  margin: 80px auto;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

section.basket .cart-top h1.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.basket .cart-table {
  position: relative;
  z-index: 2; }

section.basket .cart-table .woocommerce-cart-form {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1200px;
  padding: 0 !important; }

section.basket .cart-table .woocommerce-cart-form > .inner:before {
  content: "";
  display: table; }

section.basket .cart-table .woocommerce-cart-form > .inner:after {
  content: "";
  display: table;
  clear: both; }

section.basket .cart-table .table-main {
  display: block;
  margin-bottom: 20px;
  width: 100%; }

section.basket .cart-table table {
  width: 100%; }

section.basket .cart-table .cart-footer {
  font-size: 0; }

section.basket .cart-table .cart-footer .coupon-wrapper, section.basket .cart-table .cart-footer .table-footer {
  display: block;
  position: relative;
  vertical-align: top;
  width: 100%; }

section.basket .cart-table .cart-footer .coupon-wrapper {
  text-align: left;
  margin: 0 0 60px;
  padding: 30px 7vw 0; }

section.basket .cart-table .cart-footer .coupon-wrapper input, section.basket .cart-table .cart-footer .coupon-wrapper textarea {
  cursor: none !important; }

section.basket .cart-table .cart-footer .coupon-wrapper .checkbox {
  padding: 30px 0 0; }

section.basket .cart-table .cart-footer .coupon-wrapper .checkbox span.wpcf7-list-item {
  margin: 0; }

section.basket .cart-table .cart-footer .coupon-wrapper .checkbox span.wpcf7-list-item-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: inline-block;
  margin-left: 15px; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element {
  padding: 30px 0 0;
  position: relative; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element:after, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element:before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 0;
  height: 1px;
  z-index: 1; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element:before {
  background-color: #d6dbe5;
  right: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element:after {
  background: #44a1e7;
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element .mat-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element .mat-input {
  background: transparent;
  border: none;
  color: #000;
  outline: none;
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element textarea.mat-input {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  resize: none; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element.is-active:before {
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element.is-active:after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: calc(100% - 4px); }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element.is-active .mat-label {
  color: #6d809e; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element.is-active textarea.mat-input {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  resize: vertical; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element.is-completed .mat-label {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element input:-webkit-autofill, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element input:-webkit-autofill:focus textarea:-webkit-autofill, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element input:-webkit-autofill:hover, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element select:-webkit-autofill, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element select:-webkit-autofill:focus, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element select:-webkit-autofill:hover, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

section.basket .cart-table .cart-footer .coupon-wrapper.wpcf7-form .wpcf7-form-control-wrap {
  position: static; }

section.basket .cart-table .cart-footer .coupon-wrapper.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  top: 52px;
  right: 0;
  position: absolute; }

section.basket .cart-table .cart-footer .coupon-wrapper.wpcf7-form .wpcf7-response-output {
  color: rgba(69, 86, 120, 0.8);
  margin: 45px 0 0;
  padding: 6px 20px; }

section.basket .cart-table .cart-footer .coupon-wrapper.wpcf7-form .submit-btn {
  display: block;
  margin: 50px auto 0;
  text-align: center; }

section.basket .cart-table .cart-footer .coupon-wrapper .column {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element {
  margin-bottom: 16px;
  padding: 0; }

section.basket .cart-table .cart-footer .coupon-wrapper .mat-element input, section.basket .cart-table .cart-footer .coupon-wrapper .mat-element label {
  text-align: center; }

section.basket .cart-table .cart-footer .coupon-wrapper input[type=submit] {
  border-radius: 0;
  margin: 0 auto; }

section.basket .cart-table .cart-footer .cart-totals {
  margin-bottom: 40px;
  text-align: left; }

section.basket .cart-table .cart-footer .cart-totals table {
  border: none;
  border-top: 1px solid rgba(204, 210, 223, 0.8);
  border-radius: 0;
  margin: 0;
  text-align: center;
  width: 100%; }

section.basket .cart-table .cart-footer .cart-totals table tbody tr td, section.basket .cart-table .cart-footer .cart-totals table tbody tr th {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid rgba(204, 210, 223, 0.8);
  color: #001f60;
  font-family: Larsseit Bold;
  padding: 25px 7vw;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

section.basket .cart-table .cart-footer .cart-totals table tbody tr td small.tax_label, section.basket .cart-table .cart-footer .cart-totals table tbody tr th small.tax_label {
  display: inline-block;
  font-family: Larsseit;
  opacity: 0.4; }

section.basket .cart-table .cart-footer .cart-totals table tbody tr.order-total td, section.basket .cart-table .cart-footer .cart-totals table tbody tr.order-total th {
  border-top: 3px solid rgba(204, 210, 223, 0.8); }

section.basket .cart-table .cart-footer .cart-actions {
  padding: 0 7vw;
  text-align: center; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta, section.basket .cart-table .cart-footer .cart-actions .proceed-cta {
  display: block;
  margin: 0 auto;
  width: 100%; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta {
  display: none; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.225em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60 !important;
  padding: 5px 0; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line {
  display: inline-block;
  position: relative; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:after, section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:before {
  content: "";
  bottom: -7px;
  position: absolute;
  width: 0;
  height: 1px; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:before {
  right: 4px;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: calc(100% - 4px); }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:after {
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0.4s;
  width: 0; }

section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:after, section.basket .cart-table .cart-footer .cart-actions .continue-cta a > .line:before {
  background: #44a1e7;
  background: rgba(204, 210, 223, 0.8); }

section.basket .empty-cart-wrapper {
  position: relative;
  text-align: center;
  z-index: 2; }

section.basket .empty-cart-wrapper .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1200px; }

section.basket .empty-cart-wrapper p.cart-empty {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: rgba(69, 86, 120, 0.8);
  display: block;
  margin: 0 auto 30px; }

section.basket .empty-cart-wrapper .btn-bordered {
  margin: 0 auto;
  text-align: center; }

section.basket .feathers {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

section.basket i.feather {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 1; }

section.basket i.feather:first-of-type {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather2.svg);
  background-size: 98px 156px;
  top: 100px;
  right: 250px;
  width: 98px;
  height: 156px; }

section.basket i.feather:nth-of-type(2) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 123px 118px;
  top: 455px;
  left: -70px;
  width: 123px;
  height: 118px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

section.basket i.feather:nth-of-type(3) {
  background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/feather/feather3.svg);
  background-size: 157px 150px;
  top: 640px;
  left: 395px;
  width: 157px;
  height: 150px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

section.checkout-main {
  padding: 85px 0 130px;
  position: relative;
  z-index: 1; }

section.checkout-main .checkout-top {
  padding: 0 7vw;
  position: relative;
  text-align: center;
  z-index: 2; }

section.checkout-main .checkout-top .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px; }

section.checkout-main .checkout-top h1.heading {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  letter-spacing: .05em;
  margin: 80px auto;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

section.checkout-main .checkout-top h1.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.checkout-main label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  display: block;
  font-family: Larsseit;
  letter-spacing: .05em;
  margin: .2rem 0 .5rem;
  text-transform: uppercase; }

section.checkout-main .woocommerce-checkout-payment label {
  display: inline; }

section.checkout-main input[type=email], section.checkout-main input[type=number], section.checkout-main input[type=password], section.checkout-main input[type=tel], section.checkout-main input[type=text], section.checkout-main select, section.checkout-main textarea {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: .875rem;
  color: #444; }

section.checkout-main input[type=email], section.checkout-main input[type=number], section.checkout-main input[type=password], section.checkout-main input[type=tel], section.checkout-main input[type=text] {
  padding: 0 12px;
  line-height: 35px;
  line-height: 2.1875rem;
  height: 35px; }

section.checkout-main .woocommerce-billing-fields__field-wrapper {
  overflow: hidden; }

section.checkout-main .newsletter-cart-wrapper, section.checkout-main .wc-terms-and-conditions {
  display: block;
  color: #444853;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4em;
  font-weight: 300;
  width: 100%; }

section.checkout-main .newsletter-cart-wrapper a, section.checkout-main .wc-terms-and-conditions a {
  text-decoration: underline; }

section.checkout-main .newsletter-cart-wrapper .required, section.checkout-main .wc-terms-and-conditions .required {
  color: red !important; }

section.checkout-main .newsletter-cart-wrapper .desc, section.checkout-main .wc-terms-and-conditions .desc {
  margin-bottom: 0.5rem; }

section.checkout-main .newsletter-cart-wrapper .woocommerce-form__label span, section.checkout-main .wc-terms-and-conditions .woocommerce-form__label span {
  font-size: 14px;
  font-size: .875rem;
  text-transform: none; }

section.checkout-main .newsletter-cart-wrapper {
  margin: .5rem 0;
  font-size: 12px;
  font-size: 0.75rem; }

section.checkout-main label[for=mailchimp_woocommerce_newsletter] span {
  font-size: 14px;
  font-size: .875rem;
  text-transform: none;
  font-weight: 300; }

section.checkout-main textarea {
  padding: 1rem;
  min-height: 90px; }

section.checkout-main .select2-selection {
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 1rem;
  color: #b3b3b3;
  line-height: 55px;
  line-height: 3.4375rem;
  height: 55px; }

section.checkout-main .select2-selection .select2-selection__rendered {
  line-height: 55px;
  line-height: 3.4375rem;
  height: 55px;
  padding-left: 20px;
  padding-right: 40px; }

section.checkout-main .select2-selection .select2-selection__arrow {
  height: 55px;
  width: 40px; }

section.checkout-main .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent; }

section.checkout-main .main-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1500px; }

section.checkout-main .main-wrap .cols-wrap > .col {
  background: #f5f5f5;
  width: calc(99.9% * 1/3 - 26.666666666666664px);
  margin-bottom: 0;
  padding: 35px 30px; }

section.checkout-main .main-wrap .cols-wrap > .col:nth-child(1n) {
  float: left;
  margin-right: 40px;
  clear: none; }

section.checkout-main .main-wrap .cols-wrap > .col:last-child {
  margin-right: 0; }

section.checkout-main .main-wrap .cols-wrap > .col:nth-child(3n) {
  margin-right: 0;
  float: right; }

section.checkout-main .main-wrap .cols-wrap > .col:nth-child(3n+1) {
  clear: both; }

section.checkout-main .main-wrap .cols-wrap:before {
  content: "";
  display: table; }

section.checkout-main .main-wrap .cols-wrap:after {
  content: "";
  display: table;
  clear: both; }

section.checkout-main .main-wrap h3.top-header {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: #001f60;
  margin-bottom: 35px;
  padding-bottom: 30px;
  position: relative;
  text-align: center; }

section.checkout-main .main-wrap h3.top-header:after {
  background: transparent url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/eyebrow.svg) no-repeat 50%/15px 8px;
  bottom: 0;
  content: "";
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

section.checkout-main .shop_table header.items {
  margin-bottom: 0.875rem; }

section.checkout-main .shop_table .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

section.checkout-main .shop_table .row .item-col {
  align-items: center;
  display: flex; }

section.checkout-main .shop_table .row .tax_label {
  display: none; }

section.checkout-main .shop_table .shipping-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0;
  border: none; }

section.checkout-main .shop_table .shipping-container h3 {
  width: 30%;
  align-items: center;
  display: flex;
  margin: 0; }

section.checkout-main .shop_table .shipping-container div[data-title=Shipping] {
  text-align: left;
  font-weight: 500;
  color: #35624d;
  width: 25%;
  line-height: 1.1em;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

section.checkout-main .shop_table h3 {
  text-transform: uppercase;
  color: #000 !important;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.1em; }

section.checkout-main .shop_table .item-list .cart_item {
  margin-bottom: 0.5rem; }

section.checkout-main .shop_table .left-item {
  width: 70%;
  color: #b3b3b3;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em; }

section.checkout-main .shop_table .right-item {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  width: 25%; }

section.checkout-main .shop_table .cart-subtotal, section.checkout-main .shop_table .order-total {
  padding: .5em 0;
  margin: 1rem 0; }

section.checkout-main .shop_table .order-total {
  padding: 0.5em 0; }

section.checkout-main .shop_table .shop_table .order-total * {
  font-size: 20px;
  font-size: 1.25rem; }

section.checkout-main .top-area {
  padding: 3rem 0; }

section.checkout-main .top-area h1 {
  font-family: GT Super Medium;
  font-size: calc(33px + 39 * ((100vw - 420px) / 860));
  font-size: calc(2.0625rem + 39 * ((100vw - 26.25rem) / 860));
  letter-spacing: .125em;
  line-height: 1.1225em;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center; }

section.checkout-main .top-area .cards {
  max-width: 275px;
  margin: 0 auto 1em; }

section.checkout-main .top-area .cards ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

section.checkout-main .top-area .cards ul li {
  padding: 0 0.25rem; }

section.checkout-main .login-col {
  max-width: 475px;
  width: 100%;
  margin: 0 auto; }

section.checkout-main .login-btn, section.checkout-main .showlogin {
  display: block;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: .75em 3em .95em;
  background: #000;
  width: 100%; }

section.checkout-main .three-col-checkout .row-shipping .col.details {
  padding: 0;
  width: 100%;
  text-align: right; }

section.checkout-main .three-col-checkout .row-shipping .col.calculator-col {
  display: none; }

section.checkout-main .three-col-checkout .row-shipping .shipping-rate-row .item-col label {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }

section.checkout-main .three-col-checkout .row-shipping .shipping-rate-row input[type=radio] {
  opacity: 1; }

section.checkout-main .three-col-checkout .row-shipping .shipping-rate-row .btn {
  display: none; }

section.checkout-main .three-col-checkout .row-shipping .shipping-rate-row .woocommerce-Price-amount.amount {
  position: static;
  width: 100%;
  display: block;
  margin: 3px 0 10px 22px; }

section.checkout-main .woocommerce-checkout #payment div.form-row {
  text-align: left; }

section.checkout-main .woocommerce-checkout #payment div.form-row input, section.checkout-main .woocommerce-checkout #payment div.form-row textarea {
  cursor: none !important; }

section.checkout-main .woocommerce-checkout #payment div.form-row .checkbox {
  padding: 30px 0 0; }

section.checkout-main .woocommerce-checkout #payment div.form-row .checkbox span.wpcf7-list-item {
  margin: 0; }

section.checkout-main .woocommerce-checkout #payment div.form-row .checkbox span.wpcf7-list-item-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: inline-block;
  margin-left: 15px; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element {
  padding: 30px 0 0;
  position: relative; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element:after, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element:before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 0;
  height: 1px;
  z-index: 1; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element:before {
  background-color: #d6dbe5;
  right: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element:after {
  background: #44a1e7;
  left: 0;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element .mat-label {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #001f60;
  font-family: Larsseit Bold;
  display: block;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element .mat-input {
  background: transparent;
  border: none;
  color: #000;
  outline: none;
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element textarea.mat-input {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  resize: none; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element.is-active:before {
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 0; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element.is-active:after {
  transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: calc(100% - 4px); }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element.is-active .mat-label {
  color: #6d809e; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element.is-active textarea.mat-input {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  resize: vertical; }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element.is-completed .mat-label {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element input:-webkit-autofill, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element input:-webkit-autofill:focus textarea:-webkit-autofill, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element input:-webkit-autofill:hover, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element select:-webkit-autofill, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element select:-webkit-autofill:focus, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element select:-webkit-autofill:hover, section.checkout-main .woocommerce-checkout #payment div.form-row .mat-element textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

section.checkout-main .woocommerce-checkout #payment div.form-row.wpcf7-form .wpcf7-form-control-wrap {
  position: static; }

section.checkout-main .woocommerce-checkout #payment div.form-row.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10.5px;
  font-size: .65625rem;
  line-height: 1.15em;
  top: 52px;
  right: 0;
  position: absolute; }

section.checkout-main .woocommerce-checkout #payment div.form-row.wpcf7-form .wpcf7-response-output {
  color: rgba(69, 86, 120, 0.8);
  margin: 45px 0 0;
  padding: 6px 20px; }

section.checkout-main .woocommerce-checkout #payment div.form-row.wpcf7-form .submit-btn {
  display: block;
  margin: 50px auto 0;
  text-align: center; }

section.checkout-main .btn-bordered {
  display: block;
  margin-top: 18px; }

section.checkout-main input[type=submit] {
  border-radius: 0 !important;
  display: block;
  float: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%; }

.woocommerce #payment #place_order, .woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment #place_order, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
  float: none !important; }

section.order-thankyou {
  padding: 85px 0 130px;
  position: relative;
  z-index: 1; }

section.order-thankyou header.top {
  padding: 80px 7vw 0;
  position: relative;
  text-align: center;
  z-index: 2; }

section.order-thankyou header.top .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px; }

section.order-thankyou header.top h2.sub-heading {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  color: rgba(69, 86, 120, 0.8);
  display: block;
  margin: 0 auto 20px; }

section.order-thankyou header.top h1.heading {
  font-size: calc(18px + 12 * ((100vw - 420px) / 860));
  font-size: calc(1.125rem + 12 * ((100vw - 26.25rem) / 860));
  line-height: 1.255em;
  color: #001f60;
  font-family: GT Super Medium;
  letter-spacing: .05em;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

section.order-thankyou header.top h1.heading:after {
  background: #44a1e7;
  content: "";
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  height: 1px;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  text-align: inherit; }

section.order-thankyou .main-table .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 1100px; }

section.order-thankyou .main-table .order-summary h3 {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  font-family: GT Super Medium;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }

section.order-thankyou .main-table .order-summary ul {
  display: flex;
  justify-content: space-between;
  width: 100%; }

section.order-thankyou .main-table .order-summary ul li {
  flex: 1;
  flex-basis: 10%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center; }

section.order-thankyou .main-table .order-summary ul li:nth-of-type(3) {
  flex-basis: 20%; }

section.order-thankyou .main-table .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: calc(15px + 4 * ((100vw - 420px) / 860));
  font-size: calc(.9375rem + 4 * ((100vw - 26.25rem) / 860));
  line-height: 1.5em;
  font-family: GT Super Medium;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table {
  border: none;
  border-radius: 0;
  margin: 0;
  width: 100%; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tbody td, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tbody th, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot td, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot th, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead td, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead th {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.175em;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 10px 0;
  vertical-align: middle;
  width: 50%; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tbody tr td:last-of-type, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tbody tr th:last-of-type, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot tr td:last-of-type, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot tr th:last-of-type, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead tr td:last-of-type, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead tr th:last-of-type {
  padding-left: 20px; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead td {
  color: #001f60; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot th, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table thead th {
  font-family: Larsseit Bold; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tbody td, section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table tfoot td {
  font-family: Larsseit; }

section.order-thankyou .main-table .woocommerce-order-details table.woocommerce-table small.tax_label {
  display: inline-block;
  font-family: Larsseit;
  opacity: 0.4; }

@media (min-width: 1231px) {
  a, a:active, a:focus, a:hover {
    /*cursor: none*/ }

  .custom-cursor {
    display: block; }

  figure.hover-ripple canvas {
    display: block;
    height: 100%;
    /* opacity: 0; */
    transition: 0.5s; }

  figure.hover-ripple img:nth-child(2) {
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

  .js figure.hover-ripple img {
    display: none; }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding-right: 0;
    padding-left: 0; }

  body.home:not(.on-scroll) header.primary {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s; }

  body.age-verified.home.page-loaded:not(.on-scroll) header.primary {
    opacity: 1; }

  section.awards .container, section.distilled .container {
    padding-right: 0;
    padding-left: 0; }

  section.header-hero:before {
    height: 0;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.4s; }

  section.header-hero h1.title.desktop {
    display: block; }

  section.header-hero h1.title.mobile {
    display: none; }

  section.header-hero a.scroll-indicator {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s; }

  section.header-hero figure.background {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.15s; }

  section.header-hero figure.background .inner {
    display: block !important; }

  body.age-verified.page-loaded section.header-hero:before {
    height: calc(50% - 330px); }

  body.age-verified.page-loaded section.header-hero a.scroll-indicator, body.age-verified.page-loaded section.header-hero figure.background {
    opacity: 1; }

  section.hero-introduction .container, section.highlight-paragraph .container, section.instagram-grid .container > .inner {
    padding-right: 0;
    padding-left: 0; }

  section.product-hero {
    padding-top: 130px; }

  section.product-hero > .container {
    padding: 0 150px !important; }

  section.product-hero > .container .product {
    display: flex; }

  section.product-hero .summary {
    order: 1 !important;
    padding: 100px 0 75px 4px;
    width: 50% !important; }

  section.product-hero .summary > .inner {
    margin: 0 auto;
    max-width: 475px;
    width: 100%; }

  section.product-hero .product-images {
    margin: 0;
    max-width: 550px;
    order: 2;
    overflow: visible;
    width: 50%;
    height: 740px; }

  section.product-hero .product-images .slick-slide {
    height: 740px;
    max-width: 550px; }

  section.product-hero .product-images nav.arrows {
    display: block; } }
@media (min-width: 1231px) and (min-width: 961px) {
  section.product-introduction .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1231px) {
  section.product-preview-listing .container {
    padding-right: 0;
    padding-left: 0; }

  section.product-preview-listing .products {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }

  section.product-preview-listing .products article.product {
    align-self: auto;
    flex: 0 1 340px;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    order: 0;
    width: auto; }

  section.product-preview-listing .products article.product:first-of-type {
    margin-top: 80px; }

  section.product-preview-listing .products article.product:nth-of-type(2) {
    margin-top: 60px; }

  section.product-preview-listing .products article.product:not(:last-of-type) {
    margin-bottom: 0; }

  section.related-products .container > .inner {
    padding-right: 0;
    padding-left: 0; }

  section.related-products h6.heading {
    line-height: 1.0225em;
    margin-bottom: 70px;
    text-align: left; }

  section.related-products h6.heading span {
    margin: 0; }

  section.related-products h6.heading span.line2 {
    margin-left: 90px; }

  section.related-products h6.heading:after {
    float: left;
    margin: 0;
    bottom: -15px;
    left: 95px; }

  section.related-products .products {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 130px 40px 40px; }

  section.related-products .products article.product {
    align-self: auto;
    flex: 0 1 410px;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    order: 0;
    width: auto; }

  section.related-products .products article.product figure.image {
    height: 540px; }

  section.related-products .products article.product:not(:last-of-type) {
    margin-bottom: 0; }

  section.simple-page .container, section.sitemap .container {
    padding-right: 0;
    padding-left: 0; }

  section.stockists {
    padding: 80px 0 20px; }

  section.stockists .container {
    padding-right: 0;
    padding-left: 0; }

  section.stockists .logo-area .logo {
    width: 25%; }

  section.testimonials {
    margin-bottom: 170px;
    padding: 45% 0 0; }

  section.testimonials figure.cover-image {
    float: right;
    padding-bottom: 45%;
    top: 0;
    right: 0;
    position: absolute;
    width: calc(50% + 650px);
    height: 0;
    text-align: right; }

  section.testimonials figure.cover-image, section.testimonials figure.cover-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.testimonials figure.cover-image img {
    width: 100%;
    height: 125%;
    top: -150px; }

  section.testimonials .content {
    margin-top: -150px;
    min-height: 750px;
    padding: 265px 100px 165px;
    width: calc(50% + 305px); }

  section.testimonials .content h4.heading {
    line-height: 1.0225em;
    margin: 0 auto 80px; }

  section.testimonials .content h4.heading span {
    display: block;
    margin: 0; }

  section.testimonials .content h4.heading span.line2 {
    margin-left: 140px; }

  section.testimonials .content h4.heading:after {
    float: left;
    margin: 0;
    bottom: -15px;
    left: calc(50% - 50px); }

  section.testimonials .content nav.arrows {
    right: 240px;
    bottom: 0; }

  section.testimonials .content figure.image {
    display: block; }

  section.testimonials .content figure.image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: -70px;
    bottom: -30px;
    width: 100%;
    height: calc(100% + 100px); }

  section.basket .cart-table .woocommerce-cart-form, section.basket .cart-top .container, section.basket .empty-cart-wrapper .container, section.basket .feathers, section.checkout-main .checkout-top .container, section.checkout-main .main-wrap, section.order-thankyou .main-table .container, section.order-thankyou header.top .container {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (min-width: 1280px) {
  article.product .title {
    font-size: 30px;
    font-size: 1.875rem; }

  span.section-count {
    font-size: 196px;
    font-size: 12.25rem; }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 19px;
    font-size: 1.1875rem; }

  footer.primary .newsletter span.title {
    font-size: 44px;
    font-size: 2.75rem; }

  header.primary .menu-wrap ul.menu > li {
    font-size: 33px;
    font-size: 2.0625rem; }

  section.awards .title {
    font-size: 62px;
    font-size: 3.875rem; }

  section.awards .sub-title {
    font-size: 30px;
    font-size: 1.875rem; }

  section.awards .award span.year {
    font-size: 33px;
    font-size: 2.0625rem; }

  section.contact-info .main h1.heading {
    font-size: 62px;
    font-size: 3.875rem; }

  section.contact-info .main h2.form-title {
    font-size: 33px;
    font-size: 2.0625rem; }

  section.distilled .content .title {
    font-size: 72px;
    font-size: 4.5rem; }

  section.distilled .content .sub-title {
    font-size: 30px;
    font-size: 1.875rem; }

  section.distilled .content .text {
    font-size: 19px;
    font-size: 1.1875rem; }

  section.header-hero h1.title {
    font-size: 62px;
    font-size: 3.875rem; }

  section.hero-introduction .content .title {
    font-size: 98px;
    font-size: 6.125rem; }

  section.hero-introduction .content .sub-title {
    font-size: 30px;
    font-size: 1.875rem; }

  section.hero-introduction .content .text {
    font-size: 19px;
    font-size: 1.1875rem; }

  section.highlight-paragraph .content {
    font-size: 43px;
    font-size: 2.6875rem; }

  section.instagram-grid h6.title {
    font-size: 62px;
    font-size: 3.875rem; }

  section.instagram-grid span.username {
    font-size: 144px;
    font-size: 9rem; }

  section.instagram-grid .tiles {
    font-size: 16px;
    font-size: 1rem; }

  section.product-hero header.title h2.sub-title {
    font-size: 24px;
    font-size: 1.5rem; }

  section.product-hero header.title h1.product-title {
    font-size: 60px;
    font-size: 3.75rem; }

  section.product-hero header.title span.bottle-size {
    font-size: 24px;
    font-size: 1.5rem; }

  section.product-introduction .sub-heading .text {
    font-size: 30px;
    font-size: 1.875rem; }

  section.product-introduction h4.heading, section.product-preview-listing h4.heading, section.related-products h6.heading {
    font-size: 62px;
    font-size: 3.875rem; }

  section.simple-page h1 {
    font-size: 30px;
    font-size: 1.875rem; }

  section.simple-page .content-area, section.simple-page ol, section.simple-page p, section.simple-page ul {
    font-size: 16px;
    font-size: 1rem; }

  section.simple-page h3 {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.sitemap h1 {
    font-size: 30px;
    font-size: 1.875rem; }

  section.sitemap h3 {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.testimonials .content h4.heading {
    font-size: 62px;
    font-size: 3.875rem; }

  section.testimonials .content .slider p {
    font-size: 16px;
    font-size: 1rem; }

  section.basket .cart-top h1.heading {
    font-size: 30px;
    font-size: 1.875rem; }

  section.basket .empty-cart-wrapper p.cart-empty {
    font-size: 19px;
    font-size: 1.1875rem; }

  section.checkout-main .checkout-top h1.heading {
    font-size: 30px;
    font-size: 1.875rem; }

  section.checkout-main .main-wrap h3.top-header {
    font-size: 19px;
    font-size: 1.1875rem; }

  section.checkout-main .top-area h1 {
    font-size: 72px;
    font-size: 4.5rem; }

  section.order-thankyou header.top h2.sub-heading {
    font-size: 19px;
    font-size: 1.1875rem; }

  section.order-thankyou header.top h1.heading {
    font-size: 30px;
    font-size: 1.875rem; }

  section.order-thankyou .main-table .order-summary h3, section.order-thankyou .main-table .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 19px;
    font-size: 1.1875rem; } }
@media screen and (max-width: 420px) {
  article.product .title {
    font-size: 18px;
    font-size: 1.125rem; }

  span.section-count {
    font-size: 90px;
    font-size: 5.625rem; }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 15px;
    font-size: 0.9375rem; }

  footer.primary .newsletter span.title, header.primary .menu-wrap ul.menu > li {
    font-size: 18px;
    font-size: 1.125rem; }

  section.awards .title {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.awards .award span.year, section.awards .sub-title {
    font-size: 18px;
    font-size: 1.125rem; }

  section.contact-info .main h1.heading {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.contact-info .main h2.form-title {
    font-size: 18px;
    font-size: 1.125rem; }

  section.distilled .content .title {
    font-size: 33px;
    font-size: 2.0625rem; }

  section.distilled .content .sub-title {
    font-size: 18px;
    font-size: 1.125rem; }

  section.distilled .content .text {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.header-hero h1.title {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.hero-introduction .content .title {
    font-size: 35px;
    font-size: 2.1875rem; }

  section.hero-introduction .content .sub-title {
    font-size: 18px;
    font-size: 1.125rem; }

  section.hero-introduction .content .text {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.highlight-paragraph .content {
    font-size: 24px;
    font-size: 1.5rem; }

  section.instagram-grid h6.title {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.instagram-grid span.username {
    font-size: 35px;
    font-size: 2.1875rem; }

  section.instagram-grid .tiles {
    font-size: 5px;
    font-size: 0.3125rem; }

  section.product-hero header.title h2.sub-title {
    font-size: 18px;
    font-size: 1.125rem; }

  section.product-hero header.title h1.product-title {
    font-size: 32px;
    font-size: 2rem; }

  section.product-hero header.title span.bottle-size, section.product-introduction .sub-heading .text {
    font-size: 18px;
    font-size: 1.125rem; }

  section.product-introduction h4.heading, section.product-preview-listing h4.heading, section.related-products h6.heading {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.simple-page h1 {
    font-size: 18px;
    font-size: 1.125rem; }

  section.simple-page .content-area, section.simple-page ol, section.simple-page p, section.simple-page ul {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.simple-page h3, section.sitemap h1, section.sitemap h3 {
    font-size: 18px;
    font-size: 1.125rem; }

  section.testimonials .content h4.heading {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.testimonials .content .slider p {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.basket .cart-top h1.heading {
    font-size: 18px;
    font-size: 1.125rem; }

  section.basket .empty-cart-wrapper p.cart-empty {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.checkout-main .checkout-top h1.heading {
    font-size: 18px;
    font-size: 1.125rem; }

  section.checkout-main .main-wrap h3.top-header {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.checkout-main .top-area h1 {
    font-size: 33px;
    font-size: 2.0625rem; }

  section.order-thankyou header.top h2.sub-heading {
    font-size: 15px;
    font-size: 0.9375rem; }

  section.order-thankyou header.top h1.heading {
    font-size: 18px;
    font-size: 1.125rem; }

  section.order-thankyou .main-table .order-summary h3, section.order-thankyou .main-table .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 15px;
    font-size: 0.9375rem; } }
@media (min-width: 961px) {
  article.product {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  article.product figure.image {
    width: 100%;
    height: 490px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

  article.product figure.image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

  article.product:hover figure.image {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }

  article.product:hover figure.image img {
    opacity: 0.8; }

  main.base > .base-lines {
    display: block; }

  span.section-count {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  #age-gate i.feather {
    display: block; }

  main.base {
    margin-bottom: 670px; }

  footer.primary {
    min-height: 670px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed; }

  header.primary .cta a#shop {
    display: inline-flex; }

  header.primary .menu-wrap ul.menu > li:not(:last-of-type) {
    margin-bottom: 22px; }

  header.primary .menu-wrap ul.menu > li.menu-item-home {
    display: none; }

  header.primary .menu-wrap ul.sub-menu {
    margin-top: 15px; }

  body.single-product header.primary .cta a#purchase {
    display: inline-block; }

  section.awards:after, section.awards:before {
    height: 150px; }

  section.awards:before {
    top: -75px; }

  section.awards:after {
    bottom: -75px; }

  section.awards span.section-count {
    top: 0;
    right: 8vw;
    text-align: right; }

  section.awards .container {
    padding-top: 160px;
    padding-bottom: 140px; }

  section.awards .title {
    margin-bottom: 40px; }

  section.awards i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.contact-info .main .form-section .form-row > div {
    display: inline-block;
    width: calc(50% - 10px); }

  section.contact-info .main .form-section .form-row > div:first-of-type {
    float: left; }

  section.contact-info .main .form-section .form-row > div:last-of-type {
    clear: none;
    float: right; }

  section.contact-info .main .form-section .form-row:before {
    content: "";
    display: table; }

  section.contact-info .main .form-section .form-row:after {
    content: "";
    display: table;
    clear: both; }

  section.contact-info i.feather {
    display: block; }

  section.distilled i.section-lines span {
    height: 150px; }

  section.distilled i.section-lines span.top {
    top: -85px; }

  section.distilled i.section-lines span.bottom {
    bottom: -75px; }

  section.distilled span.section-count {
    margin-right: auto;
    margin-left: auto;
    top: 80px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1; }

  section.distilled .container {
    min-height: 1450px;
    padding: 0; }

  section.distilled .content {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

  section.distilled .content .title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: 560px;
    left: 325px;
    position: absolute;
    text-align: left; }

  section.distilled .content .title span.line2 {
    padding-left: 190px; }

  section.distilled .content .sub-title {
    max-width: 510px;
    padding-bottom: 40px;
    top: 300px;
    left: 50%;
    position: absolute;
    width: 50%; }

  section.distilled .content .sub-title:after {
    display: block; }

  section.distilled .content .text {
    margin: 870px 0 0 180px;
    padding-bottom: 0;
    text-align: left;
    width: calc(50% - 200px); }

  section.distilled .content .text:after {
    display: none; }

  section.distilled .content .badge {
    margin: 70px 0 0 228px; }

  section.distilled .content .badge svg {
    width: 159px; }

  section.distilled i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: block; }

  section.distilled .image.rectangle {
    display: block;
    max-width: 520px;
    top: 210px;
    left: 45px;
    width: calc(50% - 40px);
    height: 370px; }

  section.distilled .image.portrait {
    width: 295px;
    height: 405px; }

  section.distilled .image.portrait.one {
    top: 450px;
    right: -240px; }

  section.distilled .image.portrait.two {
    top: 820px;
    left: calc(50% + 90px); }

  section.distilled .image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: -70px;
    bottom: -30px;
    width: 100%;
    height: calc(100% + 100px); }

  section.header-hero {
    min-height: 680px; }

  section.header-hero figure.background {
    -webkit-transform: translateY(47px);
    transform: translateY(47px); }

  section.header-hero figure.background, section.hero-introduction i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.hero-introduction {
    padding-top: 315px;
    padding-bottom: 250px; }

  section.hero-introduction span.section-count {
    top: 20px;
    left: 8vw; }

  section.hero-introduction i.section-lines span {
    height: 150px; }

  section.hero-introduction i.section-lines span.top {
    top: 100px; }

  section.hero-introduction i.section-lines span.bottom {
    bottom: -75px; }

  section.hero-introduction .container {
    min-height: 770px;
    padding: 0; }

  section.hero-introduction i.eagle {
    top: 160px;
    left: 200px;
    width: 434px;
    height: 253px; }

  section.hero-introduction i.feather:first-of-type, section.hero-introduction i.feather:nth-of-type(2) {
    display: block; }

  section.hero-introduction i.feather:nth-of-type(3) {
    background-size: 150px 143px;
    bottom: -205px;
    left: -75px;
    width: 150px;
    height: 143px; }

  section.hero-introduction .content {
    top: 0;
    right: 0;
    left: 0;
    position: absolute; }

  section.hero-introduction .content .title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 260px;
    margin-bottom: 70px;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.hero-introduction .content .sub-title {
    max-width: 570px;
    padding-bottom: 40px;
    top: 0;
    right: 0;
    position: absolute; }

  section.hero-introduction .content .sub-title:after {
    display: block; }

  section.hero-introduction .content .text {
    margin: 195px 0 0;
    padding-bottom: 0;
    text-align: left;
    width: calc(50% - 100px); }

  section.hero-introduction .content .text:after {
    display: none; }

  section.hero-introduction .image.portrait {
    top: 20px;
    left: 110px;
    width: 295px;
    height: 405px; }

  section.hero-introduction .image.rectangle {
    max-width: 520px;
    top: 425px;
    right: 40px;
    width: calc(50% - 40px);
    height: 370px; }

  section.hero-introduction .image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: -70px;
    right: 0;
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100% + 100px); }

  section.highlight-paragraph .container {
    height: 100vh;
    min-height: 680px; }

  section.highlight-paragraph .content {
    top: 50%;
    right: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  section.highlight-paragraph figure.image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.highlight-paragraph {
    min-height: 100vh;
    padding: 0; }

  section.highlight-paragraph i.section-lines span {
    height: 150px; }

  section.highlight-paragraph i.section-lines span.top {
    top: -75px; }

  section.highlight-paragraph i.section-lines span.bottom {
    bottom: -75px; }

  section.highlight-paragraph span.section-count {
    top: -100px;
    right: 8vw; }

  section.highlight-paragraph span.anchor:after {
    display: block; }

  section.highlight-paragraph span.anchor:hover:after {
    width: 100%; }

  section.highlight-paragraph i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: block; }

  section.instagram-grid {
    background-position: top 110px left;
    padding-top: 204px; }

  section.instagram-grid .container {
    padding-top: 140px;
    padding-bottom: 110px; }

  section.instagram-grid:after {
    display: none; }

  section.instagram-grid span.section-count {
    top: 90px;
    right: 8vw; }

  section.instagram-grid span.username {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.instagram-grid h6.title {
    margin-bottom: 0;
    top: -60px;
    right: 0;
    left: 0;
    position: absolute; }

  section.instagram-grid h6.title:after {
    bottom: -25px;
    width: 70px; }

  section.instagram-grid .tile span.label {
    display: block; }

  section.instagram-grid .tile:hover > span.label {
    bottom: -27px; }

  section.instagram-grid .tile:hover .overlay {
    opacity: 1;
    transition-delay: 0.1s; }

  section.instagram-grid .tile:hover .overlay > .inner {
    opacity: 1;
    transition-delay: 0.3s; }

  section.instagram-grid i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.product-hero i.section-lines {
    position: absolute;
    width: calc(50vw - 145px); }

  section.product-hero span.section-count {
    top: auto;
    right: 145px;
    bottom: -100px; }

  section.product-hero i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.product-introduction {
    padding: 165px 0 320px;
    text-align: center; }

  section.product-introduction .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 7vw;
    padding-left: 7vw;
    max-width: 1300px; } }
@media (min-width: 961px) and (min-width: 769px) {
  section.product-introduction .container {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 961px) and (min-width: 1231px) {
  section.product-introduction .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 961px) {
  section.product-introduction .container .inner {
    min-height: 1240px; }

  section.product-introduction i.section-lines span {
    height: 150px; }

  section.product-introduction i.section-lines span.bottom {
    bottom: -75px;
    display: block; }

  section.product-introduction span.section-count {
    bottom: -345px;
    left: calc(50% + 40px); }

  section.product-introduction .sub-heading {
    margin-bottom: 160px;
    padding: 42px 0; }

  section.product-introduction h4.heading {
    line-height: 1.0225em;
    margin: 0 auto 0 calc(50% - 60px);
    padding: 0;
    text-align: center;
    width: 50%; }

  section.product-introduction h4.heading span {
    display: block;
    margin: 0; }

  section.product-introduction h4.heading span.line2 {
    margin-left: 140px; }

  section.product-introduction h4.heading:after {
    float: left;
    margin: 0 auto;
    bottom: -15px;
    left: 280px;
    position: absolute; }

  section.product-introduction .list {
    border-top: 1px solid rgba(0, 31, 96, 0.2);
    margin: 340px 0 0 270px;
    max-width: 380px;
    padding: 35px 0 0; }

  section.product-introduction .image {
    position: absolute; }

  section.product-introduction .image.portrait.one {
    margin-bottom: 0;
    bottom: -70px;
    left: calc(50% + 145px);
    width: 400px;
    height: 590px; }

  section.product-introduction .image.portrait.two, section.product-introduction .image.square {
    display: block; }

  section.product-introduction .image img {
    top: -70px;
    right: 0;
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100% + 100px); }

  section.product-introduction .image img, section.product-introduction i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.product-introduction i.feather {
    display: block; }

  section.product-preview-listing:after, section.product-preview-listing:before {
    height: 150px; }

  section.product-preview-listing:before {
    top: -75px; }

  section.product-preview-listing:after {
    bottom: -75px; }

  section.product-preview-listing span.section-count {
    top: 120px;
    left: 8vw; }

  section.product-preview-listing .container {
    padding-top: 160px;
    padding-bottom: 160px; }

  section.product-preview-listing i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.related-products {
    background-position: top 70px left;
    padding-top: 164px; }

  section.related-products i.section-lines span {
    height: 150px; }

  section.related-products i.section-lines span.top {
    top: 70px; }

  section.related-products .container {
    padding-top: 100px;
    padding-bottom: 20px; }

  section.related-products span.section-count {
    top: -25px;
    right: 8vw; }

  section.related-products i.feather {
    display: block; }

  section.related-products i.feather, section.simple-page i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  section.simple-page i.feather {
    display: block; }

  section.sitemap i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: block; }

  section.stockists .logo-area .logo-group {
    justify-content: center; }

  section.stockists .logo-area .logo {
    align-items: center;
    align-self: flex-start;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    margin: 0 0 60px;
    max-height: none; }

  section.stockists .logo-area .logo img {
    max-height: 70px;
    max-width: 150px; }

  section.testimonials span.section-count {
    top: calc(35vw + 120px);
    right: 8vw; }

  section.testimonials .content nav.arrows > div:hover i {
    width: 20px; }

  section.testimonials .content nav.arrows > div:hover span div:first-of-type {
    opacity: .5;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

  section.testimonials .content nav.arrows > div:hover span div:last-of-type {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }

  section.testimonials i.feather {
    display: block; }

  section.basket-products-table table.shop_table tbody tr td.product .image {
    margin: auto;
    width: 90px;
    height: 125px; }

  section.basket-products-table table.shop_table tbody tr td.product .mobile-content {
    display: none; }

  section.basket-products-table table.shop_table tbody tr td.product .delete-item {
    left: 11.5%;
    top: 85px; }

  section.basket {
    padding-bottom: 160px; }

  section.basket .woocommerce-error, section.basket .woocommerce-info, section.basket .woocommerce-message {
    margin-bottom: 100px !important; }

  section.basket .cart-top {
    padding: 0; }

  section.basket .cart-table .cart-footer .coupon-wrapper, section.basket .cart-table .cart-footer .table-footer {
    display: inline-block;
    width: 50%; }

  section.basket .cart-table .cart-footer .coupon-wrapper {
    margin-bottom: 0;
    padding: 200px 0 0; }

  section.basket .cart-table .cart-footer .coupon-wrapper .column {
    display: inline-block;
    width: 50%; }

  section.basket .cart-table .cart-footer .coupon-wrapper .column:first-of-type {
    padding-right: 12px; }

  section.basket .cart-table .cart-footer .coupon-wrapper .mat-element {
    margin-bottom: 0; }

  section.basket .cart-table .cart-footer .table-footer {
    padding-left: 8px; }

  section.basket .cart-table .cart-footer .cart-totals table tbody tr td, section.basket .cart-table .cart-footer .cart-totals table tbody tr th {
    padding-right: 0;
    padding-left: 0;
    width: 50%; }

  section.basket .cart-table .cart-footer .cart-actions {
    padding: 0; }

  section.basket .cart-table .cart-footer .cart-actions .continue-cta, section.basket .cart-table .cart-footer .cart-actions .proceed-cta {
    display: inline-block;
    margin: 25px auto 0;
    width: 50%; }

  section.basket .cart-table .cart-footer .cart-actions .continue-cta {
    text-align: left; }

  section.basket .cart-table .cart-footer .cart-actions .proceed-cta {
    text-align: right; }

  section.basket i.feather {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: block; }

  section.checkout-main {
    padding-bottom: 160px; }

  section.checkout-main .checkout-top {
    padding: 0; }

  section.order-thankyou {
    padding-bottom: 160px; }

  section.order-thankyou header.top {
    padding-right: 0;
    padding-left: 0; } }
@media (max-width: 1229px) {
  article.product {
    -webkit-transform: none !important;
    transform: none !important; }

  section.stockists .container {
    padding: 0 !important; }

  section.testimonials figure.cover-image {
    padding-bottom: 0; }

  section.testimonials figure.cover-image img {
    -webkit-transform: none !important;
    transform: none !important; } }
@media (min-width: 1025px) {
  aside.fixed-images, div.share i.main {
    display: block; }

  div.share .icons-wraps {
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    visibility: hidden; }

  div.share .icons-wraps .st-custom-button {
    margin: 0; }

  div.share .icons-wraps .st-custom-button:first-of-type, div.share .icons-wraps .st-custom-button:nth-of-type(2) {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  div.share .icons-wraps .st-custom-button:nth-of-type(2) {
    margin: 0 32px 0 6px; }

  div.share .icons-wraps .st-custom-button:nth-of-type(3) {
    margin: 0 6px 0 32px; }

  div.share .icons-wraps .st-custom-button:nth-of-type(3), div.share .icons-wraps .st-custom-button:nth-of-type(4) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  div.share i.main:hover {
    border-color: #001f60; }

  div.share .icons-wraps:hover, div.share i.main:hover + .icons-wraps {
    opacity: 1;
    visibility: visible; }

  div.share .icons-wraps:hover .st-custom-button, div.share i.main:hover + .icons-wraps .st-custom-button {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }

  div.share .icons-wraps:hover .st-custom-button:hover, div.share i.main:hover + .icons-wraps .st-custom-button:hover {
    border-color: #44a1e7; }

  footer.primary nav ul li {
    display: inline-block; }

  footer.primary nav ul li a {
    padding: 10px 20px; }

  footer.primary nav ul li a .line:after, footer.primary nav ul li a .line:before {
    display: block; }

  footer.primary nav ul li:not(:last-of-type):after {
    content: "ΓÇó"; }

  section.contact-info {
    min-height: 100vh;
    padding-top: 85px; }

  section.contact-info .main {
    padding: 0 150px 150px; }

  section.contact-info .main .inner {
    max-width: 50%;
    padding-left: 4px; }

  section.contact-info .main .content {
    padding-bottom: 150px;
    padding: 150px 0 0; }

  section.contact-info .main .content, section.contact-info .main .form-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px; }

  section.contact-info .main .form-section {
    margin-top: 85px; }

  section.product-preview-listing h4.heading {
    margin-bottom: 0; } }
@media (min-width: 1361px) {
  nav.fixed-menu, section.product-hero .background-image {
    display: block; } }
@media only screen and (min-width: 1440px) {
  nav.fixed-menu li.active a:after {
    -webkit-animation: b 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
    animation: b 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards; }

  nav.fixed-menu li.active a .text {
    opacity: 1;
    padding-right: 40px;
    transition-delay: .3s;
    visibility: visible; } }
@media (max-width: 959px) {
  span.section-count {
    -webkit-transform: none !important;
    transform: none !important; }

  #age-gate {
    padding-bottom: 56px !important; }

  header.primary .menu-wrap {
    padding-bottom: 180px; }

  header.primary .menu-wrap ul.menu > li {
    font-size: 25px;
    font-size: 1.5625rem; }

  section.awards span.section-count {
    top: -45px;
    left: 7vw; }

  section.awards i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.distilled span.section-count {
    top: 160px;
    right: 7vw; }

  section.distilled .content .title {
    -webkit-transform: none !important;
    transform: none !important; }

  section.distilled .content .badge {
    margin: 0;
    bottom: -235px;
    left: 11vw;
    position: absolute;
    width: 115px; }

  section.distilled i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.distilled .image.portrait.one {
    right: 0;
    bottom: 100px; }

  section.distilled .image.portrait.two {
    top: 60px;
    left: 0; }

  section.distilled .image img {
    -webkit-transform: none !important;
    transform: none !important; }

  @supports (-webkit-appearance: none) {
    body.chrome section.header-hero {
      height: calc(100vh - 56px) !important; } }
  section.header-hero figure.background, section.hero-introduction i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.hero-introduction span.section-count {
    top: 160px;
    right: 7vw; }

  section.hero-introduction i.eagle {
    opacity: .2;
    top: 25px;
    right: -40px; }

  section.hero-introduction .content .title, section.hero-introduction .image img {
    -webkit-transform: none !important;
    transform: none !important; }

  section.highlight-paragraph span.section-count {
    top: -50px;
    left: 7vw; }

  section.highlight-paragraph i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.instagram-grid span.section-count {
    top: 0;
    right: 7vw; }

  section.instagram-grid i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.product-hero .product-images, section.product-hero .product-images .slick-slide {
    height: calc(100vh - 141px) !important; }

  section.product-hero span.section-count {
    top: calc(100vh - 190px); }

  section.product-hero i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.product-introduction span.section-count {
    top: -60px;
    right: 7vw; }

  section.product-introduction .image img, section.product-introduction i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.product-preview-listing span.section-count {
    top: 160px;
    right: 7vw; }

  section.product-preview-listing i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.related-products span.section-count {
    top: 0;
    right: 7vw; }

  section.related-products i.feather, section.simple-page i.feather, section.sitemap i.feather {
    -webkit-transform: none !important;
    transform: none !important; }

  section.testimonials span.section-count {
    top: calc(50vh - 35px);
    left: 7vw; }

  section.testimonials .content figure.image img {
    -webkit-transform: none !important;
    transform: none !important; }

  section.basket-products-table table.shop_table tbody tr td.product-price, section.basket-products-table table.shop_table tbody tr td.product-quantity, section.basket-products-table table.shop_table tbody tr td.product-subtotal, section.basket-products-table table.shop_table thead, section.basket .cart-table .cart-footer .cart-totals table tbody tr th {
    display: none; }

  section.basket i.feather {
    -webkit-transform: none !important;
    transform: none !important; } }
@media (min-width: 769px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding-right: 40px;
    padding-left: 40px; }

  #age-gate .content {
    border-radius: 6px;
    background: #fff;
    background-image: linear-gradient(0deg, #fff 0, #f2f4f7);
    box-shadow: 0 51px 163px 0 rgba(0, 31, 96, 0.2);
    padding: 25px 50px 40px; }

  footer.primary nav ul li a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  footer.primary nav ul li a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  footer.primary .copyright a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  footer.primary .copyright a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  header.primary .cta a#shop:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  header.primary .cta a#shop:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  header.primary .menu-trigger {
    width: 155px; }

  header.primary .menu-trigger .icon {
    left: 36px; }

  header.primary .menu-trigger span.label {
    display: inline-block; }

  header.primary aside.navigation {
    -webkit-transform: translateX(-495px);
    transform: translateX(-495px);
    width: 495px; }

  header.primary .menu-wrap {
    padding-bottom: 60px; }

  header.primary .menu-wrap ul.menu > li > a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  header.primary .menu-wrap ul.menu > li > a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  header.primary.home nav.primary .menu-trigger {
    min-width: 155px; }

  body.on-scroll header.primary.home nav.primary .menu-trigger {
    border-color: rgba(0, 23, 70, 0.06); }

  section.awards .container {
    padding-right: 40px;
    padding-left: 40px; }

  section.contact-info .main .email a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  section.contact-info .main .email a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  section.distilled .container, section.hero-introduction .container, section.highlight-paragraph .container, section.instagram-grid .container > .inner {
    padding-right: 40px;
    padding-left: 40px; }

  section.instagram-grid .button a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  section.instagram-grid .button a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  section.product-hero .woocommerce-product-details__short-description, section.product-hero .woocommerce-variation-description {
    padding-right: 28px;
    padding-left: 28px; }

  section.product-hero .shipping-and-returns a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  section.product-hero .shipping-and-returns a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); } }
@media (min-width: 769px) and (min-width: 961px) {
  section.product-introduction .container {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 769px) {
  section.product-preview-listing .container, section.related-products .container > .inner, section.simple-page .container, section.sitemap .container, section.stockists .container {
    padding-right: 40px;
    padding-left: 40px; }

  section.stockists nav.labels {
    margin-bottom: 120px; }

  section.stockists nav.labels .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important; }

  section.stockists nav.labels .slick-slide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 33.3333% !important; }

  section.basket .cart-table .woocommerce-cart-form, section.basket .cart-top .container {
    padding-right: 40px;
    padding-left: 40px; }

  section.basket .cart-table .cart-footer .cart-actions .continue-cta a:hover > .line:before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: 0; }

  section.basket .cart-table .cart-footer .cart-actions .continue-cta a:hover > .line:after {
    transition: width 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.4s ease-in-out 0s;
    width: calc(100% - 4px); }

  section.basket .empty-cart-wrapper .container, section.basket .feathers, section.checkout-main .checkout-top .container, section.checkout-main .main-wrap, section.order-thankyou .main-table .container, section.order-thankyou header.top .container {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 481px) {
  header.primary .logo a.home {
    padding-top: 20px; }

  header.primary .logo a.standard {
    padding-top: 3px; }

  header.primary .logo svg {
    width: 180px; }

  header.primary.home .pane:after, header.primary.home .pane:before {
    width: calc(50% - 108px); }

  section.awards .award {
    padding-top: 0; }

  section.product-hero form.cart {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }

  section.product-hero form.cart > .quantity {
    align-self: auto;
    flex: 0 1 auto;
    margin: 0 12px 0 0 !important;
    order: 0; }

  section.product-hero form.cart > .button {
    display: inline-flex;
    margin: 4px 0 0 12px; } }
@media (max-width: 767px) {
  header.primary.standard .cta a {
    border-left: 1px solid rgba(0, 23, 70, 0.06); }

  header.primary.standard .cta a#cart svg path.basket {
    stroke: #001f60; }

  header.primary.standard .cta a#cart svg path.wheels {
    fill: #001f60; }

  header.primary.standard .cta a#cart span.count {
    color: #001f60; }

  header.primary.standard .cta a:hover .line:after, header.primary.standard .cta a:hover .line:before, header.primary.standard .cta a:not(:hover) .line:after, header.primary.standard .cta a:not(:hover) .line:before {
    background: #44a1e7; }

  header.primary.fixed-aside-img .cta a {
    border-left: 1px solid rgba(0, 23, 70, 0.06); }

  header.primary.fixed-aside-img .cta a#cart svg path.basket {
    stroke: #001f60; }

  header.primary.fixed-aside-img .cta a#cart svg path.wheels {
    fill: #001f60; }

  header.primary.fixed-aside-img .cta a#cart span.count {
    color: #001f60; }

  header.primary.fixed-aside-img .cta a:hover .line:after, header.primary.fixed-aside-img .cta a:hover .line:before, header.primary.fixed-aside-img .cta a:not(:hover) .line:after, header.primary.fixed-aside-img .cta a:not(:hover) .line:before {
    background: #44a1e7; } }
@media only screen and (min-width: 1500px) {
  figure.background .outer {
    margin-left: 0;
    width: 100vw; } }
@media (min-width: 768px) and (max-width: 1230px) {
  figure.background {
    background-image: url(); }

  section.product-hero .product-images {
    margin-top: 30px;
    max-width: 550px; } }
@media only screen and (max-width: 768px) and (orientation: portrait) {
  section.header-hero figure.background {
    background-image: url(https://7wyi4c8u2k-flywheel.netdna-ssl.com/wp-content/themes/whitetailgin/media/dist/img/hero-portrait.jpg); } }
@media only screen and (min-height: 1000px) {
  section.header-hero figure.background, section.header-hero figure.background .outer {
    height: calc(100vh + 35px); } }
@media only screen and (min-width: 1445px) {
  section.product-hero .breadcrumbs {
    left: 75px; } }
@media only screen and (min-width: 1300px) {
  section.product-hero .breadcrumbs {
    display: block; } }
@media (min-width: 768px) and (max-width: 960px) {
  section.product-hero span.section-count {
    top: calc(100vh - 250px); } }
@media only screen and (max-height: 540px) {
  section.product-hero span.section-count {
    top: 350px !important; } }
@media (min-width: 960px) and (max-width: 1360px) {
  section.product-preview-listing .container {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 480px) and (max-width: 960px) {
  section.stockists .logo-area .logo {
    width: 50%; } }
@media (min-width: 960px) and (max-width: 1230px) {
  section.stockists .logo-area .logo {
    width: 33.333%; } }
@media (max-width: 1023px) {
  section.checkout-main .main-wrap .cols-wrap > .col {
    background: transparent;
    display: block;
    padding: 0;
    width: 100%; }

  section.checkout-main .main-wrap .cols-wrap > .col:not(:last-of-type) {
    margin-bottom: 50px; } }
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  section.checkout-main .three-col-checkout .shipping.shipping-container div[data-title=Shipping], section.checkout-main .three-col-checkout .shipping.shipping-container h3 {
    width: 50%; } }
@media only screen and (min-width: 1024px) {
  section.checkout-main .new-user-area .cards, section.checkout-main .new-user-area .login-col, section.checkout-main .new-user-area .placeholder-item {
    width: 32%;
    max-width: 475px;
    margin: 0; }

  section.checkout-main .new-user-area .cards ul {
    max-width: 275px; } }
@media only screen and (min-width: 1280px) {
  section.checkout-main .woocommerce-billing-fields__field-wrapper, section.checkout-main .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }

  section.checkout-main .form-row {
    width: 100%; }

  section.checkout-main .form-row#billing_company_field, section.checkout-main .form-row#billing_country_field, section.checkout-main .form-row#shipping_company_field, section.checkout-main .form-row#shipping_country_field, section.checkout-main .form-row.address-field, section.checkout-main .form-row.validate-phone, section.checkout-main .form-row.validate-postcode, section.checkout-main .form-row.validate-state {
    width: 48%; } }
ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 15px; }

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important; }

.resp-tab-active {
  border-bottom: none;
  background-color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px; }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none; }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none; }

.resp-vtabs .resp-tab-content {
  border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important; }

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  /*height: 65px;
  background: #fff;

  border: 1px solid #29d;*/
  overflow: hidden; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(100%, 0px, 0px) !important;
  max-width: 300px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  width: 0;
  overflow: hidden;
  transition: 0.5s all; }

.pace-progress-inner {
  background: url(../img/ico/logo1.svg) center no-repeat;
  position: absolute;
  top: 0;
  /* right: 100%; */
  height: 100%;
  width: 100%;
  width: 300px; }

.pace.pace-inactive {
  display: none; }

/* Example wrapper */
/* Frame */
.frame {
  /*height: 250px;
  line-height: 250px;*/
  overflow: hidden; }

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%; }

.frame ul li {
  float: left;
  width: 227px;
  margin: 0 1px 0 0;
  padding: 0;
  background: #f0eee9;
  color: #ddd;
  cursor: pointer; }

.frame ul li.active {
  /*color: #fff;
  background: #a03232;*/ }

/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
  max-width: 300px; }

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer; }

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px; }

/* Pages */
.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center; }

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.pages li:hover {
  background: #aaa; }

.pages li.active {
  background: #666; }

/* Controls */
.controls {
  margin: 25px 0;
  text-align: center; }

/* One Item Per Frame example*/
/* .oneperframe { height: 300px; line-height: 300px; } */
.oneperframe ul li {
  width: 1140px; }

/*.oneperframe ul li.active { background: #333; }*/
/* Crazy example */
.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px; }

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px; }

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px; }

/* ==========================================================================
   Components
   ========================================================================== */
/* Chromeframe */
.chromeframe {
  margin: 0;
  padding: 1.5em 2em;
  background: #d95b5b;
  color: #fff;
  text-align: center; }

.chromeframe .icon-warning-sign {
  margin: 0 10px; }

.chromeframe a {
  color: #fff;
  text-decoration: underline; }

.chromeframe a:hover {
  text-decoration: none; }

/* Text colors */
.text-grey {
  color: #999; }

.text-red {
  color: #d95b5b; }

.text-green {
  color: #82bf4c; }

.text-blue {
  color: #6b9fd6; }

.text-yellow {
  color: #efcd76; }

.text-dark {
  color: #3a3c47; }

/* Text alignment */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* ==========================================================================
   Page styles
   ========================================================================== */
/* Sets the page width */
.pagespan {
  width: 1140px; }

/* Download stripe */
.download {
  position: relative;
  height: 100px;
  margin: 70px auto 0;
  color: #fff;
  font-family: Novecento, sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 2; }

.download h2,
.download h3 {
  float: left;
  width: 216px;
  margin: 0;
  padding: 23px 40px 0 0;
  height: 77px;
  font-size: 30px;
  text-align: right;
  font-weight: normal;
  line-height: 1;
  background: #3a3c47;
  text-shadow: 1px 1px 0 #000; }

.download h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -50px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 50px solid transparent;
  border-left: 0;
  border-right-color: #3a3c47; }

.csstransforms .download h2:before {
  border-width: 25px;
  margin-top: -25px;
  left: -25px;
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -ms-transform: scaleY(2);
  -o-transform: scaleY(2);
  transform: scaleY(2); }

.lt-ie10.csstransforms .download h2:before {
  left: -24px; }

/* IE9 makes 1 pixel gap */
.download h3 {
  width: 180px;
  font-weight: bold; }

.download h3 small,
.download h2 small {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 16px;
  opacity: 0.8; }

.download h3 .loading {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal; }

.download h3 .loading i {
  margin-left: 5px; }

.download a {
  float: left;
  width: 210px;
  padding: 23px 0 0;
  height: 77px;
  text-align: center;
  text-decoration: none;
  background: #d95b5b;
  color: #fff; }

.download a:hover {
  background: #fff;
  color: #d95b5b;
  text-shadow: none; }

.download a .title {
  display: block;
  font-size: 16px;
  line-height: 1; }

.download a .size {
  display: block;
  margin-top: 5px;
  font-size: 40px;
  line-height: 1; }

.download a.repo {
  position: relative;
  width: 196px;
  text-align: left;
  padding-left: 40px; }

.download a.repo:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -50px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 50px solid transparent;
  border-right: 0;
  border-left-color: #d95b5b; }

.csstransforms .download a.repo:before {
  border-width: 25px;
  margin-top: -25px;
  right: -25px;
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -ms-transform: scaleY(2);
  -o-transform: scaleY(2);
  transform: scaleY(2); }

.download a.repo:hover {
  background: #fff; }

.download a.repo:hover:before {
  border-left-color: #fff; }

.download a.repo .icon-github {
  position: absolute;
  top: 0;
  right: -5px;
  height: 100px;
  font-size: 150px;
  vertical-align: middle;
  line-height: 0.7;
  overflow: hidden;
  opacity: 0.1; }

.download a.repo .title {
  font-size: 24px;
  margin: -1px 0 0 0; }

.download a.repo .loading {
  font-size: 12px; }

.download a.repo .loading i {
  margin-right: 5px; }

.download a.repo .size {
  font-size: 32px;
  vertical-align: top; }

.download a.repo .size small {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top; }

/* Download border - place after .download element */
.download-border {
  position: relative;
  height: 110px;
  padding: 0 4px;
  margin: -105px auto 0;
  background: #f5f5f5; }

.download-border:before,
.download-border:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -55px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 55px solid transparent; }

.csstransforms .download-border:before,
.csstransforms .download-border:after {
  border-width: 27px;
  margin-top: -27px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2); }

.download-border:before {
  left: -55px;
  border-left: 0;
  border-right-color: #f5f5f5; }

.csstransforms .download-border:before {
  left: -27px; }

.lt-ie10.csstransforms .download-border:before {
  left: -26px; }

/* IE9 makes 1 pixel gap */
.download-border:after {
  right: -55px;
  border-right: 0;
  border-left-color: #f5f5f5; }

.csstransforms .download-border:after {
  right: -27px; }

/* Dividers */
.download h2 {
  border-right: 1px solid #fff; }

.download a {
  border-left: 1px solid #fff; }

.download h2, .download a {
  border-color: rgba(255, 255, 255, 0.3); }

.download a.repo {
  border-width: 5px; }

/* Barbon ads */
#carbonads-container {
  margin: 30px 0 0;
  height: 220px; }

.carbonad {
  margin: 0 auto; }

/* Content. */
.content {
  position: relative;
  margin: 0 auto; }

.content > section {
  margin-left: 295px;
  padding: 30px 0 40px;
  background: url(data:image/gif;base64,R0lGODlhDQAFAIABAObm5hoaGiH5BAEAAAEALAAAAAANAAUAAAINRA6perFvHGRyRptaAQA7) repeat-x left bottom; }

/*.content > section:first-of-type { padding-top: 0; }*/
.content > section:last-of-type {
  background: none;
  padding-bottom: 0; }

.content h2 {
  font-size: 30px; }

/* Footer */
footer {
  margin: 0 auto;
  padding-top: 70px; }

.license {
  position: relative;
  display: block;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  background: #3a3c47;
  color: #fff;
  font-family: Novecento, sans-serif;
  font-size: 18px;
  text-align: center; }

.license:before,
.license:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 30px solid transparent; }

.csstransforms .license:before,
.csstransforms .license:after {
  border-width: 15px;
  margin-top: -15px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2); }

.license:before {
  left: -30px;
  border-left: 0;
  border-right-color: #3a3c47; }

.csstransforms .license:before {
  left: -15px; }

.lt-ie10.csstransforms .license:before {
  left: -14px; }

/* IE9 makes 1 pixel gap */
.license:after {
  right: -30px;
  border-right: 0;
  border-left-color: #3a3c47; }

.csstransforms .license:after {
  right: -15px; }

.license:hover:before {
  border-right-color: #d95b5b; }

.license:hover:after {
  border-left-color: #d95b5b; }

.license:hover {
  background: #d95b5b;
  text-decoration: none; }

.license .fl, .license .fr {
  font-size: 36px;
  opacity: 0.4;
  font-weight: bold; }

.repos {
  width: 1140px;
  margin: 40px 0 40px;
  text-align: center; }

.repos ul {
  list-style: none;
  margin: 0 0 0 -43px;
  padding: 0;
  width: 1184px;
  text-align: left; }

.repos ul li {
  float: left;
  width: 253px;
  margin: 0 0 0 43px; }

.repos ul li a {
  display: block;
  position: relative;
  color: #3a3c47; }

.repos ul li a:hover {
  text-decoration: none;
  color: #d95b5b; }

.repos ul li a h4 {
  margin: 0 0 10px; }

.repos ul li a p {
  margin: 0;
  font-size: 12px; }

.repos ul li a .watchers {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.fl {
  float: left; }

.fr {
  float: right; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       /*
/*rtl:begin:ignore*/
  left: 0;
                           /*
/*rtl:end:ignore*/ }

                   /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
                                                                                                                    /*
/*rtl:begin:ignore*/
  right: 0;
                            /*
/*rtl:end:ignore*/ }

                   /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* ==========================================================================
   Components
   ========================================================================== */
/* Jumbo
========================================================================== */
.jumbotron {
  padding: 0;
  position: relative;
  z-index: 2; }
  .jumbotron .slider-counter {
    position: absolute;
    top: 49.8%;
    transform: translateY(-50%);
    right: 6.1764705882rem;
    right: 5.5%;
    z-index: 2;
    /*transition:1s all;*/ }
    .jumbotron .slider-counter.slider_roll {
      transform: translateY(-50%) rotateZ(0deg);
      right: -47.0588235294rem !important;
      opacity: 0; }
    @media (max-width: 1650px) {
      .jumbotron .slider-counter {
        right: 1.7647058824rem; } }
    @media (max-width: 639px) {
      .jumbotron .slider-counter {
        top: 48%; } }
    @media (max-width: 479px) {
      .jumbotron .slider-counter {
        right: 1.1764705882rem !important; } }
    .jumbotron .slider-counter .slide_prev, .jumbotron .slider-counter .slide_next {
      cursor: pointer; }
    .jumbotron .slider-counter .slid_number {
      margin: 2rem 0;
      color: #fff; }
  .jumbotron .jumbo_inner {
    overflow: hidden;
    /* &.darkbrown{
    	&:before{
    		background:  #3f000f;
    	}
    } */ }
    .jumbotron .jumbo_inner:before {
      content: "";
      position: absolute;
      background: transparent;
      background: #3f000f url(../img/ico/logo1.svg) center no-repeat;
      background: #120E08 url(../img/ico/logo1.svg) center no-repeat;
      background-size: 14.7058823529rem;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 1s all 3s;
      z-index: -3; }
      @media (max-width: 639px) {
        .jumbotron .jumbo_inner:before {
          background-size: 8.8235294118rem; } }
  .jumbotron .jumbo__slider {
    /*figure.hover-ripple.fighide{
    	opacity: 0;
    }*/
    /* figure.hover-ripple{
    	background: url(../img/home/sliderone.jpg) center no-repeat;
    } */ }
    .jumbotron .jumbo__slider .jumbo_slide {
      height: 100%;
      position: absolute;
      z-index: -1;
      /*opacity: 0;*/
      transition: 2s all; }
    .jumbotron .jumbo__slider.slideshown .jumbo_slide {
      opacity: 1; }
    .jumbotron .jumbo__slider .owl-stage-outer {
      height: 100%; }
      .jumbotron .jumbo__slider .owl-stage-outer .owl-stage {
        height: 100%; }
    .jumbotron .jumbo__slider .owl-item {
      /*display: none;*/
      /* &.first-item{
      	opacity: 0;
      } */ }
      .jumbotron .jumbo__slider .owl-item .jumbo_slideitem:after {
        position: absolute;
        font-size: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        display: block;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
        /* ff3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
        /* safari4+,chrome */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
        /* safari5.1+,chrome10+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
        /* opera 11.10+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
        /* ie10+ */
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
        /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
        /* ie6-9 */
        background: url(../img/home/Rectangle.png) center no-repeat;
        background-size: cover;
        transition: 3s all;
        opacity: 0;
        display: none; }
      .jumbotron .jumbo__slider .owl-item .jumbo_slideitem .jumbo_slideimg {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important; }
    .jumbotron .jumbo__slider.slideshown .owl-item {
      display: block; }
    .jumbotron .jumbo__slider.slideshown .owl-stage {
      background: #000; }
    .jumbotron .jumbo__slider.slideshown figure.hover-ripple {
      /*display: none;*/ }
    .jumbotron .jumbo__slider .owl-item.active {
      height: 100%; }
      .jumbotron .jumbo__slider .owl-item.active .jumbo_slideitem .jumbo_slideimg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important; }
      .jumbotron .jumbo__slider .owl-item.active .jumbo_slideitem:after {
        z-index: 1;
        opacity: 1; }
    .jumbotron .jumbo__slider .owl-nav {
      display: none; }
    .jumbotron .jumbo__slider .slide_overlay {
      /* display: none; */
      position: absolute;
      font-size: 0;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
      /* ff3.6+ */
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      /* safari4+,chrome */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
      /* safari5.1+,chrome10+ */
      background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
      /* opera 11.10+ */
      background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
      /* ie10+ */
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
      /* ie6-9 */
      background: url(../img/home/Rectangle.png) center no-repeat;
      background-size: cover;
      transition: 0.5s all;
      transition: 1.5s all;
      opacity: 0;
      transform: scale(2);
      height: 70%; }
      .jumbotron .jumbo__slider .slide_overlay.divshown {
        transform: scale(1);
        height: 100%; }
  .jumbotron .jumbo__content--lefttxt {
    transform-origin: left center;
    position: absolute;
    top: 78.6%;
    left: 7.9411764706rem;
    left: 7.1%;
    transform: translateY(-50%) rotateZ(-90deg);
    text-transform: uppercase;
    z-index: 1;
    /*transition:1s all;*/ }
    @media (min-width: 1650px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 66.6%; } }
    @media (min-width: 1366px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 68.6%; } }
    @media (max-width: 1650px) {
      .jumbotron .jumbo__content--lefttxt {
        left: 1.7647058824rem; } }
    @media (min-width: 1200px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 69.6%; } }
    @media (max-width: 1023px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 68.6%; } }
    @media (max-width: 991px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 82.6%; } }
    @media (max-width: 768px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 86.6%; } }
    @media (max-width: 639px) {
      .jumbotron .jumbo__content--lefttxt {
        top: 79.6%;
        max-width: 17.6470588235rem;
        text-align: center; } }
    .jumbotron .jumbo__content--lefttxt.jmboleft_roll {
      left: -47.0588235294rem !important;
      transform: translateY(-50%) rotateZ(-90deg);
      opacity: 0; }
    .jumbotron .jumbo__content--lefttxt p {
      font-size: 0.6470588235rem;
      letter-spacing: 0.1823529412rem; }
      .jumbotron .jumbo__content--lefttxt p span {
        color: #fff; }
  .jumbotron .jumbo__content--maintxt {
    padding: 10.7058823529rem 4.7058823529rem 10.5294117647rem;
    padding: 5.8823529412rem 4.7058823529rem 5.8823529412rem;
    position: relative;
    max-width: 89.1764705882rem;
    margin: 0 auto;
    min-height: 100vh; }
    @media (min-width: 1200px) {
      .jumbotron .jumbo__content--maintxt {
        max-height: 100vh;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 1200px) {
      .jumbotron .jumbo__content--maintxt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 1023px) {
      .jumbotron .jumbo__content--maintxt {
        padding: 8.9411764706rem 4.7058823529rem 12.8823529412rem; } }
    @media (max-width: 991px) {
      .jumbotron .jumbo__content--maintxt {
        padding: 8.3529411765rem 4.7058823529rem 8.2352941176rem; } }
    @media (max-width: 479px) {
      .jumbotron .jumbo__content--maintxt {
        padding: 8.7058823529rem 2.3529411765rem 8.2352941176rem;
        min-height: 100vh; } }
    .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner {
      padding: 22% 0 22.7%;
      position: relative;
      z-index: 1;
      text-align: center; }
      @media (max-width: 1400px) {
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner {
          padding: 18% 0 18.7%; } }
      @media (min-width: 1200px) {
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner {
          width: 100%; } }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:after, .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        /*transition: all 1.5s ease 0s;*/
        z-index: -1; }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:after {
        /*border-left: 1px solid $brand-primary;
        border-right: 1px solid $brand-primary;
        transform: scale(1, 0);
        transform-origin: 100% 0 0;*/ }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:before {
        /*border-bottom: 1px solid $brand-primary;
        border-top: 1px solid $brand-primary;
        transform: scale(0, 1);
        transform-origin: 0 0 0;*/ }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:hover:after, .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner:hover:before {
        opacity: 1;
        transform: scale(1);
        transition-delay: 1s; }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner.activate:after, .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner.activate:before {
        opacity: 1;
        transform: scale(1);
        /*transition-delay: 2s;*/ }
      .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
        /*font-size: rem(61px);*/
        color: #ede4da;
        font-weight: 300;
        padding: 0 0.8823529412rem;
        font-size: 4.7058823529rem;
        /*@include bp(lg) {
        	font-size:  rem(58px);
        }
        @include bp(tabletmd) {
        	font-size:  rem(52px);
        }
        @include bp(tablet) {
        	font-size:  rem(46px);
        	word-break: break-word;
        }
        @include bp(xsm) {
        	font-size:  rem(40px);
        }*/ }
        @media (min-width: 1650px) {
          .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
            font-size: 5rem; } }
        @media (max-width: 1200px) {
          .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
            font-size: 3.6470588235rem; } }
        @media (max-width: 991px) {
          .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
            font-size: 2.5294117647rem; } }
        @media (max-width: 768px) {
          .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
            font-size: 1.8823529412rem;
            word-break: break-word; } }
        @media (max-width: 639px) {
          .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 {
            font-size: 46px; } }
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 small {
          font-size: 3.4117647059rem;
          color: #ede4da; }
          @media (max-width: 1200px) {
            .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 small {
              font-size: 2.6470588235rem; } }
          @media (max-width: 991px) {
            .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 small {
              font-size: 1.8823529412rem; } }
          @media (max-width: 768px) {
            .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 small {
              font-size: 1.1764705882rem;
              word-break: break-word; } }
          @media (max-width: 639px) {
            .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 small {
              font-size: 0.8823529412rem; } }
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 > span > span {
          /* font-size: rem(85px);
          @include bp(lg) {
          	font-size:  rem(75px);
          }
          @include bp(tabletmd) {
          	font-size:  rem(65px);
          }
          @include bp(tablet) {
          	font-size:  rem(55px);
          	word-break: break-word;
          }
          @include bp(xsm) {
          	font-size:  rem(30px);
          } */ }
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 span {
          /*font-style: italic;*/ }
        .jumbotron .jumbo__content--maintxt .mainbnr_txt--inner h1 > .headtxt_inner {
          opacity: 0; }
  .jumbotron .jumbo__content--righttxt .scroll_btm {
    position: absolute;
    right: 5.6470588235rem;
    bottom: 0;
    z-index: 1;
    /*display: none; */ }
    @media (max-width: 1650px) {
      .jumbotron .jumbo__content--righttxt .scroll_btm {
        right: 1.7647058824rem; } }
    @media (max-width: 479px) {
      .jumbotron .jumbo__content--righttxt .scroll_btm {
        right: 0.5882352941rem; } }
    .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_txt {
      transform: rotateZ(90deg);
      color: #fff;
      margin: 0 0 1.7647058824rem -1.1764705882rem;
      font-size: 0.7647058824rem;
      letter-spacing: 0.1176470588rem;
      cursor: pointer; }
      .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_txt > a {
        color: #fff;
        cursor: pointer; }
    .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
      font-size: 0;
      height: 12.2352941176rem;
      width: 0.0588235294rem;
      background: #c69c6d;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1400px) {
        .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
          height: 9.8823529412rem; } }
      @media (max-width: 991px) {
        .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
          height: 8.7058823529rem; } }
      @media (max-width: 768px) {
        .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
          height: 7.5294117647rem; } }
      @media (max-width: 639px) {
        .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
          height: 5.1764705882rem; } }
      @media (max-width: 479px) {
        .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line {
          height: 3.3529411765rem; } }
      .jumbotron .jumbo__content--righttxt .scroll_btm .scroll_line:after {
        content: '';
        width: inherit;
        height: 17%;
        background: #fff;
        position: absolute;
        /*transform: translateY(0%) scaleY(0);*/
        left: 0;
        z-index: 10;
        display: block;
        /* -webkit-animation: mymove 1.5s infinite linear;
        animation: mymove 1.5s infinite linear; */
        							/*-webkit-transform-origin: top center;
        							transform-origin: top center;

        							-webkit-animation: mymove 1.5s cubic-bezier(.7,0,.3,1) 0s infinite;
        							animation: mymove 1.5s cubic-bezier(.7,0,.3,1) 0s infinite;*/ }

figure.hover-ripple {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 2s all 1s;
  opacity: 1; }

.jumbotron .dotline {
  /*transition:1s all 1s;*/
  height: 63.8235294118rem; }
  @media (max-width: 1023px) {
    .jumbotron .dotline {
      /*height: rem(225px);*/ } }
  @media (max-width: 639px) {
    .jumbotron .dotline {
      /*height: rem(147px);*/ } }
  .jumbotron .dotline:before {
    content: "";
    display: inline-block;
    background: url(../img/ico/vine.png) center no-repeat;
    width: 12.3529411765rem;
    height: 6.9411764706rem;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2.7647058824rem; }
    @media (max-width: 639px) {
      .jumbotron .dotline:before {
        width: 9.4117647059rem;
        height: 5.3529411765rem;
        top: -1rem; } }

.dotline {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 7.0588235294rem;
  top: calc(100% - 6px);
  /*opacity: 0;
  transition:1s all;*/ }
  .dotline.shown {
    opacity: 1; }
    .dotline.shown span {
      height: 100%; }
  .dotline.divshown {
    opacity: 1; }
    .dotline.divshown span {
      height: 100%; }
  .dotline span {
    display: inline-block;
    font-size: 0;
    height: 0;
    /*transition:0.5s all;*/
    width: 0.1176470588rem;
    background: #c69c6d;
    vertical-align: top;
    position: relative; }
    .dotline span:before {
      content: "";
      display: inline-block;
      background: #c69c6d;
      height: 0.6470588235rem;
      width: 0.6470588235rem;
      border-radius: 50%;
      position: relative;
      left: -0.2364705882rem; }

.search_filter {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
  transition: 0.5s all; }
  .search_filter.filter_roll {
    bottom: -4.7058823529rem; }
  .search_filter .sf_topbtn {
    text-align: center;
    border-bottom: 2px solid #a48456; }
    .search_filter .sf_topbtn .sftop_toggle {
      background: #a48456;
      color: #fff;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      /*cursor: pointer;*/
      font-size: 0.8235294118rem;
      padding: 0.4705882353rem 2.8235294118rem;
      letter-spacing: 0.1176470588rem; }
      @media (max-width: 1200px) {
        .search_filter .sf_topbtn .sftop_toggle {
          cursor: pointer; } }
  .search_filter .search_filterinner {
    background: #110e08;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 1 !important;
    width: 100% !important; }
    .search_filter .search_filterinner.open {
      display: flex; }
    .search_filter .search_filterinner .sf_left {
      padding: 0.5294117647rem 0 0.6470588235rem 3.8235294118rem; }
      .search_filter .search_filterinner .sf_left p {
        color: #fff;
        font-family: "miller-display", serif;
        letter-spacing: 0.0411764706rem; }
    .search_filter .search_filterinner label {
      margin-bottom: 0;
      color: #a48456;
      text-transform: uppercase; }
  .search_filter.open {
    background: red; }
    .search_filter.open .search_filterinner {
      height: 100%; }
  @media (max-width: 1650px) {
    .search_filter .search_filterinner .sf_left {
      width: 22%;
      padding: 0.5294117647rem 0 0.8235294118rem 3.8235294118rem; }
    .search_filter .search_filterinner .sf_right {
      width: 78%; }
      .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown, .search_filter .search_filterinner .sf_right .sfright_items .sf_search {
        width: 25%;
        min-width: inherit; }
        .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown .sf_searchbtn, .search_filter .search_filterinner .sf_right .sfright_items .sf_search .sf_searchbtn {
          width: 100%;
          padding: 0.5882352941rem 0.8823529412rem; }
        .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown > label, .search_filter .search_filterinner .sf_right .sfright_items .sf_search > label {
          white-space: nowrap;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
  @media (max-width: 1400px) {
    .search_filter .search_filterinner .sf_left {
      padding-left: 1.7647058824rem; }
      .search_filter .search_filterinner .sf_left p {
        font-size: 1.1764705882rem;
        line-height: 1.2; } }
  @media (max-width: 1200px) {
    .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown .ms-parent .ms-choice span {
      font-size: 1.0588235294rem; } }
  @media (max-width: 1023px) {
    .search_filter .search_filterinner {
      text-align: center; }
      .search_filter .search_filterinner .sf_left {
        width: 100%;
        padding-left: 0; }
      .search_filter .search_filterinner .sf_right {
        width: 100%; }
        .search_filter .search_filterinner .sf_right .sfright_items {
          justify-content: center;
          align-items: stretch; }
          .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown, .search_filter .search_filterinner .sf_right .sfright_items .sf_search {
            /* width: 33.333%; */
            min-height: 4.7058823529rem; }
            .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown .sf_searchbtn, .search_filter .search_filterinner .sf_right .sfright_items .sf_search .sf_searchbtn {
              /*height: auto;*/
              padding: 0.8823529412rem; }
          .search_filter .search_filterinner .sf_right .sfright_items .sf_search {
            min-height: 2.9411764706rem; } }
  @media (max-width: 768px) {
    .search_filter .search_filterinner .sf_right .sfright_items .sf_dropdown, .search_filter .search_filterinner .sf_right .sfright_items .sf_search {
      width: 100%;
      max-width: 100%;
      min-height: 4.4117647059rem; }
    .search_filter .search_filterinner .sf_right .sfright_items .sf_search {
      min-height: 2.9411764706rem; } }

@media (max-width: 1200px) {
  .slide_prev img, .slide_next img {
    cursor: pointer; } }

/*
@-webkit-keyframes mymove {
	0% {
		-webkit-transform: translateY(0%) scaleY(0)
	}

	10% {
		-webkit-transform: translateY(0%) scaleY(0.3)
	}

	30% {
		-webkit-transform: translateY(50%) scaleY(0.5)
	}

	45% {
		-webkit-transform: translateY(600%) scaleY(1)
	}

	55% {
		-webkit-transform: translateY(600%) scaleY(0.3)
	}

	100% {
		-webkit-transform: translateY(600%) scaleY(0.5)
	}
}

@keyframes 	{
	0% {
		-webkit-transform: translateY(0%) scaleY(0)
	}

	10% {
		-webkit-transform: translateY(0%) scaleY(0.3)
	}

	30% {
		-webkit-transform: translateY(50%) scaleY(0.5)
	}

	45% {
		-webkit-transform: translateY(600%) scaleY(1)
	}

	55% {
		-webkit-transform: translateY(600%) scaleY(0.3)
	}

	100% {
		-webkit-transform: translateY(600%) scaleY(0.5)
	}
}
*/
@-webkit-keyframes mymove {
  0% {
    bottom: 83%;
    opacity: 0; }
  25% {
    opacity: 1; }
  80%,to {
    bottom: 0;
    opacity: 0; } }
@keyframes mymove {
  0% {
    bottom: 83%;
    opacity: 0; }
  25% {
    opacity: 1; }
  80%,to {
    bottom: 0;
    opacity: 0; } }
.sfright_items {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  .sfright_items .sf_dropdown {
    position: relative;
    text-align: center;
    min-width: 19.0588235294rem;
    max-width: 19.0588235294rem;
    padding: 0 1.1764705882rem; }
    @media (max-width: 1200px) {
      .sfright_items .sf_dropdown {
        cursor: pointer; } }
    .sfright_items .sf_dropdown > label {
      display: block;
      padding: 0.7647058824rem 0 0;
      font-size: 0.7647058824rem;
      text-transform: uppercase;
      letter-spacing: 0.0411764706rem;
      margin-bottom: 0;
      /* position: relative;
      left: 0;
      right: 0;
      top: 13px; */ }
      .sfright_items .sf_dropdown > label:after {
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 15px/1 FontAwesome;
        color: #a48456;
        margin: 0 0 0 0.4705882353rem; }
    .sfright_items .sf_dropdown .ms-parent {
      /*height: 100%;*/
      width: 100% !important;
      padding: 0 0 0.7647058824rem;
      position: static; }
      .sfright_items .sf_dropdown .ms-parent .ms-choice {
        /*height: 100%;*/
        background: none;
        border-radius: 0;
        border: 0;
        height: auto; }
        .sfright_items .sf_dropdown .ms-parent .ms-choice span {
          padding: 0.4705882353rem 0 0 0;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          font-family: "miller-display", serif;
          font-size: 1.1176470588rem;
          position: static; }
          .sfright_items .sf_dropdown .ms-parent .ms-choice span:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            @media (max-width: 1200px) {
              .sfright_items .sf_dropdown .ms-parent .ms-choice span:after {
                cursor: pointer; } }
        .sfright_items .sf_dropdown .ms-parent .ms-choice > div {
          background: none; }
      .sfright_items .sf_dropdown .ms-parent .ms-drop {
        border-radius: 0rem;
        max-width: 12.9411764706rem;
        margin: 0 auto;
        left: 0;
        right: 0; }
        .sfright_items .sf_dropdown .ms-parent .ms-drop ul {
          padding: 0;
          /*display: none;*/
          max-height: 100vh !important; }
          .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li {
            padding: 0.4705882353rem 0.2941176471rem;
            transition: 0.5s all;
            cursor: pointer; }
            .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li > label {
              cursor: pointer; }
              .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li > label input[type="radio"] {
                display: none; }
              .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li > label span {
                cursor: pointer;
                white-space: initial;
                text-transform: capitalize; }
            .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li.selected {
              background: rgba(164, 132, 86, 0.2); }
            .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li:hover {
              background: #a48456; }
              .sfright_items .sf_dropdown .ms-parent .ms-drop ul > li:hover span {
                color: #fff; }
  .sfright_items .sf_search .sf_searchbtn {
    background: #a48456;
    color: #fff;
    font-size: 0.8235294118rem;
    text-transform: uppercase;
    letter-spacing: 0.1176470588rem;
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0.5882352941rem 3.3529411765rem 0.5882352941rem 4.4705882353rem; }

.real_filter {
  margin: -4.6470588235rem 0 0; }
  .real_filter .filter_top {
    background: rgba(0, 0, 0, 0.8);
    text-align: center; }
    .real_filter .filter_top .sfright_items {
      justify-content: center; }
      @media (max-width: 1400px) {
        .real_filter .filter_top .sfright_items .sf_dropdown {
          min-width: 16.4705882353rem; } }
      @media (max-width: 1200px) {
        .real_filter .filter_top .sfright_items .sf_dropdown {
          min-width: 11.0588235294rem; } }
      @media (max-width: 991px) {
        .real_filter .filter_top .sfright_items .sf_dropdown {
          min-width: auto;
          width: 25%; } }
      @media (max-width: 639px) {
        .real_filter .filter_top .sfright_items .sf_dropdown {
          width: 50%;
          max-width: 100%;
          border-bottom: 1px solid;
          cursor: pointer; } }
      @media (max-width: 479px) {
        .real_filter .filter_top .sfright_items .sf_dropdown {
          width: 100%;
          max-width: 100%;
          border-bottom: 1px solid;
          cursor: pointer; } }
      .real_filter .filter_top .sfright_items .sf_dropdown .ms-parent {
        padding: 0 0 0.9411764706rem; }
        .real_filter .filter_top .sfright_items .sf_dropdown .ms-parent .ms-choice span {
          padding: 0.3529411765rem 0 0 0; }
        @media (max-width: 479px) {
          .real_filter .filter_top .sfright_items .sf_dropdown .ms-parent .ms-drop {
            max-width: 100%; } }
  .real_filter .sf_area .sfright_items {
    justify-content: center;
    border-top: 2px solid #a48456;
    position: relative;
    padding: 0 17.3529411765rem 0 0; }
    @media (min-width: 1650px) {
      .real_filter .sf_area .sfright_items {
        padding: 0 17.3529411765rem; } }
    @media (max-width: 1400px) {
      .real_filter .sf_area .sfright_items {
        padding: 0 14.7058823529rem 0 0; } }
    @media (max-width: 991px) {
      .real_filter .sf_area .sfright_items {
        padding: 0; } }
    .real_filter .sf_area .sfright_items .sf_dropdown {
      min-width: 10.3529411765rem; }
      @media (max-width: 1200px) {
        .real_filter .sf_area .sfright_items .sf_dropdown {
          min-width: 7.9411764706rem;
          padding: 0 0.5882352941rem; } }
      @media (max-width: 991px) {
        .real_filter .sf_area .sfright_items .sf_dropdown {
          width: 33%; } }
      @media (max-width: 639px) {
        .real_filter .sf_area .sfright_items .sf_dropdown {
          width: 50%;
          max-width: 100%;
          border-bottom: 1px solid;
          cursor: pointer; }
          .real_filter .sf_area .sfright_items .sf_dropdown:nth-last-child(2) {
            border-bottom: 0px; } }
      @media (max-width: 479px) {
        .real_filter .sf_area .sfright_items .sf_dropdown {
          width: 100%;
          max-width: 100%;
          border-bottom: 1px solid;
          cursor: pointer; } }
      .real_filter .sf_area .sfright_items .sf_dropdown > label {
        color: #574539;
        padding: 1.1176470588rem 0 0; }
      .real_filter .sf_area .sfright_items .sf_dropdown .ms-parent {
        padding: 0 0 0.5882352941rem; }
        .real_filter .sf_area .sfright_items .sf_dropdown .ms-parent .ms-choice span {
          color: #a48456;
          font-size: 0.9411764706rem;
          font-weight: 600;
          font-family: "catamaran", sans-serif;
          padding: 0;
          letter-spacing: 0.0588235294rem; }
        @media (max-width: 479px) {
          .real_filter .sf_area .sfright_items .sf_dropdown .ms-parent .ms-drop {
            max-width: 100%; } }
  .real_filter .sf_area .sf_search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
    @media (max-width: 991px) {
      .real_filter .sf_area .sf_search {
        position: static;
        width: 34%;
        height: auto;
        text-align: right; } }
    @media (max-width: 639px) {
      .real_filter .sf_area .sf_search {
        width: 100%; } }
    @media (max-width: 1400px) {
      .real_filter .sf_area .sf_search .sf_searchbtn {
        padding: 0.5882352941rem 2.3529411765rem; } }
    @media (max-width: 991px) {
      .real_filter .sf_area .sf_search .sf_searchbtn {
        padding: 1rem 2.3529411765rem;
        width: 100%; } }
  .real_filter .search_filterinner {
    background: #d8cdbe; }

.search_filter .sfright_items .sf_dropdown .ms-drop.bottom {
  top: auto;
  bottom: 100%; }

@media (max-width: 639px) {
  figure.hover-ripple .canvas_animation {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    left: -420px !important; } }

@media (max-width: 639px) {
  .jumbotron .jumbo__content--maintxt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .jumbotron .jumbo__content--maintxt .dotline {
      height: calc(600px); } }

/* welcome
========================================================================== */
.welcome.innerspacing {
  padding-bottom: 0; }
  @media (min-width: 1200px) {
    .welcome.innerspacing {
      padding: 8.7058823529rem 0 0; } }
@media (min-width: 1200px) {
  .welcome .container {
    max-width: 74.8823529412rem; } }
.welcome__header {
  text-transform: uppercase;
  padding: 0 24.1176470588rem 0 0.5882352941rem; }
  @media (max-width: 1400px) {
    .welcome__header {
      padding: 0 24.1176470588rem 0 4.7058823529rem; } }
  @media (max-width: 1200px) {
    .welcome__header {
      padding: 0 0 0 4.7058823529rem; } }
  .welcome__header h2 {
    color: #4a3b2c;
    position: relative;
    letter-spacing: 0.4235294118rem;
    line-height: 1.58; }
    @media (max-width: 1650px) {
      .welcome__header h2 {
        font-size: 1.8235294118rem; } }
    @media (max-width: 1400px) {
      .welcome__header h2 {
        font-size: 1.5882352941rem; } }
    @media (max-width: 1200px) {
      .welcome__header h2 {
        font-size: 1.3529411765rem; } }
    .welcome__header h2 label {
      position: absolute; }
.welcome__block {
  text-align: right; }
  .welcome__block--inner {
    max-width: 23.2941176471rem;
    display: inline-block;
    position: relative;
    top: -5.0588235294rem;
    padding: 0.7058823529rem;
    z-index: 1; }
    @media (max-width: 1200px) {
      .welcome__block--inner {
        top: 0; } }
    .welcome__block--inner .wlc_boxtxt {
      background: #120e08;
      text-align: left;
      padding: 4.8235294118rem 3.2941176471rem 4rem; }
      .welcome__block--inner .wlc_boxtxt h4 {
        color: #f0eee9;
        font-size: 1.1764705882rem;
        margin-bottom: 0.1764705882rem; }
      .welcome__block--inner .wlc_boxtxt p {
        color: #a68676;
        line-height: 1.53; }
        .welcome__block--inner .wlc_boxtxt p strong {
          color: #ffffff; }
    .welcome__block--inner.divshown .wlc_boxtxt h4, .welcome__block--inner.divshown .wlc_boxtxt p {
      transform: translateY(0px);
      opacity: 1; }
    .welcome__block--inner .welcome__tag {
      position: absolute;
      right: 21.1764705882rem;
      top: 6.4117647059rem;
      font-family: "miller-display", serif;
      color: #c69c6d;
      text-transform: uppercase;
      font-size: 0.8823529412rem;
      letter-spacing: 0.5294117647rem;
      opacity: 0;
      transition: 0.5s all 7.5s; }
      .welcome__block--inner .welcome__tag > a, .welcome__block--inner .welcome__tag > span {
        position: relative;
        padding: 0 10.2941176471rem 0.5882352941rem 1.4705882353rem;
        color: #c69c6d; }
        .welcome__block--inner .welcome__tag > a:after, .welcome__block--inner .welcome__tag > span:after {
          position: absolute;
          content: "";
          display: inline-block;
          right: 0;
          bottom: 0;
          width: 0;
          background: #c69c6d;
          height: 0.0588235294rem;
          transition: 1s all 8s;
          transition: 0s all; }
      .welcome__block--inner .welcome__tag.divshown {
        opacity: 1; }
        .welcome__block--inner .welcome__tag.divshown > a:after, .welcome__block--inner .welcome__tag.divshown > span:after {
          width: 100%; }
.welcome__bottom {
  position: relative;
  margin-top: -14.7058823529rem;
  /*box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.18);*/ }
  @media (max-width: 1200px) {
    .welcome__bottom {
      margin-top: -9.2352941176rem; } }
  @media (max-width: 1023px) {
    .welcome__bottom {
      margin-top: -6.8823529412rem; } }
.welcome .border_animat .border_one:before {
  transition: 1s all 3s;
  transition: 0s all; }
.welcome .border_animat .border_one:after {
  transition: 1s all 4s;
  transition: 0s all; }
.welcome .border_animat .border_two:before {
  transition: 1s all 5s;
  transition: 0s all; }
.welcome .border_animat .border_two:after {
  transition: 1s all 6s;
  transition: 0s all; }
@media (max-width: 1023px) {
  .welcome__header {
    padding: 0 0 0 4.7058823529rem; }
    .welcome__header h2 {
      letter-spacing: 0.2352941176rem; }
  .welcome__block--inner {
    top: 0; }
    .welcome__block--inner .wlc_boxtxt {
      padding: 3.5294117647rem 1.7647058824rem; } }
@media (max-width: 767px) {
  .welcome__header {
    margin-bottom: 1.7647058824rem; }
    .welcome__header h2 {
      letter-spacing: 0.1176470588rem; }
  .welcome__block {
    padding-top: 2.9411764706rem; }
    .welcome__block--inner {
      max-width: inherit; }
      .welcome__block--inner .welcome__tag {
        top: auto;
        right: auto;
        left: 0;
        bottom: 100%;
        margin-bottom: 1.7647058824rem; }
        .welcome__block--inner .welcome__tag a {
          display: block;
          text-align: left; } }
@media (max-width: 639px) {
  .welcome__header {
    padding: 0; }
    .welcome__header h2 {
      padding: 0;
      letter-spacing: 0.1176470588rem; }
      .welcome__header h2.sideline_title span {
        display: block; }
    .welcome__header .sub_lab {
      position: inherit;
      right: auto;
      display: inline-block;
      /*width: rem(30px); */ } }

.fullview_img {
  padding: 0 0 46.7% 0;
  width: 0;
  /*background-attachment: fixed !important;*/
  transition: 2s all;
  margin: 0 auto;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4); }
  @media (max-width: 768px) {
    .fullview_img {
      padding: 0 0 22.3529411765rem 0; } }
  .fullview_img.divshown {
    width: 100%; }

.effet {
  /*opacity: 0;
  transition:0.5s all 1s;*/ }
  .effet .letter {
    display: inline-block; }
  .effet.divshown {
    opacity: 1; }

.weltxt .welcome__block--inner {
  /*opacity: 0;
  transform: translateY(50px);
  transition: 1s all 3s;*/ }
  .weltxt .welcome__block--inner h4 {
    /*opacity: 0;
    transform: translateY(150px);*/
    transition: 0.5s all 3.2s; }
  .weltxt .welcome__block--inner p {
    /*opacity: 0;
    transform: translateY(150px);*/
    transition: 0.5s all 3.5s; }
  .weltxt .welcome__block--inner.divshown {
    /*opacity: 1;
    transform: translateY(0);*/ }
    .weltxt .welcome__block--inner.divshown .wlc_boxtxt h4, .weltxt .welcome__block--inner.divshown .wlc_boxtxt p {
      /*transform: translateY(0px);
      opacity: 1;*/ }

.welside h4 {
  /*opacity: 0;
  transform: translateY(150px);
  transition:0.5s all 0.5s;*/ }
.welside p {
  opacity: 0;
  transform: translateY(150px);
  transition: 0.5s all 0.8s;
  transition: 0s all; }
.welside.divshown {
  opacity: 1;
  transform: translateY(0); }
  .welside.divshown .wlc_boxtxt h4, .welside.divshown .wlc_boxtxt p {
    transform: translateY(0px);
    opacity: 1; }

/* explore
========================================================================== */
.explore__inner {
  position: relative;
  background: #222222;
  padding: 0 0 0.8823529412rem;
  margin: 0 0 7.8235294118rem; }
  .explore__inner--row {
    position: relative; }
    @media (max-width: 1200px) {
      .explore__inner--row .container {
        width: 100%; } }
    .explore__inner--row .exp__detail {
      display: flex;
      flex-wrap: wrap;
      padding: 7.1176470588rem 0 2.9411764706rem;
      margin: 0 auto;
      max-width: 74.8235294118rem; }
      .explore__inner--row .exp__detail--left {
        width: 41.2%;
        padding: 0 1.7647058824rem 0 1.5294117647rem; }
        @media (max-width: 1400px) {
          .explore__inner--row .exp__detail--left {
            width: 45.2%; } }
        .explore__inner--row .exp__detail--left .top_subhead {
          color: #a68676;
          font-size: 1.4117647059rem;
          font-family: "miller-display", serif;
          text-transform: uppercase;
          letter-spacing: 0.2823529412rem;
          margin-bottom: 0.2941176471rem;
          opacity: 1;
          /*transition:0.5s all 1s;*/ }
          @media (max-width: 1200px) {
            .explore__inner--row .exp__detail--left .top_subhead {
              font-size: 1rem; } }
          .explore__inner--row .exp__detail--left .top_subhead span {
            color: #ffffff; }
        .explore__inner--row .exp__detail--left.animated .top_subhead {
          opacity: 0;
          opacity: 1; }
        .explore__inner--row .exp__detail--left h2 {
          color: #f0eee9;
          text-transform: uppercase;
          letter-spacing: 0.4117647059rem;
          line-height: 1.6;
          margin-bottom: 0.7058823529rem; }
          @media (max-width: 1200px) {
            .explore__inner--row .exp__detail--left h2 {
              font-size: 1.4705882353rem; } }
          @media (max-width: 767px) {
            .explore__inner--row .exp__detail--left h2.sideline_title span {
              display: block; } }
        .explore__inner--row .exp__detail--left p strong {
          color: #ffffff; }
        .explore__inner--row .exp__detail--left .sub_lab {
          right: 105.2%; }
      .explore__inner--row .exp__detail--right .exp_media {
        width: 55.6%;
        height: calc(100% + 101px);
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: 0 0px 30px 10px rgba(0, 0, 0, 0.25); }
        @media (min-width: 1200px) {
          .explore__inner--row .exp__detail--right .exp_media {
            right: 3%;
            width: 49.6%; } }
        @media (min-width: 1650px) {
          .explore__inner--row .exp__detail--right .exp_media {
            right: 3%;
            width: 52.6%; } }
    .explore__inner--row:first-child .exp__detail--right .exp_media {
      margin: -5.2941176471rem 0 0; }
    .explore__inner--row:nth-child(even) .exp__detail {
      flex-flow: row-reverse; }
      .explore__inner--row:nth-child(even) .exp__detail--right .exp_media {
        height: 102%;
        top: 8.1176470588rem;
        left: 0;
        right: auto;
        width: 52.7%; }
      .explore__inner--row:nth-child(even) .exp__detail--left {
        padding: 5.4705882353rem 0 0 0;
        width: 33%; }
        @media (min-width: 1650px) {
          .explore__inner--row:nth-child(even) .exp__detail--left {
            width: 30%; } }
        .explore__inner--row:nth-child(even) .exp__detail--left .exp_link a:after {
          width: 0;
          right: 0;
          left: auto; }
        .explore__inner--row:nth-child(even) .exp__detail--left .exp_link a:hover, .explore__inner--row:nth-child(even) .exp__detail--left .exp_link a:focus {
          letter-spacing: 0.4117647059rem; }
          .explore__inner--row:nth-child(even) .exp__detail--left .exp_link a:hover:after, .explore__inner--row:nth-child(even) .exp__detail--left .exp_link a:focus:after {
            width: 100%; }
        .explore__inner--row:nth-child(even) .exp__detail--left .exp_link.divshown a:after {
          width: 189%; }
@media (max-width: 1400px) {
  .explore .explore__inner--row .exp__detail--left {
    padding-left: 4.4117647059rem; }
  .explore__inner--row:nth-child(even) .exp__detail--left {
    width: 40%; } }
@media (max-width: 1023px) {
  .explore .explore__inner {
    margin-bottom: 0; }
  .explore .explore__inner--row .exp__detail {
    padding: 2.3529411765rem 0 0; }
    .explore .explore__inner--row .exp__detail--left .exp_link a:after {
      width: 0;
      transition: 1s all; }
    .explore .explore__inner--row .exp__detail--left .exp_link.divshown a:after {
      width: 100%; }
  .explore .explore__inner--row:nth-child(even) .exp__detail {
    flex-flow: wrap; }
  .explore__inner .exp__detail .exp__detail--left {
    width: 100%;
    margin-bottom: 2.3529411765rem;
    padding-top: 0; }
  .explore__inner .exp__detail .exp__detail--right {
    width: 100%; }
    .explore__inner .exp__detail .exp__detail--right .exp_media {
      width: auto;
      height: auto;
      padding-bottom: 65.5%;
      position: inherit;
      top: auto;
      right: auto;
      left: auto;
      margin: 0; } }
@media (max-width: 767px) {
  .explore__inner .exp__detail {
    padding: 1.7647058824rem 0; }
    .explore__inner .exp__detail .exp__detail--left {
      padding: 0; }
      .explore__inner .exp__detail .exp__detail--left h2 {
        letter-spacing: 0.2352941176rem; }
      .explore__inner .exp__detail .exp__detail--left .top_subhead {
        letter-spacing: 0.1647058824rem; }
      .explore__inner .exp__detail .exp__detail--left .exp_link {
        padding-left: 0;
        padding-top: 1.1764705882rem; }
        .explore__inner .exp__detail .exp__detail--left .exp_link a {
          letter-spacing: 0.2352941176rem; }
      .explore__inner .exp__detail .exp__detail--left .sub_lab {
        position: inherit;
        top: auto;
        right: auto;
        display: inline-block;
        padding: 0.5882352941rem 0 0;
        /*width: rem(30px); */ } }

.exp_link {
  padding: 2.2352941176rem 0 0 0;
  position: relative; }
  .exp_link a {
    color: #f0eee9;
    font-family: "miller-display", serif;
    letter-spacing: 0.2941176471rem;
    text-transform: uppercase;
    font-size: 0.8235294118rem;
    padding: 0 0 0.5882352941rem;
    transition: 0.5s all; }
    @media (max-width: 1200px) {
      .exp_link a {
        font-size: 0.6470588235rem; } }
    .exp_link a:after {
      display: block;
      content: "";
      position: absolute;
      width: 0;
      height: 0.0588235294rem;
      left: -3.1176470588rem;
      bottom: -0.4117647059rem;
      background: #c69c6d;
      z-index: 1;
      transition: 1s all; }
      @media (max-width: 1023px) {
        .exp_link a:after {
          left: 0; } }
    .exp_link a:hover, .exp_link a:focus {
      letter-spacing: 0.4117647059rem; }
      .exp_link a:hover:after, .exp_link a:focus:after {
        width: 100%; }
  .exp_link.divshown a:after {
    width: 153%; }
    @media (max-width: 991px) {
      .exp_link.divshown a:after {
        width: 100%;
        left: 0; } }

/* row_column_sec
========================================================================== */
.btn {
  background-color: #c69c6d;
  color: #ffffff;
  font-size: 0.8235294118rem;
  line-height: 1.0588235294rem;
  padding: 0.3529411765rem 0.8823529412rem;
  text-transform: uppercase;
  letter-spacing: 0.0294117647rem; }

.row_column_sec {
  padding: 7.4705882353rem 0 4.7058823529rem;
  position: relative;
  z-index: 1; }
  .row_column_sec .headding_bar {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6.2941176471rem; }
    .row_column_sec .headding_bar img {
      margin-bottom: 0.8823529412rem;
      width: 8.3529411765rem; }
    .row_column_sec .headding_bar h2 {
      color: #222222;
      font-size: 2rem;
      line-height: 2.3529411765rem;
      letter-spacing: 0.3352941176rem;
      margin: 0 auto;
      margin-bottom: 2.3529411765rem;
      /*max-width: rem(670px);*/ }
    .row_column_sec .headding_bar .headding_text {
      font-family: "miller-display", serif;
      font-size: 0.8823529412rem;
      line-height: 1.2941176471rem;
      display: block;
      letter-spacing: 0.4411764706rem;
      margin-bottom: 1.9411764706rem; }
      .row_column_sec .headding_bar .headding_text .btmline {
        position: relative;
        letter-spacing: 0.2941176471rem;
        transition: 2s all; }
        .row_column_sec .headding_bar .headding_text .btmline:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -0.4705882353rem;
          margin: 0 auto;
          height: 0.1176470588rem;
          width: 0;
          background: #c69c6d;
          transition: 2s all;
          opacity: 0; }
        .row_column_sec .headding_bar .headding_text .btmline a {
          transition: 0.5s all; }
          .row_column_sec .headding_bar .headding_text .btmline a:hover, .row_column_sec .headding_bar .headding_text .btmline a:focus {
            letter-spacing: 0.4705882353rem; }
      .row_column_sec .headding_bar .headding_text.divshown .btmline {
        letter-spacing: 0.4117647059rem; }
        .row_column_sec .headding_bar .headding_text.divshown .btmline:after {
          width: 53%;
          opacity: 1; }
  .row_column_sec .row {
    display: flex;
    max-width: 92.8235294118rem;
    margin: 0 auto; }
    .row_column_sec .row [class*=' col-'] {
      display: flex;
      padding: 0 0.4705882353rem; }
      @media (max-width: 639px) {
        .row_column_sec .row [class*=' col-'] {
          padding: 0; } }
    .row_column_sec .row .column {
      display: flex;
      align-items: center;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 5rem 1.7647058824rem;
      text-align: center;
      min-height: 26.4705882353rem;
      position: relative;
      margin-bottom: 1.7647058824rem;
      z-index: 1;
      overflow: hidden;
      	/* &:before{
      	content: '';
      	display: inline-block;
      	border: solid rem(1px) $brand-primary;
      	position: absolute;
      	top: rem(19px);
      	right: rem(16px);
      	bottom: rem(18px);
      	left: rem(16px);
      } */ }
      .row_column_sec .row .column:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1; }
      .row_column_sec .row .column .box_frame {
        width: calc(100% - 26px);
        height: calc(100% - 26px);
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto; }
        .row_column_sec .row .column .box_frame.overlay {
          background-color: rgba(34, 34, 34, 0.71); }
      .row_column_sec .row .column .column-title {
        font-family: "miller-display", serif;
        font-size: 1.0588235294rem;
        line-height: 1.4117647059rem;
        color: #ffffff;
        position: absolute;
        top: 2.7058823529rem;
        left: 0;
        right: 0;
        text-align: center; }
        .row_column_sec .row .column .column-title:before {
          content: '';
          display: inline-block;
          background-color: #c69c6d;
          width: 0.0588235294rem;
          height: 1.7647058824rem;
          position: absolute;
          top: -2.0588235294rem;
          left: 50%;
          transform: translateX(-50%); }
      .row_column_sec .row .column h2 {
        font-family: "miller-display", serif;
        color: #ffffff;
        font-size: 2.1176470588rem;
        line-height: 2.4705882353rem;
        text-transform: uppercase; }
        @media (max-width: 1650px) {
          .row_column_sec .row .column h2 {
            font-size: 2rem; } }
        @media (max-width: 1200px) {
          .row_column_sec .row .column h2 {
            font-size: 1.6470588235rem; } }
      .row_column_sec .row .column img {
        margin-bottom: 0.8823529412rem; }
      .row_column_sec .row .column p {
        color: #ffffff; }
        @media (max-width: 1650px) {
          .row_column_sec .row .column p {
            font-size: 0.8235294118rem; } }
      .row_column_sec .row .column .btn {
        position: absolute;
        bottom: -3.5294117647rem;
        left: 50%;
        transform: translateX(-50%);
        min-width: 14.4117647059rem;
        text-align: center;
        padding: 0.8823529412rem 0.8823529412rem;
        color: #ffffff;
        transition: 1s all; }
        .row_column_sec .row .column .btn:hover, .row_column_sec .row .column .btn:focus {
          opacity: 0.95; }
      .row_column_sec .row .column.divshown .btn,
      .row_column_sec .row .column .btn.show {
        bottom: 0; }
      .row_column_sec .row .column .btn.cta,
      .row_column_sec .row .column .btn.show.cta {
        bottom: 2rem;
      }
      .row_column_sec .row .column .column_inner {
        padding: 0 1.8823529412rem;
        position: relative; }
        @media (max-width: 1400px) {
          .row_column_sec .row .column .column_inner {
            padding: 0 1.1764705882rem; } }
  @media (max-width: 991px) {
    .row_column_sec {
      padding: 3.5294117647rem 0 1.7647058824rem; }
      .row_column_sec .headding_bar {
        margin-bottom: 3.5294117647rem; }
        .row_column_sec .headding_bar h2 {
          font-size: 1.7647058824rem; }
      .row_column_sec .row {
        display: block; }
        .row_column_sec .row .column {
          min-height: 17.6470588235rem; }
          .row_column_sec .row .column h2 {
            font-size: 1.7647058824rem;
            line-height: 2.1176470588rem; } }
  @media (max-width: 767px) {
    .row_column_sec {
      padding: 2.3529411765rem 0 1.7647058824rem; }
      .row_column_sec .headding_bar {
        margin-bottom: 2.3529411765rem; }
        .row_column_sec .headding_bar h2 {
          font-size: 1.4117647059rem;
          line-height: 1.7647058824rem;
          margin-bottom: 1.1764705882rem; }
      .row_column_sec .row .column {
        padding: 5rem 1.7647058824rem 3.5294117647rem; }
        .row_column_sec .row .column h2 {
          font-size: 1.4117647059rem;
          line-height: 1.7647058824rem; }
        .row_column_sec .row .column .btn {
          padding: 0.5882352941rem 0.8823529412rem;
          min-width: 11.7647058824rem; }
        .row_column_sec .row .column .column_inner {
          padding: 0; } }

/* more navigation
========================================================================== */
.burgernav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 3;
  overflow-x: auto; }
  .burgernav__inner--box {
    display: flex;
    flex-wrap: wrap;
    padding: 6.7% 1.1764705882rem; }
    @media (max-width: 768px) {
      .burgernav__inner--box {
        padding: 4.1176470588rem 1.1764705882rem; } }
    .burgernav__inner--box > div {
      width: 50%;
      z-index: 2;
      position: relative; }
      @media (max-width: 768px) {
        .burgernav__inner--box > div {
          width: 100%; } }
    .burgernav__inner--box .ftrleft_nav ul.menu {
      padding: 0 1.1764705882rem 0 8%;
      margin: 0; }
      .burgernav__inner--box .ftrleft_nav ul.menu > li {
        /* opacity: 0;
        transform: matrix(1, -0.15, 1, 1, -46, -200); */
        /*transition: 0.5s all;*/
        padding: 1.4117647059rem 0;
        /* &.imVisible{
        	transform: matrix(1, 0, 0, 1, 0, 0);
        	opacity: 1;
        } */ }
        @media (max-width: 1200px) {
          .burgernav__inner--box .ftrleft_nav ul.menu > li {
            padding: 1.2941176471rem 0; } }
        @media (max-width: 768px) {
          .burgernav__inner--box .ftrleft_nav ul.menu > li {
            padding: 0.8823529412rem 0; } }
        @media (max-width: 479px) {
          .burgernav__inner--box .ftrleft_nav ul.menu > li {
            padding: 0.5882352941rem 0; } }
        .burgernav__inner--box .ftrleft_nav ul.menu > li > a {
          font-family: "miller-display", serif;
          color: #87725f;
          font-size: 3.6470588235rem;
          text-transform: uppercase;
          line-height: 1.99;
          line-height: normal;
          transition: 0.5s all; }
          @media (max-width: 1200px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li > a {
              font-size: 3.0588235294rem; } }
          @media (max-width: 991px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li > a {
              font-size: 2.7058823529rem; } }
          @media (max-width: 768px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li > a {
              font-size: 1.8823529412rem; } }
          @media (max-width: 479px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li > a {
              font-size: 1.6470588235rem; } }
          .burgernav__inner--box .ftrleft_nav ul.menu > li > a:hover, .burgernav__inner--box .ftrleft_nav ul.menu > li > a:focus {
            color: #f0eee9; }
        .burgernav__inner--box .ftrleft_nav ul.menu > li li a {
          font-family: "miller-display", serif;
          color: #87725f;
          font-size: 2.6470588235rem;
          text-transform: uppercase;
          line-height: 1.99;
          transition: 0.5s all; }
          @media (max-width: 1200px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li li a {
              font-size: 2.0588235294rem; } }
          @media (max-width: 768px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li li a {
              font-size: 1.4705882353rem; } }
          @media (max-width: 479px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li li a {
              font-size: 1.2941176471rem; } }
          .burgernav__inner--box .ftrleft_nav ul.menu > li li a:hover, .burgernav__inner--box .ftrleft_nav ul.menu > li li a:focus {
            color: #f0eee9; }
        .burgernav__inner--box .ftrleft_nav ul.menu > li.current-menu-item > a {
          color: #f0eee9; }
        .burgernav__inner--box .ftrleft_nav ul.menu > li.mob_item {
          display: none; }
          @media (max-width: 1023px) {
            .burgernav__inner--box .ftrleft_nav ul.menu > li.mob_item {
              display: block; } }
  .burgernav__close {
    position: absolute;
    right: 1.2941176471rem;
    top: 3.4705882353rem;
    z-index: 3; }
    @media (max-width: 768px) {
      .burgernav__close {
        top: 0.9411764706rem; } }
    .burgernav__close span {
      text-transform: uppercase;
      color: #998a74;
      font-size: 0.7647058824rem;
      position: relative;
      display: block;
      letter-spacing: 0.1176470588rem;
      padding: 1.5294117647rem 4.9411764706rem 1.5294117647rem 0;
      /*cursor: pointer;*/ }
      @media (max-width: 768px) {
        .burgernav__close span {
          padding: 0.9411764706rem 4.9411764706rem 0.9411764706rem 0; } }
      .burgernav__close span:after {
        display: inline-block;
        content: "+";
        top: 0;
        right: 0;
        color: #fff;
        position: absolute;
        font-size: 3.0588235294rem;
        font-weight: 300;
        transform: rotateZ(44deg);
        line-height: 0;
        height: 3.6470588235rem;
        width: 3.6470588235rem;
        font-family: "miller-display", serif;
        background: #5b4e43;
        border-radius: 50%;
        padding: 1.5882352941rem 0.8823529412rem; }
        @media (max-width: 768px) {
          .burgernav__close span:after {
            padding: 1.2941176471rem 0.6470588235rem;
            height: 3.0588235294rem;
            width: 3.0588235294rem; } }
  .burgernav__bgclose {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.ftrright_nav {
  padding: 4.7058823529rem 1.1764705882rem 0 6.1%; }
  @media (max-width: 768px) {
    .ftrright_nav {
      padding: 2.3529411765rem 1.1764705882rem 0 6.1%; } }
  .ftrright_nav .ftrnav_boxitem {
    margin-bottom: 1.9411764706rem;
    /*transition: 0.5s all;*/
    /* opacity: 0;
    transform: matrix(1, -0.15, 1, 1, -46, -200); */
    /* &.imVisible{
    	transform: matrix(1, 0, 0, 1, 0, 0);
    	opacity: 1;
    } */ }
    .ftrright_nav .ftrnav_boxitem label {
      color: #f0eee9;
      font-size: 0.9411764706rem;
      text-transform: uppercase;
      font-weight: 400;
      display: block;
      letter-spacing: 0.0588235294rem;
      margin-bottom: 1.2941176471rem; }
    .ftrright_nav .ftrnav_boxitem > a, .ftrright_nav .ftrnav_boxitem > address {
      color: #877260;
      font-family: "miller-display", serif;
      font-size: 2.0588235294rem;
      transition: 0.5s all; }
      @media (max-width: 1200px) {
        .ftrright_nav .ftrnav_boxitem > a, .ftrright_nav .ftrnav_boxitem > address {
          font-size: 1.7647058824rem; } }
      @media (max-width: 479px) {
        .ftrright_nav .ftrnav_boxitem > a, .ftrright_nav .ftrnav_boxitem > address {
          font-size: 1.6470588235rem; } }
    .ftrright_nav .ftrnav_boxitem > a:hover, .ftrright_nav .ftrnav_boxitem > a:focus {
      color: #f0eee9; }
    .ftrright_nav .ftrnav_boxitem > address {
      line-height: 1.3;
      max-width: 26.4705882353rem; }
    .ftrright_nav .ftrnav_boxitem .socialnav__item {
      display: inline-block;
      vertical-align: top;
      padding: 0 0.2352941176rem 0 0.1764705882rem; }
      .ftrright_nav .ftrnav_boxitem .socialnav__item a {
        color: #877260;
        transition: 0.5s all;
        font-size: 2.3529411765rem;
        line-height: 1; }
        .ftrright_nav .ftrnav_boxitem .socialnav__item a .fa:before {
          /*cursor: pointer;*/ }
        .ftrright_nav .ftrnav_boxitem .socialnav__item a:hover, .ftrright_nav .ftrnav_boxitem .socialnav__item a:focus {
          color: #f0eee9; }
        @media (max-width: 1200px) {
          .ftrright_nav .ftrnav_boxitem .socialnav__item a {
            font-size: 1.7647058824rem; } }

body.morenavOpen {
  overflow: hidden;
  height: 95vh; }

/*
.home{
	.burgernav__inner--box .ftrleft_nav ul.menu > li{
		opacity: 0;
		transform: matrix(1, -0.15, 1, 1, -46, -200);
		transform: matrix(1, 0.0, 0, 1, 1, -200);

		&.imVisible{
			transform: matrix(1, 0, 0, 1, 0, 0);
			opacity: 1;
		}
	}

	.burgernav__inner--box .ftrright_nav .ftrnav_boxitem{
		opacity: 0;
		transform: matrix(1, -0.15, 1, 1, -46, -200);
		transform: matrix(1, -0.0, 0, 1, 1, -200);

		&.imVisible {
			transform: matrix(1, 0, 0, 1, 0, 0);
			opacity: 1;
		}
	}
}
*/
.burgernav__inner--box .ftrleft_nav ul.menu > li {
  opacity: 0;
  transform: matrix(1, -0.15, 1, 1, -46, -200);
  transform: matrix(1, 0, 0, 1, 1, -200); }
  .burgernav__inner--box .ftrleft_nav ul.menu > li.imVisible {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

.burgernav__inner--box .ftrright_nav .ftrnav_boxitem {
  opacity: 0;
  transform: matrix(1, -0.15, 1, 1, -46, -200);
  transform: matrix(1, 0, 0, 1, 1, -200); }
  .burgernav__inner--box .ftrright_nav .ftrnav_boxitem.imVisible {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

.detail_banner {
  padding: 5.7% 0 18.3% 0;
  padding: 7.7% 0 18.3% 0;
  border-bottom: 0.1764705882rem solid #a48456;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .detail_banner .detail_banner_text {
    text-align: center; }
    .detail_banner .detail_banner_text h3 {
      font-size: 1.8823529412rem;
      line-height: 2.6470588235rem;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 0.3882352941rem;
      margin: 0 0 0.3529411765rem 0; }
      .detail_banner .detail_banner_text h3 > span {
        opacity: 0; }
    .detail_banner .detail_banner_text > span {
      font-family: "miller-display", serif;
      font-size: 0.8235294118rem;
      line-height: 1.1764705882rem;
      display: block;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.4882352941rem; }
  @media (max-width: 1200px) {
    .detail_banner {
      padding: 10% 0 20% 0; } }
  @media (max-width: 639px) {
    .detail_banner {
      padding: 20% 0 30% 0; } }
  @media (max-width: 479px) {
    .detail_banner {
      padding: 30% 0 50% 0; } }

.real_estatebnr .bnr__inner {
  padding: 10.2352941176rem 0 9.4705882353rem;
  text-align: center; }
  @media (max-width: 639px) {
    .real_estatebnr .bnr__inner {
      padding: 7.2941176471rem 0 8.8823529412rem; } }
  .real_estatebnr .bnr__inner--txt {
    display: inline-block;
    padding: 0.7647058824rem;
    position: relative;
    height: auto;
    min-height: 100%; }
    @media (min-width: 1200px) {
      .real_estatebnr .bnr__inner--txt {
        margin: 0 0 0 0.9411764706rem; } }
    .real_estatebnr .bnr__inner--txt .bnr_txtbox {
      padding: 2rem 3rem;
      background: transparent;
      /*opacity: 0;
      transition:0.5s all 2s;*/ }
      @media (max-width: 768px) {
        .real_estatebnr .bnr__inner--txt .bnr_txtbox {
          padding: 1.7647058824rem 2.3529411765rem; } }
      @media (max-width: 639px) {
        .real_estatebnr .bnr__inner--txt .bnr_txtbox {
          padding: 1.5294117647rem 1.1764705882rem; } }
      .real_estatebnr .bnr__inner--txt .bnr_txtbox h1 {
        color: #fff;
        font-size: 2.8235294118rem;
        font-family: "miller-display", serif;
        text-transform: uppercase;
        letter-spacing: 0.5647058824rem;
        margin-bottom: 0;
        padding-bottom: 0.5882352941rem;
        position: relative; }
        @media (max-width: 1200px) {
          .real_estatebnr .bnr__inner--txt .bnr_txtbox h1 {
            font-size: 2.7058823529rem; } }
        @media (max-width: 991px) {
          .real_estatebnr .bnr__inner--txt .bnr_txtbox h1 {
            font-size: 2.4705882353rem; } }
        @media (max-width: 768px) {
          .real_estatebnr .bnr__inner--txt .bnr_txtbox h1 {
            font-size: 2.2352941176rem;
            word-break: break-word; } }
        @media (max-width: 479px) {
          .real_estatebnr .bnr__inner--txt .bnr_txtbox h1 {
            font-size: 1.8823529412rem; } }
        .real_estatebnr .bnr__inner--txt .bnr_txtbox h1:after {
          content: "";
          display: inline-block;
          height: 0.0588235294rem;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0;
          bottom: 0;
          transition: 0.5s all 5s;
          background: #c69c6d; }
      .real_estatebnr .bnr__inner--txt .bnr_txtbox p {
        text-transform: uppercase;
        font-family: "miller-display", serif;
        letter-spacing: 0.4411764706rem;
        font-weight: 300;
        margin: 0.7647058824rem 0 0.0588235294rem 0rem;
        font-size: 0.7647058824rem;
        /*transition:0.5s all 2s;*/ }
        @media (min-width: 1200px) {
          .real_estatebnr .bnr__inner--txt .bnr_txtbox p {
            margin: 0.7647058824rem 0 0.0588235294rem 0.4117647059rem; } }
    .real_estatebnr .bnr__inner--txt.activate .bnr_txtbox {
      background: rgba(0, 0, 0, 0.7);
      opacity: 1; }
      .real_estatebnr .bnr__inner--txt.activate .bnr_txtbox h1:after {
        width: 3.4117647059rem; }

.slowline_two {
  position: relative;
  z-index: 1; }
  .slowline_two:after, .slowline_two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    /*transition: all .7s ease 0s;*/
    z-index: -1; }
  .slowline_two:after {
    border-left: 1px solid #c69c6d;
    border-right: 1px solid #c69c6d;
    transform: scale(1, 0);
    transform-origin: 100% 0 0; }
  .slowline_two:before {
    border-bottom: 1px solid #c69c6d;
    border-top: 1px solid #c69c6d;
    transform: scale(0, 1);
    transform-origin: 0 0 0; }
  .slowline_two.activate:after, .slowline_two.activate:before {
    opacity: 1;
    transform: scale(1);
    /*transition-delay: 2s;*/ }

.page_banner {
  position: relative;
  z-index: 2; }

.bnr__inner {
  max-width: 65.5294117647rem;
  margin: 0 auto; }
  .bnr__inner .darkbg_logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f000f;
    background: #120E08 url(../img/ico/logo1.svg) center no-repeat;
    background-size: 14.7058823529rem;
    font-size: 0; }
  .bnr__inner .bnr_bgvideo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: 1s all; }
    .bnr__inner .bnr_bgvideo.shown {
      opacity: 1; }
    .bnr__inner .bnr_bgvideo .bgbnr_video {
      width: 112%;
      /*width: 180vh;
      height: 100vh;*/
      position: absolute;
      z-index: -1;
      left: 0;
      left: 50%;
      transform: translate(-50%, 0%);
      right: 0;
      margin: 0 auto;
      display: inline-block;
      bottom: 0; }
      @media (min-width: 2000px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 130%; } }
      @media (max-width: 1650px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 146%; } }
      @media (max-width: 1200px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 106%; } }
      @media (max-width: 991px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 138%; } }
      @media (max-width: 479px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 188%; } }
      @media (max-width: 639px) {
        .bnr__inner .bnr_bgvideo .bgbnr_video {
          width: 288%; } }
    .bnr__inner .bnr_bgvideo:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0; }
  .bnr__inner--txt {
    /*padding: 356px 0 445px;*/
    padding: 4.7058823529rem 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; }
    @media (max-width: 1200px) {
      .bnr__inner--txt {
        height: 100%;
        padding: 19.5% 0; } }
    @media (max-width: 991px) {
      .bnr__inner--txt {
        padding: 10.5882352941rem 0; } }
    @media (max-width: 768px) {
      .bnr__inner--txt {
        padding: 8.2352941176rem 0;
        min-height: 28.2352941176rem; } }
  .bnr__inner .bnr_txtbox {
    position: relative;
    z-index: 2;
    /*opacity: 0;
    transition:1s all;*/ }
    @media (max-width: 1400px) {
      .bnr__inner .bnr_txtbox {
        padding: 0 0 0 5%; } }
    @media (max-width: 1200px) {
      .bnr__inner .bnr_txtbox {
        padding: 0 0 0 3.5294117647rem; } }
    @media (max-width: 479px) {
      .bnr__inner .bnr_txtbox {
        padding: 0; } }
    .bnr__inner .bnr_txtbox.shown {
      opacity: 1; }
      .bnr__inner .bnr_txtbox.shown .sub_txt, .bnr__inner .bnr_txtbox.shown > p {
        opacity: 1; }
    .bnr__inner .bnr_txtbox .sub_txt {
      /*transition:0.5s all 2.3s;*/
      opacity: 0; }
      @media (min-width: 1366px) {
        .bnr__inner .bnr_txtbox .sub_txt {
          margin-bottom: 3.6470588235rem; } }
    .bnr__inner .bnr_txtbox h2 {
      color: #f0eee9;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 0.5588235294rem;
      padding: 0 0 0 0.5294117647rem;
      line-height: 1.15;
      margin: 0 0 0.7647058824rem 0; }
      @media (min-width: 1200px) {
        .bnr__inner .bnr_txtbox h2 {
          font-size: 2.8235294118rem; } }
      .bnr__inner .bnr_txtbox h2 .sub_lab {
        right: 103.2%; }
        @media (min-width: 1200px) {
          .bnr__inner .bnr_txtbox h2 .sub_lab {
            font-size: 1.8235294118rem; } }
        @media (max-width: 479px) {
          .bnr__inner .bnr_txtbox h2 .sub_lab {
            right: auto;
            left: 0;
            position: static;
            display: inline-block;
            margin-bottom: 0.5882352941rem; } }
        .bnr__inner .bnr_txtbox h2 .sub_lab.divshown .btmline {
          /*width: calc(100% + 33px);*/ }
      @media (max-width: 479px) {
        .bnr__inner .bnr_txtbox h2.sideline_title span {
          display: block; } }
      .bnr__inner .bnr_txtbox h2.sideline_title > span {
        /*opacity: 0;*/ }
    .bnr__inner .bnr_txtbox p {
      color: #c09c72;
      font-size: 0.7647058824rem;
      text-transform: uppercase;
      padding: 0 0 0 0.5882352941rem;
      letter-spacing: 0.0117647059rem;
      line-height: 2;
      opacity: 0;
      /*transition:0.5s all 2.3s;*/ }
      @media (max-width: 639px) {
        .bnr__inner .bnr_txtbox p > br {
          display: none; } }
  .bnr__inner.img_bnr .bnr_txtbox {
    width: 45%;
    padding: 0 15px 0 94px; }
    @media (max-width: 767px) {
      .bnr__inner.img_bnr .bnr_txtbox {
        width: 100%;
        padding: 0 0 30px 94px; } }
    @media (max-width: 479px) {
      .bnr__inner.img_bnr .bnr_txtbox {
        padding: 0 0 30px 0; } }
  .bnr__inner.img_bnr .bnr_image {
    width: 55%;
    opacity: 0;
    /*transition:1.5s all 0.5s;*/ }
    .bnr__inner.img_bnr .bnr_image.shown {
      opacity: 1; }
    .bnr__inner.img_bnr .bnr_image .bnr_sideimg {
      padding: 0 0 64.3% 0; }
    @media (max-width: 767px) {
      .bnr__inner.img_bnr .bnr_image {
        width: 100%; } }

.scroll_btmbnr {
  position: absolute;
  right: 4.1764705882rem;
  bottom: 0;
  z-index: 1; }
  @media (max-width: 1650px) {
    .scroll_btmbnr {
      right: 1.7647058824rem; } }
  @media (max-width: 479px) {
    .scroll_btmbnr {
      right: 0.5882352941rem; } }
  .scroll_btmbnr .scroll_txt {
    transform: rotateZ(90deg);
    color: #fff;
    margin: 0 0 2.2352941176rem -1.5294117647rem;
    font-size: 0.7647058824rem;
    letter-spacing: 0.1176470588rem;
    cursor: pointer; }
    @media (max-width: 768px) {
      .scroll_btmbnr .scroll_txt {
        font-size: 0.6470588235rem;
        margin: 0 0 1.5882352941rem -1.2941176471rem; } }
    .scroll_btmbnr .scroll_txt > a {
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .scroll_btmbnr .scroll_txt > a {
          cursor: pointer; } }
  .scroll_btmbnr .scroll_line {
    font-size: 0;
    height: 6.1764705882rem;
    width: 0.0588235294rem;
    background: #c69c6d;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .scroll_btmbnr .scroll_line {
        height: 8.7058823529rem; } }
    @media (max-width: 991px) {
      .scroll_btmbnr .scroll_line {
        height: 5.7647058824rem; } }
    @media (max-width: 768px) {
      .scroll_btmbnr .scroll_line {
        height: 2.6470588235rem; } }
    .scroll_btmbnr .scroll_line:after {
      content: '';
      width: inherit;
      height: 17%;
      background: #fff;
      position: absolute;
      /*transform: translateY(0%) scaleY(0);*/
      left: 0;
      z-index: 10;
      display: block;
      /* -webkit-animation: mymove 1.5s infinite linear;
      animation: mymove 1.5s infinite linear; */
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-animation: mymove 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0s infinite;
      animation: mymove 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0s infinite; }

@media (max-width: 1200px) {
  .givingback_bnr .scroll_btmbnr .scroll_line {
    height: 5.7647058824rem; } }
@media (max-width: 991px) {
  .givingback_bnr .scroll_btmbnr .scroll_line {
    height: 4rem; } }
@media (max-width: 639px) {
  .givingback_bnr .scroll_btmbnr .scroll_line {
    height: 2.2352941176rem; } }

@media (min-width: 1200px) {
  .discovery_bnr .bnr__inner--txt {
    min-height: 48.2352941176rem; } }

.product_descreption {
  padding: 28px 0 0 0; }

.project_image_sec {
  margin-top: -19.7%; }
  @media (max-width: 991px) {
    .project_image_sec {
      margin-top: -15%; } }
  .project_image_sec .container {
    max-width: 81.1764705882rem;
    margin: 0 auto;
    width: 100%; }
  .project_image_sec .project_button {
    text-align: right;
    padding: 0 0.8235294118rem 1.3529411765rem 0; }
    .project_image_sec .project_button .btn {
      padding: 0.4117647059rem 1.1176470588rem 0.5294117647rem 1.1176470588rem;
      letter-spacing: 0.0764705882rem; }
    .project_image_sec .project_button .save_btn {
      font-family: "catamaran", sans-serif;
      font-weight: 600;
      font-size: 0.7647058824rem;
      line-height: 0.9411764706rem;
      text-transform: uppercase;
      color: #a48456;
      padding: 0 1.5882352941rem 0 0;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 0.1rem;
      margin: 0 0.7647058824rem 0 0;
      background-image: url(../img/heart-icon.png);
      background-position: center right;
      background-repeat: no-repeat; }
  .project_image_sec .product_label span {
    display: inline-block;
    font-family: "catamaran", sans-serif;
    font-weight: 800;
    font-size: 0.9411764706rem;
    line-height: 0.9411764706rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #c39e63;
    position: absolute;
    top: -0.9411764706rem;
    left: 3.1764705882rem;
    padding: 0.4117647059rem 1.1176470588rem 0.5294117647rem 1.1176470588rem;
    z-index: 3; }
  .project_image_sec #sync1 {
    padding: 0.8823529412rem; }
    .project_image_sec #sync1 .owl-nav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      margin: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 30px; }
    .project_image_sec #sync1 .owl-prev {
      position: absolute;
      left: -40px;
      background-color: #fff !important;
      /*bottom: rem(-80px);*/
      font-size: 0;
      margin: 0;
      padding: 15px;
      border: 2px solid #a48456;
      width: 1.4705882353rem;
      height: 1.4705882353rem;
      border-radius: 3px;
      background-image: url(../img/arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; }
    .project_image_sec #sync1 .owl-next {
      position: absolute;
      right: -40px;
      /*bottom: rem(-80px);*/
      background-color: #fff !important;
      font-size: 0;
      margin: 0;
      padding: 15px;
      border: 2px solid #a48456;
      width: 1.4705882353rem;
      height: 1.4705882353rem;
      border-radius: 3px;
      background-image: url(../img/arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      transform: rotate(180deg); }
  .project_image_sec #sync2 {
    margin: 20px 42px 0;
    width: auto; }
    .project_image_sec #sync2 .owl-item {
      position: relative;
      cursor: pointer; }
      .project_image_sec #sync2 .owl-item:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #ffffff;
        opacity: 0; }
      .project_image_sec #sync2 .owl-item.current:before {
        opacity: 0.4; }
    .project_image_sec #sync2 .owl-nav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      margin: 0;
      top: 50%;
      transform: translateY(-50%); }
    .project_image_sec #sync2 .owl-prev {
      position: absolute;
      left: -42px;
      top: 6px;
      font-size: 0;
      margin: 0;
      padding: 0;
      border: 0;
      width: 1.4705882353rem;
      height: 1.4705882353rem;
      border-radius: 0;
      background-image: url(../img/arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; }
    .project_image_sec #sync2 .owl-next {
      position: absolute;
      right: -42px;
      top: 6px;
      font-size: 0;
      margin: 0;
      padding: 0;
      border: 0;
      width: 1.4705882353rem;
      height: 1.4705882353rem;
      border-radius: 0;
      background-image: url(../img/arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      transform: rotate(180deg); }
  .project_image_sec .slider_top {
    position: relative;
    margin: 0 40px; }
  .project_image_sec .project_img {
    padding-top: 43%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 639px) {
      .project_image_sec .project_img {
        padding-top: 78.9%; } }
  .project_image_sec .project_thumb {
    height: 6.7647058824rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 639px) {
    .project_image_sec {
      margin-top: -27%; }
      .project_image_sec .project_button {
        padding: 0 0rem 1.7647058824rem 0; } }
  @media (max-width: 479px) {
    .project_image_sec {
      margin-top: -45%; }
      .project_image_sec .project_button {
        text-align: center; }
        .project_image_sec .project_button .btn {
          margin: 0.5882352941rem 0 0 0; } }

.product_descreption .container {
  max-width: 79.4117647059rem;
  margin: 0 auto;
  width: 100%; }
.product_descreption .product_descreption_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product_descreption .product_descreption_inner .product_descreption_left {
    width: 37%;
    padding: 0.5882352941rem 0 0 0;
    margin-top: 1.1764705882rem; }
    .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap {
      height: 16.2941176471rem;
      position: relative; }
      .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap .product_video {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap .product_video .play_icon {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap .product_video .video_div {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          overflow: hidden; }
          .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap .product_video .video_div .product-video {
            height: 100%;
            object-fit: cover;
            width: 100%;
            background-size: cover; }
      .product_descreption .product_descreption_inner .product_descreption_left .product_video_wrap > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 auto; }
    .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap {
      text-align: center; }
      .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price {
        padding: 0.9411764706rem 0 0 0; }
        .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price h4 {
          font-family: "catamaran", sans-serif;
          font-weight: 600;
          font-size: 1.8235294118rem;
          line-height: 1.9411764706rem;
          color: #222222;
          margin: 0 0 0.4705882353rem 0; }
        .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price ul {
          margin: 0; }
          .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price ul li {
            font-family: "catamaran", sans-serif;
            font-weight: 600;
            font-size: 1rem;
            line-height: 0.8823529412rem;
            color: #222222;
            display: inline-block;
            vertical-align: middle; }
            .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price ul li span {
              color: #c09c72; }
            .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .product_price ul li ~ li {
              padding-left: 0.7647058824rem;
              border-left: 0.1176470588rem solid #c09c72;
              margin-left: 0.4117647059rem; }
      .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info {
        background-color: #222222;
        display: inline-block;
        margin: 1.4705882353rem 0 1.7647058824rem 0;
        padding: 0.5294117647rem 2.2352941176rem 1.1176470588rem 1.8235294118rem; }
        .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info ul {
          margin: 0; }
          .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info ul li {
            font-family: "catamaran", sans-serif;
            font-weight: 600;
            font-size: 1.2941176471rem;
            line-height: 1.4117647059rem;
            color: #ffffff;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 0.2941176471rem 0.8235294118rem 0 0.8235294118rem;
            position: relative; }
            .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info ul li span {
              display: block;
              font-size: 0.9411764706rem;
              line-height: 1.0588235294rem;
              color: #c39e63;
              padding: 0.1764705882rem 0 0 0; }
            .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info ul li ~ li:before {
              position: absolute;
              content: "";
              width: 0.0588235294rem;
              height: 2.2352941176rem;
              background-color: #ffffff;
              left: 0;
              top: 0; }
  .product_descreption .product_descreption_inner .product_descreption_right {
    width: 56%;
    margin-top: 1.1764705882rem; }
    .product_descreption .product_descreption_inner .product_descreption_right .property_content {
      padding: 0 0.5882352941rem 0 0.4117647059rem;
      position: relative; }
      .product_descreption .product_descreption_inner .product_descreption_right .property_content h5 {
        font-family: "miller-display", serif;
        font-size: 2.2352941176rem;
        line-height: 2.4705882353rem;
        font-weight: 400;
        color: #1a1818; }
      .product_descreption .product_descreption_inner .product_descreption_right .property_content p {
        font-size: 1rem;
        line-height: 1.5882352941rem;
        font-weight: 400;
        color: #a68676; }
      .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn {
        position: absolute;
        right: 2.4705882353rem;
        top: -0.0588235294rem;
        width: auto;
        padding: 0; }
        .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a {
          padding: 0.7647058824rem 1.4705882353rem 0.7647058824rem 1.4117647059rem;
          background-color: #a48456; }
          .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a .count_icon {
            margin: -0.1176470588rem 0.4117647059rem 0 0;
            padding: 0.2352941176rem 0.5294117647rem 0rem 0.4705882353rem;
            background-color: #fae7c9; }
            .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a .count_icon:before {
              color: #a48456; }
            .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a .count_icon:after {
              background: url(../img/share-icon-arrow.png) 1px 0px no-repeat; }
            .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a .count_icon span {
              color: #a48456;
              font-size: 0.8235294118rem;
              line-height: 0.9411764706rem; }
          .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn a p {
            font-family: "catamaran", sans-serif;
            font-weight: 400;
            font-size: 1.2352941176rem;
            line-height: 1.3529411765rem;
            text-transform: inherit;
            letter-spacing: 0.0058823529rem;
            color: #ffffff; }
        @media (max-width: 479px) {
          .product_descreption .product_descreption_inner .product_descreption_right .property_content .share_btn {
            position: static;
            padding: 0 0 1.1764705882rem 0; } }
      .product_descreption .product_descreption_inner .product_descreption_right .property_content .property_btn {
        text-align: center;
        padding: 2.0588235294rem 0 0 0; }
        .product_descreption .product_descreption_inner .product_descreption_right .property_content .property_btn .btn {
          font-family: "catamaran", sans-serif;
          font-weight: 400;
          font-size: 1rem;
          line-height: 1.2941176471rem;
          color: #ffffff;
          text-transform: uppercase;
          background-color: #735b42;
          padding: 0.7647058824rem 0.8235294118rem 0.8235294118rem 1rem;
          letter-spacing: 0.0882352941rem;
          margin: 0 0.2352941176rem 0.5882352941rem 0;
          vertical-align: top; }
          .product_descreption .product_descreption_inner .product_descreption_right .property_content .property_btn .btn:last-child {
            background-color: #a48456; }
          @media (min-width: 1200px) {
            .product_descreption .product_descreption_inner .product_descreption_right .property_content .property_btn .btn:first-child {
              padding: 0.7647058824rem 3.0588235294rem 0.8235294118rem 3.1176470588rem;
              margin: 0 0.4705882353rem 0 0; } }
          @media (max-width: 479px) {
            .product_descreption .product_descreption_inner .product_descreption_right .property_content .property_btn .btn {
              font-size: 0.9411764706rem;
              line-height: 1.1764705882rem;
              padding: 0.7647058824rem 0.5882352941rem 0.8235294118rem 0.5882352941rem; } }
@media (max-width: 991px) {
  .product_descreption .product_descreption_inner .product_descreption_left {
    width: 45%; }
  .product_descreption .product_descreption_inner .product_descreption_right {
    width: 53%; } }
@media (max-width: 767px) {
  .product_descreption .product_descreption_inner .product_descreption_left {
    width: 100%;
    padding: 0 0 1.7647058824rem 0; }
  .product_descreption .product_descreption_inner .product_descreption_right {
    width: 100%; }
    .product_descreption .product_descreption_inner .product_descreption_right .property_content {
      padding: 0; } }
@media (max-width: 479px) {
  .product_descreption .product_descreption_inner .product_descreption_left .product_price_wrap .property_info {
    padding: 0.5294117647rem 0.5882352941rem 0.8823529412rem 0.5882352941rem; } }

.realastate_tabs_sec {
  padding-top: 2.3529411765rem;
  padding-bottom: 2.9411764706rem; }
  .realastate_tabs_sec .container {
    max-width: 79.4117647059rem;
    margin: 0 auto;
    width: 100%; }
  .realastate_tabs_sec .realastate_tabs {
    background-color: #e7e5e0; }
    .realastate_tabs_sec .realastate_tabs ul.resp-tabs-list {
      display: flex;
      border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
      .realastate_tabs_sec .realastate_tabs ul.resp-tabs-list li {
        font-family: "catamaran", sans-serif;
        font-weight: 600;
        text-align: center;
        color: #c69c6d;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 0.0588235294rem;
        width: 50%;
        padding: 0.8823529412rem; }
        .realastate_tabs_sec .realastate_tabs ul.resp-tabs-list li.resp-tab-active {
          background-color: #222222;
          color: #f0eee9; }
      @media (max-width: 768px) {
        .realastate_tabs_sec .realastate_tabs ul.resp-tabs-list {
          display: none; } }
    .realastate_tabs_sec .realastate_tabs h2.resp-accordion {
      font-family: "catamaran", sans-serif;
      font-weight: 600;
      text-align: center;
      color: #c69c6d !important;
      text-transform: uppercase;
      font-size: 1rem;
      letter-spacing: 0.0588235294rem;
      width: 100%;
      padding: 0.8823529412rem !important;
      border: 0 !important; }
      .realastate_tabs_sec .realastate_tabs h2.resp-accordion.resp-tab-active {
        background-color: #222222 !important;
        color: #ffffff !important; }
    .realastate_tabs_sec .realastate_tabs .resp-tabs-container {
      background-color: #e7e5e0; }
      .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content {
        padding: 0;
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 0.8823529412rem;
        line-height: 1.3; }
        .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content h3 {
          background-color: #222222;
          color: #c09c72;
          font-size: 1.1658823529rem;
          line-height: 1.3;
          padding: 0.7647058824rem 0.8823529412rem;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.0705882353rem;
          margin-bottom: 0; }
        .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .tab_txt {
          padding: 1.1764705882rem; }
        .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner {
          max-width: 57.6470588235rem;
          margin-left: auto;
          margin-right: auto;
          padding: 2.9411764706rem 0; }
          .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row {
            display: flex;
            justify-content: center; }
            .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col {
              width: 33.333%;
              padding: 0 0.8823529412rem;
              color: #858584; }
              .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col p {
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                line-height: 1.8; }
                .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col p span {
                  color: #c29d67; }
              .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col.main-features-medcol {
                width: 50%; }
          .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap {
            display: flex;
            justify-content: center; }
            .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap ul {
              margin: 0;
              padding: 0 0.8823529412rem; }
              .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap ul li {
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                line-height: 1.5;
                color: #858584;
                display: block;
                margin-bottom: 0.8235294118rem; }
                .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap ul li:last-child {
                  margin-bottom: 0; }
          @media (max-width: 639px) {
            .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner {
              padding: 1.1764705882rem 0 0.2941176471rem; }
              .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row {
                flex-wrap: wrap; }
                .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col {
                  width: 100%;
                  padding: 0rem 0.8823529412rem 0.8823529412rem; }
                  .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .main-features-row .main-features-col.main-features-medcol {
                    width: 100%; }
              .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap {
                flex-wrap: wrap; }
                .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap ul {
                  width: 50%;
                  padding: 0 0.8823529412rem 0.8823529412rem; } }
          @media (max-width: 479px) {
            .realastate_tabs_sec .realastate_tabs .resp-tabs-container .resp-tab-content .resp-tabs-inner .realastate-list-wrap ul {
              width: 100%; } }
  .realastate_tabs_sec .btm_txt {
    margin: 0.4705882353rem 0 0 1.3529411765rem; }
    .realastate_tabs_sec .btm_txt p {
      font-size: 0.7058823529rem;
      text-transform: capitalize;
      letter-spacing: 0.0235294118rem;
      color: #c09c72; }

.inner-maparea {
  position: relative;
  min-height: 400px; }
  .inner-maparea > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* Real Estate
========================================================================== */
.real_listing {
  padding: 2rem 0 7.6470588235rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .real_listing {
      padding: 2rem 0 5.8823529412rem; } }
  @media (max-width: 991px) {
    .real_listing {
      padding: 2rem 0 4.7058823529rem; } }
  @media (max-width: 768px) {
    .real_listing {
      padding: 2rem 0 3.5294117647rem; } }
  @media (max-width: 639px) {
    .real_listing {
      padding: 2rem 0 2.3529411765rem; } }
  @media (max-width: 479px) {
    .real_listing {
      padding: 2rem 0 1.7647058824rem; } }
  @media (min-width: 2000px) {
    .real_listing .container {
      width: 100%; } }
  .real_listing__head {
    max-width: 81.4705882353rem;
    margin: 0 auto 1.1764705882rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .real_listing__head {
        position: relative;
        padding-bottom: 2.9411764706rem; } }
    .real_listing__head .real_search {
      width: 33%;
      position: relative;
      line-height: normal; }
      @media (max-width: 991px) {
        .real_listing__head .real_search {
          width: 31%; } }
      @media (max-width: 768px) {
        .real_listing__head .real_search {
          width: 100%;
          position: absolute;
          bottom: 0;
          max-width: 19.1176470588rem;
          margin: 0 auto;
          left: 0;
          right: 0; } }
      .real_listing__head .real_search #search-bar {
        width: 100%;
        background: #d8d5ce;
        border: 1px solid #d8d5ce;
        padding: 0.7058823529rem 3.1764705882rem 1.0588235294rem 2rem; }
        .real_listing__head .real_search #search-bar::-webkit-input-placeholder {
          color: #735b42;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        .real_listing__head .real_search #search-bar:-moz-placeholder {
          color: #735b42;
          opacity: 1;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        .real_listing__head .real_search #search-bar::-moz-placeholder {
          color: #735b42;
          opacity: 1;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        .real_listing__head .real_search #search-bar:-ms-input-placeholder {
          color: #735b42;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        .real_listing__head .real_search #search-bar::-ms-input-placehol {
          color: #735b42;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        .real_listing__head .real_search #search-bar::placeholder {
          color: #735b42;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 2.5px; }
        @media (max-width: 991px) {
          .real_listing__head .real_search #search-bar {
            padding: 0.7058823529rem 3.1764705882rem 1.0588235294rem 1rem; } }
        @media (max-width: 768px) {
          .real_listing__head .real_search #search-bar {
            padding: 0.4705882353rem 3.1764705882rem 0.6470588235rem 1rem; }
            .real_listing__head .real_search #search-bar::-webkit-input-placeholder {
              font-size: 11px; }
            .real_listing__head .real_search #search-bar:-moz-placeholder {
              font-size: 11px; }
            .real_listing__head .real_search #search-bar::-moz-placeholder {
              font-size: 11px; }
            .real_listing__head .real_search #search-bar:-ms-input-placeholder {
              font-size: 11px; }
            .real_listing__head .real_search #search-bar::-ms-input-placehol {
              font-size: 11px; }
            .real_listing__head .real_search #search-bar::placeholder {
              font-size: 11px; } }
      .real_listing__head .real_search button {
        position: absolute;
        right: 1.3529411765rem;
        top: 0;
        font-size: 0;
        height: 94%;
        background: url(../img/ico/search.png) center right no-repeat;
        width: 1.5882352941rem;
        border: none; }
    .real_listing__head > h3 {
      width: calc(67% - 200px);
      text-align: center;
      padding: 1.2352941176rem 0 0 0;
      text-transform: uppercase;
      letter-spacing: 0.5529411765rem;
      font-size: 0.9411764706rem; }
      @media (min-width: 1650px) {
        .real_listing__head > h3 {
          padding: 1.2352941176rem 11% 0 0; } }
      @media (max-width: 991px) {
        .real_listing__head > h3 {
          width: calc(74% - 196px); } }
      @media (max-width: 768px) {
        .real_listing__head > h3 {
          width: 100%; } }
  .real_listing__area .reallist_inner {
    max-width: 87.3529411765rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 1; }
    @media (min-width: 1650px) {
      .real_listing__area .reallist_inner {
        position: relative;
        left: 7px; } }
    @media (min-width: 2000px) {
      .real_listing__area .reallist_inner {
        max-width: 109.7058823529rem; }
        .real_listing__area .reallist_inner .col-lg-3 {
          width: 20%; } }
    @media (max-width: 1200px) {
      .real_listing__area .reallist_inner {
        max-width: 47.0588235294rem; } }
    .real_listing__area .reallist_inner .real_listblock {
      padding: 0.8823529412rem 0.4705882353rem 2.0588235294rem; }
      @media (max-width: 639px) {
        .real_listing__area .reallist_inner .real_listblock {
          padding: 0.5882352941rem 0 1.1764705882rem; } }
  @media (max-width: 1650px) {
    .real_listing__area .reallist_colline {
      width: 33.3333333333%; } }
  @media (max-width: 1200px) {
    .real_listing__area .reallist_colline {
      width: 50%; } }
  @media (max-width: 767px) {
    .real_listing__area .reallist_colline {
      width: 100%; } }
  .real_listing__area .reallist_colline:first-child.vh, .real_listing__area .reallist_colline:nth-child(2).vh, .real_listing__area .reallist_colline:nth-child(3).vh, .real_listing__area .reallist_colline:nth-child(4).vh {
    /*visibility: visible;*/ }
  .real_listing__area .real_listmore {
    text-align: center;
    position: relative;
    padding: 1.2941176471rem 0 0; }
    .real_listing__area .real_listmore > a {
      text-transform: uppercase;
      font-size: 0.9411764706rem;
      padding: 1rem 5.2941176471rem;
      background: #d9cec0;
      display: inline-block;
      color: #a48456; }
    .real_listing__area .real_listmore:after {
      content: "";
      display: inline-block;
      position: absolute;
      height: 56%;
      max-width: 90%;
      width: 58.5294117647rem;
      margin: 0 auto;
      top: 13%;
      left: 0;
      right: 0;
      border: 1px solid #d9cec0;
      border-top: 0px;
      z-index: -1; }

.favorite {
  width: 11.7647058824rem;
  padding: 0.9411764706rem 0.2352941176rem 0 0.2941176471rem;
  text-align: right;
  visibility: hidden; }
  @media (max-width: 991px) {
    .favorite {
      width: 8.5882352941rem; } }
  @media (max-width: 768px) {
    .favorite {
      margin: 0 auto;
      width: 11.7647058824rem;
      padding: 0 0 1.2352941176rem;
      display: none; } }
  .favorite > a, .favorite > span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    color: #1a1818; }
    @media (max-width: 768px) {
      .favorite > a, .favorite > span {
        justify-content: center; } }
  .favorite p {
    letter-spacing: 0.0117647059rem; }
    @media (max-width: 1200px) {
      .favorite p {
        min-width: 5.3529411765rem; } }
  .favorite .count_icon {
    background: #eb4c5a;
    position: relative;
    text-align: center;
    min-width: 2.3529411765rem;
    margin: 0 0.6470588235rem 0 0;
    padding: 0.1764705882rem 0.5294117647rem 0.1764705882rem 0.4705882353rem;
    color: #fff;
    border-radius: 0.5882352941rem; }
    @media (max-width: 1200px) {
      .favorite .count_icon {
        min-width: 3.4705882353rem; } }
    .favorite .count_icon:before {
      content: "\f004";
      font: normal normal normal 12px/1 FontAwesome;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0.2941176471rem 0.2352941176rem 0; }
    .favorite .count_icon:after {
      background: url(../img/realastate/redarrow.png) bottom center no-repeat;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -0.3529411765rem;
      width: 0.8235294118rem;
      height: 0.4117647059rem; }
    .favorite .count_icon > span {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      font-family: "catamaran", sans-serif; }

.reallist_inner .real_listblock--inner {
  max-width: 100%;
  width: 19.1176470588rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .reallist_inner .real_listblock--inner .realbox_top {
    min-height: 14.4705882353rem;
    border-bottom: 3px solid #c69c6d;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
    padding: 0 0.8823529412rem 0.1764705882rem;
    position: relative;
    z-index: 1; }
    .reallist_inner .real_listblock--inner .realbox_top:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.21) 75%, rgba(0, 0, 0, 0.65) 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(63%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.21)), color-stop(100%, rgba(0, 0, 0, 0.65)));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.21) 75%, rgba(0, 0, 0, 0.65) 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.21) 75%, rgba(0, 0, 0, 0.65) 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.21) 75%, rgba(0, 0, 0, 0.65) 100%);
      /* ie10+ */
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.21) 75%, rgba(0, 0, 0, 0.65) 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
      /* ie6-9 */ }
    .reallist_inner .real_listblock--inner .realbox_top .rltopbox_left {
      width: calc(100% - 40px); }
      .reallist_inner .real_listblock--inner .realbox_top .rltopbox_left .prname {
        color: #fff;
        font-weight: 600;
        margin: 0 0 -0.2352941176rem;
        font-size: 0.9411764706rem; }
      .reallist_inner .real_listblock--inner .realbox_top .rltopbox_left .price {
        margin: 0 0 0.6470588235rem;
        line-height: 1;
        color: #c39e63;
        font-weight: 700;
        font-family: "catamaran", sans-serif; }
    .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right {
      text-align: right;
      position: relative;
      padding: 0 0 0.3529411765rem; }
      @media (max-width: 1650px) {
        .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right {
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          padding: 0 0 0.9411764706rem; } }
      @media (max-width: 991px) {
        .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right {
          width: auto; } }
      @media (max-width: 768px) {
        .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right {
          width: 100%; } }
      .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .box_heart {
        padding: 0 0.8823529412rem 0.5294117647rem 0; }
        @media (max-width: 1650px) {
          .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .box_heart {
            position: absolute;
            right: 0;
            top: -1.4117647059rem; } }
        .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .box_heart a {
          color: #fafafa; }
          .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .box_heart a.filled {
            color: #e9ad4f; }
        .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .box_heart.filled a {
          color: #e9ad4f; }
      .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .statuses {
        background: #c39e63;
        text-transform: uppercase;
        color: #fff;
        font-size: 0.7058823529rem;
        font-weight: 600;
        padding: 0.1764705882rem 0.8823529412rem 0.4117647059rem;
        letter-spacing: 0.0411764706rem;
        margin: 0 0 -0.7647058824rem;
        position: absolute;
        width: auto;
        bottom: 0;
        white-space: nowrap;
        right: 0; }
        @media (max-width: 1650px) {
          .reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .statuses {
            display: inline-block;
            vertical-align: middle; } }
  .reallist_inner .real_listblock--inner .realbox_btm {
    background: #f9f9f9;
    padding: 0.9411764706rem 0.4117647059rem 0.5882352941rem 0.8235294118rem; }
    @media (max-width: 1400px) {
      .reallist_inner .real_listblock--inner .realbox_btm {
        padding: 0.9411764706rem 0.4117647059rem 0.5882352941rem 0.4117647059rem; } }
    .reallist_inner .real_listblock--inner .realbox_btm > ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      .reallist_inner .real_listblock--inner .realbox_btm > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        text-align: center;
        padding: 0.2941176471rem 0.5882352941rem;
        padding: 0.2941176471rem 0.4705882353rem; }
        @media (max-width: 479px) {
          .reallist_inner .real_listblock--inner .realbox_btm > ul > li {
            padding: 0.2941176471rem 0.2941176471rem; } }
        .reallist_inner .real_listblock--inner .realbox_btm > ul > li:after {
          background: #ebebeb;
          content: "";
          position: absolute;
          width: 0.0588235294rem;
          height: 100%;
          display: inline-block;
          left: 0;
          top: 0; }
        @media (max-width: 1650px) {
          .reallist_inner .real_listblock--inner .realbox_btm > ul > li:first-child {
            /*width: 100%;*/ } }
        .reallist_inner .real_listblock--inner .realbox_btm > ul > li:first-child:after {
          width: 0; }
        .reallist_inner .real_listblock--inner .realbox_btm > ul > li > span {
          display: block;
          color: #444444;
          font-weight: 700;
          font-family: "catamaran", sans-serif;
          font-size: 0.8235294118rem; }
          .reallist_inner .real_listblock--inner .realbox_btm > ul > li > span.grey:after {
            content: "";
            display: inline-block;
            background: #fff;
            opacity: 0.5;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
        .reallist_inner .real_listblock--inner .realbox_btm > ul > li > label {
          display: block;
          color: #c39e63;
          font-size: 0.7058823529rem;
          line-height: 1; }
.reallist_inner .real_listblock--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s all;
  z-index: 2; }
  .reallist_inner .real_listblock--hover:after, .reallist_inner .real_listblock--hover:before {
    content: "";
    position: absolute;
    top: 1.1176470588rem;
    left: 1rem;
    bottom: 1.0588235294rem;
    right: 0.9411764706rem;
    opacity: 0;
    transition: all .7s ease 0s;
    z-index: 0; }
  .reallist_inner .real_listblock--hover:after {
    border-left: 1px solid #c69c6d;
    border-right: 1px solid #c69c6d;
    transform: scale(1, 0);
    transform-origin: 100% 0 0; }
  .reallist_inner .real_listblock--hover:before {
    border-bottom: 1px solid #c69c6d;
    border-top: 1px solid #c69c6d;
    transform: scale(0, 1);
    transform-origin: 0 0 0; }
  .reallist_inner .real_listblock--hover .rlhover_inner {
    text-align: center;
    margin: 0 0 0.4705882353rem;
    position: relative;
    z-index: 1; }
    .reallist_inner .real_listblock--hover .rlhover_inner .view_btn {
      padding: 0.5882352941rem 0;
      position: relative;
      right: 170%;
      transition: 0.5s all; }
      .reallist_inner .real_listblock--hover .rlhover_inner .view_btn a {
        background: #f0eee9;
        color: #181919;
        display: block;
        text-transform: uppercase;
        padding: 0.3529411765rem 1.2941176471rem 0.5294117647rem;
        font-size: 0.8235294118rem;
        letter-spacing: 0.1176470588rem;
        transition: 0.5s all; }
        @media (max-width: 1200px) {
          .reallist_inner .real_listblock--hover .rlhover_inner .view_btn a {
            cursor: pointer; } }
        .reallist_inner .real_listblock--hover .rlhover_inner .view_btn a:hover, .reallist_inner .real_listblock--hover .rlhover_inner .view_btn a:focus {
          opacity: 0.8; }
    .reallist_inner .real_listblock--hover .rlhover_inner .request_btn {
      padding: 0.5882352941rem 0;
      position: relative;
      left: 170%;
      transition: 0.5s all; }
      .reallist_inner .real_listblock--hover .rlhover_inner .request_btn a {
        background: #a48456;
        color: #fff;
        display: block;
        padding: 0.3529411765rem 1.2941176471rem 0.5294117647rem;
        font-size: 0.8235294118rem;
        letter-spacing: 0.1176470588rem;
        text-transform: uppercase;
        transition: 0.5s all; }
        .reallist_inner .real_listblock--hover .rlhover_inner .request_btn a:hover, .reallist_inner .real_listblock--hover .rlhover_inner .request_btn a:focus {
          opacity: 0.8; }
    .reallist_inner .real_listblock--hover .rlhover_inner .favourite_save {
      padding: 0.4117647059rem 0;
      transition: 0.5s all;
      opacity: 0; }
      .reallist_inner .real_listblock--hover .rlhover_inner .favourite_save a {
        color: #a48456;
        display: block;
        letter-spacing: 0.1176470588rem;
        transition: 0.5s all; }
        .reallist_inner .real_listblock--hover .rlhover_inner .favourite_save a:hover, .reallist_inner .real_listblock--hover .rlhover_inner .favourite_save a:focus {
          /*text-decoration: underline; */ }
    .reallist_inner .real_listblock--hover .rlhover_inner .box_heart {
      position: relative;
      top: 8.8235294118rem;
      transition: 0.5s all; }
      .reallist_inner .real_listblock--hover .rlhover_inner .box_heart a {
        color: #fafafa;
        /*&:after{
        	content: "";
        	display: inline-block;
        	position: absolute;
        	width: 159px;
        	height: 18px;
        	left: 0;
        	right: 0;
        	top: -24px;
        	margin: auto;
        }*/ }
        .reallist_inner .real_listblock--hover .rlhover_inner .box_heart a.filled {
          color: #e9ad4f; }
        @media (max-width: 1200px) {
          .reallist_inner .real_listblock--hover .rlhover_inner .box_heart a i {
            cursor: pointer; } }
      .reallist_inner .real_listblock--hover .rlhover_inner .box_heart.filled a {
        color: #e9ad4f; }
.reallist_inner .real_listblock--inner:hover .rlhover_inner .view_btn {
  right: 0; }
.reallist_inner .real_listblock--inner:hover .rlhover_inner .request_btn {
  left: 0; }
.reallist_inner .real_listblock--inner:hover .rlhover_inner .favourite_save {
  opacity: 1; }
.reallist_inner .real_listblock--inner:hover .rlhover_inner .box_heart {
  top: 0; }
.reallist_inner .real_listblock--inner:hover .real_listblock--hover {
  opacity: 1; }
  .reallist_inner .real_listblock--inner:hover .real_listblock--hover:after, .reallist_inner .real_listblock--inner:hover .real_listblock--hover:before {
    opacity: 1;
    transform: scale(1);
    /* transition-delay: 2s; */ }

.recent_realblock {
  background: #0f0b05; }
  @media (max-width: 1200px) {
    .recent_realblock.innerspacing {
      padding-top: 60px; } }
  @media (min-width: 1650px) {
    .recent_realblock.innerspacing {
      padding: 5.8235294118rem 0 6.7058823529rem; } }
  .recent_realblock .top_txt {
    text-align: center; }
    .recent_realblock .top_txt .sub_txt {
      text-transform: uppercase;
      font-size: 0.7647058824rem;
      font-family: "miller-display", serif;
      letter-spacing: 0.4411764706rem;
      margin: 0 0 2% 0; }
      @media (min-width: 1650px) {
        .recent_realblock .top_txt .sub_txt {
          padding: 0 0 0 0.4117647059rem;
          margin: 0 0 1.9411764706rem 0; } }
    .recent_realblock .top_txt h2 {
      color: #f0eee9;
      text-transform: uppercase;
      letter-spacing: 0.3588235294rem; }
      @media (min-width: 1650px) {
        .recent_realblock .top_txt h2 {
          font-size: 1.9411764706rem; } }
  .recent_realblock .reallist_inner {
    max-width: 81.9411764706rem;
    margin: 0 auto;
    overflow: hidden; }
    .recent_realblock .reallist_inner .real_listblock {
      padding: 1.4705882353rem 0 0; }
    .recent_realblock .reallist_inner .reallist_colline {
      padding: 0 0.5882352941rem; }
      @media (max-width: 1200px) {
        .recent_realblock .reallist_inner .reallist_colline {
          width: 50%; } }
      @media (max-width: 768px) {
        .recent_realblock .reallist_inner .reallist_colline {
          width: 100%; } }
    .recent_realblock .reallist_inner .real_listblock--inner .realbox_btm > ul > li {
      padding: 0.2941176471rem 0.2941176471rem; }
      @media (min-width: 1650px) {
        .recent_realblock .reallist_inner .real_listblock--inner .realbox_btm > ul > li {
          padding: 0.2941176471rem 0.4705882353rem; } }
      @media (max-width: 639px) {
        .recent_realblock .reallist_inner .real_listblock--inner .realbox_btm > ul > li {
          padding: 0.2941176471rem 0.2941176471rem; } }
  .recent_realblock--txt p {
    color: #a68676;
    text-align: center;
    max-width: 60.1764705882rem;
    margin: 2.2941176471rem auto 0;
    font-size: 0.9411764706rem;
    letter-spacing: 0.0176470588rem;
    line-height: 1.7; }

.real_listing .infoinquiry_form {
  position: fixed;
  width: 100%;
  height: 101vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .real_listing .infoinquiry_form .burgernav__close {
    right: -20px;
    top: -20px; }
    @media (max-width: 991px) {
      .real_listing .infoinquiry_form .burgernav__close {
        right: -10px; } }

.pdfspace {
  margin-top: 30px; }

.top_logo {
  display: none; }

.simplefavorite-button {
  background: none;
  border: none;
  /*font-size: 0;*/
  display: none;
  padding: 0 37px;
  margin: -25px 0 10px;
  position: relative;
  line-height: 0;
  opacity: 0 !important;
  display: block;
  margin: -23px 0 10px;
  position: absolute; }
  .simplefavorite-button + span {
    display: none; }

.reallist_inner .real_listblock--hover .simplefavorite-button.active + span + .box_heart a,
.reallist_inner .real_listblock--inner .realbox_top .rltopbox_right .simplefavorite-button.active + span + .box_heart a {
  color: #e9ad4f; }

.project_button .button_left a.button {
  float: left; }

@media print {
  .property_content {
    margin-top: 30px; }

  .property_content h5 {
    font-size: 20px; }

  .btmspacing {
    margin-bottom: 30px; } }
/* outside section area
========================================================================== */
.outside {
  padding: 0 0 2.9411764706rem 0; }
  .outside__inner {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
    max-width: 73.8235294118rem;
    margin: 0 auto;
    padding: 2.2352941176rem 0 0 0; }
    @media (max-width: 768px) {
      .outside__inner {
        flex-flow: wrap;
        max-width: 36.4705882353rem; } }
    @media (max-width: 639px) {
      .outside__inner {
        padding: 1.7647058824rem 0 0 0; } }
    @media (max-width: 479px) {
      .outside__inner {
        padding: 1.1764705882rem 0 0 0; } }
  .outside__imgbox {
    padding: 0.5294117647rem 0 0 0.4117647059rem; }
    .outside__imgbox .outer_img {
      position: relative;
      z-index: 1;
      padding: 2.2941176471rem 0 0;
      transform: translate(-60px, 60px);
      transition: 0.5s all;
      opacity: 0; }
      @media (max-width: 1200px) {
        .outside__imgbox .outer_img {
          padding: 0.8823529412rem 0 0; } }
      .outside__imgbox .outer_img.divshown {
        transform: translate(0, 0);
        opacity: 1; }
      .outside__imgbox .outer_img .outer_rearimg {
        position: absolute;
        right: -0.8823529412rem;
        top: 0;
        padding: 0 0 68.5% 0;
        width: 68.5%;
        z-index: -1; }
    .outside__imgbox .outerbox_detail {
      position: relative;
      z-index: 1;
      margin: 0 1.4705882353rem 0 0;
      background: url(../img/realastate/outtxt_bg.jpg) center no-repeat;
      padding: 0 0 1.7647058824rem 0;
      background-size: cover;
      transform: translate(-60px, 60px);
      transition: 0.5s all 0.5s;
      opacity: 0; }
      .outside__imgbox .outerbox_detail.divshown {
        transform: translate(0, 0);
        opacity: 1; }
      @media (max-width: 1200px) {
        .outside__imgbox .outerbox_detail {
          margin: 0; } }
      .outside__imgbox .outerbox_detail:after, .outside__imgbox .outerbox_detail:before {
        content: "";
        position: absolute;
        top: 0.9411764706rem;
        left: 0.7647058824rem;
        bottom: 0.9411764706rem;
        right: 0.8235294118rem;
        opacity: 0;
        transition: all .7s ease 1s;
        z-index: 0; }
      .outside__imgbox .outerbox_detail:after {
        border-left: 1px solid #c3b9a4;
        border-right: 1px solid #c3b9a4;
        transform: scale(1, 0);
        transform-origin: 100% 0 0; }
      .outside__imgbox .outerbox_detail:before {
        border-bottom: 1px solid #c3b9a4;
        border-top: 1px solid #c3b9a4;
        transform: scale(0, 1);
        transform-origin: 0 0 0; }
      .outside__imgbox .outerbox_detail.divshown:after, .outside__imgbox .outerbox_detail.divshown:before {
        opacity: 1;
        transform: scale(1); }
      .outside__imgbox .outerbox_detail .outer_topimg {
        padding: 0 0 14.4705882353rem 0; }
      .outside__imgbox .outerbox_detail .outerbox_detailtxt {
        text-align: center;
        padding: 1.6470588235rem 15%;
        position: relative;
        z-index: 2; }
        @media (max-width: 1200px) {
          .outside__imgbox .outerbox_detail .outerbox_detailtxt {
            padding: 0.5882352941rem 1.4705882353rem; } }
        .outside__imgbox .outerbox_detail .outerbox_detailtxt h3 {
          color: #574539;
          font-family: "catamaran", sans-serif;
          text-transform: uppercase;
          letter-spacing: -0.1176470588rem;
          line-height: 1.2; }
          @media (max-width: 1200px) {
            .outside__imgbox .outerbox_detail .outerbox_detailtxt h3 {
              letter-spacing: 0; } }
          @media (max-width: 768px) {
            .outside__imgbox .outerbox_detail .outerbox_detailtxt h3 {
              font-size: 1.1176470588rem; } }
          @media (max-width: 479px) {
            .outside__imgbox .outerbox_detail .outerbox_detailtxt h3 {
              font-size: 0.9411764706rem; } }
          .outside__imgbox .outerbox_detail .outerbox_detailtxt h3 span {
            display: block;
            color: #c29d67;
            font-weight: 600; }
        .outside__imgbox .outerbox_detail .outerbox_detailtxt p {
          padding: 0.1764705882rem 0 0;
          line-height: 1.75;
          letter-spacing: 0.0588235294rem; }
        .outside__imgbox .outerbox_detail .outerbox_detailtxt .outbox_btn {
          margin-top: 1.8235294118rem; }
          .outside__imgbox .outerbox_detail .outerbox_detailtxt .outbox_btn a {
            text-align: center;
            background: #c29d67;
            color: #745931;
            padding: 0.8823529412rem 2.9411764706rem 1rem;
            display: inline-block;
            text-transform: uppercase;
            font-size: 0.8235294118rem;
            font-weight: 700; }
            @media (max-width: 479px) {
              .outside__imgbox .outerbox_detail .outerbox_detailtxt .outbox_btn a {
                padding: 0.8823529412rem 0.8823529412rem 1rem;
                font-size: 0.8235294118rem; } }
      .outside__imgbox .outerbox_detail .velimg {
        position: absolute;
        left: -11.7647058824rem;
        bottom: 0.7058823529rem;
        z-index: 1;
        opacity: 0;
        transition: 0.5s all; }
        .outside__imgbox .outerbox_detail .velimg.divshown {
          opacity: 1;
          left: -3.1176470588rem; }
      .outside__imgbox .outerbox_detail .plantimg {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -5.8823529412rem;
        text-align: center;
        z-index: 1;
        opacity: 0;
        transition: 0.5s all; }
        .outside__imgbox .outerbox_detail .plantimg.divshown {
          opacity: 1;
          bottom: -1.1176470588rem; }
  .outside__box h2 {
    color: #d9cec0;
    font-size: 5.0588235294rem;
    margin: 0 0 0 -1.5882352941rem;
    position: relative;
    z-index: 2; }
    @media (min-width: 1650px) {
      .outside__box h2 {
        font-size: 5.4117647059rem; } }
    @media (max-width: 1200px) {
      .outside__box h2 {
        font-size: 3.5294117647rem; } }
    @media (max-width: 479px) {
      .outside__box h2 {
        font-size: 2.6470588235rem;
        margin: 0 0 0 -0.8823529412rem; } }
    .outside__box h2 span {
      display: inline-block;
      vertical-align: top;
      opacity: 0;
      position: relative;
      transition: 0.5s all 1s; }
    .outside__box h2 span:first-child {
      right: 2.9411764706rem; }
    .outside__box h2 span:last-child {
      left: 2.9411764706rem; }
    .outside__box h2 span.btn_headtxt {
      font-size: 4.1176470588rem;
      margin: 3.2352941176rem 0 0 -0.5882352941rem; }
      @media (max-width: 1200px) {
        .outside__box h2 span.btn_headtxt {
          font-size: 2.3529411765rem;
          margin: 2.4117647059rem 0 0 -0.5882352941rem; } }
      @media (max-width: 479px) {
        .outside__box h2 span.btn_headtxt {
          font-size: 1.5294117647rem;
          margin: 2.4117647059rem 0 0 -0.5882352941rem; } }
  .outside__box.divshown h2 span:first-child {
    opacity: 1;
    right: 0;
    left: auto; }
  .outside__box.divshown h2 span:last-child {
    opacity: 1;
    left: 0;
    right: auto; }
  .outside__box .tag_line {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1764705882rem;
    padding: 0.4117647059rem 0 0.7058823529rem 4.2941176471rem;
    color: #574539;
    margin: 0; }
    @media (max-width: 1200px) {
      .outside__box .tag_line {
        font-size: 0.9411764706rem;
        margin: 1.1176470588rem 0 0 -0.5882352941rem; } }
    @media (max-width: 479px) {
      .outside__box .tag_line {
        margin: 1.1176470588rem 0 0 -0.5882352941rem; } }
  .outside__box .outsingle_img {
    position: relative;
    padding: 0 0 2.9411764706rem 4.2941176471rem; }
    @media (max-width: 1200px) {
      .outside__box .outsingle_img {
        padding: 0 0 2.3529411765rem 2.3529411765rem; } }
    @media (min-width: 1366px) {
      .outside__box .outsingle_img {
        margin: 0 -0.8823529412rem 0 0; } }
    @media (max-width: 479px) {
      .outside__box .outsingle_img {
        padding: 0 0 1.1764705882rem; } }
    .outside__box .outsingle_img .foolplant {
      position: absolute;
      bottom: -5.8823529412rem;
      right: -1.8823529412rem;
      opacity: 0;
      transition: 0.5s all 1.5s; }
      @media (max-width: 1200px) {
        .outside__box .outsingle_img .foolplant {
          bottom: 0;
          right: -0.8823529412rem;
          max-width: 4.1176470588rem; } }
  .outside__box.divshown .foolplant {
    bottom: 0.1764705882rem;
    opacity: 1; }
  .outside__box .outsidebox_txt {
    padding: 0 0 0 14.3529411765rem; }
    @media (max-width: 1200px) {
      .outside__box .outsidebox_txt {
        padding: 0 0 0 25%; } }
    @media (max-width: 768px) {
      .outside__box .outsidebox_txt {
        padding: 0 0 1.1764705882rem 25%; } }
    @media (max-width: 639px) {
      .outside__box .outsidebox_txt {
        padding: 0 0 1.1764705882rem; } }
    .outside__box .outsidebox_txt h4 {
      text-transform: uppercase;
      font-family: "catamaran", sans-serif;
      font-weight: 600;
      color: #574539;
      font-size: 1.1176470588rem;
      letter-spacing: 0.0588235294rem;
      padding: 0 0 1.5882352941rem 0;
      position: relative; }
      .outside__box .outsidebox_txt h4:after {
        content: "";
        height: 0.0588235294rem;
        width: 0;
        background: #c69c6d;
        display: inline-block;
        position: absolute;
        bottom: 0.5882352941rem;
        left: 0;
        opacity: 0;
        transition: 2s all; }
    .outside__box .outsidebox_txt.divshown h4:after {
      width: 1.7647058824rem;
      opacity: 1; }
    .outside__box .outsidebox_txt p {
      line-height: 1.6; }

.top-sec {
  padding-top: 7.7647058824rem;
  padding-bottom: 2.6470588235rem; }
  .top-sec .container {
    max-width: 73.5294117647rem; }
  .top-sec .top-sec-image-div {
    background-position: left top;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .top-sec .top-sec-image-div {
        background-position: left top -4.7058823529rem; } }
    @media (max-width: 639px) {
      .top-sec .top-sec-image-div {
        background-position: left top -1.1764705882rem; } }
    .top-sec .top-sec-image-div .title-bar {
      margin-bottom: 22.5882352941rem; }
      .top-sec .top-sec-image-div .title-bar .titletop_icon {
        top: -2.4705882353rem; }
  .top-sec .title-bar {
    padding: 2.5882352941rem 6.4705882353rem 2.9411764706rem;
    position: relative;
    /* &:before{
    	content: '';
    	display: inline-block;
    	background: url('../img/circle-icon.svg')  center no-repeat;
    	background-size: 100%;
    	width: rem(100px);
    	height: rem(113px);
    	position: absolute;
    	top: -7px;
    	left: 50%;
    	transform: translate(-50%, -50%);
    } */ }
    .top-sec .title-bar .titletop_icon {
      width: 5.8823529412rem;
      height: 6.6470588235rem;
      position: absolute;
      top: -3.7058823529rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: inline-flex;
      justify-content: center;
      align-items: flex-end; }
    .top-sec .title-bar:after {
      content: "";
      display: inline-block;
      height: 0.0588235294rem;
      width: 0;
      background: #705d4c;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: 1s all;
      z-index: -1; }
    .top-sec .title-bar.divshown:after {
      width: 100%; }
    .top-sec .title-bar h2 {
      font-size: 2.0588235294rem;
      line-height: 1.72;
      color: #222222;
      position: relative; }
      .top-sec .title-bar h2:first-letter {
        font-size: 5.3005882353rem;
        line-height: 5.3005882353rem;
        color: #9f8670;
        position: absolute;
        top: 0.8823529412rem;
        left: 0; }
  .top-sec .text-content-row {
    display: flex;
    justify-content: space-between; }
    .top-sec .text-content-row .text-content-col {
      width: calc(50% - 22.5px);
      border-top: solid 0.0588235294rem #705d4c;
      padding-top: 3.1176470588rem; }
      .top-sec .text-content-row .text-content-col p {
        line-height: 1.6; }
      .top-sec .text-content-row .text-content-col.text-content-left {
        font-family: "miller-display", serif;
        font-size: 1.5858823529rem; }
  @media (max-width: 991px) {
    .top-sec {
      padding-top: 4.1176470588rem; }
      .top-sec .title-bar {
        padding: 2.9411764706rem 0 1.7647058824rem; }
        .top-sec .title-bar h2 {
          font-size: 1.7647058824rem;
          line-height: 1.5;
          margin-bottom: 0.5882352941rem; }
          .top-sec .title-bar h2:first-letter {
            font-size: 3.5294117647rem;
            line-height: 3.5294117647rem; }
      .top-sec .text-content-row .text-content-col {
        padding-top: 2.3529411765rem; }
        .top-sec .text-content-row .text-content-col.text-content-left {
          font-family: "miller-display", serif;
          font-size: 1.2941176471rem; } }
  @media (max-width: 767px) {
    .top-sec .title-bar h2 {
      font-size: 1.4117647059rem; }
      .top-sec .title-bar h2:first-letter {
        font-size: 2.6470588235rem;
        line-height: 2.6470588235rem; }
    .top-sec .text-content-row {
      display: block; }
      .top-sec .text-content-row .text-content-col {
        width: auto;
        padding-top: 1.7647058824rem; }
        .top-sec .text-content-row .text-content-col.text-content-left {
          font-size: 1.1764705882rem;
          margin-bottom: 1.7647058824rem; } }

.est_thausands.explore_area_sec .labelTitle {
  margin: 0 auto 1.8235294118rem; }
@media (min-width: 1200px) {
  .est_thausands.explore_area_sec .exploreTextBg {
    top: -3rem; } }
@media (min-width: 1200px) {
  .est_thausands.explore_area_sec .explore_area_inner .explore_row .explore-image {
    margin-top: -1.0588235294rem;
    margin-bottom: -4.1176470588rem; } }

.est_thausands + .welcome__bottom .fullview_img {
  padding: 0 0 33.5% 0;
  min-height: 22.6470588235rem; }

/* Greenville Section Start here */
.explore_area_sec {
  position: relative; }
  .explore_area_sec .labelTitle {
    color: #c69c6d;
    font-family: "miller-display", serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.0882352941rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto; }
    .explore_area_sec .labelTitle span {
      position: relative;
      display: block; }
      .explore_area_sec .labelTitle span:before {
        content: '';
        display: inline-block;
        width: 3.5882352941rem;
        height: 0.0588235294rem;
        position: absolute;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        border-top: solid 1px #c69c6d; }
    .explore_area_sec .labelTitle .labtitleimg {
      max-width: 2.6470588235rem;
      margin: 0.5882352941rem auto 0; }
  .explore_area_sec .exploreTextBgWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden; }
  .explore_area_sec .exploreTextBg {
    font-family: "miller-display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18.2352941176rem;
    line-height: 1.18;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #efece7;
    -webkit-text-stroke-width: 0.0588235294rem;
    -webkit-text-stroke-color: #ffffff; }
  .explore_area_sec .explore_area_inner {
    max-width: 82.9411764706rem;
    margin-left: auto;
    position: relative;
    z-index: 1;
    padding: 10.5% 0 0; }
    @media (min-width: 1200px) {
      .explore_area_sec .explore_area_inner {
        padding: 7.1764705882rem 0 0; } }
    @media (max-width: 991px) {
      .explore_area_sec .explore_area_inner {
        padding: 8% 0 0; } }
    @media (max-width: 768px) {
      .explore_area_sec .explore_area_inner {
        padding: 5% 0 0; } }
    @media (max-width: 767px) {
      .explore_area_sec .explore_area_inner {
        padding-right: 0.5882352941rem; } }
    .explore_area_sec .explore_area_inner .explore-top-row {
      display: flex;
      position: relative; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left {
        width: 66%; }
        .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title {
          font-family: "miller-display", serif;
          font-weight: 300;
          line-height: 1.2;
          color: #222222;
          letter-spacing: 0.5882352941rem;
          text-transform: uppercase;
          margin-bottom: 0.2941176471rem; }
          @media (min-width: 1200px) {
            .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title {
              font-size: 2.8235294118rem; } }
          .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title > span {
            /*max-width: rem(430px); */
            display: inline-block; }
            @media (max-width: 1200px) {
              .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title > span {
                max-width: 100%; } }
          .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title .sub_lab {
            font-size: 1.7647058824rem;
            padding: 0.5294117647rem 0 0; }
            @media (max-width: 639px) {
              .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title .sub_lab {
                position: static; } }
          .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title .btmline {
            /*width: 100%; */ }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-right {
        padding-top: 2.1764705882rem;
        width: 34%; }
        .explore_area_sec .explore_area_inner .explore-top-row .explore-top-right strong {
          font-size: 2.2817647059rem;
          line-height: 1.5;
          font-family: "miller-display", serif;
          font-weight: 400;
          font-style: italic;
          color: #c69c6d; }
    .explore_area_sec .explore_area_inner .explore_row {
      display: flex; }
      .explore_area_sec .explore_area_inner .explore_row .explore_col {
        padding-top: 2.7058823529rem;
        padding-bottom: 2.9411764706rem; }
        .explore_area_sec .explore_area_inner .explore_row .explore_col h3 {
          font-family: "miller-display", serif;
          font-weight: 300;
          font-style: italic;
          font-size: 1.7647058824rem;
          color: #c69c6d;
          margin-bottom: 1.5882352941rem; }
        @media (min-width: 1200px) {
          .explore_area_sec .explore_area_inner .explore_row .explore_col .exp_link {
            padding: 1.4117647059rem 0 0 0; } }
        .explore_area_sec .explore_area_inner .explore_row .explore_col .exp_link a {
          color: #c69c6d; }
        .explore_area_sec .explore_area_inner .explore_row .explore_col ul {
          margin: 0; }
          .explore_area_sec .explore_area_inner .explore_row .explore_col ul li {
            position: relative;
            padding-left: 0.8823529412rem;
            font-size: 1rem;
            line-height: 1.5;
            display: block; }
            .explore_area_sec .explore_area_inner .explore_row .explore_col ul li:before {
              content: '';
              display: inline-block;
              width: 0.1764705882rem;
              height: 0.1764705882rem;
              border-radius: 50%;
              background-color: #a68676;
              position: absolute;
              top: 0.7058823529rem;
              left: 0;
              margin-bottom: 0.1176470588rem; }
        .explore_area_sec .explore_area_inner .explore_row .explore_col p {
          line-height: 1.6; }
        .explore_area_sec .explore_area_inner .explore_row .explore_col.right_explore_col {
          padding-top: 1.2941176471rem; }
      .explore_area_sec .explore_area_inner .explore_row .explore-image {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 69.3%;
        margin-bottom: -2.9411764706rem;
        position: relative;
        box-shadow: 0 13px 29px 0 rgba(24, 24, 25, 0.35); }
        .explore_area_sec .explore_area_inner .explore_row .explore-image .master_vel {
          position: absolute;
          top: -2.2352941176rem;
          right: -2.9411764706rem;
          transform: rotateZ(50deg);
          opacity: 0;
          transition: 0.5s all; }
          @media (max-width: 991px) {
            .explore_area_sec .explore_area_inner .explore_row .explore-image .master_vel {
              right: -1rem;
              top: -1rem; } }
          .explore_area_sec .explore_area_inner .explore_row .explore-image .master_vel.divshown {
            transform: rotateZ(0deg);
            opacity: 1; }
  @media (max-width: 1400px) {
    .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title {
      margin-left: 0;
      display: flex;
      align-items: flex-start; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title .sub_lab {
        font-family: "miller-display", serif;
        font-weight: 300;
        position: inherit;
        top: auto;
        right: auto;
        margin-right: 0.8823529412rem; }
    .explore_area_sec .labelTitle {
      margin-bottom: 2.3529411765rem; }
    .explore_area_sec .exploreTextBg {
      font-size: 14.1176470588rem;
      line-height: 14.1176470588rem; } }
  @media (max-width: 1200px) {
    .explore_area_sec .labelTitle {
      margin-bottom: 1.1764705882rem; }
    .explore_area_sec .exploreTextBg {
      font-size: 10.5882352941rem;
      line-height: 10.5882352941rem; }
    .explore_area_sec .explore_area_inner {
      padding-right: 0.5882352941rem; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title {
        letter-spacing: 0.4705882353rem; }
        .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title .sub_lab {
          font-size: 1.4117647059rem; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-right {
        text-align: right;
        padding-top: 0.8823529412rem; }
      .explore_area_sec .explore_area_inner .explore_row .explore_col {
        padding-top: 0; }
        .explore_area_sec .explore_area_inner .explore_row .explore_col.right_explore_col {
          padding-top: 0; } }
  @media (max-width: 991px) {
    .explore_area_sec .labelTitle {
      margin-bottom: 0; }
    .explore_area_sec .exploreTextBg {
      font-size: 8.2352941176rem;
      line-height: 8.2352941176rem; }
    .explore_area_sec .explore_area_inner .explore_row .explore_col {
      padding-bottom: 0;
      margin-bottom: 1.7647058824rem; }
      .explore_area_sec .explore_area_inner .explore_row .explore_col h3 {
        margin-bottom: 0.8823529412rem; }
    .explore_area_sec .explore_area_inner .explore_row .explore-image {
      margin-bottom: 1.7647058824rem; }
    .explore_area_sec .explore_area_inner .explore-top-row {
      	/* .explore-top-left{
      	.sideline_title{
      	font-size: rem(30px);
      }
      } */ }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-right strong {
        font-size: 1.7647058824rem; } }
  @media (max-width: 767px) {
    .explore_area_sec .explore_area_inner .explore-top-row {
      display: block;
      margin-bottom: 0.8823529412rem; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left {
        width: 100%; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-right {
        width: 100%;
        text-align: left;
        padding-top: 0; } }
  @media (max-width: 639px) {
    .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title {
      margin-left: 0;
      display: block; }
      .explore_area_sec .explore_area_inner .explore-top-row .explore-top-left .sideline_title span br {
        display: none; } }

.est_thausands .explore_area_inner {
  padding: 0.2352941176rem 0 0; }

.lake_kew {
  position: absolute;
  right: -9.1176470588rem;
  text-transform: uppercase;
  transform: rotate(-90deg);
  top: 7.2352941176rem; }
  @media (min-width: 1650px) {
    .lake_kew {
      right: -3.0588235294rem; } }
  @media (min-width: 1366px) {
    .lake_kew {
      right: -5.2941176471rem;
      top: 0.1176470588rem; } }
  @media (min-width: 1200px) {
    .lake_kew {
      right: -5.2941176471rem; } }
  @media (max-width: 768px) {
    .lake_kew {
      right: -9.0588235294rem; } }
  .lake_kew p {
    font-size: 0.7058823529rem;
    letter-spacing: 0.2058823529rem; }

.distinctive_sec {
  background-color: #222222;
  padding: 0 0 5.2941176471rem 0; }
  .distinctive_sec .container {
    max-width: 64.4117647059rem;
    margin: 0 auto;
    width: 100%; }
  .distinctive_sec .distinctive_wrap {
    text-align: center; }
    .distinctive_sec .distinctive_wrap .community_logo_wrap {
      display: inline-block;
      vertical-align: top;
      padding: 0.4705882353rem;
      position: relative;
      margin-top: -9.1176470588rem; }
      .distinctive_sec .distinctive_wrap .community_logo_wrap .community_logo {
        background-color: #0f0b05;
        padding: 1.9411764706rem 2.8235294118rem 2.3529411765rem 2.7058823529rem; }
    .distinctive_sec .distinctive_wrap .community_heading {
      padding: 2.7647058824rem 0 0 0; }
      .distinctive_sec .distinctive_wrap .community_heading h2 {
        font-family: "miller-display", serif;
        font-size: 1.8823529412rem;
        line-height: 2.3529411765rem;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.4117647059rem; }
        .distinctive_sec .distinctive_wrap .community_heading h2 label {
          display: block;
          color: #c69c6d; }
      .distinctive_sec .distinctive_wrap .community_heading p {
        padding: 0.5882352941rem 5.2941176471rem 0 6rem;
        text-align: left;
        letter-spacing: -0.0058823529rem; }
    .distinctive_sec .distinctive_wrap .headding_text {
      font-family: "miller-display", serif;
      font-size: 0.9411764706rem;
      line-height: 1.2941176471rem;
      display: block;
      letter-spacing: 0.4117647059rem;
      margin-bottom: 2.1176470588rem;
      text-transform: uppercase; }
      .distinctive_sec .distinctive_wrap .headding_text .btmline {
        position: relative;
        letter-spacing: 0.2941176471rem;
        transition: 2s all; }
        .distinctive_sec .distinctive_wrap .headding_text .btmline:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -0.4705882353rem;
          margin: 0 auto;
          height: 0.0588235294rem;
          width: 0;
          background: #c69c6d;
          transition: 2s all;
          opacity: 0; }
      .distinctive_sec .distinctive_wrap .headding_text.divshown .btmline {
        letter-spacing: 0.4117647059rem; }
        .distinctive_sec .distinctive_wrap .headding_text.divshown .btmline:after {
          width: 53%;
          opacity: 1; }
    .distinctive_sec .distinctive_wrap .community_link_box {
      padding: 3.4705882353rem 0 0 0; }
      .distinctive_sec .distinctive_wrap .community_link_box ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between; }
        .distinctive_sec .distinctive_wrap .community_link_box ul li {
          width: calc(33.33% - 8px);
          padding: 0.6470588235rem;
          border: 0.0588235294rem solid #9f8575;
          margin-bottom: 0.7647058824rem; }
          .distinctive_sec .distinctive_wrap .community_link_box ul li a {
            display: block;
            background-color: #0f0b05;
            font-family: "miller-display", serif;
            font-size: 1rem;
            line-height: 1.2941176471rem;
            font-weight: 500;
            text-transform: uppercase;
            color: #c69c6d;
            padding: 1.4117647059rem 0.5882352941rem 1.3529411765rem 0.5882352941rem;
            letter-spacing: 0.2235294118rem;
            text-indent: 0.2235294118rem;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .distinctive_sec .distinctive_wrap .community_link_box ul li a:hover {
              background-color: #c49b6c;
              color: #ffffff; }
            @media (max-width: 639px) {
              .distinctive_sec .distinctive_wrap .community_link_box ul li a {
                font-size: 0.8235294118rem;
                padding: 0.7058823529rem 0.5882352941rem; } }
  @media (max-width: 991px) {
    .distinctive_sec .distinctive_wrap .community_heading p {
      padding: 0.5882352941rem 0 0 0; }
    .distinctive_sec .distinctive_wrap .community_link_box ul li {
      width: calc(50% - 8px); } }
  @media (max-width: 479px) {
    .distinctive_sec .distinctive_wrap .community_link_box ul li {
      width: 100%; }
    .distinctive_sec .distinctive_wrap .community_heading h2 {
      font-size: 1.2941176471rem;
      line-height: 2rem; } }

.content_image_block {
  padding: 6.4117647059rem 0 5.7058823529rem 0; }
  .content_image_block .container {
    max-width: 74.1176470588rem;
    margin: 0 auto;
    width: 100%; }
  .content_image_block .left_content_block h2 {
    font-family: "miller-display", serif;
    font-size: 2.0588235294rem;
    line-height: 3.2352941176rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.4117647059rem;
    margin: 0 0 1.8235294118rem 0; }
    .content_image_block .left_content_block h2 > .top_subhead {
      display: block;
      font-size: 1.4117647059rem;
      line-height: 1.7647058824rem;
      color: #b69065;
      letter-spacing: 0.2823529412rem;
      padding: 0 0 0.4117647059rem 0;
      transition: 0.5s all 1s; }
    .content_image_block .left_content_block h2 > .effet {
      max-width: 330;
      display: inline-block; }
    .content_image_block .left_content_block h2 .sub_lab {
      right: 102.5%;
      top: 1.7058823529rem; }
      .content_image_block .left_content_block h2 .sub_lab .btmline {
        bottom: 0.2941176471rem;
        right: 0.1176470588rem; }
      .content_image_block .left_content_block h2 .sub_lab.divshown .btmline {
        width: calc(100% + 34px); }
  .content_image_block .left_content_block p {
    font-family: "miller-display", serif;
    font-size: 1.5882352941rem;
    line-height: 2.5294117647rem;
    font-weight: 500;
    color: #9f8670; }
    .content_image_block .left_content_block p a {
      color: #222222; }
      .content_image_block .left_content_block p a u {
        text-decoration: underline; }
  .content_image_block .animated .top_subhead {
    opacity: 0; }
  .content_image_block .image_block {
    text-align: center;
    padding: 1rem 0 0 0; }
    @media (min-width: 1200px) {
      .content_image_block .image_block {
        padding-left: 0.5294117647rem; } }
    .content_image_block .image_block img {
      box-shadow: 0 13px 29px 0 rgba(24, 24, 25, 0.35); }
  @media (max-width: 991px) {
    .content_image_block {
      padding: 2.3529411765rem 0 4.1176470588rem 0; }
      .content_image_block .left_content_block h2 {
        font-size: 1.6470588235rem;
        line-height: 2.8235294118rem;
        letter-spacing: 0.2941176471rem;
        margin: 0 0 0.5882352941rem 0; }
        .content_image_block .left_content_block h2 > span {
          font-size: 1.1764705882rem;
          line-height: 1.6470588235rem;
          letter-spacing: 0.2352941176rem;
          padding: 0 0 0 0; }
      .content_image_block .left_content_block p {
        font-size: 1.2941176471rem;
        line-height: 2.2352941176rem; }
      .content_image_block .image_block {
        padding: 1.7647058824rem 0 0 0; } }

.members_sec .container {
  max-width: 81.7647058824rem;
  margin: 0 auto;
  width: 100%; }
.members_sec .members_sec_wrap.row {
  margin: 0 -3.1176470588rem; }
  @media (max-width: 1650px) {
    .members_sec .members_sec_wrap.row {
      margin: 0; } }
.members_sec .extra_space {
  padding: 0 3.1176470588rem; }
.members_sec .members_heading {
  text-align: center;
  padding: 0 0 2.2941176471rem 0; }
  .members_sec .members_heading h6 {
    font-family: "miller-display", serif;
    font-size: 0.7647058824rem;
    line-height: 1rem;
    font-weight: 500;
    color: #b28d63;
    text-transform: uppercase;
    letter-spacing: 0.4470588235rem;
    margin: 0 0 1.7647058824rem 0; }
  .members_sec .members_heading h2 {
    font-family: "miller-display", serif;
    font-size: 1.8823529412rem;
    line-height: 2.3529411765rem;
    font-weight: 500;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.4117647059rem;
    max-width: 44.7058823529rem;
    margin: 0 auto; }
.members_sec .members_box_wrap {
  text-align: center;
  padding: 0 0 4.1176470588rem 0; }
  .members_sec .members_box_wrap > a {
    overflow: hidden; }
  .members_sec .members_box_wrap .members_box {
    height: 22.4705882353rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.3); }
    .members_sec .members_box_wrap .members_box:before {
      content: "";
      width: 80%;
      height: 80%;
      background: rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      transition: all .4s ease 0s;
      transform: translate(-50%, -50%); }
    .members_sec .members_box_wrap .members_box .members_title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .members_sec .members_box_wrap .members_box .members_box_content {
      width: 80%;
      height: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .members_sec .members_box_wrap .members_box .members_box_content:before, .members_sec .members_box_wrap .members_box .members_box_content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all 0.7s ease 0s; }
      .members_sec .members_box_wrap .members_box .members_box_content:before {
        border-bottom: 2px solid #9f8575;
        border-top: 2px solid #9f8575;
        transform: scale(0, 1);
        transform-origin: 0 0 0; }
      .members_sec .members_box_wrap .members_box .members_box_content:after {
        border-left: 2px solid #9f8575;
        border-right: 2px solid #9f8575;
        transform: scale(1, 0);
        transform-origin: 100% 0 0; }
    .members_sec .members_box_wrap .members_box .title {
      color: #ffffff;
      opacity: 0;
      transform: translate3d(0, -50px, 0);
      transition: transform .5s ease 0s;
      font-size: 2.0588235294rem;
      font-family: "miller-display", serif;
      font-weight: 300;
      line-height: 3.1764705882rem;
      letter-spacing: 0.4117647059rem;
      text-transform: uppercase; }
    .members_sec .members_box_wrap .members_box:hover:before {
      opacity: 1;
      transition-delay: .1s;
      transition: all .8s ease 0s;
      transition-delay: .0s; }
    .members_sec .members_box_wrap .members_box:hover .members_box_content:before {
      opacity: 1;
      transform: scale(1);
      transition-delay: 0.15s; }
    .members_sec .members_box_wrap .members_box:hover .members_box_content:after {
      opacity: 1;
      transform: scale(1);
      transition-delay: 0.15s; }
    .members_sec .members_box_wrap .members_box:hover .title {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      font-size: 1.4117647059rem;
      line-height: 1.5;
      margin-bottom: 0; }
      @media (min-width: 1650px) {
        .members_sec .members_box_wrap .members_box:hover .title {
          font-size: 1.5882352941rem;
          line-height: 1.5; } }
      @media (max-width: 1400px) {
        .members_sec .members_box_wrap .members_box:hover .title {
          font-size: 1.4117647059rem;
          line-height: 1.5; } }
  .members_sec .members_box_wrap > span {
    font-family: "catamaran", sans-serif;
    font-weight: 400;
    font-size: 0.8235294118rem;
    line-height: 0.9411764706rem;
    text-transform: uppercase;
    color: #998a74;
    display: block;
    padding: 1.5294117647rem 0 0 0;
    letter-spacing: 0.2058823529rem; }
@media (max-width: 991px) {
  .members_sec .members_heading h2 {
    font-size: 1.4117647059rem;
    line-height: 1.8823529412rem; }
  .members_sec .members_box_wrap .members_box .title {
    font-size: 1.5294117647rem;
    line-height: 1.8823529412rem;
    letter-spacing: 0.2352941176rem; } }
@media (max-width: 479px) {
  .members_sec {
    padding: 0; }
    .members_sec .members_box_wrap .members_box {
      height: 17.6470588235rem; } }

.amenities_sec {
  padding: 3.5882352941rem 0 5.8823529412rem 0; }
  .amenities_sec .container {
    max-width: 73.2352941176rem;
    margin: 0 auto;
    width: 100%; }
  .amenities_sec .amenities_heading {
    text-align: center;
    padding: 0 0 1.8823529412rem 0; }
    .amenities_sec .amenities_heading h2 {
      font-family: "miller-display", serif;
      font-size: 1.4117647059rem;
      line-height: 1.7647058824rem;
      font-weight: 300;
      color: #1a1818;
      text-transform: uppercase;
      letter-spacing: 0.4117647059rem;
      background-color: #d2c7b8;
      margin: 0;
      padding: 1.0588235294rem 0.5882352941rem 1.0588235294rem 0.5882352941rem;
      letter-spacing: 0.2882352941rem;
      text-indent: 0.2882352941rem; }
      @media (max-width: 768px) {
        .amenities_sec .amenities_heading h2 {
          font-size: 1.1764705882rem; } }
  .amenities_sec .title-bar {
    margin-bottom: 2.3529411765rem; }
    .amenities_sec .title-bar .top-title {
      font-family: "miller-display", serif;
      font-size: 0.7647058824rem;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center;
      display: block;
      letter-spacing: 0.4411764706rem;
      margin-bottom: 1.6470588235rem;
      color: #b28d63; }
    .amenities_sec .title-bar h2 {
      color: #222222;
      font-size: 1.8688235294rem;
      line-height: 1.5;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.4117647059rem;
      /*text-indent: rem(18px);*/ }
      @media (max-width: 639px) {
        .amenities_sec .title-bar h2 {
          font-size: 1.4117647059rem;
          line-height: 1.3;
          letter-spacing: 0.2941176471rem; } }
  .amenities_sec .amenities_list {
    border-bottom: 0.0588235294rem solid #1a1818; }
    .amenities_sec .amenities_list:first-child {
      border-top: 0.0588235294rem solid #1a1818; }
    .amenities_sec .amenities_list .amenities_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2.0588235294rem 8.7058823529rem 1.7058823529rem 6.6470588235rem; }
      .amenities_sec .amenities_list .amenities_title h5 {
        font-family: "miller-display", serif;
        font-size: 1.7647058824rem;
        line-height: 2.3529411765rem;
        font-weight: 500;
        color: #1a1818;
        margin: 0;
        -webkit-transition: all, 0.5s, ease;
        -o-transition: all, 0.5s, ease;
        transition: all, 0.5s, ease; }
      .amenities_sec .amenities_list .amenities_title span {
        text-transform: uppercase;
        font-size: 0.7647058824rem;
        line-height: 0.9411764706rem;
        font-family: "catamaran", sans-serif;
        font-weight: 500;
        letter-spacing: 0.0294117647rem;
        position: relative;
        color: #c79f72; }
        .amenities_sec .amenities_list .amenities_title span:before {
          position: absolute;
          content: "";
          width: 0.4117647059rem;
          height: 0.0588235294rem;
          background-color: #c79f72;
          left: -0.6470588235rem;
          top: 0.5294117647rem; }
        .amenities_sec .amenities_list .amenities_title span:after {
          position: absolute;
          content: "";
          height: 0.4117647059rem;
          width: 0.0588235294rem;
          background-color: #c79f72;
          left: -0.4705882353rem;
          top: 0.3529411765rem; }
      .amenities_sec .amenities_list .amenities_title.active h5 {
        font-size: 2.2352941176rem; }
      .amenities_sec .amenities_list .amenities_title.active span:after {
        opacity: 0; }
    .amenities_sec .amenities_list .amenities_content_wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0.5882352941rem 8.8235294118rem 3.0588235294rem 10.1176470588rem; }
      .amenities_sec .amenities_list .amenities_content_wrap .amenities_content_img {
        width: 30%; }
      .amenities_sec .amenities_list .amenities_content_wrap .amenities_text {
        width: 70%;
        padding: 0 0 0 1.5294117647rem; }
        .amenities_sec .amenities_list .amenities_content_wrap .amenities_text h3 {
          font-family: "miller-display", serif;
          font-size: 1.4117647059rem;
          line-height: 2rem;
          font-weight: 300;
          color: #b69065;
          text-transform: uppercase;
          margin: 0 0 0.8823529412rem 0;
          letter-spacing: 0.2941176471rem; }
        .amenities_sec .amenities_list .amenities_content_wrap .amenities_text p {
          line-height: 1.5882352941rem;
          letter-spacing: -0.0058823529rem; }
  @media (max-width: 991px) {
    .amenities_sec {
      padding: 0 0 0.5882352941rem 0; }
      .amenities_sec .amenities_list .amenities_title {
        padding: 1.7647058824rem 0.8823529412rem 1.7647058824rem 0.8823529412rem; }
      .amenities_sec .amenities_list .amenities_content_wrap {
        padding: 0.5882352941rem 0.8823529412rem 2.3529411765rem 0.8823529412rem; } }
  @media (max-width: 767px) {
    .amenities_sec .amenities_list .amenities_content_wrap .amenities_content_img {
      width: 100%; }
    .amenities_sec .amenities_list .amenities_content_wrap .amenities_text {
      width: 100%;
      padding: 1.7647058824rem 0 0 0; }
    .amenities_sec .amenities_list .amenities_title h5 {
      padding-right: 1.1764705882rem; } }
  @media (max-width: 479px) {
    .amenities_sec .amenities_list .amenities_title h5 {
      font-size: 1.2941176471rem;
      line-height: 1.8823529412rem; }
    .amenities_sec .amenities_list .amenities_title.active h5 {
      font-size: 1.4117647059rem; } }

.amenities_quote_sec {
  padding: 4.1176470588rem 0 6.6470588235rem 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  .amenities_quote_sec .amenities_quote_content blockquote {
    background-color: transparent;
    margin: 0;
    font-family: "miller-display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.4117647059rem;
    line-height: 1.6470588235rem;
    color: #161918;
    padding: 4.2352941176rem 0 1.1176470588rem 1.2941176471rem;
    letter-spacing: -0.0117647059rem;
    display: inline-block;
    position: relative; }
    .amenities_quote_sec .amenities_quote_content blockquote:before {
      position: absolute;
      content: "";
      background-image: url(../img/community/quote-icon.png);
      width: 10rem;
      height: 7.6470588235rem;
      left: -6.1764705882rem;
      top: 0.4117647059rem;
      z-index: -1;
      transform: rotateZ(33deg);
      opacity: 0;
      transition: 1s all; }
    .amenities_quote_sec .amenities_quote_content blockquote:after {
      position: absolute;
      content: "";
      background-image: url(../img/community/leaf-img.png);
      width: 8.0588235294rem;
      height: 18.0588235294rem;
      left: 1.7647058824rem;
      top: 2.1176470588rem;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      transform: translateY(-140px);
      opacity: 0;
      transition: 1s all; }
  .amenities_quote_sec .amenities_quote_content.divshown blockquote:before {
    transform: rotateZ(0deg);
    opacity: 1; }
  .amenities_quote_sec .amenities_quote_content.divshown blockquote:after {
    transform: translateY(0);
    opacity: 1; }
  .amenities_quote_sec .amenities_quote_content span {
    display: block;
    font-family: "catamaran", sans-serif;
    font-weight: 400;
    font-size: 0.9411764706rem;
    line-height: 1.0588235294rem;
    color: #161918;
    text-transform: uppercase;
    letter-spacing: 0.0470588235rem; }
  @media (max-width: 991px) {
    .amenities_quote_sec .amenities_quote_content blockquote:before {
      left: 0;
      top: -0.5882352941rem; } }
  @media (max-width: 767px) {
    .amenities_quote_sec {
      padding: 3.5294117647rem 0 5.8823529412rem 0; } }
  @media (max-width: 639px) {
    .amenities_quote_sec .amenities_quote_content blockquote:before {
      width: 5.8823529412rem;
      height: 4.7058823529rem;
      background-size: contain;
      background-repeat: no-repeat;
      top: 1.1764705882rem; } }

.parallax-image {
  position: relative;
  position: relative;
  overflow: hidden;
  padding-bottom: 61% !important; }
  .parallax-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.imgitem {
  padding-bottom: 61%; }

/* go exploring */
.go_exploring_sec .go_exploring_container {
  max-width: 81.9411764706rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem; }
.go_exploring_sec .go-exploring-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .go_exploring_sec .go-exploring-blocks li {
    display: block;
    width: 25%;
    padding: 0rem 0.3823529412rem;
    margin-bottom: 1rem; }
    .go_exploring_sec .go-exploring-blocks li a {
      display: block;
      background-color: #e5e0d9;
      border: solid 1px #9f8575;
      padding: 0.5882352941rem 1.7647058824rem 0.5882352941rem 3.7058823529rem;
      position: relative;
      overflow: hidden;
      text-align: center;
      font-size: 1rem;
      line-height: 1.5;
      min-height: 7.5294117647rem; }
    .go_exploring_sec .go-exploring-blocks li .side_title {
      max-width: 7.5294117647rem;
      width: 100%;
      display: block;
      background-color: #617a48;
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.2;
      text-transform: uppercase;
      padding: 0.2352941176rem 0.5882352941rem;
      transform: rotate(-90deg);
      transform-origin: top left 0;
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      text-align: center;
      position: absolute;
      top: 100%;
      left: 0; }
    .go_exploring_sec .go-exploring-blocks li h4 {
      font-size: 1.2352941176rem;
      line-height: 1.3;
      min-height: 2.4705882353rem;
      margin-bottom: 0.1176470588rem; }
    .go_exploring_sec .go-exploring-blocks li time {
      color: #1a1818;
      font-weight: 600; }
    .go_exploring_sec .go-exploring-blocks li .browntext {
      display: block;
      color: #9f8670; }
    .go_exploring_sec .go-exploring-blocks li.waterfall a .side_title {
      background-color: #32586e; }
    .go_exploring_sec .go-exploring-blocks li.trails a .side_title {
      background-color: #735533; }
    .go_exploring_sec .go-exploring-blocks li.mountains a .side_title {
      background-color: #80776e; }
@media (max-width: 1200px) {
  .go_exploring_sec .go_exploring_container {
    padding-left: 0; }
  .go_exploring_sec .go-exploring-blocks li {
    width: 33.333%; } }
@media (max-width: 991px) {
  .go_exploring_sec .go-exploring-blocks li {
    width: 50%; } }
@media (max-width: 639px) {
  .go_exploring_sec .go-exploring-blocks li {
    width: 100%; } }

/* parks_trails_sec */
.parks_trails_sec {
  padding-top: 6.4705882353rem;
  padding-bottom: 2.9411764706rem;
  position: relative; }
  .parks_trails_sec .dotline {
    height: 6.8823529412rem;
    top: auto;
    z-index: 1; }
  .parks_trails_sec .parks_trails_container {
    max-width: 85.8823529412rem;
    margin-left: auto;
    margin-right: auto; }
    .parks_trails_sec .parks_trails_container .row {
      display: flex; }
    .parks_trails_sec .parks_trails_container .parks-trails-headding {
      padding-left: 4.7058823529rem; }
      .parks_trails_sec .parks_trails_container .parks-trails-headding h2 {
        color: #a68676;
        font-size: 1.4117647059rem;
        font-weight: 300;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 0.2941176471rem;
        margin-bottom: 1.4705882353rem; }
    .parks_trails_sec .parks_trails_container .welcome__block--inner {
      top: 0;
      max-width: inherit;
      margin-bottom: 0.5882352941rem;
      margin-right: 1.7647058824rem;
      margin-left: 1.1764705882rem; }
      .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt {
        padding: 2.9411764706rem 2.3529411765rem 2.4705882353rem 2.3529411765rem; }
        @media (min-width: 1650px) {
          .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt {
            padding: 2.9411764706rem 2.3529411765rem 2.4705882353rem 4.1176470588rem; } }
        .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
          font-size: 2.0588235294rem;
          line-height: 1.55;
          text-transform: uppercase;
          font-weight: 300;
          letter-spacing: 0.4117647059rem;
          margin-bottom: 1.1764705882rem; }
        .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt p {
          line-height: 1.6; }
    .parks_trails_sec .parks_trails_container .parkst-rails-col {
      position: relative;
      padding-top: 2.1764705882rem; }
    .parks_trails_sec .parks_trails_container .col-lg-5 {
      position: relative;
      z-index: 1; }
    .parks_trails_sec .parks_trails_container .parkstrails-wide {
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: cover;
      margin-left: -6.7647058824rem;
      height: 100%;
      position: relative;
      box-shadow: 0 13px 29px 0 rgba(24, 24, 25, 0.35); }
      .parks_trails_sec .parks_trails_container .parkstrails-wide .mapImg {
        position: absolute;
        right: -4.2352941176rem;
        bottom: -4.5294117647rem; }
        @media (max-width: 639px) {
          .parks_trails_sec .parks_trails_container .parkstrails-wide .mapImg {
            max-width: 18.8235294118rem; } }
        @media (max-width: 479px) {
          .parks_trails_sec .parks_trails_container .parkstrails-wide .mapImg {
            max-width: 15.4705882353rem; } }
      .parks_trails_sec .parks_trails_container .parkstrails-wide .watchImg {
        position: absolute;
        right: 8.4117647059rem;
        bottom: 7.3529411765rem; }
        @media (max-width: 639px) {
          .parks_trails_sec .parks_trails_container .parkstrails-wide .watchImg {
            bottom: 3.8823529412rem;
            max-width: 7.8235294118rem; } }
        @media (max-width: 479px) {
          .parks_trails_sec .parks_trails_container .parkstrails-wide .watchImg {
            bottom: 2.5294117647rem;
            max-width: 6.0588235294rem; } }
  @media (max-width: 1400px) {
    .parks_trails_sec .parks_trails_container .parks-trails-headding {
      padding-left: 5.9411764706rem; }
    .parks_trails_sec .parks_trails_container .welcome__block--inner {
      margin-left: 0;
      margin-right: 0; }
      .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt {
        padding: 2.3529411765rem 1.7647058824rem; } }
  @media (max-width: 991px) {
    .parks_trails_sec {
      padding-top: 3.5294117647rem; }
      .parks_trails_sec .parks_trails_container .row {
        display: block; }
      .parks_trails_sec .parks_trails_container .welcome__block--inner {
        margin-left: 1.7647058824rem;
        margin-right: 1.7647058824rem; }
        .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
          font-size: 1.7647058824rem;
          line-height: 1.5;
          letter-spacing: 0.2941176471rem;
          margin-bottom: 0.8823529412rem; }
      .parks_trails_sec .parks_trails_container .parkst-rails-col {
        padding-top: 0;
        margin-top: -4.4117647059rem; }
      .parks_trails_sec .parks_trails_container .parkstrails-wide .mapImg {
        right: 0; }
      .parks_trails_sec .parks_trails_container .parkstrails-wide {
        margin-left: 0;
        padding-bottom: 60%; } }
  @media (max-width: 767px) {
    .parks_trails_sec {
      padding-top: 2.3529411765rem; }
      .parks_trails_sec .parks_trails_container .welcome__block--inner {
        margin-left: 0.8823529412rem;
        margin-right: 0.8823529412rem; }
        .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt {
          padding: 1.7647058824rem 0.8823529412rem; }
          .parks_trails_sec .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
            font-size: 1.4117647059rem; }
      .parks_trails_sec .parks_trails_container .parkstrails-wide {
        height: 26.4705882353rem; } }
  @media (max-width: 479px) {
    .parks_trails_sec .parks_trails_container .parkstrails-wide {
      height: 22.4705882353rem; } }

/* givingback_bnr */
.page_banner.givingback_bnr .bnr__inner {
  display: flex;
  align-items: center;
  height: 100vh;
  max-width: 92.3529411765rem;
  background-repeat: no-repeat;
  background-position: 24% bottom;
  padding-top: 5.8823529412rem;
  padding-bottom: 5.8823529412rem; }
  @media (max-width: 768px) {
    .page_banner.givingback_bnr .bnr__inner {
      padding-bottom: 7.6470588235rem; } }
  .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
    width: 100%;
    /*border: solid 2px #d2b494; */
    padding: 7.2941176471rem 9.6470588235rem 6.0588235294rem 11.1764705882rem;
    position: relative;
    z-index: 1;
    display: flex;
    height: auto;
    flex-wrap: nowrap; }
    @media (max-width: 1650px) {
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
        padding: 6.4705882353rem 5.8823529412rem; } }
    @media (max-width: 1400px) {
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
        padding: 4.1176470588rem 5.8823529412rem; } }
    @media (max-width: 1200px) {
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
        padding: 4.7058823529rem 1.7647058824rem 4.7058823529rem 4.7058823529rem; } }
    @media (max-width: 991px) {
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
        display: block;
        padding: 1.7647058824rem 1.7647058824rem 1.7647058824rem 4.7058823529rem;
        margin-bottom: 1.1764705882rem; } }
    @media (max-width: 767px) {
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt {
        padding-left: 2.3529411765rem; } }
    .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox {
      max-width: 35.2941176471rem; }
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sub_txt {
        color: #b69065;
        font-size: 1.4117647059rem;
        line-height: 1.5;
        letter-spacing: 0.2941176471rem;
        margin-bottom: 0.2941176471rem;
        padding-left: 0.5294117647rem; }
        @media (max-width: 1200px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sub_txt {
            font-size: 1.2352941176rem;
            line-height: 1.3; } }
        @media (max-width: 767px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sub_txt {
            font-size: 1.0588235294rem;
            line-height: 1.2; } }
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title {
        color: #4a3b2c;
        font-size: 2.8235294118rem;
        line-height: 1.15;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.5529411765rem;
        margin-bottom: 1.8823529412rem; }
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title .sub_lab .btmline {
          min-width: 2.3529411765rem; }
        @media (max-width: 767px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title .sub_lab {
            right: 102.2%; } }
        @media (max-width: 1200px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title {
            font-size: 2.1176470588rem;
            margin-bottom: 1.1764705882rem; } }
        @media (max-width: 767px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title {
            font-size: 1.7647058824rem;
            margin-bottom: 0.5882352941rem;
            letter-spacing: 0.3235294118rem; }
            .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .sideline_title span br {
              display: none; } }
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .bnr__inner--caption {
        padding-right: 10.2941176471rem; }
        @media (max-width: 1650px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .bnr__inner--caption {
            padding-right: 5.8823529412rem; } }
        @media (max-width: 991px) {
          .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .bnr_txtbox .bnr__inner--caption {
            padding-right: 0; } }
    .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .imgGrp {
      display: flex;
      width: 50%;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .imgGrp {
          padding-top: 1.7647058824rem;
          width: 100%; } }
      @media (max-width: 767px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .imgGrp {
          padding-top: 2.3529411765rem; } }
    .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img {
      margin-top: -12.7647058824rem;
      position: relative;
      /*top: -110px;
      opacity: 0;
      transition: 1s all;*/ }
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img.shown {
        top: 0;
        opacity: 1; }
      @media (max-width: 1650px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img {
          margin-right: 2.9411764706rem; } }
      @media (max-width: 1200px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img {
          margin-top: -10rem;
          margin-right: 1.7647058824rem; } }
      @media (max-width: 991px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .symphony-content-img {
          margin-right: 0.8823529412rem; } }
    .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .community-circle-logo {
      margin-left: auto;
      margin-top: 0.8823529412rem;
      /*opacity: 0;
      transition: 0.5s all;*/ }
      .page_banner.givingback_bnr .bnr__inner .bnr__inner--txt .community-circle-logo.shown {
        opacity: 1; }
  .page_banner.givingback_bnr .bnr__inner .row {
    width: 100%; }
    .page_banner.givingback_bnr .bnr__inner .row .bnr__inner_left {
      background-color: #f0eee9;
      height: 100%;
      display: flex;
      align-items: center; }
  @media (max-width: 767px) {
    .page_banner.givingback_bnr .bnr__inner {
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .page_banner.givingback_bnr .bnr__inner {
      height: auto; } }
.page_banner.givingback_bnr .bnr__inner_rightbg {
  background-color: #f0eee9;
  position: absolute;
  top: 0;
  /*right: -100%;
  opacity: 0;	*/
  right: 0;
  width: 40%;
  height: 100%;
  background-position: right center !important;
  /*transition:1s all;*/ }
  .page_banner.givingback_bnr .bnr__inner_rightbg.shown {
    opacity: 1;
    right: 0; }
  @media (max-width: 991px) {
    .page_banner.givingback_bnr .bnr__inner_rightbg {
      background-position: left bottom !important;
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 17.6470588235rem; } }
.page_banner.givingback_bnr .scroll_btmbnr {
  right: inherit; }
  @media (max-width: 1650px) {
    .page_banner.givingback_bnr .scroll_btmbnr {
      left: 1.1764705882rem; } }
  @media (max-width: 1400px) {
    .page_banner.givingback_bnr .scroll_btmbnr {
      left: 1.1764705882rem; } }
  .page_banner.givingback_bnr .scroll_btmbnr .scroll_txt > a {
    color: #735b42; }
@media (max-width: 1400px) {
  .page_banner.givingback_bnr .container {
    padding: 0 2.3529411765rem; } }
@media (max-width: 639px) {
  .page_banner.givingback_bnr .container {
    padding: 0 0.8823529412rem; } }

.journal_bnr .container {
  width: 100%; }
.journal_bnr .dotline {
  bottom: -60px;
  top: auto; }
.journal_bnr .bnr_image {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s all;
  padding: 2.9411764706rem 0 2.9411764706rem 1.7647058824rem;
  max-width: 40%;
  max-height: 100%; }
  .journal_bnr .bnr_image.shown {
    opacity: 1; }
  @media (max-width: 1400px) {
    .journal_bnr .bnr_image {
      padding: 2.9411764706rem 0 2.9411764706rem 1.7647058824rem;
      /* max-width: 40%; */
      max-width: 32%; } }
.journal_bnr .vid_bnr {
  max-width: 75.8823529412rem; }
  .journal_bnr .vid_bnr .bnr__inner--txt {
    padding: 4.7058823529rem 2.1176470588rem 4.7058823529rem 3.0588235294rem;
    justify-content: space-between; }
.journal_bnr .sub_txt {
  font-size: 1.4117647059rem;
  line-height: 1.7647058824rem;
  letter-spacing: 0.2823529412rem; }
.journal_bnr .bnr_txtbox h2 {
  margin: 0 0 2.8235294118rem 0; }
.journal_bnr .bnr_txtbox p {
  font-size: 1rem;
  line-height: 1.5882352941rem;
  text-transform: inherit;
  font-family: "catamaran", sans-serif;
  font-weight: 400;
  color: #c09c72; }
.journal_bnr .darkbg_logo {
  opacity: 0; }
.journal_bnr .scroll_btmbnr {
  right: inherit; }
@media (min-width: 1366px) {
  .journal_bnr .vid_bnr .sub_txt {
    margin-bottom: 0.5294117647rem; } }
@media (max-width: 1400px) {
  .journal_bnr .vid_bnr .bnr__inner--txt {
    padding: 7.6470588235rem 0.5882352941rem 4.7058823529rem 0.5882352941rem; } }
@media (max-width: 1023px) {
  .journal_bnr .vid_bnr .bnr__inner--txt {
    flex-wrap: inherit; }
  .journal_bnr .vid_bnr .bnr_image {
    max-width: 20.5882352941rem; } }
@media (max-width: 767px) {
  .journal_bnr .sub_txt {
    font-size: 1.1764705882rem;
    line-height: 1.7647058824rem;
    letter-spacing: 0.2352941176rem; }
  .journal_bnr .bnr_txtbox h2 {
    font-size: 1.2941176471rem;
    line-height: 1.8823529412rem;
    margin: 0 0 0.8823529412rem 0;
    letter-spacing: 0.3529411765rem; }
  .journal_bnr .bnr_txtbox p {
    font-size: 1rem;
    line-height: 1.5882352941rem;
    text-transform: inherit;
    font-family: "catamaran", sans-serif;
    font-weight: 400;
    color: #c09c72; } }
@media (max-width: 639px) {
  .journal_bnr .vid_bnr .bnr__inner--txt {
    flex-wrap: wrap; }
  .journal_bnr .vid_bnr .bnr_image {
    max-width: 80%;
    padding: 1.7647058824rem 0 0 0;
    text-align: center;
    margin: 0 auto; } }

.latest_entries_sec {
  padding: 10.2352941176rem 0 2.8235294118rem 0;
  overflow: hidden; }
  .latest_entries_sec .container {
    max-width: 82.9411764706rem;
    margin: 0 auto;
    width: 100%; }
  .latest_entries_sec .extra_space {
    padding: 0 6.4705882353rem; }
  .latest_entries_sec .row {
    margin: 0 -6.4705882353rem;
    display: flex;
    flex-wrap: wrap; }
  .latest_entries_sec .latest_entries_heading {
    text-align: center;
    padding: 0 0 7.5882352941rem 0; }
    .latest_entries_sec .latest_entries_heading h2 {
      font-family: "miller-display", serif;
      font-weight: 300;
      color: #9f8670;
      text-transform: uppercase;
      letter-spacing: 0.7176470588rem;
      margin: 0;
      position: relative;
      padding: 0 0 2.2941176471rem 0;
      display: inline-block; }
      @media (min-width: 1200px) {
        .latest_entries_sec .latest_entries_heading h2 {
          font-size: 3.5294117647rem;
          line-height: 4.7058823529rem; } }
      .latest_entries_sec .latest_entries_heading h2:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.0588235294rem;
        width: 0;
        background-color: #c69c6d;
        margin: auto;
        transition: 1.5s all; }
    .latest_entries_sec .latest_entries_heading.divshown h2:before {
      width: 7.0588235294rem; }
  .latest_entries_sec .inner-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .latest_entries_sec .blog_box_wrap {
    padding: 0 0 3.2941176471rem 0; }
    .latest_entries_sec .blog_box_wrap .blog_img_wrap a {
      display: block;
      overflow: hidden; }
      .latest_entries_sec .blog_box_wrap .blog_img_wrap a .blog_box_img {
        padding-top: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .latest_entries_sec .blog_box_wrap .blog_img_wrap a:hover .blog_box_img {
        transform: scale(1.1); }
    .latest_entries_sec .blog_box_wrap .blog_desc {
      padding: 2.1176470588rem 2.9411764706rem 0 3.5294117647rem;
      overflow: hidden; }
      .latest_entries_sec .blog_box_wrap .blog_desc .blog_category {
        font-family: "catamaran", sans-serif;
        font-size: 0.7058823529rem;
        line-height: 0.8235294118rem;
        font-weight: 600;
        color: #222222;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: 0.2117647059rem;
        /*transform: translateX(190px);
        opacity: 0;
        transition:1s all;*/
        position: relative;
        z-index: 1; }
        .latest_entries_sec .blog_box_wrap .blog_desc .blog_category span {
          color: #a68676; }
      .latest_entries_sec .blog_box_wrap .blog_desc .blog_title {
        position: relative;
        top: -1rem; }
        .latest_entries_sec .blog_box_wrap .blog_desc .blog_title span {
          font-family: "miller-display", serif;
          font-weight: 300;
          font-size: 1.4117647059rem;
          line-height: 1.7647058824rem;
          color: #b69065;
          text-transform: uppercase;
          letter-spacing: 0.2941176471rem;
          display: block;
          margin: 0 0 0.8823529412rem 0;
          /*transform: translateX(-190px);
          opacity: 0;
          transition:1s all;*/ }
        .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 {
          /*transform: translateY(190px);
          opacity: 0;
          transition:1s all;*/ }
          .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
            font-family: "miller-display", serif;
            font-weight: 500;
            font-size: 2.0588235294rem;
            line-height: 2.6470588235rem;
            color: #222222;
            letter-spacing: 0.0470588235rem; }
            @media (max-width: 1200px) {
              .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
                font-size: 1.8823529412rem;
                line-height: 1.5; } }
            @media (max-width: 991px) {
              .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
                font-size: 1.7647058824rem;
                line-height: normal; } }
            @media (max-width: 768px) {
              .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
                font-size: 1.5294117647rem; } }
            @media (max-width: 639px) {
              .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
                font-size: 1.4117647059rem; } }
            @media (max-width: 479px) {
              .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a {
                font-size: 1.2941176471rem; } }
            .latest_entries_sec .blog_box_wrap .blog_desc .blog_title h4 a:hover {
              color: #9f8670; }
      .latest_entries_sec .blog_box_wrap .blog_desc.divshown .blog_category {
        transform: translateX(0px);
        opacity: 1; }
      .latest_entries_sec .blog_box_wrap .blog_desc.divshown .blog_title > span {
        transform: translateX(0px);
        opacity: 1; }
      .latest_entries_sec .blog_box_wrap .blog_desc.divshown .blog_title h4 {
        transform: translateY(0px);
        opacity: 1; }
  .latest_entries_sec .load_more_btn {
    margin: -1.4117647059rem 0 0 0;
    text-align: center; }
    .latest_entries_sec .load_more_btn a {
      display: inline-block;
      font-family: "catamaran", sans-serif;
      font-weight: 600;
      font-size: 0.7647058824rem;
      line-height: 0.9411764706rem;
      color: #a68676;
      text-transform: uppercase;
      border: 0.0588235294rem solid #c29d67;
      letter-spacing: 0.0294117647rem;
      vertical-align: top;
      padding: 0.9411764706rem 4.9411764706rem 1rem; }
      .latest_entries_sec .load_more_btn a:hover {
        background-color: #c29d67;
        color: #ffffff; }
  @media (max-width: 1200px) {
    .latest_entries_sec .extra_space {
      padding: 0 1.7647058824rem; }
    .latest_entries_sec .row {
      margin: 0 -1.7647058824rem; } }
  @media (max-width: 991px) {
    .latest_entries_sec {
      padding: 4.7058823529rem 0 2.8235294118rem 0; }
      .latest_entries_sec .latest_entries_heading {
        padding: 0 0 4.1176470588rem 0; }
        .latest_entries_sec .latest_entries_heading h2 {
          font-size: 2.3529411765rem;
          line-height: 2.9411764706rem;
          letter-spacing: 0.4705882353rem;
          padding: 0 0 1.1764705882rem 0; }
      .latest_entries_sec .blog_box_wrap .blog_desc {
        padding: 2.1176470588rem 0.8823529412rem 0 0.8823529412rem; } }
  @media (max-width: 767px) {
    .latest_entries_sec .row {
      display: block; }
    .latest_entries_sec .blog_box_wrap {
      padding: 0 0 1.1764705882rem 0; }
      .latest_entries_sec .blog_box_wrap .blog_img_wrap a .blog_box_img {
        padding-top: 60%; }
      .latest_entries_sec .blog_box_wrap .blog_desc {
        padding: 1.1764705882rem 0.8823529412rem 0 0.8823529412rem; }
        .latest_entries_sec .blog_box_wrap .blog_desc .blog_title {
          top: 0;
          padding: 0.5882352941rem 0 0 0; }
          .latest_entries_sec .blog_box_wrap .blog_desc .blog_title span {
            font-size: 1.1764705882rem;
            line-height: 1.5294117647rem;
            letter-spacing: 0.2352941176rem;
            margin: 0 0 0 0; }
    .latest_entries_sec .load_more_btn {
      margin: 0; } }
  @media (max-width: 639px) {
    .latest_entries_sec .latest_entries_sec .latest_entries_heading h2 {
      font-size: 1.6470588235rem;
      line-height: normal; } }

/* foundation_sec */
.foundation_sec {
  padding-top: 8.8235294118rem;
  padding-bottom: 2.9411764706rem;
  position: relative; }
  .foundation_sec .dotline {
    margin-top: -1.7647058824rem;
    z-index: 1;
    bottom: auto;
    top: 0; }
    @media (max-width: 991px) {
      .foundation_sec .dotline {
        margin-top: -1.7647058824rem;
        height: 4.1176470588rem; } }
  .foundation_sec .foundation-inner {
    max-width: 57.6470588235rem;
    margin-left: auto;
    margin-right: auto; }
    .foundation_sec .foundation-inner .foundation_top {
      padding-bottom: 3.1764705882rem;
      margin-bottom: 2.5882352941rem;
      position: relative; }
      .foundation_sec .foundation-inner .foundation_top .title-bar h2 {
        font-size: 2.0588235294rem;
        line-height: 1.72;
        color: #222222;
        position: relative;
        letter-spacing: 0.0411764706rem;
        text-indent: -0.6470588235rem;
        margin-bottom: 0.8823529412rem; }
        .foundation_sec .foundation-inner .foundation_top .title-bar h2:first-letter {
          font-size: 5.3005882353rem;
          line-height: 5.3005882353rem;
          color: #9f8670;
          position: absolute;
          top: 0.8823529412rem;
          left: 0; }
          @media (max-width: 991px) {
            .foundation_sec .foundation-inner .foundation_top .title-bar h2:first-letter {
              font-size: 3.8235294118rem;
              line-height: 3.8235294118rem; } }
          @media (max-width: 767px) {
            .foundation_sec .foundation-inner .foundation_top .title-bar h2:first-letter {
              font-size: 2.6470588235rem;
              line-height: 2.6470588235rem; } }
        @media (max-width: 991px) {
          .foundation_sec .foundation-inner .foundation_top .title-bar h2 {
            font-size: 1.7647058824rem;
            line-height: 1.5; } }
        @media (max-width: 767px) {
          .foundation_sec .foundation-inner .foundation_top .title-bar h2 {
            font-size: 1.4117647059rem; } }
      .foundation_sec .foundation-inner .foundation_top:after {
        content: '';
        display: inline-block;
        border-bottom: solid 0.0588235294rem #c69c6d;
        width: 7rem;
        height: 0.0588235294rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
      @media (max-width: 767px) {
        .foundation_sec .foundation-inner .foundation_top {
          padding-bottom: 2.3529411765rem;
          margin-bottom: 2.3529411765rem; } }
    .foundation_sec .foundation-inner .foundation_bottom {
      max-width: 42.3529411765rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.7058823529rem;
      text-align: center;
      padding-left: 0.7647058824rem; }
      .foundation_sec .foundation-inner .foundation_bottom p {
        color: #222222;
        font-family: "miller-display", serif;
        font-size: 1.6470588235rem;
        line-height: 1.35;
        letter-spacing: 0; }
        .foundation_sec .foundation-inner .foundation_bottom p span {
          color: #9f8670; }
        @media (max-width: 991px) {
          .foundation_sec .foundation-inner .foundation_bottom p {
            font-size: 1.4117647059rem; } }
        @media (max-width: 767px) {
          .foundation_sec .foundation-inner .foundation_bottom p {
            font-size: 1.2352941176rem; } }
      @media (max-width: 991px) {
        .foundation_sec .foundation-inner .foundation_bottom {
          padding-left: 0;
          margin-bottom: 1.7647058824rem; } }
  .foundation_sec .foundation_functions .foundation_functions_inner {
    max-width: 85.2941176471rem;
    margin-left: auto;
    margin-right: auto; }
    .foundation_sec .foundation_functions .foundation_functions_inner .function-column {
      text-align: center;
      padding: 0 1.9411764706rem; }
      .foundation_sec .foundation_functions .foundation_functions_inner .function-column .lrgNumber {
        color: #c69c6d;
        font-family: "miller-display", serif;
        font-size: 7.5594117647rem;
        line-height: 7.5594117647rem;
        font-style: italic;
        font-weight: 400;
        display: block;
        margin-bottom: 1.1764705882rem; }
        @media (max-width: 1200px) {
          .foundation_sec .foundation_functions .foundation_functions_inner .function-column .lrgNumber {
            font-size: 5rem;
            line-height: 5rem;
            margin-bottom: 0.8823529412rem; } }
        @media (max-width: 767px) {
          .foundation_sec .foundation_functions .foundation_functions_inner .function-column .lrgNumber {
            font-size: 3.5294117647rem;
            line-height: 3.5294117647rem; } }
      .foundation_sec .foundation_functions .foundation_functions_inner .function-column h3 {
        color: #222222;
        font-size: 1.4117647059rem;
        line-height: 1.2;
        letter-spacing: 0.3235294118rem;
        text-transform: uppercase;
        margin-bottom: 1.2941176471rem; }
        @media (max-width: 1200px) {
          .foundation_sec .foundation_functions .foundation_functions_inner .function-column h3 {
            font-size: 1.2352941176rem;
            letter-spacing: 0.2352941176rem; } }
        @media (max-width: 991px) {
          .foundation_sec .foundation_functions .foundation_functions_inner .function-column h3 {
            margin-bottom: 0.8823529412rem; } }
        @media (max-width: 767px) {
          .foundation_sec .foundation_functions .foundation_functions_inner .function-column h3 {
            font-size: 1.0588235294rem; } }
      @media (max-width: 1400px) {
        .foundation_sec .foundation_functions .foundation_functions_inner .function-column {
          padding: 0 1.1764705882rem; } }
      @media (max-width: 1200px) {
        .foundation_sec .foundation_functions .foundation_functions_inner .function-column {
          padding: 0; } }
      @media (max-width: 991px) {
        .foundation_sec .foundation_functions .foundation_functions_inner .function-column {
          margin-bottom: 0.8823529412rem; } }
  @media (max-width: 1200px) {
    .foundation_sec {
      padding-top: 5.8823529412rem;
      padding-bottom: 5.8823529412rem; } }
  @media (max-width: 991px) {
    .foundation_sec {
      padding-top: 3.5294117647rem;
      padding-bottom: 3.5294117647rem; } }
  @media (max-width: 767px) {
    .foundation_sec {
      padding-top: 2.3529411765rem;
      padding-bottom: 2.3529411765rem; } }

.charitable_foundation .charitable_foundation_inner {
  max-width: 85.2941176471rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #e7e5e0;
  padding: 3.7058823529rem 5.8823529412rem 4.4705882353rem;
  border: solid 0.1176470588rem #ffffff;
  position: relative; }
  .charitable_foundation .charitable_foundation_inner .title-bar {
    margin-bottom: 2.3529411765rem; }
    .charitable_foundation .charitable_foundation_inner .title-bar .top-title {
      font-family: "miller-display", serif;
      font-size: 0.7647058824rem;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center;
      display: block;
      letter-spacing: 0.4411764706rem;
      margin-bottom: 1.6470588235rem;
      color: #b28d63; }
    .charitable_foundation .charitable_foundation_inner .title-bar h2 {
      color: #222222;
      font-size: 1.8688235294rem;
      line-height: 1.5;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.4117647059rem;
      /* text-indent: rem(18px); */ }
      @media (max-width: 639px) {
        .charitable_foundation .charitable_foundation_inner .title-bar h2 {
          font-size: 1.4117647059rem;
          line-height: 1.3;
          letter-spacing: 0.2941176471rem; } }
  .charitable_foundation .charitable_foundation_inner .text-content-row {
    display: flex;
    justify-content: space-between; }
    .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col {
      width: calc(50% - 22.5px);
      border-top: solid 0.0588235294rem #705d4c;
      padding-top: 3.1176470588rem; }
      .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col p {
        line-height: 1.6; }
      .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col .smltext {
        color: #222222;
        font-family: "catamaran", sans-serif;
        font-weight: 600;
        font-size: 0.7058823529rem;
        text-transform: uppercase;
        letter-spacing: 0.1764705882rem;
        letter-spacing: 0.2058823529rem;
        display: block;
        padding-top: 1.4705882353rem; }
      .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col.text-content-left {
        font-family: "miller-display", serif;
        font-size: 1.5858823529rem; }
        @media (max-width: 1200px) {
          .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col.text-content-left {
            font-size: 1.4117647059rem; } }
        @media (max-width: 991px) {
          .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col.text-content-left {
            margin-bottom: 1.7647058824rem; } }
      @media (max-width: 991px) {
        .charitable_foundation .charitable_foundation_inner .text-content-row .text-content-col {
          width: 100%;
          padding-top: 1.7647058824rem; } }
    @media (max-width: 991px) {
      .charitable_foundation .charitable_foundation_inner .text-content-row {
        display: block; } }
  .charitable_foundation .charitable_foundation_inner .button {
    background-color: #735b42;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.1176470588rem;
    position: absolute;
    bottom: -1.1176470588rem;
    left: 50%;
    min-width: 15.4705882353rem;
    transform: translateX(-50%);
    padding: 0.4705882353rem 0.8823529412rem; }
  @media (max-width: 1400px) {
    .charitable_foundation .charitable_foundation_inner {
      padding: 3.7058823529rem 4.7058823529rem 4.4705882353rem;
      margin-left: 0.8823529412rem;
      margin-right: 0.8823529412rem; } }
  @media (max-width: 1200px) {
    .charitable_foundation .charitable_foundation_inner {
      padding: 3.7058823529rem 0 4.4705882353rem; } }
  @media (max-width: 991px) {
    .charitable_foundation .charitable_foundation_inner {
      padding: 2.3529411765rem 0 3.5294117647rem; } }

.friends_foundation {
  padding-bottom: 2.9411764706rem;
  margin-bottom: 3.6470588235rem; }
  .friends_foundation .ff-center-col {
    padding: 0 1.7647058824rem; }
    .friends_foundation .ff-center-col .title-bar {
      margin-bottom: 2.3529411765rem; }
      .friends_foundation .ff-center-col .title-bar .top-title {
        font-family: "miller-display", serif;
        font-size: 0.7647058824rem;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 0.4411764706rem;
        margin-bottom: 1.6470588235rem;
        color: #b28d63; }
      .friends_foundation .ff-center-col .title-bar h2 {
        color: #222222;
        font-size: 1.8688235294rem;
        line-height: 1.5;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.4117647059rem;
        /* text-indent: rem(18px); */ }
        @media (max-width: 479px) {
          .friends_foundation .ff-center-col .title-bar h2 {
            font-size: 1.5294117647rem;
            line-height: 1.3; } }
    .friends_foundation .ff-center-col .text-content {
      text-align: left;
      letter-spacing: 0.0117647059rem; }
    @media (max-width: 991px) {
      .friends_foundation .ff-center-col {
        padding: 0 0; } }
  @media (max-width: 991px) {
    .friends_foundation {
      padding: 0; } }

.special_thanks {
  background-color: #0f0b05;
  padding-top: 6.5882352941rem;
  padding-bottom: 6.7647058824rem;
  margin-bottom: 1.8823529412rem;
  position: relative; }
  .special_thanks .special_thanks_inner {
    padding: 0 0.8823529412rem 0 4.1176470588rem; }
    @media (max-width: 991px) {
      .special_thanks .special_thanks_inner {
        padding: 0; } }
  .special_thanks .dotline {
    top: -3.8235294118rem; }
  .special_thanks .title-bar {
    margin-bottom: 3.8823529412rem; }
    .special_thanks .title-bar .top-title {
      font-family: "miller-display", serif;
      font-size: 0.7647058824rem;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center;
      display: block;
      letter-spacing: 0.4411764706rem;
      margin-bottom: 1.6470588235rem;
      color: #b28d63; }
    .special_thanks .title-bar h2 {
      color: #f0eee9;
      font-size: 1.8688235294rem;
      line-height: 1.5;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.4117647059rem; }
  .special_thanks .thanks-list ul {
    margin-left: 0; }
    .special_thanks .thanks-list ul li {
      display: inline-block;
      margin-bottom: 0.2352941176rem;
      width: 24%;
      padding-left: 0.9411764706rem; }
      @media (max-width: 1200px) {
        .special_thanks .thanks-list ul li {
          width: 33%; } }
    @media (max-width: 991px) {
      .special_thanks .thanks-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .special_thanks .thanks-list ul li {
          width: 48%; } }
    @media (max-width: 639px) {
      .special_thanks .thanks-list ul li {
        width: 100%; } }
  @media (max-width: 1400px) {
    .special_thanks .container {
      width: 100%; }
    .special_thanks .col-md-9 {
      width: 100%; }
    .special_thanks .special_thanks_inner {
      padding: 0; } }
  @media (max-width: 991px) {
    .special_thanks {
      padding-top: 3.5294117647rem;
      padding-bottom: 2.9411764706rem; } }

.get_involved {
  padding-top: 2.2352941176rem;
  padding-bottom: 8rem; }
  .get_involved .get_involved_inner .getinvolved_left p {
    letter-spacing: 0.0176470588rem; }
  .get_involved .get_involved_inner .imgBlockWrap {
    padding-left: 4.5882352941rem;
    padding-top: 1.1176470588rem; }
    .get_involved .get_involved_inner .imgBlockWrap .imgBlock {
      width: 13.8823529412rem;
      height: 13.0588235294rem;
      padding: 0.3529411765rem;
      position: relative;
      margin-bottom: 1.4705882353rem; }
      .get_involved .get_involved_inner .imgBlockWrap .imgBlock .bgimage {
        width: 100%;
        height: 100%; }
    .get_involved .get_involved_inner .imgBlockWrap .subTitle {
      font-family: "catamaran", sans-serif;
      color: #c69c6d;
      font-size: 0.7647058824rem;
      line-height: 1.2;
      font-weight: 600;
      display: block;
      text-transform: uppercase;
      margin-bottom: 0.4117647059rem; }
    .get_involved .get_involved_inner .imgBlockWrap h3 {
      font-family: "catamaran", sans-serif;
      color: #877260;
      font-size: 1.4705882353rem;
      line-height: 1.5; }
    @media (max-width: 991px) {
      .get_involved .get_involved_inner .imgBlockWrap {
        padding-left: 2.3529411765rem; } }
    @media (max-width: 479px) {
      .get_involved .get_involved_inner .imgBlockWrap {
        padding-left: 1.1764705882rem; } }
  .get_involved .sideline_title {
    color: #222222;
    font-size: 2.8264705882rem;
    line-height: 1.15;
    letter-spacing: 0.5764705882rem;
    text-transform: uppercase;
    margin-bottom: 3.1176470588rem; }
    @media (max-width: 639px) {
      .get_involved .sideline_title {
        font-size: 1.7647058824rem;
        letter-spacing: 0.3529411765rem;
        margin-bottom: 1.7647058824rem; } }
  .get_involved address {
    padding-top: 0.9411764706rem;
    padding-left: 2.3529411765rem; }
    .get_involved address p {
      color: #877260;
      font-size: 1.4705882353rem;
      line-height: 1.5;
      margin-bottom: 1.4705882353rem; }
      .get_involved address p a {
        color: #877260; }
        .get_involved address p a:hover, .get_involved address p a:focus {
          color: #c69c6d; }
      .get_involved address p small {
        font-size: 1.1764705882rem; }
      .get_involved address p span {
        font-family: "catamaran", sans-serif;
        color: #c69c6d;
        font-size: 0.7647058824rem;
        line-height: 1.2;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
        margin-bottom: 0.3529411765rem; }
    @media (max-width: 479px) {
      .get_involved address {
        padding-left: 1.1764705882rem; } }
  @media (max-width: 1400px) {
    .get_involved .col-sm-9 {
      width: 100%; }
    .get_involved .getinvolved_left {
      padding-left: 60px; }
    .get_involved .container {
      width: 100%; } }
  @media (max-width: 639px) {
    .get_involved {
      padding-bottom: 3.5294117647rem; } }

.get_involved_inner address span,
.get_involved_inner address p,
.get_involved_inner address a {
    width: 100%;
    display: block;
  }

.ourteam .container {
  max-width: 78.5294117647rem; }

.page_txt {
  text-align: center;
  position: relative;
  margin: 0 0 4.2941176471rem 0.8235294118rem;
  padding: 9.4117647059rem 0 0; }
  @media (max-width: 991px) {
    .page_txt {
      padding: 6.4705882353rem 0 0; } }
  @media (min-width: 1200px) {
    .page_txt {
      margin: 0 0 4.2941176471rem 0.8235294118rem; } }
  .page_txt .sub_txt {
    font-family: "catamaran", sans-serif;
    letter-spacing: 0.2rem;
    color: #222222;
    margin: 0 0 1.5294117647rem 0;
    opacity: 0;
    transition: 0.5s all 2.3s; }
  .page_txt.shown .sub_txt {
    opacity: 1; }
  .page_txt h1 {
    color: #222222; }

.member_area .top_txt {
  text-align: center;
  position: relative;
  padding: 0 0 3.8823529412rem 0; }
  @media (min-width: 1200px) {
    .member_area .top_txt {
      margin: 0 0 0 0.8235294118rem; } }
  .member_area .top_txt h3 {
    text-transform: uppercase;
    color: #b69065;
    font-weight: 300;
    letter-spacing: 0.3529411765rem; }
  .member_area .top_txt .dotline {
    height: 4.1176470588rem;
    bottom: 0;
    top: auto; }

.members {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .members {
      margin: 0 0 0 1.1176470588rem; } }
  @media (max-width: 479px) {
    .members {
      margin: 0 0 1.7647058824rem 0; } }
  .members_boxpart {
    width: 20%;
    padding: 0 0.6470588235rem;
    margin: 1.2352941176rem 0 0.5882352941rem 0; }
    @media (max-width: 1200px) {
      .members_boxpart {
        width: 25%; } }
    @media (max-width: 991px) {
      .members_boxpart {
        width: 33.33%; } }
    @media (max-width: 639px) {
      .members_boxpart {
        width: 50%; } }
    @media (max-width: 479px) {
      .members_boxpart {
        width: 100%;
        max-width: 14.7058823529rem;
        margin: 1.1764705882rem auto 0; } }
  .members_imgbox {
    border: 1px solid #9f8575;
    padding: 0.4117647059rem; }
    .members_imgbox--inner {
      overflow: hidden; }
    .members_imgbox .personimg {
      padding: 0 0 94% 0;
      transition: 0.5s all; }
    .members_imgbox:hover .personimg {
      transform: scale(1.1); }
  .members_details {
    padding: 1.4705882353rem 0.3529411765rem; }
    @media (max-width: 639px) {
      .members_details {
        padding: 0.8823529412rem 0.3529411765rem 0.5882352941rem; } }
    .members_details .postname {
      text-transform: uppercase;
      font-size: 0.8235294118rem;
      color: #c69c6d;
      letter-spacing: 0.0588235294rem;
      line-height: 1.2;
      margin-bottom: 0.4705882353rem;
      min-height: 1.6470588235rem; }
    .members_details h4 {
      font-family: "catamaran", sans-serif;
      font-size: 1.3529411765rem;
      margin-bottom: 0.3529411765rem;
      letter-spacing: 0.0294117647rem;
      color: #877260; }
    .members_details .emailid {
      text-transform: uppercase;
      margin-bottom: 0.4117647059rem; }
      .members_details .emailid a {
        font-size: 0.7647058824rem;
        letter-spacing: 0.1764705882rem;
        display: inline-block;
        position: relative;
        padding: 0 20% 0.4705882353rem 0; }
        .members_details .emailid a:after {
          content: "";
          display: inline-block;
          left: 0;
          bottom: 0;
          width: 0;
          height: 0.0588235294rem;
          background: #c69c6d;
          transition: 0.5s all;
          position: absolute; }
      .members_details .emailid.divshown a:after {
        width: 100%; }
    .members_details .calling {
      font-size: 0.7647058824rem;
      letter-spacing: 0.1470588235rem; }
      .members_details .calling a {
        padding-right: 0.2941176471rem; }
      .members_details .calling span {
        text-transform: uppercase;
        color: #c69c6d; }

/* DISCOVERY
========================================================================== */
.discovery_bnr .container {
  max-width: 78.2352941176rem; }
  @media (max-width: 1200px) {
    .discovery_bnr .container {
      width: 100%; } }
.discovery_bnr .darkbg_logo {
  display: none; }
.discovery_bnr .bnr__inner {
  /*padding: 18.7% 0 0;*/
  max-width: 100%; }
  .discovery_bnr .bnr__inner .bnr_btn {
    margin-top: 4.2352941176rem; }
    .discovery_bnr .bnr__inner .bnr_btn a {
      padding: 0.5882352941rem 1.9411764706rem;
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.7058823529rem;
      letter-spacing: 0.1647058824rem;
      color: #f0eee9;
      margin: 0 0 0 -2.8235294118rem;
      background: #735b42; }
    @media (max-width: 767px) {
      .discovery_bnr .bnr__inner .bnr_btn {
        text-align: center; }
        .discovery_bnr .bnr__inner .bnr_btn a {
          margin: 0; } }
  .discovery_bnr .bnr__inner .bnr_image {
    position: relative; }
    .discovery_bnr .bnr__inner .bnr_image .dotline {
      right: auto;
      top: auto;
      bottom: 1.7647058824rem;
      left: 4.2941176471rem;
      height: 0; }
      .discovery_bnr .bnr__inner .bnr_image .dotline.divshown {
        height: 5.6470588235rem; }
      @media (max-width: 767px) {
        .discovery_bnr .bnr__inner .bnr_image .dotline {
          left: 0;
          right: 0; } }

.discinvite .container {
  position: relative;
  z-index: 2;
  max-width: 77.4705882353rem;
  margin: -5.7058823529rem auto 0; }
  @media (min-width: 1200px) {
    .discinvite .container .row {
      padding: 0 0 0 0.9411764706rem; } }
  .discinvite .container .col-lg-6:first-child .disc_txt {
    text-align: right;
    padding-right: 9.9411764706rem;
    padding-left: 1.0588235294rem; }
    @media (max-width: 767px) {
      .discinvite .container .col-lg-6:first-child .disc_txt {
        text-align: center;
        padding-right: 0.8823529412rem;
        padding-left: 0.8823529412rem; } }
  .discinvite .container .top_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 18.5294117647rem;
    width: 100%; }
    @media (min-width: 1200px) {
      .discinvite .container .top_txt {
        left: 1rem; } }
    @media (max-width: 1200px) {
      .discinvite .container .top_txt {
        bottom: auto;
        top: 260px; } }
    @media (max-width: 991px) {
      .discinvite .container .top_txt {
        top: 200px;
        display: flex;
        align-items: center; } }
    @media (max-width: 767px) {
      .discinvite .container .top_txt {
        position: static;
        margin: 0 auto 2.3529411765rem; } }
    .discinvite .container .top_txt .welcome__block--inner {
      width: 100%;
      max-width: 21.5294117647rem;
      top: auto; }
      .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt {
        text-align: center;
        padding: 2.2941176471rem 1.1764705882rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt h4 {
          font-size: 3.1764705882rem;
          color: #ede4da;
          line-height: 0.9;
          margin-bottom: 0;
          padding: 0 0 1.6470588235rem 0;
          position: relative; }
          .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt h4:before {
            position: absolute;
            content: "";
            width: 2.8235294118rem;
            height: 0.0588235294rem;
            left: 0;
            right: 0;
            bottom: 0.5882352941rem;
            margin: auto;
            background-color: #c69c6d; }
          .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt h4 span {
            color: #c69c6d;
            font-style: italic; }
          @media (max-width: 639px) {
            .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt h4 {
              font-size: 2.7058823529rem; } }
        .discinvite .container .top_txt .welcome__block--inner .wlc_boxtxt p {
          font-size: 1.1176470588rem;
          font-family: "miller-display", serif;
          text-transform: uppercase;
          max-width: 72%;
          letter-spacing: 0.2352941176rem;
          margin: 0 0 0.7647058824rem 0; }
  @media (max-width: 768px) {
    .discinvite .container .disc_boxinner {
      padding-bottom: 1.1764705882rem; } }
  .discinvite .container .disc_boxinner .dis_img .disc_imgitem {
    padding: 0 0 64.3% 0;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.4); }
    @media (max-width: 1200px) {
      .discinvite .container .disc_boxinner .dis_img .disc_imgitem {
        padding: 0 0 19.5294117647rem 0; } }
    @media (max-width: 991px) {
      .discinvite .container .disc_boxinner .dis_img .disc_imgitem {
        padding: 0 0 16rem 0; } }
    @media (max-width: 768px) {
      .discinvite .container .disc_boxinner .dis_img .disc_imgitem {
        padding: 0 0 62% 0; } }
  .discinvite .container .disc_boxinner .disc_txt {
    font-size: 1.3529411765rem;
    font-family: "miller-display", serif;
    padding: 1.5294117647rem 1.7647058824rem 0.9411764706rem 9.9411764706rem; }
    .discinvite .container .disc_boxinner .disc_txt p {
      line-height: 1.9;
      letter-spacing: -0.0088235294rem; }
      @media (max-width: 991px) {
        .discinvite .container .disc_boxinner .disc_txt p {
          line-height: 1.5; } }
    @media (max-width: 767px) {
      .discinvite .container .disc_boxinner .disc_txt {
        padding: 1.5294117647rem 0.8823529412rem 0.9411764706rem 0.8823529412rem;
        text-align: center; } }
    @media (max-width: 639px) {
      .discinvite .container .disc_boxinner .disc_txt p {
        font-size: 1.2941176471rem;
        line-height: 1.5; } }
@media (max-width: 1200px) {
  .discinvite .container {
    width: 100%;
    margin: -2.3529411765rem auto 0; } }

.timenumber {
  padding: 3.2352941176rem 0 0; }
  .timenumber .container {
    max-width: 61.9411764706rem; }
  .timenumber .timenumber_inner {
    position: relative;
    z-index: 3;
    padding: 0 0 4.8235294118rem 0; }
    .timenumber .timenumber_inner .dotline {
      height: 0;
      top: auto;
      bottom: 0;
      z-index: -1;
      transition: 0.5s all; }
      .timenumber .timenumber_inner .dotline span {
        margin: 0 0 0 1.1176470588rem; }
        @media (max-width: 639px) {
          .timenumber .timenumber_inner .dotline span {
            margin: 0; } }
      .timenumber .timenumber_inner .dotline.divshown {
        height: 100%; }
  .timenumber .top_txt {
    margin: 0 0 2.3529411765rem 1rem;
    border: 2px solid #fff;
    padding: 3.0588235294rem 1.1764705882rem 2.8823529412rem;
    text-align: center;
    background: #e7e5e0;
    position: relative;
    z-index: 1; }
    .timenumber .top_txt h3 {
      color: #222222;
      font-size: 1.6470588235rem; }
    @media (max-width: 767px) {
      .timenumber .top_txt {
        margin: 0 0 2.3529411765rem 0; } }
  .timenumber .number_block {
    display: flex;
    flex-wrap: wrap;
    padding: 1.3529411765rem 0 0; }
    .timenumber .number_block .num_left {
      width: 61%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; }
      .timenumber .number_block .num_left .numbercount {
        font-family: "miller-display", serif;
        font-style: italic;
        font-size: 7.5294117647rem;
        color: #c7c0b0;
        padding: 0 1.7647058824rem 0 2.1764705882rem; }
        @media (max-width: 639px) {
          .timenumber .number_block .num_left .numbercount {
            width: 100%;
            text-align: center;
            font-size: 5.8823529412rem;
            line-height: 5.8823529412rem;
            margin: 0 0 1.7647058824rem 0;
            padding: 0 0rem 0.2941176471rem;
            background-color: #f0eee9; } }
      .timenumber .number_block .num_left .num_img {
        line-height: 0; }
        .timenumber .number_block .num_left .num_img .numimg_item {
          padding: 0 0 11.1764705882rem 0;
          width: 12.1764705882rem;
          display: inline-block; }
        @media (max-width: 639px) {
          .timenumber .number_block .num_left .num_img {
            width: 100%;
            text-align: center; } }
      @media (max-width: 639px) {
        .timenumber .number_block .num_left {
          width: 100%;
          text-align: center; } }
    .timenumber .number_block .num_txt {
      width: 39%;
      padding: 1.5294117647rem 2.0588235294rem 0; }
      .timenumber .number_block .num_txt h3 {
        color: #222;
        font-style: italic;
        font-size: 1.5294117647rem;
        margin: 0 0 0.7058823529rem 0; }
      @media (max-width: 767px) {
        .timenumber .number_block .num_txt {
          padding: 1.5294117647rem 2.0588235294rem 0 1.1764705882rem; } }
      @media (max-width: 639px) {
        .timenumber .number_block .num_txt {
          width: 100%;
          text-align: center;
          margin: 1.7647058824rem 0 0 0;
          padding: 0.2941176471rem 0 0 0;
          background-color: #f0eee9; } }
    .timenumber .number_block:nth-child(odd) {
      flex-flow: row-reverse; }
      .timenumber .number_block:nth-child(odd) .num_left {
        flex-flow: row-reverse;
        padding: 0 0 0 1rem; }
      .timenumber .number_block:nth-child(odd) .num_txt {
        text-align: right;
        padding: 1.6470588235rem 1.1764705882rem 0 2.1176470588rem; }
        @media (max-width: 767px) {
          .timenumber .number_block:nth-child(odd) .num_txt {
            padding: 1.6470588235rem 1.1764705882rem 0 0rem; } }
      @media (max-width: 639px) {
        .timenumber .number_block:nth-child(odd) {
          flex-flow: unset;
          flex-wrap: wrap; }
          .timenumber .number_block:nth-child(odd) .num_left {
            flex-flow: unset;
            flex-wrap: wrap; }
          .timenumber .number_block:nth-child(odd) .num_txt {
            text-align: center;
            padding: 1.7647058824rem 0 0 0; } }

/* contact
========================================================================== */
.contactpage {
  background: #141414; }

.contactus .page_txt {
  padding-bottom: 26px; }
  .contactus .page_txt .sub_txt {
    color: #998a74; }
  .contactus .page_txt h1 {
    color: #e7e5e0; }
  .contactus .page_txt .dotline {
    bottom: -31px;
    top: auto;
    height: 0; }
    .contactus .page_txt .dotline.divshown {
      height: 70px; }
.contactus .contact_area {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 8.8% 0; }
  @media (min-width: 1200px) {
    .contactus .contact_area {
      padding-bottom: 139px; } }
  .contactus .contact_area .contact_form {
    width: 63%; }
    .contactus .contact_area .contact_form .contact_form_inner {
      max-width: 44.7058823529rem;
      margin-left: auto; }
      .contactus .contact_area .contact_form .contact_form_inner .title-bar {
        text-align: center;
        margin-bottom: 2.5882352941rem; }
        @media (max-width: 991px) {
          .contactus .contact_area .contact_form .contact_form_inner .title-bar {
            margin-bottom: 1.7647058824rem; } }
        .contactus .contact_area .contact_form .contact_form_inner .title-bar h4 {
          font-family: "catamaran", sans-serif;
          font-weight: 400;
          font-size: 0.9411764706rem;
          text-transform: uppercase;
          color: #ffffff;
          letter-spacing: 0.0588235294rem;
          margin-bottom: 0.7647058824rem; }
      .contactus .contact_area .contact_form .contact_form_inner .contact-form ul li {
        margin-bottom: 0.6470588235rem; }
        .contactus .contact_area .contact_form .contact_form_inner .contact-form ul li:last-child {
          margin-bottom: 0.2941176471rem; }
        @media (max-width: 767px) {
          .contactus .contact_area .contact_form .contact_form_inner .contact-form ul li:nth-child(5), .contactus .contact_area .contact_form .contact_form_inner .contact-form ul li:nth-child(6) {
            width: 100%; }
          .contactus .contact_area .contact_form .contact_form_inner .contact-form ul li textarea.form-control {
            height: 8.8235294118rem; } }
      .contactus .contact_area .contact_form .contact_form_inner .contact-form .btnWrap {
        padding-left: 0.8823529412rem; }
    @media (max-width: 767px) {
      .contactus .contact_area .contact_form {
        width: 100%;
        margin-bottom: 1.7647058824rem; } }
  .contactus .contact_area .ftrright_nav {
    width: 37%;
    padding: 0 0 0 4%; }
    @media (max-width: 767px) {
      .contactus .contact_area .ftrright_nav {
        width: 100%;
        padding-left: 0; } }

.maparea {
  min-height: 705px;
  position: relative;
  /* div{
  	height: 100%;
  	min-height: 705px;
  	position: relative;

  	iframe{
  		width: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
  		height: 100%;
  	}
  } */ }
  .maparea iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

#map {
  height: 100%;
  min-height: 705px;
  position: relative; }

.journaldetail .container {
  max-width: 81.7647058824rem; }
.journaldetail .page_txt {
  text-align: center;
  max-width: 44.7058823529rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.7058823529rem; }
  .journaldetail .page_txt h1 {
    line-height: 1.3;
    margin-top: 2.2941176471rem;
    letter-spacing: 0.0588235294rem; }
    @media (max-width: 479px) {
      .journaldetail .page_txt h1 {
        font-size: 1.6470588235rem;
        line-height: 2.1176470588rem;
        margin: 0; } }
.journaldetail .journaldetail_txt .top_txt {
  text-align: center;
  position: relative; }
  .journaldetail .journaldetail_txt .top_txt h3 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2941176471rem;
    margin: 2.3529411765rem 0 1.3529411765rem; }
    @media (max-width: 479px) {
      .journaldetail .journaldetail_txt .top_txt h3 {
        margin: 1.1764705882rem 0 1.3529411765rem; } }
  .journaldetail .journaldetail_txt .top_txt .dotline {
    top: 2.8823529412rem;
    z-index: 1; }
    @media (max-width: 639px) {
      .journaldetail .journaldetail_txt .top_txt .dotline {
        height: 4.1176470588rem;
        top: 2.0588235294rem; } }
.journaldetail .journaldetail_txt .blog_hero {
  margin: 72px auto 40px;
  padding: 0 0 8.5% 0;
  border-bottom: 1px solid #705d4c;
  max-width: 70.7058823529rem; }
  @media (max-width: 639px) {
    .journaldetail .journaldetail_txt .blog_hero {
      margin: 40px auto 40px; } }
.journaldetail .journaldetail_txt h2 {
  color: #222222;
  line-height: 1.7; }
  .journaldetail .journaldetail_txt h2.toptitle:first-letter {
    font-size: 5.3005882353rem;
    line-height: 5.3005882353rem;
    color: #9f8670;
    position: absolute;
    top: 0.8823529412rem;
    left: 0; }
    @media (max-width: 639px) {
      .journaldetail .journaldetail_txt h2.toptitle:first-letter {
        font-size: 4.1176470588rem;
        line-height: 4.1176470588rem; } }
  .journaldetail .journaldetail_txt h2 span {
    color: #a68676; }
.journaldetail .journaldetail_txt .two_colimg {
  padding: 4.5882352941rem 0 2.8235294118rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .journaldetail .journaldetail_txt .two_colimg > div {
    width: 50%;
    padding: 1.1764705882rem 1.7647058824rem 1.1764705882rem 0; }
  @media (max-width: 639px) {
    .journaldetail .journaldetail_txt .two_colimg {
      padding: 0.5882352941rem 0 1.7647058824rem; }
      .journaldetail .journaldetail_txt .two_colimg > div {
        width: 100%;
        padding: 0.5882352941rem 0 0.5882352941rem 0; } }
.journaldetail .journaldetail_txt .blog_wrap {
  max-width: 64rem;
  max-width: 58.1176470588rem;
  margin: 0 auto; }
  .journaldetail .journaldetail_txt .blog_wrap > p {
    margin: 1.0588235294rem auto;
    line-height: 1.6; }
.journaldetail .journaldetail_txt .share_this {
  margin: 2.8235294118rem auto 2.0588235294rem;
  max-width: 61.3529411765rem; }
  .journaldetail .journaldetail_txt .share_this .favorite > a, .journaldetail .journaldetail_txt .share_this .favorite > span {
    justify-content: flex-start; }
  .journaldetail .journaldetail_txt .share_this p {
    font-size: 1.1764705882rem;
    margin-left: 0.1764705882rem;
    letter-spacing: 0.0294117647rem;
    line-height: 1; }
  @media (max-width: 767px) {
    .journaldetail .journaldetail_txt .share_this {
      margin: 1.7647058824rem auto 0; }
      .journaldetail .journaldetail_txt .share_this .favorite {
        width: 100%; } }

.blogpage_btmnav .btnnav_inner {
  margin: 2.8% auto 1.1764705882rem;
  max-width: 71.5882352941rem;
  position: relative;
  right: 0.7647058824rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.1176470588rem 8% 1.7058823529rem; }
  @media (max-width: 768px) {
    .blogpage_btmnav .btnnav_inner {
      padding: 1.5294117647rem 8% 1.1176470588rem; } }
  @media (max-width: 479px) {
    .blogpage_btmnav .btnnav_inner {
      padding: 1.1764705882rem 0 0.7647058824rem; } }
  .blogpage_btmnav .btnnav_inner:after, .blogpage_btmnav .btnnav_inner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #705d4c;
    transition: 2s all; }
  .blogpage_btmnav .btnnav_inner:after {
    left: 0;
    bottom: 0; }
  .blogpage_btmnav .btnnav_inner:before {
    right: 0;
    top: 0; }
  .blogpage_btmnav .btnnav_inner.divshown:after, .blogpage_btmnav .btnnav_inner.divshown:before {
    width: 100%; }
  .blogpage_btmnav .btnnav_inner .bn_left a {
    text-transform: uppercase;
    color: #705d4c;
    font-size: 16px;
    display: inline-block;
    margin: 0.4117647059rem 0 0 1.1176470588rem; }
    @media (max-width: 479px) {
      .blogpage_btmnav .btnnav_inner .bn_left a {
        margin: 0.4117647059rem 0 0 0; } }
  .blogpage_btmnav .btnnav_inner .bn_right a {
    color: #c29d67;
    font-size: 1.7647058824rem;
    font-family: "miller-display", serif;
    display: inline-block;
    margin: 0 0.4117647059rem 0 0; }
    @media (max-width: 479px) {
      .blogpage_btmnav .btnnav_inner .bn_right a {
        margin: 0; } }

.sub_txt span {
  color: #a68676; }

/* amenities-popUp
========================================================================== */
.members_sec .item {
  background: #ff3f4d; }
.members_sec .item h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 2.3125rem; }
.members_sec .owl-carousel .owl-dot {
  width: 0.5882352941rem;
  height: 0.5882352941rem;
  display: inline-block;
  background: #fc0;
  margin: 0.5882352941rem;
  border-radius: 50%; }
.members_sec .owl-carousel .owl-dot.active {
  background: #ff3f4d; }
.members_sec .owl-carousel .owl-dot.active:before {
  content: "";
  height: 0.5882352941rem;
  background: #f7618b;
  background: -moz-linear-gradient(left, #f7618b 0%, #2a78f7 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7618b), color-stop(100%, #2a78f7));
  background: -webkit-linear-gradient(left, #f7618b 0%, #2a78f7 100%);
  background: -o-linear-gradient(left, #f7618b 0%, #2a78f7 100%);
  background: -ms-linear-gradient(left, #f7618b 0%, #2a78f7 100%);
  background: linear-gradient(to right, #f7618b 0%, #2a78f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
  position: absolute;
  z-index: 99;
  left: 0; }
.members_sec .owl-scrollbar {
  margin-top: 1.1764705882rem;
  border-radius: 0.5882352941rem;
  height: 0.2941176471rem;
  width: 17.6470588235rem;
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  position: relative; }
.members_sec .owl-scrollbar .owl-scroll-handle {
  height: 0.8823529412rem;
  width: 0.8823529412rem;
  border-radius: 50%;
  display: inline-block;
  background: #e3fd54;
  position: absolute;
  top: -0.2941176471rem;
  left: -0.0588235294rem; }
.members_sec .owl-scrollbar .owl-scroll-handle:hover {
  transform: scale(2);
  transition: transform .2s ease-in-out; }
.members_sec .owl-scrollbar .owl-scroll-progress {
  background: #333;
  height: 0.2941176471rem;
  border-radius: 0.5882352941rem;
  position: absolute;
  top: 0;
  left: 0; }
.members_sec .scrollbar {
  margin: 1.7647058824rem auto 0;
  position: absolute;
  bottom: 3.6470588235rem;
  left: 0;
  right: 0;
  max-width: 38.2352941176rem;
  background: radial-gradient(circle, #cdbfae 1px, transparent 1.5px);
  background-repeat: repeat-x;
  background-size: 0.8823529412rem 0.1176470588rem; }
  @media (max-width: 1400px) {
    .members_sec .scrollbar {
      bottom: 2.4117647059rem; } }
  @media (max-width: 991px) {
    .members_sec .scrollbar {
      bottom: 0.7058823529rem; } }
  .members_sec .scrollbar .handle {
    min-width: 5.2941176471rem;
    background: transparent; }
    .members_sec .scrollbar .handle .mousearea {
      font-family: "miller-display", serif;
      background: #b69065;
      padding: 0.3529411765rem 0;
      color: #4a3b2c;
      text-align: center;
      border-radius: 0.8823529412rem;
      font-size: 0.8235294118rem;
      font-style: italic;
      line-height: normal;
      position: relative;
      height: auto;
      margin: -0.3529411765rem 0 0; }
      .members_sec .scrollbar .handle .mousearea:after, .members_sec .scrollbar .handle .mousearea:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        font: normal normal normal 18px/1 FontAwesome;
        color: #f0eee9; }
      .members_sec .scrollbar .handle .mousearea:after {
        content: "\f0da";
        right: 0.5882352941rem;
        left: auto; }
      .members_sec .scrollbar .handle .mousearea:before {
        content: "\f0d9";
        left: 0.5882352941rem; }
@media (max-width: 991px) {
  .members_sec .parks_trails_sec.amin_boximg {
    padding-top: 6.4705882353rem;
    overflow: hidden; } }
@media (max-width: 479px) {
  .members_sec .parks_trails_sec.amin_boximg {
    height: 100vh;
    overflow-x: auto;
    padding-bottom: 4.1176470588rem; } }
.members_sec .parks_trails_sec.amin_boximg .parks_trails_container {
  padding: 0 0.8823529412rem; }
  @media (min-width: 1200px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container {
      max-width: 88.8235294118rem; } }
  @media (max-width: 1650px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .row {
      align-items: center; } }
  @media (max-width: 991px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .row {
      position: relative; } }
  @media (max-width: 991px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .col-lg-5 {
      text-align: center; } }
  @media (min-width: 1200px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parks-trails-headding {
      padding-left: 5.1176470588rem;
      padding-top: 3.5294117647rem; } }
  @media (max-width: 1650px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parks-trails-headding {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parks-trails-headding {
      text-align: center;
      padding-left: 0; } }
  @media (max-width: 1400px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parks-trails-headding h2 {
      margin-bottom: 0.2941176471rem; } }
  @media (max-width: 991px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner {
      max-width: 27.6470588235rem;
      margin: 0 auto; } }
  @media (max-width: 639px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner {
      max-width: calc(100% - 60px); } }
  @media (max-width: 1650px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt {
      padding: 1.1764705882rem 1.1764705882rem 0.5882352941rem; } }
  @media (max-width: 1400px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt {
      padding: 1.1764705882rem 1.1764705882rem 0.5882352941rem; } }
  @media (max-width: 768px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt {
      text-align: center; } }
  .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
    margin-bottom: 0; }
    @media (max-width: 1400px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
        font-size: 20px;
        line-height: 1.5; } }
    @media (max-width: 1650px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
        font-size: 1.7647058824rem; } }
    @media (max-width: 639px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt h4 {
        font-size: 1.0588235294rem; } }
  .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt p {
    margin-bottom: 1.3529411765rem; }
    @media (max-width: 639px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .welcome__block--inner .wlc_boxtxt p {
        font-size: 0.8823529412rem; } }
  .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link {
    padding: 1.2941176471rem 0 0;
    margin-left: 28%;
    position: relative; }
    @media (max-width: 1400px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link {
        padding: 0;
        margin-left: 0; } }
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link a {
      color: #b69065; }
      @media (max-width: 1400px) {
        .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link a:after {
          width: 100%;
          left: 0; } }
      @media (max-width: 639px) {
        .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link a:after {
          width: 100%; } }
    @media (max-width: 1200px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .exp_link {
        margin-left: 0;
        text-align: left; } }
  .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .side_txt {
    position: absolute;
    right: -1.7647058824rem;
    transform: translateY(-50%) rotateZ(-90deg);
    color: #998a74;
    top: 53%;
    text-transform: uppercase;
    font-size: 0.7058823529rem;
    letter-spacing: 3.5px; }
    @media (max-width: 1650px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .side_txt {
        right: -3.6470588235rem; } }
    @media (max-width: 1200px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .side_txt {
        color: #120e08;
        background: rgba(240, 238, 233, 0.8);
        padding: 0.2941176471rem; } }
    @media (max-width: 639px) {
      .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .side_txt {
        padding: 0.1176470588rem; } }
  @media (min-width: 1200px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      padding: 0 0 81% 0;
      margin: 0 2.6470588235rem 0 -7.7647058824rem; } }
  @media (max-width: 1650px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      padding: 0 0 63% 0; } }
  @media (max-width: 1400px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      padding: 0 0 65% 0; } }
  @media (max-width: 1200px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      min-height: 29.4117647059rem; } }
  @media (max-width: 991px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      padding: 0 0 0 0;
      min-height: 28.5882352941rem;
      margin-top: -21.7647058824rem;
      height: auto; } }
  @media (max-width: 768px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      min-height: 20.2941176471rem; } }
  @media (max-width: 639px) {
    .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkstrails-wide {
      min-height: 12.5294117647rem;
      margin-top: -14.1176470588rem; } }
  .members_sec .parks_trails_sec.amin_boximg .parks_trails_container .parkst-rails-col {
    padding-top: 0; }
.members_sec .anim_two {
  height: 100vh;
  padding: 5.8823529412rem 0.5882352941rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .members_sec .anim_two {
      overflow-x: auto; } }
  .members_sec .anim_two .container {
    max-width: 93.5294117647rem; }
    @media (max-width: 1650px) {
      .members_sec .anim_two .container .col-sm-12 {
        width: 50%; } }
@media (max-width: 1400px) and (min-width: 1200px) {
  .members_sec .anim_two .container .col-sm-12 {
    width: 50%; } }

    @media (max-width: 768px) {
      .members_sec .anim_two .container .col-sm-12 {
        width: 100%; } }
  .members_sec .anim_two .animtwo_boxtxt {
    padding: 1.5294117647rem 4.7058823529rem 0 1.2941176471rem;
    text-align: left; }
    @media (max-width: 1200px) {
      .members_sec .anim_two .animtwo_boxtxt {
        padding: 1.5294117647rem 1.1764705882rem 0; } }
    .members_sec .anim_two .animtwo_boxtxt h4 {
      font-size: 1.4117647059rem;
      color: #b69065;
      text-transform: uppercase;
      letter-spacing: 0.2941176471rem;
      margin-bottom: 0.5882352941rem; }
    .members_sec .anim_two .animtwo_boxtxt h2 {
      color: #4a3b2c;
      text-transform: uppercase;
      margin-bottom: 0.4705882353rem;
      letter-spacing: 0.4117647059rem;
      line-height: 1.6; }
      @media (max-width: 1400px) {
        .members_sec .anim_two .animtwo_boxtxt h2 {
          line-height: 1.2; } }
    .members_sec .anim_two .animtwo_boxtxt p {
      color: #9f8670;
      margin-bottom: 1.5882352941rem;
      line-height: 1.6; }
    .members_sec .anim_two .animtwo_boxtxt .anim_twobtmimg {
      text-align: center;
      margin-top: 3.0588235294rem; }
      .members_sec .anim_two .animtwo_boxtxt .anim_twobtmimg img {
        display: inline-block; }
  .members_sec .anim_two .anim_twoimg img {
    box-shadow: 0px 9px 29px 4px rgba(24, 24, 25, 0.17); }
.members_sec .anim_three {
  height: 100vh;
  padding: 5.8823529412rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%; }
  .members_sec .anim_three .animthree_bg {
    position: absolute;
    width: 100%;
    width: calc(100% - 550px);
    height: calc(100% - 189px);
    top: 4.9411764706rem;
    left: 0;
    filter: grayscale(1);
    max-width: 81.1176470588rem;
    right: 0;
    margin: 0 auto;
    /*height: 100%;
    top: 0;*/ }
    @media (max-width: 1200px) {
      .members_sec .anim_three .animthree_bg {
        width: 100%;
        max-width: 100%; } }
  .members_sec .anim_three .controls {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center; }
    @media (max-width: 768px) {
      .members_sec .anim_three .controls {
        bottom: 9.4117647059rem; } }
    .members_sec .anim_three .controls .btn {
      background: none;
      color: #0a0a0a;
      font-size: 1.7647058824rem;
      font-family: "miller-display", serif;
      position: absolute;
      z-index: 9;
      letter-spacing: 0.7647058824rem;
      top: -1.1764705882rem; }
      @media (max-width: 1400px) {
        .members_sec .anim_three .controls .btn {
          font-size: 1.1764705882rem; } }
      @media (max-width: 991px) {
        .members_sec .anim_three .controls .btn {
          letter-spacing: 2.5px; } }
      @media (max-width: 768px) {
        .members_sec .anim_three .controls .btn {
          color: #fff; } }
      .members_sec .anim_three .controls .btn.prev {
        left: 4.2%; }
      .members_sec .anim_three .controls .btn.next {
        right: 3.2%; }
      .members_sec .anim_three .controls .btn:hover, .members_sec .anim_three .controls .btn:focus {
        border: none;
        outline: none;
        box-shadow: none; }
  .members_sec .anim_three .welcome__block--inner {
    top: auto; }
    @media (min-width: 1200px) {
      .members_sec .anim_three .welcome__block--inner {
        max-width: 31.5294117647rem; } }
    @media (max-width: 1400px) {
      .members_sec .anim_three .welcome__block--inner {
        top: -0.9411764706rem; } }
    .members_sec .anim_three .welcome__block--inner:before {
      position: absolute;
      content: "";
      background: url(../img/community/golfmanquot.png) top left no-repeat;
      width: 10rem;
      height: 7.6470588235rem;
      left: -2.3529411765rem;
      top: -1.4705882353rem;
      transition: 1s all;
      z-index: 1; }
      @media (max-width: 1200px) {
        .members_sec .anim_three .welcome__block--inner:before {
          width: 4.9411764706rem;
          height: 4.1176470588rem;
          background-size: 100%; } }
      @media (max-width: 768px) {
        .members_sec .anim_three .welcome__block--inner:before {
          background-size: 100%;
          left: -0.5882352941rem;
          top: -1.7647058824rem; } }
      @media (max-width: 639px) {
        .members_sec .anim_three .welcome__block--inner:before {
          width: 4.1176470588rem;
          height: 3.5294117647rem; } }
    .members_sec .anim_three .welcome__block--inner:after {
      position: absolute;
      content: "";
      background: url(../img/community/golfmanquot.png) bottom right no-repeat;
      width: 10rem;
      height: 7.6470588235rem;
      right: -4.7058823529rem;
      bottom: -3.5294117647rem;
      transform: rotate(180deg);
      transition: 1s all; }
      @media (max-width: 1200px) {
        .members_sec .anim_three .welcome__block--inner:after {
          width: 4.9411764706rem;
          height: 4.1176470588rem;
          background-size: 100%;
          right: -1.5294117647rem;
          bottom: -1.2941176471rem; } }
      @media (max-width: 768px) {
        .members_sec .anim_three .welcome__block--inner:after {
          background-size: 100%;
          width: 5.2941176471rem;
          height: 4.7058823529rem;
          right: -0.5882352941rem;
          bottom: -1.7647058824rem; } }
      @media (max-width: 639px) {
        .members_sec .anim_three .welcome__block--inner:after {
          width: 4.1176470588rem;
          height: 3.5294117647rem; } }
    .members_sec .anim_three .welcome__block--inner .wlc_boxtxt {
      background: #5d5d5d; }
      @media (min-width: 1200px) {
        .members_sec .anim_three .welcome__block--inner .wlc_boxtxt {
          padding: 5.8235294118rem 3.2941176471rem 2.8235294118rem 3.2941176471rem; } }
      @media (max-width: 1200px) {
        .members_sec .anim_three .welcome__block--inner .wlc_boxtxt {
          padding: 1.6470588235rem 1.1764705882rem 1.6470588235rem; } }
      @media (max-width: 639px) {
        .members_sec .anim_three .welcome__block--inner .wlc_boxtxt {
          padding: 1.1764705882rem; } }
      .members_sec .anim_three .welcome__block--inner .wlc_boxtxt h4 {
        font-size: 0.8823529412rem;
        color: #f0eee9;
        font-family: "miller-display", serif;
        text-align: center;
        text-transform: uppercase;
        line-height: 2;
        letter-spacing: 4.3px; }
        @media (max-width: 1200px) {
          .members_sec .anim_three .welcome__block--inner .wlc_boxtxt h4 {
            line-height: 1.5; } }
      .members_sec .anim_three .welcome__block--inner .wlc_boxtxt p {
        color: #a4825d;
        text-transform: uppercase;
        font-size: 0.8235294118rem;
        margin-top: 1.7058823529rem;
        letter-spacing: 0.1764705882rem;
        text-align: center; }
.members_sec .anim_four {
  height: 100vh;
  padding: 5.8823529412rem 0.8823529412rem 5.8823529412rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (max-width: 1400px) {
    .members_sec .anim_four {
      padding: 8.2352941176rem 0 5.8823529412rem; } }
  .members_sec .anim_four .animfour_img {
    text-align: center; }
    .members_sec .anim_four .animfour_img img {
      box-shadow: 0px 0 20px 6px rgba(24, 24, 25, 0.16); }
  .members_sec .anim_four .container {
    padding: 0 9.4117647059rem;
    max-width: 1595px; }
    @media (min-width: 1910px) {
      .members_sec .anim_four .container {
        padding: 0 7.0588235294rem;
        max-width: 1595px; } }
    @media (max-width: 1023px) {
      .members_sec .anim_four .container {
        padding: 0 20px; } }

.aminpop .animslide_action {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  z-index: 1; }
  .aminpop .animslide_action .burgernav__close {
    position: absolute;
    top: 2.2941176471rem;
    right: 1.8235294118rem; }
    @media (max-width: 991px) {
      .aminpop .animslide_action .burgernav__close {
        top: 1.1176470588rem; } }
    @media (max-width: 768px) {
      .aminpop .animslide_action .burgernav__close span {
        padding: 0.9411764706rem 3.7058823529rem 0.9411764706rem 0; } }
  .aminpop .animslide_action .goback_btn {
    position: absolute;
    top: 3.2352941176rem;
    padding: 0 0 0 12.7058823529rem;
    border-bottom: 1px solid #c69c6d; }
    @media (max-width: 991px) {
      .aminpop .animslide_action .goback_btn {
        top: 2.0588235294rem; } }
    @media (max-width: 768px) {
      .aminpop .animslide_action .goback_btn {
        padding: 0 0 0 1.1764705882rem; } }
    .aminpop .animslide_action .goback_btn .backlink {
      text-transform: uppercase;
      font-family: "miller-display", serif;
      padding: 0 1.1176470588rem 0.4117647059rem 0;
      font-weight: 300;
      letter-spacing: 9.5px;
      font-size: 0.8235294118rem; }
.aminpop .aminslide {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 7;
  width: 100%;
  background: #f0eee9;
  left: 0;
  opacity: 1; }
  .aminpop .aminslide.animefshow {
    transition: 1s all; }
  .aminpop .aminslide.unshown {
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .aminpop .aminslide .scrollbar {
    opacity: 0;
    transition: 0.5s all 1s; }
    .aminpop .aminslide .scrollbar.showscroll {
      opacity: 1; }
.aminpop .frame > ul.framwrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px; }
  .aminpop .frame > ul.framwrap > li {
    width: 100%; }

.animslid_item {
  max-height: 100vh;
  overflow: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .animslid_item > div {
    width: 100%; }

.golfslider.owl-carousel {
  position: static;
  height: 100%; }
  .golfslider.owl-carousel .owl-stage-outer {
    position: static;
    -webkit-transform: none;
    height: 100%; }
    .golfslider.owl-carousel .owl-stage-outer .owl-stage {
      position: static;
      height: 100%; }
      .golfslider.owl-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .golfslider.owl-carousel .owl-stage-outer .owl-stage .owl-item .golfsliditem {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          height: 100%; }
  .golfslider.owl-carousel .owl-nav {
    display: none; }

@media (max-width: 1200px) {
  .animpop_slider {
    padding: 0 0.5882352941rem; } }
.animpop_slider.owl-carousel {
  position: static;
  /*width: 100%;*/ }
  .animpop_slider.owl-carousel .owl-item {
    opacity: 0;
    padding: 20px;
    transition: 0.5s all; }
    .animpop_slider.owl-carousel .owl-item.active {
      opacity: 1; }
      @media (max-width: 1200px) {
        .animpop_slider.owl-carousel .owl-item.active {
          transform: translateX(15px); } }
@media (max-width: 768px) {
  .animpop_slider .owl-nav {
    position: relative;
    width: 100%;
    /*bottom: 30px;*/ } }
.animpop_slider .owl-nav button {
  background: none;
  color: #0a0a0a;
  /*font-size: rem(20px);*/
  font-size: 1rem;
  font-family: "miller-display", serif;
  position: absolute;
  z-index: 9;
  letter-spacing: 0.7647058824rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-weight: 900;
  text-transform: uppercase; }
  .animpop_slider .owl-nav button.disabled {
    opacity: .3; }
  @media (max-width: 1400px) {
    .animpop_slider .owl-nav button {
      font-size: 1.1764705882rem; } }
  @media (max-width: 991px) {
    .animpop_slider .owl-nav button {
      letter-spacing: 2.5px; } }
  .animpop_slider .owl-nav button.owl-prev {
    left: 0; }
    @media (min-width: 1910px) {
      .animpop_slider .owl-nav button.owl-prev {
        left: 4.2%; } }
    @media (max-width: 1023px) {
      .animpop_slider .owl-nav button.owl-prev {
        top: auto;
        transform: translateY(0); } }
  .animpop_slider .owl-nav button.owl-next {
    right: 0; }
    @media (min-width: 1910px) {
      .animpop_slider .owl-nav button.owl-next {
        right: 3.2%; } }
    @media (max-width: 1023px) {
      .animpop_slider .owl-nav button.owl-next {
        top: auto;
        transform: translateY(0); } }
  .animpop_slider .owl-nav button:hover, .animpop_slider .owl-nav button:focus {
    border: none;
    outline: none;
    box-shadow: none; }

body.slidaminpop {
  height: 100vh;
  overflow: auto;
  left: 0;
  width: 100%; }

.property_inquiry {
  margin-bottom: -1.7647058824rem;
  margin-top: -0.3529411765rem;
  position: relative;
  padding: 3.1176470588rem 0 0 0; }
  .property_inquiry .dotline {
    top: -0.8823529412rem;
    z-index: 1; }
    .property_inquiry .dotline > span {
      height: 4.4117647059rem; }
  .property_inquiry .inner_container {
    max-width: 85.1176470588rem;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.1176470588rem #ffffff;
    padding: 2.7058823529rem 8.1176470588rem 2.3529411765rem 9.4117647059rem;
    background-color: #e7e5e0;
    position: relative; }
    @media (max-width: 1200px) {
      .property_inquiry .inner_container {
        padding: 2.3529411765rem 2.9411764706rem; } }
    @media (max-width: 991px) {
      .property_inquiry .inner_container {
        padding: 2.3529411765rem; } }
    @media (max-width: 767px) {
      .property_inquiry .inner_container {
        padding: 2.3529411765rem 0.8823529412rem; } }
    @media (max-width: 767px) {
      .property_inquiry .inner_container > .row {
        max-height: 70vh;
        overflow-x: auto; } }
    .property_inquiry .inner_container .title-bar {
      margin-bottom: 2.0588235294rem;
      text-align: center; }
      .property_inquiry .inner_container .title-bar .top-title {
        font-family: "miller-display", serif;
        font-size: 0.7647058824rem;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 0.4411764706rem;
        margin-bottom: 1.6470588235rem;
        color: #b28d63; }
      .property_inquiry .inner_container .title-bar h2 {
        color: #222222;
        font-size: 1.8688235294rem;
        line-height: 1.5;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.4117647059rem;
        /*text-indent: rem(-13px);*/
        margin-bottom: 0.6470588235rem; }
        @media (max-width: 1200px) {
          .property_inquiry .inner_container .title-bar h2 {
            font-size: 1.7647058824rem;
            letter-spacing: 0.2941176471rem; } }
        @media (max-width: 991px) {
          .property_inquiry .inner_container .title-bar h2 {
            font-size: 1.6470588235rem;
            text-indent: -0.2941176471rem; } }
        @media (max-width: 639px) {
          .property_inquiry .inner_container .title-bar h2 {
            font-size: 1.2941176471rem;
            letter-spacing: 0.1176470588rem;
            line-height: 1.3; } }
        .property_inquiry .inner_container .title-bar h2 span.midtxt {
          color: #c69c6d;
          opacity: 0;
          transition: 0.5s all 0.5s; }
          .property_inquiry .inner_container .title-bar h2 span.midtxt.divshown {
            opacity: 1; }

.leafsvg {
  display: block;
  margin: 80px auto;
  width: 400px;
  margin-bottom: 15px; }

#leaf {
  fill: #C29C66;
  stroke: #a68676;
  stroke-width: 0;
  animation: logo 5s linear infinite; }

@keyframes logo {
  0% {
    stroke-width: 1pt;
    stroke-dashoffset: 1200;
    fill-opacity: 0; }
  50% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0pt; } }
.events_bnr {
  position: relative; }
  .events_bnr .slide_overlay {
    /* display: none; */
    position: absolute;
    font-size: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* ie6-9 */
    background: url(../img/home/Rectangle.png) center no-repeat;
    background-size: cover;
    transition: 0.5s all;
    /*transition:1.5s all;*/
    opacity: 0;
    transform: scale(2);
    height: 70%; }
    .events_bnr .slide_overlay.divshown {
      transform: scale(1);
      height: 100%; }
  .events_bnr .banner_text_wrap {
    padding: 4.7058823529rem 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center; }
    .events_bnr .banner_text_wrap .page_banner_text {
      position: relative;
      padding: 1.1176470588rem;
      z-index: 1; }
      @media (max-width: 639px) {
        .events_bnr .banner_text_wrap .page_banner_text {
          display: block;
          width: 100%; } }
      .events_bnr .banner_text_wrap .page_banner_text .border_one:before {
        background: #9f8575; }
      .events_bnr .banner_text_wrap .page_banner_text .border_one:after {
        background: #9f8575; }
      .events_bnr .banner_text_wrap .page_banner_text .border_two:before {
        background: #9f8575; }
      .events_bnr .banner_text_wrap .page_banner_text .border_two:after {
        background: #9f8575; }
      .events_bnr .banner_text_wrap .page_banner_text .banner_text_main {
        background-color: rgba(17, 17, 17, 0.85);
        padding: 2rem 4.9411764706rem 2rem 4.9411764706rem;
        text-align: center;
        /*opacity: 0;
        transition: 1s all;*/ }
        @media (max-width: 639px) {
          .events_bnr .banner_text_wrap .page_banner_text .banner_text_main {
            padding: 2rem 0.8823529412rem 2rem 0.8823529412rem; } }
        .events_bnr .banner_text_wrap .page_banner_text .banner_text_main.shown {
          opacity: 1; }
        .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text {
          /*opacity: 0;
          transition: 1s all;*/ }
          .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text > span {
            font-family: "miller-display", serif;
            font-weight: 300;
            font-style: italic;
            font-size: 1.7647058824rem;
            line-height: 2rem;
            color: #c69c6d;
            display: inline-block;
            border-bottom: 0.0588235294rem solid #c69c6d;
            letter-spacing: 0.1647058824rem;
            padding: 0 0.2352941176rem 0.1764705882rem;
            margin: 0 0 0.5882352941rem 0;
            /*transition: 0.5s all 2.3s;
            opacity: 0;*/ }
            @media (max-width: 639px) {
              .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text > span {
                font-size: 1.5294117647rem;
                line-height: 1.7647058824rem; } }
          .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text h2 {
            font-family: "miller-display", serif;
            font-weight: 300;
            font-size: 2.8235294118rem;
            line-height: 3.2352941176rem;
            color: #f0eee9;
            text-transform: uppercase;
            letter-spacing: 0.6294117647rem;
            margin: 0 0 1.7647058824rem 0; }
            @media (max-width: 639px) {
              .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text h2 {
                font-size: 2.2352941176rem;
                line-height: 2.6470588235rem;
                margin: 0 0 0.8823529412rem 0; } }
            @media (max-width: 479px) {
              .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text h2 {
                font-size: 1.7647058824rem;
                line-height: 2.2352941176rem;
                letter-spacing: 0.3529411765rem; } }
          .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text p {
            font-family: "miller-display", serif;
            font-weight: 500;
            font-size: 0.8235294118rem;
            line-height: 1.4117647059rem;
            color: #b28d63;
            text-transform: uppercase;
            letter-spacing: 0.4823529412rem;
            /*transition: 0.5s all 2.3s;
            opacity: 0;*/ }
            @media (max-width: 639px) {
              .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text p {
                font-size: 0.7058823529rem;
                line-height: 1.2941176471rem;
                letter-spacing: 0.3529411765rem; } }
          .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text.shown {
            opacity: 1; }
            .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text.shown > span {
              opacity: 1; }
            .events_bnr .banner_text_wrap .page_banner_text .banner_text_main .banner_annimation_text.shown p {
              opacity: 1; }

.event_welcome_sec {
  padding: 6rem 0 0 0;
  position: relative; }
  @media (max-width: 767px) {
    .event_welcome_sec {
      padding: 4.7058823529rem 0 0 0; } }
  .event_welcome_sec .dotline {
    top: -3.5294117647rem;
    z-index: 1; }
    .event_welcome_sec .dotline span {
      background-color: #c69c6d; }
      .event_welcome_sec .dotline span:before {
        background-color: #c69c6d; }
  .event_welcome_sec .event_welcome_content {
    max-width: 57.6470588235rem;
    margin: 0 auto; }
    .event_welcome_sec .event_welcome_content h2 {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 2.0588235294rem;
      line-height: 3.5294117647rem;
      color: #222222;
      position: relative;
      letter-spacing: 0.0647058824rem;
      margin: 0 0 0.8823529412rem 0; }
      .event_welcome_sec .event_welcome_content h2:first-letter {
        font-size: 5.3005882353rem;
        line-height: 5.3005882353rem;
        color: #9f8670;
        font-weight: 300;
        position: absolute;
        letter-spacing: 0;
        top: 2.9411764706rem;
        left: 0;
        display: inline-block;
        vertical-align: sub; }
      @media (max-width: 767px) {
        .event_welcome_sec .event_welcome_content h2 {
          font-size: 1.5294117647rem;
          line-height: 2.5882352941rem; }
          .event_welcome_sec .event_welcome_content h2:first-letter {
            font-size: 4.1176470588rem;
            line-height: 4.1176470588rem; } }
      @media (max-width: 479px) {
        .event_welcome_sec .event_welcome_content h2 {
          font-size: 1.1764705882rem;
          line-height: 1.8823529412rem; }
          .event_welcome_sec .event_welcome_content h2:first-letter {
            font-size: 2.3529411765rem;
            line-height: 2.3529411765rem; } }
    .event_welcome_sec .event_welcome_content p {
      letter-spacing: 0.0135294118rem;
      line-height: 1.5882352941rem; }

.event_welcome_sec .event_welcome_content .gc_welcome_heading,
.event_welcome_sec .event_welcome_content .gc_welcome_heading::first-letter {
  font-size: 2.8235294118rem;
  font-family: "miller-display", serif;
  font-weight: 100;
  line-height: 3.5294117647rem;
  color: #222222;
  position: relative;
  letter-spacing: 0.0647058824rem;
  margin: 0 0 0.8823529412rem 0;
  vertical-align: baseline;
  text-align: center;
}

.gc_welcome_subheading {
  font-family: "miller-display", serif;
  font-weight: 500;
  font-size: 0.8235294118rem;
  line-height: 1.4117647059rem;
  color: #b28d63;
  text-transform: uppercase;
  letter-spacing: 0.4764705882rem;
  padding: 0 0 0.2941176471rem 0;
  margin: 0 0 1.7647058824rem 0;
  text-align: center;
}

.event_glance_sec {
  padding: 1.4705882353rem 0 6.4705882353rem 0; }
  @media (max-width: 1023px) {
    .event_glance_sec {
      padding: 1.4705882353rem 0 3.5294117647rem 0; } }
  .event_glance_sec .event_glance_wrap {
    padding: 0 2.5294117647rem 0 2.9411764706rem; }
    @media (max-width: 1400px) {
      .event_glance_sec .event_glance_wrap {
        padding: 0; } }
    @media (max-width: 1200px) {
      .event_glance_sec .event_glance_wrap .col-lg-3 {
        padding-bottom: 2.3529411765rem; } }
  .event_glance_sec .queline .event_glance_img, .event_glance_sec .queline h4, .event_glance_sec .queline ul {
    position: relative;
    /*top: 200px;
    opacity: 0;  */ }
  .event_glance_sec .queline.imVisible .event_glance_img, .event_glance_sec .queline.imVisible h4, .event_glance_sec .queline.imVisible ul {
    opacity: 1;
    top: 0; }
  .event_glance_sec .queline .event_glance_img {
    transition: 1s all; }
  .event_glance_sec .queline h4 {
    transition: 1.5s all; }
  .event_glance_sec .queline ul {
    transition: 2s all; }
  .event_glance_sec .event_glance_heading {
    text-align: center;
    padding: 0 0 3.3529411765rem 0; }
    .event_glance_sec .event_glance_heading h3 {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 1.6470588235rem;
      line-height: 2.1764705882rem;
      color: #222222;
      position: relative;
      padding: 2.0588235294rem 0 0 0;
      margin: 0;
      letter-spacing: 0.0058823529rem; }
      .event_glance_sec .event_glance_heading h3:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        height: 0.0588235294rem;
        width: 7rem;
        background-color: #c69c6d; }
    .event_glance_sec .event_glance_heading span {
      color: #9f8670; }
  .event_glance_sec .event_glance_box {
    text-align: center; }
    .event_glance_sec .event_glance_box .event_glance_img {
      min-height: 4.7058823529rem;
      margin: 0 0 1.4117647059rem 0; }
    .event_glance_sec .event_glance_box h4 {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 1.4117647059rem;
      line-height: 1.6470588235rem;
      color: #222222;
      text-transform: uppercase;
      letter-spacing: 0.3058823529rem; }
    .event_glance_sec .event_glance_box ul {
      margin: 0; }
      .event_glance_sec .event_glance_box ul li {
        font-family: "catamaran", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5882352941rem;
        color: #9f8670; }
        .event_glance_sec .event_glance_box ul li a {
          font-family: "catamaran", sans-serif;
          font-weight: 400;
          font-size: 1rem;
          line-height: 1.5882352941rem;
          color: #9f8670; }
          .event_glance_sec .event_glance_box ul li a:hover {
            color: #494949; }
  .event_glance_sec .view_event_sec {
    padding: 4.8823529412rem 0 2.9411764706rem 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .event_glance_sec .view_event_sec {
        padding: 1.7647058824rem 0 0 0; } }
    .event_glance_sec .view_event_sec h6 {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 1.6470588235rem;
      line-height: 1.8823529412rem;
      color: #222222;
      margin: 0 0 1.9411764706rem 0; }
      @media (max-width: 639px) {
        .event_glance_sec .view_event_sec h6 {
          font-size: 1.4117647059rem;
          line-height: 1.6470588235rem; } }
    .event_glance_sec .view_event_sec .view_event_btn {
      display: inline-block;
      border: 0.0588235294rem solid #9f8575;
      padding: 0.5882352941rem; }
      .event_glance_sec .view_event_sec .view_event_btn a {
        font-family: "miller-display", serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.1764705882rem;
        color: #c69d6f;
        text-transform: uppercase;
        letter-spacing: 0.2176470588rem;
        background-color: #15110b;
        padding: 1.5294117647rem 0.8235294118rem 1.4705882353rem 1rem;
        display: inline-block;
        position: relative; }
        .event_glance_sec .view_event_sec .view_event_btn a:hover {
          background-color: #c69d6f;
          color: #15110b; }
        @media (max-width: 639px) {
          .event_glance_sec .view_event_sec .view_event_btn a {
            font-size: 0.8823529412rem;
            line-height: 1rem;
            letter-spacing: 0.1176470588rem; } }

    .event_glance_sec .view_event_sec.gc .view_event_btn {
      width: 90%;
    }    .event_glance_sec .view_event_sec.gc .view_event_btn a {
      width: 100%;
      padding: 1.9294117647rem 0.8235294118rem 1.9705882353rem 1rem;
      font-weight: 100;
      font-size: 1.5rem;
      color: #fff;
      text-transform: none;
    }

  .event_glance_sec .view_event_sec.gc {
    padding: 2.8823529412rem 0 2.9411764706rem 0;
  }

  .more-info {
      margin: 20px;
      color: #000;
  }

  .gc_event_details .mt {
    padding-top: 1.4705882353rem;
  }

  .gc_event_details .mb {
    padding-bottom: 5.4705882353rem;
  }

  @media (max-width: 768px) {
    .gc_event_details .mb {
      text-align: center;
    }
  }

  .gc_event_details h4 {
    font-family: "miller-display", serif;
    font-weight: 500;
    font-size: 1.4117647059rem;
    line-height: 1.6470588235rem;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.3058823529rem;
  }

@media (max-width: 1023px) {
  .featured_home_sec {
    padding: 2.3529411765rem 0 0 0; } }
.featured_home_sec .featured_home_wrap {
  padding: 0 6.3529411765rem 0 7.3529411765rem; }
  @media (max-width: 1650px) {
    .featured_home_sec .featured_home_wrap {
      padding: 0 0 0 0; } }
.featured_home_sec .row {
  margin: 0 -3.1764705882rem; }
  @media (max-width: 1400px) {
    .featured_home_sec .row {
      margin: 0 -1.1764705882rem; } }
  @media (max-width: 1023px) {
    .featured_home_sec .row {
      margin: 0 -0.8823529412rem; } }
.featured_home_sec .col-lg-4 {
  padding: 0 3.1764705882rem 4.1764705882rem; }
  @media (max-width: 1400px) {
    .featured_home_sec .col-lg-4 {
      padding: 0 1.1764705882rem 2.9411764706rem; } }
  @media (max-width: 1200px) {
    .featured_home_sec .col-lg-4 {
      width: 33.33%; } }
  @media (max-width: 1023px) {
    .featured_home_sec .col-lg-4 {
      padding: 0 0.8823529412rem 2.9411764706rem;
      width: 50%; } }
  @media (max-width: 767px) {
    .featured_home_sec .col-lg-4 {
      width: 50%; } }
  @media (max-width: 639px) {
    .featured_home_sec .col-lg-4 {
      width: 100%; } }
.featured_home_sec .featured_home_top {
  text-align: center; }
  .featured_home_sec .featured_home_top .featured_home_graphic {
    position: relative;
    z-index: -1; }
  .featured_home_sec .featured_home_top .featured_home_heading {
    padding: 2.5882352941rem 0 2.5294117647rem 0; }
    @media (max-width: 639px) {
      .featured_home_sec .featured_home_top .featured_home_heading {
        padding: 1.7647058824rem 0 0.5882352941rem 0; } }
    .featured_home_sec .featured_home_top .featured_home_heading span {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 0.8235294118rem;
      line-height: 1.4117647059rem;
      color: #b28d63;
      text-transform: uppercase;
      letter-spacing: 0.4764705882rem;
      display: block;
      position: relative;
      padding: 0 0 0.2941176471rem 0;
      margin: 0 0 1.7647058824rem 0; }
      @media (max-width: 639px) {
        .featured_home_sec .featured_home_top .featured_home_heading span {
          margin: 0 0 0.8823529412rem 0; } }
      .featured_home_sec .featured_home_top .featured_home_heading span:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        height: 0.0588235294rem;
        width: 12.8235294118rem;
        background-color: #c69c6d; }
    .featured_home_sec .featured_home_top .featured_home_heading h2 {
      font-family: "miller-display", serif;
      font-weight: 500;
      font-size: 1.8688235294rem;
      line-height: 2.3529411765rem;
      color: #4a3b2c;
      text-transform: uppercase;
      letter-spacing: 0.4235294118rem; }
      @media (max-width: 639px) {
        .featured_home_sec .featured_home_top .featured_home_heading h2 {
          font-size: 1.5294117647rem;
          line-height: 2rem;
          letter-spacing: 0.2941176471rem; } }
.featured_home_sec .featured_home_box .featured_home_img {
  padding-top: 22.4705882353rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0px 25px 20px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1400px) {
    .featured_home_sec .featured_home_box .featured_home_img {
      padding-top: 100%; } }
  @media (max-width: 639px) {
    .featured_home_sec .featured_home_box .featured_home_img {
      padding-top: 80%; } }
.featured_home_sec .featured_home_box h6 {
  font-family: "catamaran", sans-serif;
  font-weight: 400;
  font-size: 0.7923529412rem;
  line-height: 0.9411764706rem;
  color: #998a74;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5294117647rem 0 0 0;
  letter-spacing: 0.2235294118rem;
  text-align: center; }

.other_neighborhoods_sec {
  padding: 5.4705882353rem 0 0 0; }
  .other_neighborhoods_sec .container {
    max-width: 64.4117647059rem;
    margin: 0 auto;
    width: 100%; }
  @media (max-width: 767px) {
    .other_neighborhoods_sec {
      padding: 0; } }
  .other_neighborhoods_sec .other_neighborhoods_top h4 {
    font-family: "miller-display", serif;
    font-weight: 300;
    font-size: 1.4117647059rem;
    line-height: 1.6470588235rem;
    color: #1a1818;
    text-transform: uppercase;
    background-color: #d2c7b8;
    text-align: center;
    letter-spacing: 0.3058823529rem;
    padding: 1.1176470588rem 0.8823529412rem 1.1176470588rem 0.8823529412rem;
    margin: 0 0 1.7647058824rem 0; }
    @media (max-width: 639px) {
      .other_neighborhoods_sec .other_neighborhoods_top h4 {
        font-size: 1.1764705882rem;
        line-height: 1.5294117647rem;
        letter-spacing: 0.2352941176rem; } }
  .other_neighborhoods_sec .other_neighborhoods_top span {
    font-family: "catamaran", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1764705882rem;
    color: #a68676;
    text-align: center;
    display: block; }
  .other_neighborhoods_sec .other_neighborhoods_link {
    padding: 2.2352941176rem 0 0 0; }
    @media (max-width: 1200px) {
      .other_neighborhoods_sec .other_neighborhoods_link {
        padding: 2.2352941176rem 0 0 0; } }
    .other_neighborhoods_sec .other_neighborhoods_link ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between; }
      .other_neighborhoods_sec .other_neighborhoods_link ul li {
        width: calc(33.33% - 8px);
        padding: 0.5882352941rem;
        border: 0.0588235294rem solid #9f8575;
        margin-bottom: 0.7647058824rem; }
        @media (max-width: 991px) {
          .other_neighborhoods_sec .other_neighborhoods_link ul li {
            width: calc(50% - 8px); } }
        @media (max-width: 479px) {
          .other_neighborhoods_sec .other_neighborhoods_link ul li {
            width: 100%; } }
        .other_neighborhoods_sec .other_neighborhoods_link ul li a {
          display: block;
          background-color: #0f0b05;
          font-family: "miller-display", serif;
          font-size: 1rem;
          line-height: 1.2941176471rem;
          font-weight: 500;
          text-transform: uppercase;
          color: #c69d6f;
          padding: 1.4117647059rem 0.5882352941rem 1.4705882353rem 0.5882352941rem;
          letter-spacing: 0.2235294118rem;
          text-indent: 0.2235294118rem;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .other_neighborhoods_sec .other_neighborhoods_link ul li a:hover {
            background-color: #c49b6c;
            color: #ffffff; }
          @media (max-width: 639px) {
            .other_neighborhoods_sec .other_neighborhoods_link ul li a {
              font-size: 0.8235294118rem;
              padding: 0.7058823529rem 0.5882352941rem; } }

.property_inquiry.event_form {
  padding: 3.9411764706rem 0 0 0; }
  .property_inquiry.event_form .dotline {
    top: -3.0588235294rem; }
    .property_inquiry.event_form .dotline > span {
      width: 0.0588235294rem;
      height: 7.5294117647rem; }
      .property_inquiry.event_form .dotline > span:before {
        left: -0.2941176471rem; }

@media (min-width: 1200px) {
  .page-template-neighborhoods .welcome__bottom {
    margin-top: -18.8235294118rem; } }
@media (min-width: 1200px) {
  .page-template-neighborhoods .welcome.innerspacing {
    padding: 6.9411764706rem 0 0; } }
@media (min-width: 1200px) {
  .page-template-neighborhoods .welcome__block--inner {
    top: -7.0588235294rem; } }
.page-template-neighborhoods .explore__inner--row .exp__detail {
  padding-top: 4.7058823529rem; }
@media (min-width: 1650px) {
  .page-template-neighborhoods .explore__inner--row:nth-child(even) .exp__detail--left {
    width: 35%; } }
.page-template-neighborhoods .explore__inner--row:nth-child(even) .exp__detail--left .top_subhead {
  margin-bottom: 1.7647058824rem; }
@media (max-width: 1023px) {
  .page-template-neighborhoods .explore .explore__inner--row .exp__detail {
    padding-bottom: 0; } }

@media (min-width: 1650px) {
  .page-template-events .explore__inner--row:nth-child(even) .exp__detail--left {
    width: 35%; } }
.page-template-events .explore__inner--row:nth-child(even) .exp__detail--left .top_subhead {
  margin-bottom: 1.7647058824rem; }
@media (max-width: 1023px) {
  .page-template-events .explore .explore__inner--row .exp__detail {
    padding-bottom: 0; } 
}


    .your-invited-text-wrapper{
      margin: 100px auto 0;
    }

    .your-invited-text p{
      margin-bottom: 15px;
    text-align: center;
    line-height: 2rem;
    font-family: "miller-display", serif;
    color: #9f8670;
    }

    #pum-234818 {
      padding-right: 0;
    }

#popmake-196699, div[id^="popmake-"] {
  background-image: url(https://reserveatlakekeowee.com/wp-content/uploads/2020/05/reserve-popup-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 5%;
}

#popmake-234818 {
  background-image: url(https://reserveatlakekeowee.com/wp-content/uploads/2020/09/1-RLK-Hole15.jpg);
  padding: 1em;
}

div[id^="popmake-"] .pum-content::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  LEFT: 0;
  background: black;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

#popmake-234818 .pum-content + .pum-close {
  margin-right: 1em;
  margin-top: 1em;
  box-shadow: none;
}

div[id^="popmake-"] .overlay {
  padding: 2em;
}

div[id^="popmake-"] .popup-subtitle {
  font-family: 'miller-display',serif;
  text-align: center;
  letter-spacing: 2px;
  color: #c09c72;
  font-style: italic;
  font-size: 2em;
}

div[id^="popmake-"] .popup-title {
  font-family: 'miller-display',serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .50rem;
  font-size: 50px;
  margin-bottom: .5em;
  font-weight: 100;
}

#popmake-196699 > div > div:nth-child(2) > span, div[id^="popmake-"] > div > div:nth-child(2) > span {
  color: #c09c72;
  letter-spacing: .25rem;
  font-style: italic;
  font-weight: 100;
  font-family: 'miller-display',sans-serif;
  font-size: 40px;
  transform: translateY(-10%);
  display: inline-block;
  position: relative;
}

#popmake-196699 > div > div:nth-child(2) > span:after, div[id^="popmake-"] > div > div:nth-child(2) > span:after {
  background-color: #c09c72;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -5px;
}


div[id^="popmake-"] .popup-spacer {
  height: 3px;
  background-color: #c29d67;
  width: 100px;
  margin: 0 auto;
}

div[id^="popmake-"] p {
  width: 80%;
  margin: 20px auto;
  font-size: 20px;
}

div[id^="popmake-"] .popup-btn {
  margin: 50px 0;
}

div[id^="popmake-"] .popup-btn a {
  background-color: #c29d67;
  color: white;
  text-transform: uppercase;
  font-family: 'catamaran', sans-serif;
  padding: 15px 20px;
  font-family: Catamaran;
  margin: 0 10px;
}
/*# sourceMappingURL=style.css.map */


#popmake-196699 > button, div[id^="popmake-"] > button {
  font-size: 30px;
  right: 15px;
}

div[id^="popmake-"] .popup-offer-title {
  font-family: "miller-display", serif;
  color: #d5ae74;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 10px;
}

div[id^="popmake-"] .popup-offer-container {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #d3d2c6;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

div[id^="popmake-"] .popup-offer {
  font-family: "miller-display", serif;
  text-align: center;
  padding: .5em 1em;
  background: #d3d2c6;
  color: #120e0e;
  font-size: 1.5em;
}

div[id^="popmake-"] .popup-offer em {
  color: #836130;
}

div[id^="popmake-"] .popup-offer-clause {
  font-family: "miller-display", serif;
  text-align: center;
  font-style: italic;
}

@media (min-width: 1400px) {
  #pum-234818 {
    overflow: hidden;
  }
}

@media (max-width: 1600px) {
  div[id^="popmake-"] br {
    display: none;
  }
}

@media (max-width: 400px) {
  div[id^="popmake-"] .popup-title {
    font-size: 1.9em;
  }

  div[id^="popmake-"] .popup-btn {
    background: #c29d67;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  div[id^="popmake-"] .popup-btn a {
    background: unset;
    padding: unset;
  }
}


.page-template-day-visit .bnr__inner .bnr_txtbox h2 .sub_lab {
	right: 40%;
    text-transform: none;
}

.page-template-day-visit .sub_lab.divshown .btmline{
    width: 2.3rem;
}


.page-template-day-visit .bnr__inner.img_bnr .bnr_txtbox {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #141412;
    position: relative;
    z-index: 1;
    outline: 1px solid #c69c6d;
outline-offset: 15px;
}

.page-template-day-visit .bnr__inner.img_bnr .bnr_image .bnr_sideimg {
    padding: 0 0 100% 0;
}

.page-template-day-visit .bnr__inner.img_bnr .bnr_image.shown {
    z-index: 2;
    position: relative;
}

.page-template-day-visit .bnr__inner .bnr_txtbox .sub_txt {
    margin-bottom: 0;
    text-align: right;
    text-transform: none;
    font-size: 40px;
    font-weight: 100;
    color: #c69c6d;
    font-style: italic;
}

.page-template-day-visit h3{
    color: #222222;
    line-height: 2.4rem;
        font-size: 1.6470588235rem;
        font-weight: 200;
        letter-spacing: .1rem;
}


#day-visit-content{
    background-color: white;
    padding: 125px 0;
}


.visit-sideimage{
    position: relative;
}

.curvy-leaf{
    position: absolute;
    bottom: -75px;
    left: -80px;
    width: 200px;
}

.curvy-leaf-2{
    position: absolute;
bottom: -100px;
right: 100px;
width: 200px;
transform: scaleX(-1);
}

@media only screen and (max-width: 768px){
    .curvy-leaf{
        position: absolute;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        top: -100px;
    }
}


.visit-link{
    font-family: 'miller-display', serif;
font-weight: 100;
color: #37342e;
font-size: 20px;
letter-spacing: .2rem;
margin: 15px 0;
}

.visit-link a{
    color: #37342e;
}

.visit-discover-block{
    background-image: url(https://reserveatlakekeowee.com/wp-content/uploads/2020/06/sec-2-bg-img.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 100px;
}


.visit-discover-text{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    padding: 40px;
    color: white;
    font-family: 'miller-display', serif;
    font-weight: 100;
    font-size: 30px;
    outline: 1px solid #c69c6d;
    outline-offset: 10px;
}

.visit-discover-text span{
    color: #c69c6d;
}


#time-to-discover{
    position: relative;
    margin-bottom: 145vpx;
}


.visit-img-grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.visit-grid-item{
    margin: 1%;
}


.page-template-day-visit{
        background-color: white;
}


.activities-intro{
    color: #120e08;
line-height: 2rem;
font-size: 1.6470588235rem;
font-weight: 200;
font-family: 'miller-display',serif;

}

.activities-intro-wrapper{
    display: flex;
    justify-content: center;
    margin: 75px;
}

.activities-intro span{
    color: #9f8670;
}

.activities-list{
    background-color: #e8e5df;
    position: relative;
}

.activities-list .visit-link a{
    font-size: 14px;
}

.activities-list-title{
    color: #120e08;
line-height: 2rem;
font-weight: 400;
letter-spacing: 1rem;
text-align: center;

}

.activities-list-title h3{
    font-weight: 400;
    font-size: 34px;
}

.activities-list-title span{
    color: #c69c6d;

}

.activities-list-intro{
    display: flex;
    justify-content: center;
    margin: 0;
}

.activities-list-intro p{
    text-align: center;
    color: black;
    font-size: 16px;
    line-height: 1.5rem;
}

.list-items{
    margin-left: 0px;
    margin-right: 0px;
}


.list-items p{
    font-size: 15px;
}

.activities-left{
    padding-right: 2.5%;

}
.activities-right{
        padding-left: 2.5%;
        border-left: 1px solid #c69c6d;
padding-bottom: 5%;
}

.list-item-title{
    text-align: right;
text-transform: uppercase;
font-family: 'miller-display',serif;
color: black;
font-size: 24px;
letter-spacing: .2rem;
font-weight: 200;
}

.list-items .nav-link a{
    font-size: 16px;
}

.activities-list{
    padding: 3% 0 5%;
}

.visit-logo-icon{
    text-align: center;
}

.visit-logo-icon img{
    width: 125px;
}


.register-btn{
    text-align: center;
    margin-bottom: 125px;
    margin-top: -20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.register-btn a{
    font-weight: 100;
font-family: 'miller-display',serif;
color: white;
font-size: 26px;
letter-spacing: 0.35rem;
background-color: black;
padding: 25px 60px;
outline: 1px solid #9f8575;
outline-offset: 15px;
}

.checkbox-357{
    position: relative;
}

.checkbox-357 .wpcf7-form-control{
    display: flex;
align-items: center;
justify-content: flex-end;
}

.checkbox-357 .wpcf7-list-item{
    width: 25%;
}

#registerModal .modal-dialog{
    max-width: 80%;
    width: 50%;
    display: flex;
    height: 100%;
    align-items: flex-start;
}

#registerModal .modal-content{
    padding: 5%;
}

#registerModal .modal-content .modal-body p{
    margin-bottom: 20px;
}

.checkbox-357 .wpcf7-list-item.first{
    width: 50%;
    margin-left: 0px;
}

/* .checkbox-357 .wpcf7-list-item.first input[type="checkbox"]{
    display: none;
} */

#registerModal .modal-content .modal-body .close{
    opacity: 1;
}

#registerModal .modal-content .modal-body .close .burgernav__close {
    position: absolute;
    right: 0px;
    top: -20px;
    z-index: 3;
}

/* Day Visit Styles */

.txtbox-divider{
    height: 1px;
background-color: #b28d63;
width: 75%;
float: right;
margin: 0 0 10px 0;
}

.sub_txt_2{
    color: #b28d63;
    text-align: right;
    font-family: 'miller-display',serif;
    text-transform: uppercase;
    letter-spacing: .6rem;
    font-weight: 100;
}

.header-logo-icon{
    position: absolute;
width: 250px;
bottom: 50px;
right: 0px;
opacity: .8;
transform: translateX(45%);
}

.day-visit-intro {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 766px){
    .page-template-day-visit .bnr__inner .bnr_txtbox h2 .sub_lab {
    	right: 77%;
        top: -8px;
    }
    .header-logo-icon, .curvy-leaf, .curvy-leaf-2{
        display: none;
    }
    .list-item-title, .activities-right{
        text-align: center
    }
    .activities-list-intro, .list-items{
        padding: 5%;
    }
    .activities-right{
        border: 0px;
    }
    .register-btn a{
        font-size: 15px;
margin-top: 0px;
padding: 20px 40px;
    }
    .register-btn{
        margin-top: 10px;
    }
    .activities-intro-wrapper{
        margin: 15% 5%;
    }
    .visit-discover-block{
        margin-bottom: 140px;
        height: 400px;
    }
    .day-visit-intro h3{
        text-align: center;
        line-height: 2rem;
        margin-top: 40px;
        font-size: 22px;
    }
    .day-visit-intro {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .activities-intro{
        font-size: 20px;
    }
    .txtbox-divider{
        float: none;
margin: 0 auto 10px;
    }
    .bnr__inner .bnr_txtbox h2, .page-template-day-visit .bnr__inner .bnr_txtbox .sub_txt, .sub_txt_2{
        text-align: center;
    }
    .sub_txt_2{
        padding: 0 5%;
    }
    .page-template-day-visit .bnr__inner .bnr_txtbox h2 .sub_lab{
        padding-top: 0;
    }
    .page-template-day-visit .sub_lab.divshown .btmline{
        display: none;
    }
    #registerModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
}
#registerModal .model-body{
    padding: 15% 5%;
}
.checkbox-357 .wpcf7-form-control{
    flex-wrap: wrap;
    justify-content: center;
    height: 9rem;
    padding: 3rem 1rem 2rem;
    align-items: flex-end;
}
.checkbox-357 .wpcf7-list-item.first {
    width: 100%;
    margin-left: 0;
}
.checkbox-357 .wpcf7-list-item.last {
    width: 100%;
    margin-left: 2rem;
}
.checkbox-357 .wpcf7-list-item {
    width: 100%;
}
#ss-contact > ul > li:nth-child(11) > label > span > span {
    height: 100%; !important;
}
.visit-grid-item{
    width: 50%;
    padding: 5%;
    margin: 0;
}
.checkbox-357 .wpcf7-form-control.form-control {
    height: 6.6rem;
}
.checkbox-357 .first::before{

    position: inherit !important;

}
.checkbox-357 .wpcf7-form-control.form-control label{
    width: 100%;
    padding-top: .5rem;
}
.checkbox-357 .first input{
    margin-left: 0 !important;
}
.day-visit-intro{
    flex-wrap: wrap;
}


}

@media only screen and (min-width: 769px){
    .date-title{
        display: none;
    }
}
@media (max-width: 639px){

    .jumbotron .jumbo__content--maintxt{
        padding: 6%;
    }

}

.checkbox-357 .first::before{
    content: 'Afternoon Activity';
    position: absolute;
    left: 55px;
    width: 165px;
}


.checkbox-357 .first input{
    margin-left: 4rem;
}

.checkbox-357 .last input{
    margin-left: -2rem;
}

/* Sales Team Styles */
.sales-team-intro h3{
    color: #222222;
line-height: 2.4rem;
font-size: 1.6470588235rem;
font-weight: 200;
letter-spacing: .1rem;
}

.sales-team-intro h3 span{
    color: #c29d67;
font-size: 2.75rem;
}

.sales-intro-wrapper{
    padding: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sales-team-intro-outer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2%;
}


@media (max-width: 768px){
    .sales-team-intro-outer{
        margin-top: 25px;
    }
}

.team-member-wrapper{
    display: flex;
    justify-content: center;
}

.team-image img{
    width: 384px;
    height: 100%;
    object-fit: cover;
}

.team-row-1, .team-row-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-row-2{
    margin-top: 8%;
}

.team-image{
    outline: 1px solid #9f8575;
    outline-offset: 10px;
}

.sales-title{
    margin-top: 20px;
    color: #c69c6d;
    font-size: 16px;
    text-transform: uppercase;
}

.sales-title, .sales-name, .sales-email, .sales-number{
    font-family: 'Catamaran', sans-serif;
}

.sales-name{
    font-size: 26px;
font-weight: 100;
margin-top: 15px;
}

.team-row-2 .team-member-wrapper{
    margin: 0 20px;
}

.sales-email, .sales-phone {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.sales-info-divider{
    height: 1px;
    width: 75px;
    background-color: #c69c6d;
    margin: 10px 0;
}

.sales-title-wrapper{
    display: flex;
    justify-content: center;
    margin: 50px 0 120px;
    position: relative;
    width: 100%;
}

.sales-title-wrapper .dotline.divshown span{
    height: 80%;
}

.sales-title-wrapper .dotline{
    top: calc(100% - 24px);
}

.sales-title-outer{
    display: inline-block;
width: auto;
background: black;
padding: 30px 80px;
OUTLINE: 1px solid #c69c6d;
outline-offset: -14px;
}
.sales-team-title{
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 28px;
    font-family: 'miller-display',serif;
    color: #c69c6d;
    letter-spacing: .5rem;
    font-weight: 100;
}

.sales-team.dotline{
    top: calc(100% - 50px);
    z-index: 2;
}

.sales-bio .modal-dialog{
    max-width: 65%;
    width: 65%;
}

.sales-bio .modal-body{
    padding: 0;
}


.modal-title-block{
    background-color: #222222;
    padding: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-title-block h1, .modal-sub{
    width: 100%;
    text-align: center;
}
.modal-bio{
    padding: 8%;
    background-color: #f6f6f6;
}

.sales-bio .modal-dialog{
    /*height: 100%; -this causes hidden content always use unset so height is determined by content instead*/
    height: unset;
/* display: flex; */
}
.sales-bio .modal-content{
/*top: 50%;
transform: translateY(-50%);*/
}

.modal-bio .col-md-5{
    display: flex;
    justify-content: center;
}

.modal-bio .team-image{
    display: inline-block;
width: auto;
}

.modal-bio .sales-title{
    margin-top: 5px;
    font-size: 18px;
}
.modal-bio p{
    margin: 20px 0;
    font-size: 16px;
}

.modal-title-block h1{
    color: white;
    font-weight: 100;
    font-size: 50px;
}

.sales-bio button.close{
    opacity: 1;
}

/* .sales-bio button.close .burgernav__close span{
    color: white;
} */

.modal-bio .icon-wrapper img{
    width: 100px;
}
.modal-bio .icon-wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

.modal-bio .icon-wrapper:before, .modal-bio .icon-wrapper:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #494949;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal-bio .icon-wrapper:before {
    right: 0px;
}

.modal-bio .icon-wrapper:after {
    left: 0px;
}

.modal-bio .col-md-6{
    margin-top: -25px;
}

.modal-contact{
    display: flex;
    justify-content: space-between;
}

.modal-contact .sales-email, .modal-contact .sales-number{
    font-size: 18px;
}

.modal-contact .sales-email, .modal-contact .sales-number{
    position: relative;
}

.modal-contact .sales-email:before, .modal-contact .sales-number:before{
    content: "";
    background-color: #ca9b6d;
    bottom: -7px;
    left: 0;
    position: absolute;
    height: 1px;
    width: 55px;
}



@media (max-width: 991px){
    .team-member-wrapper{
        margin-top: 50px;
    }
    .team-row-2{
        margin-top: 0;
    }
}
@media (max-width: 768px){
    .team-row-2 .team-member-wrapper {
        width: 60%;
        margin-top: 50px;
    }
    .team-row-1 .team-member-wrapper{
        width: 60%;
    }
    .page-template-sales-team .sub_txt{
        text-align: center;
    }
    .sales-team-title{
        font-size: 18px;
    }
    .cbc-img img{
        width: 60%;
    }
    .cbc-block-text p{
        text-align: center;
    }
    .row_column_sec > div > div > div.col-sm-12.col-md-6.col-lg-6.animated.vh > div > div.column_inner{
        margin-bottom: 40px;
    }
    .sales-bio .modal-content{
        top: 0;
        transform: translateY(0%);
    }
    .sales-bio .modal-dialog {
    max-width: 100%;
    width: 100%;
}
.modal-title-block h1{
    font-size: 34px;
}
.modal-title-block{
    padding: 16% 4% 4% 4%;
}
/* .sales-name{
    /* margin-top: 50px;
} */
.modal-bio .team-image img{
    width: 200px;
}
.sales-bio .burgernav__close span::after {
    padding: 12px 9px;
height: 30px;
width: 30px;
top: 5px;
font-size: 26px;
}
.sales-bio .burgernav__close span {
    padding: 0.9411764706rem 2.9411764706rem 0.9411764706rem 0;
    padding-right: 3em;
    display: inline;
}

@media (max-width: 1199px) {
  .burgernav__close span {
    display: none;
  }
}
.sales-bio .modal-dialog{
    margin: 0;
}
.modal-bio .icon-wrapper::before, .modal-bio .icon-wrapper::after{
    width: 30%;
}
.cbc-block{
    margin-top: 15%;
}
.sales-sub-title{
    display: none;
}
}

@media (max-width:991px) and (min-width:769px){
    .team-row-2 .team-member-wrapper {
        width: 40%;
        margin-top: 50px;
    }
}


/* Sales Team Grid */
@media (min-width: 992px){
    .team-row-2 .team-member-wrapper {
        width: 15%;
    }
}

.cbc-block-text p span{
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.cbc-block-text p{
    margin-bottom: 20px;
}

.cbc-block{
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    background-color: #e7e5e0;
    border: 2px solid white;
    margin-top: 5%;
}

.cbc-img{
    text-align: center;
    margin-top: 40px;
}

.sales-page-title{
    width: 100%;
text-align: center;
align-self: flex-start;
margin-bottom: 50px;
}

.sales-page-title h1{
    color: white;
    font-weight: 100;
    margin-top: 20px;
}

.sales-page-title .sales-sub-title{
    letter-spacing: 0.5rem;
font-size: 12px;
}

.team-member .team-image{
    position: relative;
    transition: .3s ease all;
}

.team-member .team-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(66,47,26,0.94);
    transition: .3s ease all;
    top: 0;
    left: 0;
    opacity: 0;
}

.team-member .team-image:hover:before{
    opacity: 1;
    transition: .3s ease all;
}

.bio-hover{
    color: #c69c6d;
position: absolute;
font-size: 30px;
font-family: 'Catamaran', sans-serif;
top: 50%;
font-weight: 100;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
}

.bio-hover span{
    font-size: 35px;
}

.team-member .team-image:hover .bio-hover{
    opacity: 1;
    transition: .3s ease all;
    cursor: pointer;
}

.team-member .team-image:after{
    width: 50px;
    height: 1px;
    background-color: #c69c6d;
    content: "";
    transform: translateX(-43%);
    left: 50%;
    position: absolute;
    bottom: 44%;
    transition: .3s ease all;
    opacity: 0;
}

.team-member .team-image:hover:after{
    opacity: 1;
    transition: .3s ease all;
}

.team-row-2 .team-image:after{
    bottom: 40%;
}
.sales-bio .burgernav__close {
    top: 1.4705882353rem;
}

.team-row-2 .bio-hover{
    font-size: 22px;
}

.team-row-2 .bio-hover span{
    font-size: 26px;
}

@media (max-width: 768px){
    .team-member-wrapper .team-member .team-image .bio-hover{
        font-size: 25px;
    }
    .team-member-wrapper .team-member .team-image .bio-hover span{
        font-size: 29px;
    }
}

@media (max-width: 470px) { /*mobile parallax scroll fix*/
  .welcome_inner .bgimage {
    background-attachment: scroll;
  }
}