@charset "UTF-8";
/* CSS Document */
/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttonsshop
	8. Footer
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-----------------------------------------------*/
/* Icon Fonts
/*-----------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot%3F2tpbk0");
  src: url("../font/icomoon.eot%3F2tpbk0") format("embedded-opentype"), url("../font/icomoon.ttf%3F2tpbk0") format("truetype"), url("../font/icomoon.woff%3F2tpbk0") format("woff"), url("../font/icomoon.svg%3F2tpbk0") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-paper-clip:before {
  content: "\e001"; }

.icon-link:before {
  content: "\e006"; }

.icon-image:before {
  content: "\e010"; }

.icon-clock:before {
  content: "\e015"; }

.icon-settings:before {
  content: "\e023"; }

.icon-heart:before {
  content: "\e024"; }

.icon-book:before {
  content: "\e030"; }

.icon-search:before {
  content: "\e036"; }

.icon-sun:before {
  content: "\e064"; }

.icon-map:before {
  content: "\e072"; }

.icon-comments:before {
  content: "\e077"; }

.icon-share:before {
  content: "\e081"; }

.icon-tag:before {
  content: "\e085"; }

.icon-arrow-left:before {
  content: "\e094"; }

.icon-arrow-right:before {
  content: "\e095"; }

.icon-arrow-up:before {
  content: "\e096"; }

.icon-arrow-down:before {
  content: "\e097"; }

.icon-email:before {
  content: "\e0be"; }

.icon-phone:before {
  content: "\e0cd"; }

.icon-plus:before {
  content: "\e114"; }

.icon-minus:before {
  content: "\e115"; }

.icon-cross:before {
  content: "\e117"; }

.icon-menu:before {
  content: "\e120"; }

.icon-person:before {
  content: "\e7fd"; }

.icon-lock:before {
  content: "\e897"; }

.icon-cart:before {
  content: "\e8cc"; }

.icon-calendar:before {
  content: "\e905"; }

.icon-pencil:before {
  content: "\e906"; }

.icon-home:before {
  content: "\e907"; }

.icon-medal:before {
  content: "\e908"; }

.icon-clothes:before {
  content: "\e909"; }

.icon-music:before {
  content: "\e90a"; }

.icon-star:before {
  content: "\e90b"; }

.icon-wine:before {
  content: "\e90c"; }

.icon-juice:before {
  content: "\e90d"; }

.icon-gift:before {
  content: "\e90e"; }

.icon-flower:before {
  content: "\e90f"; }

.icon-leaves:before {
  content: "\e910"; }

.icon-google-plus:before {
  content: "\e900"; }

.icon-pinterest:before {
  content: "\e901"; }

.icon-yelp:before {
  content: "\e902"; }

.icon-delectable:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-linked-in:before {
  content: "\f0e1"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-snapchat:before {
  content: "\f2ac"; }

/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot%3Fv=4.7.0");
  src: url("../font/fontawesome-webfont.eot%3F") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2%3Fv=4.7.0") format("woff2"), url("../font/fontawesome-webfont.woff%3Fv=4.7.0") format("woff"), url("../font/fontawesome-webfont.ttf%3Fv=4.7.0") format("truetype"), url("../font/fontawesome-webfont.svg%3Fv=4.7.0") 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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right {
  margin-left: 0.3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #eee7dc url(../nivo/loading.gif) no-repeat 50% 50%; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  right: 60px;
  bottom: 120px;
  /* background: #000; */
  background: url("../images/captionBG.png");
  background-repeat: no-repeat;
  color: #fff;
  width: 530px;
  z-index: 8;
  padding-top: 35px;
  padding-bottom: 15px;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #eee6dc;
  text-transform: uppercase;
  text-align: center;
  width: 350px;
  height: 187px;
  border-radius: 5px; }

.nivo-caption h3 {
  font-family: al-fresco, serif;
  color: #eee6dc;
  text-transform: none;
  margin-bottom: 5px; }

.nivo-caption p {
  padding: 5px;
  margin: 0;
  margin-bottom: 25px; }

.nivo-caption a {
  display: inline !important;
  border: 1px solid #eee6dc;
  padding: 14px 50px;
  background-color: #461620;
  text-transform: uppercase;
  color: #eee6dc; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

a.nivo-prevNav {
  left: 15px; }

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

.transition {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.hideText {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .hideText a {
    display: block;
    height: 100%;
    text-indent: 101%; }

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 100%; }

body {
  background-color: #eee7dc;
  color: #18130e;
  font-family: magneta, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: magneta, serif;
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428;
  margin-bottom: 1.1428571428571428em;
  text-align: center; }

h5 {
  font-size: 1.125em;
  line-height: 1.3333333333333333;
  margin-bottom: 1.3333333333333333em; }

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }

.v65-title {
  color: #000;
  font-family: magneta, serif;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em; }

.v65-subtitle {
  color: #000;
  font-size: 1.5em;
  font-family: magneta, serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em; }

p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.5; }

dl, ol, ul {
  margin: 0 0 1.5em; }

dd, dt, li {
  line-height: 1.5;
  margin: 0; }

a {
  color: #633427;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

img {
  border: none;
  height: auto !important;
  max-width: 100%; }

form {
  margin-bottom: 1em; }

legend {
  color: #18130e; }

hr {
  background-color: #fdf9ee;
  border: 0;
  color: #fdf9ee;
  height: 1px; }

a[name=footerNav] {
  display: none !important; }

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  z-index: 10; }

@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid #000; } }
#user-tools a {
  color: #e5c77c; }

.logo {
  background-image: image-url("logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 140px;
  position: relative;
  width: 260px; }
  .logo.errorLogo {
    float: none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .logo {
      background-image: image-url("logo@2x.png"); } }
  @media screen and (max-width: 767px) {
    .logo {
      clear: both;
      margin: 0.5em auto 0; } }
  @media screen and (min-width: 768px) {
    .logo {
      float: left;
      margin-bottom: 0; } }

.full {
  width: 100%;
  background-color: #18130e; }

.full .user_tools {
  font-size: .75em; }

.full .wrap {
  margin: 0px auto;
  position: relative;
  max-width: 1280px;
  height: 49px; }

.full .wrap:before, .full .wrap:after {
  content: " ";
  display: table; }

.full .wrap:after {
  clear: both; }

/*  .full .brand_nav {
    display: block;
    float: left;
    margin-right: 3.28787%;
    width: 65.57071%; }*/
.full .brand_nav:last-child {
  margin-right: 0; }

.full .user_tools {
  height: 22px;
  text-transform: uppercase;
  width: auto;
  bottom: 0;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 500;
  font-family: rift, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .8em;
  color: #47413d; }
  @media screen and (max-width: 1000px) {
    .full .user_tools {
      top: 78px; } }
  @media screen and (max-width: 480px) {
    .full .user_tools {
      right: 0px;
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .full .user_tools.sticky_tools {
      position: fixed;
      z-index: 1000000;
      top: 14px; } }

.full.wide {
  padding: 15px 0px 25px 0px; }

.full.brand_header .wrap {
  position: relative;
  max-width: 100%; }

.full.brand_header .wrap li {
  position: relative;
  z-index: 0; }

.full.brand_header .wrap li.current {
  z-index: 5; }

.full .brand_nav {
  /*width: 77%;*/
  display: block;
  padding: 0px;
  margin: 0px; }

.full.brand_header .wrap li.current {
  z-index: 5; }

.full.brand_header .wrap li {
  position: relative;
  z-index: 0; }

.brand_nav li {
  /*width: 105px;*/
  margin: 0px;
  display: inline-block; }

.brand_nav li.seBox a {
  /*background-color: #9f988e;*/
  background-color: transparent; }

.brand_nav li.seBox {
  width: 100px !important;
  border-right: 4px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.seBox {
      width: 19% !important;
      display: none; } }

.brand_nav li.shadybrookestateBox a {
  background-color: #18130e; }

.brand_nav li.shadybrookestateBox {
  width: 165px !important;
  border-bottom: 5px solid #18130e;
  border-right: 5px solid #eee6dc;     
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.shadybrookestateBox {
      width: 19% !important; } }

.brand_nav li.rappRanchBox a {
  background-color: #D2C8B6; }

.brand_nav li.rappRanchBox {
  width: 160px !important;
  border-right: 5px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.rappRanchBox {
      width: 19% !important; } }

.brand_nav li.alkoEquestrianCenterBox a {
  background-color: #4e5b5e; }

.brand_nav li.alkoEquestrianCenterBox {
  width: 160px !important;
  border-right: 5px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.alkoEquestrianCenterBox {
      width: 19% !important; } }

.brand_nav li.napaValleyTrailRidesBox a {
  background-color: #a2a6a2; }

.brand_nav li.napaValleyTrailRidesBox {
  width: 160px !important;
  border-right: 5px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.napaValleyTrailRidesBox {
      width: 19% !important; } }

.brand_nav li.wineShopBox a {
  background-color: #633427; }

.brand_nav li.wineShopBox {
  width: 160px !important;
  border-right: 4px solid #eee6dc;
  border-bottom: 5px solid #eee6dc;
  margin-left: -4px; }
  @media screen and (max-width: 930px) {
    .brand_nav li.wineShopBox {
      width: 19% !important; } }

a.se img {
  /*background-image: url(../images/SE-logo.png);*/
  height: 50px !important;
  margin: 0px auto;
  display: block;
  margin-top: 9px; }

a.shadybrookEstate img {
  /*bbackground-image: url(../images/Shadybrook-logo.png);*/
  height: 50px !important;
  margin: 0px auto;
  display: block;
  margin-top: 9px; }
  @media screen and (max-width: 580px) {
    a.shadybrookEstate img {
      height: auto !important;
      margin-top: 19px; } }

a.rappRanch img {
  margin: 7px auto;
  display: block;
  width: 95%; }
  @media screen and (max-width: 580px) {
    a.rappRanch img {
      margin: 18px auto; } }

a.napaValleyTrailRides img {
  /*bbackground-image: url(../images/tab-rapp-ranch.png);*/
  height: 60px !important;
  margin: 0px auto;
  display: block;
  margin-top: 2px; }

a.alkoEquestrianCenter img {
  /*bbackground-image: url(../images/logo-napa-valley-trail-rides.png);*/
  height: 50px !important;
  margin: 0px auto;
  display: block;
  margin-top: 9px; }
  @media screen and (max-width: 580px) {
    a.alkoEquestrianCenter img {
      height: 36px !important;
      margin-top: 11px; } }

a.wineShop img {
  /*bbackground-image: url(../images/shop.png);*/
  height: 50px !important;
  margin: 0px auto;
  display: block;
  margin-top: 9px; }
  @media screen and (max-width: 580px) {
    a.wineShop img {
      height: 36px !important;
      margin-top: 13px; } }

.brands li a {
  /* background-image: url(/assets/images/brand_nav.jpg); */
  background-repeat: no-repeat;
  display: block;
  height: 63px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.brand_nav a {
  background-color: #eae6db;
  background-repeat: no-repeat;
  background-position: center;
  /*width: 105px;*/ }

.brands, .brand_header {
  height: 63px; }

.brand_header {
  background: #9f988e !important;
  border-bottom: 3px solid #eee6dc;
  background: url("../images/topBg.jpg") !important; }

.hero .sub-header {
  width: 100%;
  position: absolute;
  display: block;
  background: #18130e; }

.full .wrap:before, .full .wrap:after {
  content: " ";
  display: table; }

.wrap:before, .wrap:after, .content:before, .content:after {
  content: " ";
  display: table; }

.sub-header {
  width: 100%;
  position: relative;
  display: block;
  background-color: #18130e; }
  .sub-header .wrap {
    text-align: center; }

#v65-modalCart {
  float: right; }

.v65-login, .v65-logout {
  width: 130px;
  margin: 0;
  text-transform: uppercase; }

.v65-yourAccount, .v65-editProfile {
  float: left;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: 6px;
  width: 130px; }

.v65-yourAccount {
  width: 135px;
  margin-right: 0px;
  padding-right: 0px;
  border-right: 2px solid #666;
  height: auto;
  margin-top: 0px;
  bottom: 5px;
  float: left;
  line-height: 12px;
  text-align: right;
  position: absolute;
  display: none; }
  @media screen and (max-width: 580px) {
    .v65-yourAccount {
      height: 3em;
      line-height: 3em;
      text-align: center;
      width: 29%;
      float: left;
      position: relative; } }
  @media screen and (max-width: 1000px) {
    .v65-yourAccount a {
      color: #e5c77c; } }

.v65-login {
  border-right: 2px solid #666;
  width: auto;
  bottom: 5px;
  margin-top: 5px;
  display: none; }
  @media screen and (max-width: 580px) {
    .v65-login {
      height: 3em;
      line-height: 3em;
      text-align: center;
      width: 29% !important;
      float: left;
      position: relative;
      margin-top: 0px; } }
  .v65-login a {
    line-height: 15px;
    height: 15px; }
    @media screen and (max-width: 1000px) {
      .v65-login a {
        color: #e5c77c; } }

a.v65-modalLoginLink {
  padding-right: 10px;
  line-height: 12px; }

a.v65-modalLoginLink {
  padding-right: 10px; }

#v65-modalCart {
  display: inline-block;
  line-height: 12px;
  top: 5px;
  width: 115px;
  right: 115px;
  margin-right: 0px;
  text-align: center;
  border-right: 2px solid #666;
  padding-right: 8px;
  display: none; }
  @media screen and (max-width: 580px) {
    #v65-modalCart {
      float: right;
      position: relative;
      width: 100%;
      margin-top: -31px;
      margin-right: 31px;
      top: 0px;
      right: 0px;
      text-align: right;
      border: 0px; } }

a#v65-toggleModalCart {
  line-height: 12px !important;
  height: auto; }
  @media screen and (max-width: 1000px) {
    a#v65-toggleModalCart {
      color: #e5c77c; } }
  @media screen and (max-width: 580px) {
    a#v65-toggleModalCart {
      width: 29%; } }

/*
.connect{
    right: 0px;
    width: 105px; //95px; //160px;
    height: 12px;
    line-height: 12px;
    float: right;

    @media screen and (max-width: 1000px){
        display: none;
    }

}

.connect ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    line-height: 12px;
}

#followboxtop{
    margin: 0px;
    padding: 0px;
    display: inline;position: absolute;
    text-align: left;
    line-height: 12px;
    top: 5px;
    border-right: 2px solid #666;
    padding-right: 10px;
    height: 12px;
    width: 40px; // 44px;
}

 
#shareboxtop{ 
    width: 66px; //42px; 
    display: inline; 
    text-align: left; 
    text-align: left; 
    float: left; 
    padding-left: 1px; // 50px; 
    line-height: 12px;
    height: 12px;
    top: 5px;
}

#followboxtop a{  text-indent: 0%; display: inline; text-decoration: none; color:#47413d}
#shareboxtop a{ float: right; height: 12px; overflow: visible; width:70px; text-decoration: none; color:#47413d}
*/
.connect {
  display: none;
  width: auto;
  /*298px;*/
  float: right;
  text-align: left;
  margin-top: -10px;
  z-index: 2;
  right: 0px;
  text-align: right;
  font-size: 12px; }
  @media screen and (max-width: 1000px) {
    .connect {
      display: none; } }
  .connect #shareboxtop {
    line-height: 24px;
    margin-left: 5px;
    margin-top: 3px; }
    .connect #shareboxtop .topnavsub {
      position: absolute;
      top: -3px;
      right: 60px; }
  .connect #followboxtop {
    line-height: 24px;
    margin-left: 5px;
    margin-top: 3px; }
    .connect #followboxtop .topnavsub {
      left: -10px;
      top: -3px; }
  .connect ul {
    display: inline;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none; }
    .connect ul li {
      display: inline;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      position: relative;
      overflow: hidden;
      padding: 0px; }
      .connect ul li:hover {
        color: #fff; }
      .connect ul li a {
        padding: 0 1.0em;
        text-transform: uppercase;
        color: #47413d;
        letter-spacing: 0px;
        font-weight: 700;
        height: auto;
        text-indent: 0px !important; }
    .connect ul a {
      color: inherit;
      display: inline-block;
      text-decoration: none; }
    .connect ul .topnavsub {
      display: inline;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      font-size: 1rem;
      text-transform: none;
      padding: .25em;
      vertical-align: middle; }
      .connect ul .topnavsub li {
        display: inline;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        line-height: 20px !important;
        height: 20px; }
      .connect ul .topnavsub.msico a {
        margin: 0 2px;
        padding: 0 2px;
        -webkit-transition: opacity .35s;
        -moz-transition: opacity .35s;
        -o-transition: opacity .35s;
        -ms-transition: opacity .35s;
        transition: opacity .35s;
        opacity: .70; }
        .connect ul .topnavsub.msico a:hover {
          opacity: 1; }
        .connect ul .topnavsub.msico a var {
          display: inline;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 20px;
          height: 20px;
          padding: 0 !important;
          overflow: hidden;
          border-radius: 4px;
          margin: 0;
          background: url("../images/social-icons-solid-20px.png") 0 -80px no-repeat transparent; }
        .connect ul .topnavsub.msico a.ico-facebook var {
          background-position: 0px -80px; }
        .connect ul .topnavsub.msico a.ico-instagram var {
          background-position: -141px -80px; }
        .connect ul .topnavsub.msico a.ico-email var {
          background-position: -60px -80px; }
        .connect ul .topnavsub.msico a.ico-twitter var {
          background-position: -20px -80px; }
        .connect ul .topnavsub.msico a.ico-gplus var {
          background-position: -40px -80px; }
        .connect ul .topnavsub.msico a.ico-addthis var {
          background-position: -80px -80px; }
    .connect ul .pull-left {
      float: left !important; }
    .connect ul .slidebox {
      display: inline-block;
      width: auto;
      white-space: nowrap;
      overflow: hidden;
      margin-top: 0px; }
    .connect ul .fwdelimiter {
      width: 1px;
      background-color: #47413d;
      margin-top: 11px;
      height: 8px;
      margin-left: 0px;
      margin-right: 0px; }
    .connect ul .share-li {
      /*border-right: 1px solid white;*/ }

li#shareboxtop.pull-right.slidebox.has-init ul {
  font-size: 11px; }

.connect ul li a {
  height: 27px;
  line-height: 28px; }

.topSearch {
  display: none;
  text-align: right;
  margin-top: 20px; }
  @media screen and (max-width: 1000px) {
    .topSearch {
      display: none; } }
  .topSearch fieldset {
    border: 0px;
    padding: 0px 0px 0.75em; }
  .topSearch #v65-contentSearchInput {
    display: inline-block; }
    .topSearch #v65-contentSearchInput input {
      background-color: #eee6dc;
      border: 0px;
      font-family: rift, sans-serif;
      font-style: normal;
      font-weight: 700;
      height: 1.6em;
      line-height: 1.6em;
      border-radius: 0px; }
  .topSearch #v65-contentSearchButton {
    display: inline-block;
    margin-left: -3px;
    background-color: #eee6dc;
    line-height: 20px;
    margin-right: 10px; }
    .topSearch #v65-contentSearchButton button {
      background-color: transparent;
      border: 0px;
      box-shadow: none;
      text-shadow: none;
      background-image: none;
      border-radius: 0px;
      line-height: 20px;
      height: 19px;
      padding: 0px; }
      .topSearch #v65-contentSearchButton button span {
        margin-top: -2px;
        line-height: 20px;
        height: 20px;
        font-size: 10px; }
        .topSearch #v65-contentSearchButton button span:after {
          content: "\e036";
          font-family: 'icomoon' !important;
          color: #534e49; }

.nivo-directionNav {
  display: none !important; }

.sticky {
  position: fixed;
  z-index: 2000;
  top: 0px; }

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.menuTitle {
  cursor: pointer;
  position: absolute;
  top: 0em;
  right: 4em;
  color: #e5c77c;
  z-index: 1000;
  font-family: rift, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .8em;
  z-index: 100;
  line-height: 3.8em;
  text-align: right;
  width: 100px; }
  @media screen and (min-width: 1001px) {
    .menuTitle {
      display: none; } }
  .menuTitle:hover {
    color: white; }

.makeReservation {
  position: absolute;
  top: 26px;
  right: 10px; }
  @media screen and (max-width: 1110px) {
    .makeReservation {
      display: none; } }
  .makeReservation .linkbutton {
    background-color: #633427;
    border: 1px solid #eae6db;
    font-family: rift, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    padding: 6px 16px 6px 16px; }
    .makeReservation .linkbutton::before {
      content: "\e905";
      font-family: 'icomoon' !important;
      padding-right: 6px; }

.makeReservationMobile {
  position: absolute;
  top: 26px;
  right: 196px;
  display: none; }
  @media screen and (max-width: 1001px) {
    .makeReservationMobile {
      position: absolute;
      top: 13px;
      left: 0;
      display: block;
      z-index: 1000;
      width: auto; } }
  .makeReservationMobile .linkbutton {
    background-color: #633427;
    border: 1px solid #eae6db;
    font-family: rift, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    padding: 2px 12px 2px 12px;
    width: auto;
    white-space: nowrap; }
    .makeReservationMobile .linkbutton::before {
      content: "\e905";
      font-family: 'icomoon' !important;
      padding-right: 6px; }

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 12px;
  position: relative;
  z-index: 101;
  display: inline-block;
  margin-top: 5px; }
  @media screen and (max-width: 1000px) {
    .mainMenu {
      -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      max-height: 87%;
      max-height: -moz-calc(100% - 99px);
      max-height: -webkit-calc(100% - 99px);
      max-height: calc(100% - 99px);
      height: 100%;
      font-size: 16px;
      position: fixed;
      top: 115px;
      right: -350px;
      margin: 0;
      overflow: auto;
      width: 350px;
      z-index: 10000;
      background-color: #18130e; } }
  @media screen and (max-width: 580px) {
    .mainMenu {
      top: 115px;
      right: -100%;
      max-height: -moz-calc(100% - 99px);
      max-height: -webkit-calc(100% - 99px);
      max-height: calc(100% - 99px);
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .mainMenu {
      top: 115px;
      max-height: -moz-calc(100% - 99px);
      max-height: -webkit-calc(100% - 99px);
      max-height: calc(100% - 99px); } }
  @media screen and (min-width: 768px) {
    .mainMenu {
      height: auto; } }
  .mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .mainMenu ul ul {
      background: #18130e;
      display: none;
      position: absolute;
      width: auto;
      z-index: 10000; }
      @media screen and (max-width: 1000px) {
        .mainMenu ul ul {
          display: block;
          width: 100%;
          position: relative; } }
      .mainMenu ul ul .v65-selected {
        color: white;
        font-weight: bold; }
  .mainMenu li {
    display: inline-block;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .mainMenu li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .mainMenu li {
        /*margin: 0 10px;*/
        text-align: left; } }
    @media screen and (min-width: 768px) and (max-width: 819px) {
      .mainMenu li {
        /*margin: 0 0 0 35px;*/
        text-align: left; } }
    @media screen and (min-width: 820px) {
      .mainMenu li {
        margin: 0px;
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .mainMenu li:hover ul {
        display: block; } }
    .mainMenu li li {
      display: block;
      float: none;
      margin: 0;
      text-align: center;
      width: 100%;
      margin-top: 12px;
      margin-bottom: 12px;
      margin: 0px auto;
      width: 90%;
      border-bottom: 1px solid #4d4844; }
      @media screen and (max-width: 1000px) {
        .mainMenu li li {
          border: 0px; } }
      .mainMenu li li:first-child a:first-child {
        line-height: 14px; }
      .mainMenu li li:last-child {
        border: 0px; }
      .mainMenu li li a {
        color: #e5c77c;
        display: block;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        margin: 0px auto;
        line-height: 14px;
        width: 80%;
        padding-bottom: 10px;
        padding-top: 10px;
        letter-spacing: 2px; }
        @media screen and (max-width: 1000px) {
          .mainMenu li li a {
            text-align: left;
            width: 100%;
            padding: 5px; }
            .mainMenu li li a:after {
              content: ""; } }
        .mainMenu li li a:hover {
          color: #fff; }
  .mainMenu a {
    color: #e5c77c;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
    padding-top: 12px;
    letter-spacing: 2px; }
    @media screen and (max-width: 1000px) {
      .mainMenu a {
        padding: 15px 2% 15px 6%;
        margin: 0;
        width: 92%; }
        .mainMenu a:after {
          content: "\e095";
          font-family: 'icomoon';
          font-size: 0.9em;
          position: absolute;
          right: 10px; } }
    @media screen and (max-width: 767px) {
      .mainMenu a {
        height: auto;
        line-height: 44px;
        padding: 0 0.5em; } }
    @media screen and (min-width: 1001px) {
      .mainMenu a {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px; } }
    .mainMenu a:hover {
      color: #f1f1f1;
      text-decoration: none; }
  .mainMenu .v65-pageAParent {
    color: #fff; }
  .mainMenu .v65-home {
    display: none; }
  .mainMenu .v65-selected {
    color: white;
    font-weight: bold; }
  .mainMenu .footerMenuLink {
    bottom: 0;
    font-size: 1.5em;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 450px) {
      .mainMenu .footerMenuLink {
        display: block; } }
    @media screen and (min-width: 451px) {
      .mainMenu .footerMenuLink {
        display: none; } }

/* ----- b. Sub Menu ----- */
.subMenu {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .subMenu {
      float: left;
      margin-right: 4%;
      padding-right: 2%;
      width: 17.5%; } }
  @media screen and (max-width: 767px) {
    .subMenu h3 {
      display: none; } }
  .subMenu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
  .subMenu li {
    line-height: 3;
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #fdf9ee; }
    @media screen and (max-width: 767px) {
      .subMenu li {
        border-top: 1px solid #ccc;
        line-height: 44px;
        text-align: center; } }
    .subMenu li ul {
      margin-left: 10px; }
  .subMenu a {
    display: inline-block;
    line-height: 1.5;
    width: 100%; }
    .subMenu a:before {
      position: absolute;
      font-size: 14px;
      font-family: 'FontAwesome';
      content: "\f105";
      margin-left: -12px; }
  .subMenu .v65-pageAParent {
    color: #fff; }
  .subMenu .v65-leftSelected {
    color: #000;
    font-weight: bold; }

.icon-menu {
  cursor: pointer;
  font-size: 1.5em;
  line-height: 2em;
  position: absolute;
  top: 0em;
  right: 0em;
  color: #e5c77c;
  z-index: 100;
  width: 50px; }
  .icon-menu:hover, .icon-menu:focus, .icon-menu:active {
    color: #f1f1f1; }
  @media screen and (max-width: 1000px) {
    .icon-menu {
      top: 0em; } }
  @media screen and (min-width: 1001px) {
    .icon-menu {
      display: none; } }

.menuOpen {
  transform: translate(-350px, 0);
  -webkit-transform: translate(-350px, 0);
  -moz-transform: translate(-350px, 0);
  -ms-transform: translate(-350px, 0); }
  @media screen and (max-width: 580px) {
    .menuOpen {
      transform: translate(-100%, 0);
      -webkit-transform: translate(-100%, 0);
      -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0); } }

@media screen and (max-width: 580px) {
  .sticky_menu {
    top: 49px; } }

.mobileBody {
  position: fixed; }

.footerMenu:before {
  content: "" !important; }

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #000; }

.content {
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px; }

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: #fff;
  display: none; }

.homepageProductGroup {
  margin: 0 0 2em; }
  @media screen and (max-width: 700px) {
    .homepageProductGroup {
      padding: 0 4%; } }
  @media screen and (min-width: 701px) and (max-width: 900px) {
    .homepageProductGroup {
      float: left;
      padding: 0 4% 4% 0;
      width: 39%; } }
  @media screen and (min-width: 901px) {
    .homepageProductGroup {
      float: left;
      padding: 0 4% 4% 0;
      width: 36%; } }
  .homepageProductGroup .v65-productGroup-products {
    text-align: left;
    width: 100%; }
  .homepageProductGroup .v65-productGroup-title {
    color: #000;
    font-family: magneta, serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0.25em  0 0.5em; }
  .homepageProductGroup .v65-productGroup-teaser {
    float: none;
    margin: 0;
    width: 100%; }
  .homepageProductGroup .v65-productGroup-product {
    margin: 0 0 1em;
    width: 100%; }
  .homepageProductGroup .v65-product-photo {
    float: left;
    width: auto; }

.fullRowBox {
  max-height: 50vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  border: 20px solid #eee6dc;
  border-top: 20px solid #eee6dc;
  border-bottom: 20px solid #eee6dc;
  border-right: 4px solid #eee6dc;
  border-left: 4px solid #eee6dc; }
  @media screen and (max-width: 580px) {
    .fullRowBox {
      max-height: 100%;
      border-top: 10px solid #eee6dc; } }

.hbBox {
  max-height: 50vh;
  max-width: calc(33.333% - 30px);
  flex: 0 0 33.333333%; }
  @media screen and (max-width: 580px) {
    .hbBox {
      max-width: 100%;
      max-height: auto;
      border-top: 20px solid #eee6dc;
      flex: none; } }

.homepageBoxes {
  width: 100%; }
  .homepageBoxes .fullRow {
    border-top: 6px solid #eee6dc; }
  .homepageBoxes .homepageBox {
    display: table;
    max-width: 1280px;
    margin: 0px auto; }
    .homepageBoxes .homepageBox .homeBoxImg {
      width: 40%;
      background-size: cover !important;
      display: table-cell;
      cursor: pointer;
      background-position: center center !important; }
      @media screen and (max-width: 1100px) {
        .homepageBoxes .homepageBox .homeBoxImg {
          width: 100%;
          display: block;
          height: 510px; } }
      @media screen and (max-width: 580px) {
        .homepageBoxes .homepageBox .homeBoxImg {
          height: 300px; } }
    .homepageBoxes .homepageBox .homeBoxContent {
      width: 60%;
      background-size: cover !important;
      display: table-cell; }
      @media screen and (max-width: 1100px) {
        .homepageBoxes .homepageBox .homeBoxContent {
          width: 100%;
          display: block; } }
      .homepageBoxes .homepageBox .homeBoxContent .homeboxInnerContent {
        padding: 10%; }
        @media screen and (max-width: 767px) {
          .homepageBoxes .homepageBox .homeBoxContent .homeboxInnerContent {
            padding: 8%; } }
      .homepageBoxes .homepageBox .homeBoxContent h2 {
        text-transform: uppercase;
        font-weight: 600; }
      .homepageBoxes .homepageBox .homeBoxContent p {
        text-align: justify; }
      .homepageBoxes .homepageBox .homeBoxContent .homepageBoxButton {
        border: 1px solid #a28a90;
        padding: 10px 17px 10px 17px;
        font-size: .9em;
        text-transform: uppercase;
        color: #f1eee4;
        text-decoration: none; }
        .homepageBoxes .homepageBox .homeBoxContent .homepageBoxButton:hover {
          text-decoration: none; }

.homepageBannerContentWrapper .nivo-controlNav {
  position: relative;
  margin-top: -112px;
  z-index: 1000; }

#sliderNavLink {
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  color: #eee6dc;
  position: relative;
  margin-bottom: 21px;
  z-index: 1000;
  letter-spacing: 3px; }
  #sliderNavLink i {
    display: block; }

.homepageBannerContentWrapper, .homepageBannerContentWrapper #slider {
  /*height: calc(100vh - 114px);*/
  margin-top: -118px; }

.HomeBanner {
  height: calc(100vh - 114px);
  z-index: 1; }
  .HomeBanner.slick-slider {
    width: 100%; }
  .HomeBanner .homeBannerDiv {
    height: inherit;
    width: inherit; }
    .HomeBanner .homeBannerDiv img {
      height: inherit;
      width: 100%;
      object-fit: cover;
      min-height: 450px; }
      @media screen and (max-width: 580px) {
        .HomeBanner .homeBannerDiv img {
          min-height: 580px; } }
  .HomeBanner .slick-dots {
    bottom: 86px !important;
    z-index: 1000; }
  .HomeBanner .slick-list,
  .HomeBanner .slick-track {
    height: 100%; }
  .HomeBanner .slick-prev, .HomeBanner .slick-next {
    display: none !important; }

.slick-slider .slick-slide:first-child {
  display: block; }

.slick-slider .slick-initialize .slick-slide {
  display: none; }

.bannerRow {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-attachment: fixed !important; }
  @media screen and (max-width: 1100px) {
    .bannerRow {
      background-attachment: scroll !important; } }

.slider-caption {
  display: none;
  position: absolute;
  right: 60px;
  bottom: 120px;
  background: url("../images/captionBG.png");
  background-repeat: no-repeat;
  color: #fff;
  width: 530px;
  z-index: 8;
  padding-top: 35px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #eee6dc;
  text-transform: uppercase;
  text-align: center;
  width: 350px;
  height: 187px;
  border-radius: 5px; }
  @media screen and (max-width: 580px) {
    .slider-caption {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      overflow: auto; } }
  .slider-caption h3 {
    font-family: al-fresco, serif;
    color: #eee6dc;
    text-transform: none;
    margin-bottom: 5px; }
  .slider-caption a {
    display: inline !important;
    border: 1px solid #eee6dc;
    padding: 14px 50px;
    background-color: #461620;
    text-transform: uppercase;
    color: #eee6dc; }

.sliderAd {
  position: absolute;
  right: 60px;
  bottom: 115px;
  background-repeat: no-repeat;
  color: #fff;
  width: 530px;
  z-index: 1000;
  padding-top: 35px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #eee6dc;
  text-transform: uppercase;
  text-align: center;
  width: 350px;
  height: auto;
  border-radius: 5px; }
  @media screen and (max-width: 580px) {
    .sliderAd {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0px;
      max-width: 100%;
      max-height: 100%;
      overflow: hidden; } }

#sliderNavLink {
  cursor: pointer; }

#Join-Us-Popup {
  display: none;
  z-index: 500;
  position: fixed;
  width: 42%;
  left: 27%;
  top: 20%;
  padding: 20px 2%;
  background: #fff;
  border: #999 4px double; }

@media screen and (max-width: 690px) {
  #Join-Us-Popup {
    width: 88%;
    left: 3%;
    top: 3%; } }
#Join-Us-Popup h1 {
  font-family: 'Bembo W01 Titling'; }

#Join-Us-Popup .v65-podTitle {
  font-family: 'Bembo W01 Titling';
  font-weight: 500;
  margin: 0;
  font-size: 38px;
  line-height: 1.1em;
  margin-bottom: 0.3em;
  color: #0a0a0a;
  text-align: center; }

#Join-Us-Popup .v65-form {
  width: 100% !important; }

#Join-Us-Popup .v65-form fieldset {
  border: none; }

#Join-Us-Popup .v65-form legend {
  display: none; }

#Join-Us-Popup .v65-form input[type=text], #Join-Us-Popup .v65-form input[type=password], #Join-Us-Popup .v65-form input[type='username'] {
  width: 97% !important; }

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer; }

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0; }

#fvpp-dialog p {
  margin: 0; }

#teaser-body {
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  position: fixed;
  z-index: 10000; }

#teaser-body .upper {
  text-transform: uppercase; }

#teaser-body #content, #teaser-body #content img, #teaser-body #content .p1, #teaser-body #other-content {
  opacity: 0;
  -webkit-transition: opacity 2s;
  /* Safari */
  transition: opacity 2s; }

#teaser-body #content {
  background: rgba(0, 0, 0, 0.75);
  /* 64, 58, 54, .8 */
  box-sizing: border-box;
  color: #e3d7c5;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  line-height: 1.5;
  min-width: 605px;
  overflow: auto;
  padding: 42px 55px 45px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 37.8125%; }

#teaser-body #content > .close-teaser-modal {
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  right: .5rem;
  top: 0; }

#teaser-body #content a {
  color: #e3d7c5; }

#teaser-body #content img {
  display: block;
  margin: 0 auto; }

#teaser-body #content hr {
  border: none;
  background: #e3d6c5;
  height: 1px; }

#teaser-body #content a.button {
  background: #52552d;
  border: #a29f9e 1px solid;
  display: inline-block;
  font-size: 11px;
  height: 31px;
  letter-spacing: 2px;
  line-height: 31px;
  margin-bottom: 1em;
  text-decoration: none;
  width: 27.75%; }

#teaser-body .p1 {
  font-size: 17.5px;
  letter-spacing: 2px; }

#teaser-body .p2 {
  font-size: 12px;
  letter-spacing: 2px; }

#teaser-body .p2 > strong {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px; }

#teaser-body .p3 {
  text-align: justify; }

#teaser-body .p4 {
  font-size: 11px;
  letter-spacing: 1px; }

#teaser-body .p4 a {
  text-decoration: none; }

#teaser-body #other-content .close-teaser-modal {
  text-decoration: underline; }

@media only screen and (max-width: 736px) {
  #teaser-body #content {
    bottom: 0;
    left: 0;
    min-width: 0;
    right: 0;
    transform: none;
    top: 0;
    width: 100%; }

  #teaser-body #content a.button {
    width: 60%; } }
@media only screen and (max-width: 375px) {
  #teaser-body #content {
    padding: 25px; } }
.close-teaser-modal {
  text-decoration: none; }
  .close-teaser-modal:hover {
    text-decoration: none; }

.displayHide {
  display: none; }

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333;
  bottom: 1em;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000; }

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 75%; } }

.colWrapper {
  margin-bottom: 2em;
  width: 100%; }

.colWrapper:before, .colWrapper:after {
  content: "";
  display: table; }

.colWrapper:after {
  clear: both; }

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%; }

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%; }

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%; }

.col22:first-child {
  margin-left: 0;
  width: 65%; }

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%; }

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%; }

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%; }

.col4:first-child {
  margin-left: 0; }

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%; }

  .col4:first-child {
    margin-left: 2%; } }
@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }

  .col2:first-child {
    float: none;
    width: 100%; }

  .col22,
  .col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; }

  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }

  .col3:first-child {
    float: none;
    width: 100%; }

  .col4,
  .col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; } }
.v65-featureRight, .v65-right,
.v65-featureLeft, .v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .pageContentWrapper {
    padding: 1em 1em 0px 1em; } }
@media screen and (min-width: 768px) {
  .pageContentWrapper {
    padding: 3em 3em 0px 3em; } }
.pageContentWrapper hr {
  background-color: #fdf9ee;
  height: 6px;
  margin-top: 50px;
  margin-bottom: 50px; }
.pageContentWrapper h1, .pageContentWrapper h2 {
  text-align: center; }

.pageBox {
  display: table; }
  .pageBox .pageBoxContent {
    width: 50%;
    display: table-cell; }
    @media screen and (max-width: 580px) {
      .pageBox .pageBoxContent {
        width: 100%;
        display: block; } }
    .pageBox .pageBoxContent .pageBoxInnerContent {
      padding: 2em; }
      .pageBox .pageBoxContent .pageBoxInnerContent h4 {
        font-family: magneta, serif;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        color: #f1eee4; }
      .pageBox .pageBoxContent .pageBoxInnerContent p {
        font-family: magneta, serif;
        font-style: normal;
        font-weight: 400;
        color: #f1eee4; }
      .pageBox .pageBoxContent .pageBoxInnerContent .pageBoxButton {
        border: 1px solid #9ba2a3;
        padding: 10px 17px 10px 17px;
        font-size: .7em;
        background-color: #374648;
        text-transform: uppercase;
        color: #f0ede3; }
        .pageBox .pageBoxContent .pageBoxInnerContent .pageBoxButton:hover {
          text-decoration: none; }
  .pageBox .pageBoxBoxImg {
    width: 50%;
    display: table-cell; }
    @media screen and (max-width: 580px) {
      .pageBox .pageBoxBoxImg {
        width: 100%;
        display: block;
        height: 300px; } }

.colBlocks {
  display: table;
  border-top: 6px solid #fdf9ee;
  padding-top: 56px;
  padding-bottom: 56px; }
  .colBlocks .colBlock {
    width: 33%;
    display: table-cell; }
    @media screen and (max-width: 580px) {
      .colBlocks .colBlock {
        width: 100%;
        display: block;
        margin-bottom: 100px; } }
    .colBlocks .colBlock h3 {
      font-family: magneta, serif;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase;
      color: #322b27;
      margin-top: 15px; }
    .colBlocks .colBlock .blockWrapp {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; }
      .colBlocks .colBlock .blockWrapp p {
        font-size: 14px; }
    .colBlocks .colBlock .colBlockButton {
      border: 1px solid #a29f9e;
      padding: 10px 17px 10px 17px;
      font-size: .7em;
      background-color: #46413c;
      text-transform: uppercase;
      color: #f0ede3; }
      .colBlocks .colBlock .colBlockButton:hover {
        text-decoration: none; }
    @media screen and (max-width: 580px) {
      .colBlocks .colBlock:nth-child(1) {
        padding: 0px; } }
    .colBlocks .colBlock:nth-child(2) {
      border-left: 1px solid #fdf9ee;
      border-right: 1px solid #fdf9ee; }
      @media screen and (max-width: 580px) {
        .colBlocks .colBlock:nth-child(2) {
          padding: 0px;
          border: 0px; } }
    @media screen and (max-width: 580px) {
      .colBlocks .colBlock:nth-child(3) {
        padding: 0px; } }

.pageTitleHeader h1 {
  font-family: al-fresco, serif;
  text-align: center; }
.pageTitleHeader h3 {
  text-transform: uppercase;
  text-align: center; }

.pageBannerContentWrapper .bannerBG {
  overflow: hidden;
  max-height: 576px;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: top center !important; }
  .pageBannerContentWrapper .bannerBG img {
    width: 100%; }

.pageTitleHeader {
  background: url(../images/background-logo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 127px;
  background-position-y: -12px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 40px; }

.teamMember {
  clear: both;
  margin-bottom: 20px;
  margin-top: 80px; }
  .teamMember h4 {
    color: #000;
    font-family: al-fresco, serif;
    font-size: 2em;
    text-align: left; }
  .teamMember h5 {
    text-transform: uppercase;
    margin-top: -32px; }
  .teamMember .teamMemberContainer {
    clear: both;
    margin-bottom: 20px;
    min-height: 320px; }
    .teamMember .teamMemberContainer .teamMemberPhoto {
      width: 28%;
      float: left;
      text-align: center; }
      @media screen and (max-width: 580px) {
        .teamMember .teamMemberContainer .teamMemberPhoto {
          float: none;
          width: 100%;
          text-align: center;
          margin: 0px auto; } }
    .teamMember .teamMemberContainer .teamMemberProfile {
      width: 58%;
      float: right;
      padding-left: 6%;
      padding-right: 8%; }
      @media screen and (max-width: 580px) {
        .teamMember .teamMemberContainer .teamMemberProfile {
          float: none;
          width: 100%;
          padding: 0px; } }
      .teamMember .teamMemberContainer .teamMemberProfile .teamMemberBio {
        margin-top: 20px;
        margin-bottom: 0px; }

.blogContent {
  width: 100% !important;
  padding: 4% 0px 0px 0px !important; }
  .blogContent .v65-blogPostWrapper {
    border-bottom: 6px solid #fdf9ee;
    position: relative;
    margin-bottom: 2.5em;
    padding: 0;
    margin-top: 2.5em; }
    .blogContent .v65-blogPostWrapper .v65-avatar {
      display: none; }
    .blogContent .v65-blogPostWrapper .v65-blogPost h2 {
      display: none; }
    .blogContent .v65-blogPostWrapper .v65-blogPost h3 {
      text-transform: uppercase;
      margin-bottom: .1em; }
    .blogContent .v65-blogPostWrapper .v65-blogPost h4 {
      text-align: left;
      font-style: italic;
      font-weight: normal; }
    .blogContent .v65-blogPostWrapper .v65-blogPost .v65-blogPostDate {
      display: none; }
    .blogContent .v65-blogPostWrapper .v65-blogPost .blogLeftCol {
      float: left;
      width: 34%; }
    .blogContent .v65-blogPostWrapper .v65-blogPost .blogRightCol {
      float: left;
      width: 62%; }
    .blogContent .v65-blogPostWrapper .v65-blogPost .frame-right {
      margin: 20px 20px 20px 0; }
    .blogContent .v65-blogPostWrapper .v65-blogPost .v65-blogFooter {
      display: none; }
    .blogContent .v65-blogPostWrapper .v65-blogPost blockquote {
      display: block;
      position: relative;
      margin: 1em auto;
      width: 550px;
      padding: 1em 3.5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #666;
      border-radius: 0.5em;
      /* font-family: Georgia, serif; */
      font-size: 1.25em;
      font-style: italic;
      text-shadow: 1px 1px 0 #FFF;
      box-shadow: 1px 1px 3px rgba(200, 200, 190, 0.75) inset, -1px -1px 0px rgba(200, 200, 190, 0.25) inset;
      background: #fafaf1;
      background-image: linear-gradient(#fafaf1, #e9e8e0);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafaf1), to(#e9e8e0));
      background-image: -webkit-linear-gradient(top, #fafaf1, #e9e8e0);
      background-image: -moz-linear-gradient(top, #fafaf1, #e9e8e0);
      background-image: -ms-linear-gradient(top, #fafaf1, #e9e8e0);
      background-image: -o-linear-gradient(top, #fafaf1, #e9e8e0); }

.v65-customForm fieldset {
  border: 0px; }
  .v65-customForm fieldset legend {
    display: none; }
  .v65-customForm fieldset input[type=text], .v65-customForm fieldset input[type=password], .v65-customForm fieldset textarea, .v65-customForm fieldset select {
    margin: 0;
    width: 100%; }

#Form08E08827-D239-A033-3E86-16CDED44C4D3 {
  width: 100%; }

.instagramWrapper {
  margin: 0px auto;
  text-align: center; }

.p-container-item {
  width: 31%;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px; }
  @media screen and (max-width: 740px) {
    .p-container-item {
      width: 50%; } }
  @media screen and (max-width: 580px) {
    .p-container-item {
      width: 100%;
      float: none; } }
  .p-container-item:nth-of-type(3n+1) {
    clear: left; }
    @media screen and (max-width: 740px) {
      .p-container-item:nth-of-type(3n+1) {
        clear: none; } }
  @media screen and (max-width: 740px) {
    .p-container-item:nth-of-type(2n+1) {
      clear: left; } }

.p-paginator-block {
  clear: both;
  padding: 20px;
  text-align: center; }

.item-date, .item-comments, .item-like {
  display: none; }

.item-caption {
  display: none;
  bottom: 0px;
  background-color: #fdf9ee;
  padding: 10px;
  height: 105px;
  overflow: hidden;
  line-height: 1.4em;
  font-size: 12px;
  opacity: 1;
  position: relative;
  	/*
      opacity: 0.8;
      position: absolute;
      */ }
  @media screen and (max-width: 580px) {
    .item-caption {
      height: auto;
      font-size: 14px; } }

.p-paginator-button {
  background-color: #571623;
  color: white; }

.p-container-thumbnail {
  width: 100%;
  height: 100% !important; }

.v65-calendarList-Month {
  text-transform: uppercase;
  color: #000;
  font-family: magneta, serif;
  font-style: normal;
  margin: 0;
  font-size: 1.5em;
  line-height: 1;
  text-align: center; }

.v65-calendarList-Title.v65-title {
  text-transform: uppercase;
  color: #000;
  font-family: magneta, serif;
  font-style: normal;
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1;
  display: block; }

.v65-calendarList-Event.group {
  border-bottom: 6px solid #fdf9ee;
  position: relative;
  margin-bottom: 2.5em;
  padding: 0;
  margin-top: 2.5em; }

.eventLeftCol {
  float: left;
  width: 34%; }

.eventRightCol {
  float: left;
  width: 62%; }
  .eventRightCol h2 {
    display: none; }
  .eventRightCol h3 {
    text-transform: uppercase; }
  .eventRightCol h4 {
    text-align: left;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px; }

.allocationTitle {
  float: left; }
  @media screen and (max-width: 1024px) {
    .allocationTitle {
      float: none; } }

.allocationSignUpBtn {
  float: right; }
  @media screen and (max-width: 1024px) {
    .allocationSignUpBtn {
      float: none;
      margin-bottom: 40px; } }

.allocationCol2 {
  float: left;
  margin-left: 6%;
  width: 57%; }
  @media screen and (max-width: 580px) {
    .allocationCol2 {
      float: none;
      margin-left: 0;
      margin-bottom: 1.5em;
      width: 100%; } }

.allocationCol1 {
  float: left;
  margin-left: 0%;
  width: 37%; }
  @media screen and (max-width: 580px) {
    .allocationCol1 {
      float: none;
      width: 100%; } }

.valignfix [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px; }
  .valignfix [class*="col-"] img {
    padding: 0 2.5%;
    border: none;
    height: auto !important;
    max-width: 100%; }
    @media screen and (max-width: 580px) {
      .valignfix [class*="col-"] img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        max-width: 100% !important;
        height: auto;
        padding: 0px; } }
.valignfix .col-1, .valignfix .col-2, .valignfix .col-3, .valignfix .col-4, .valignfix .col-5, .valignfix .col-6, .valignfix .col-7, .valignfix .col-8, .valignfix .col-9, .valignfix .col-10, .valignfix .col-11, .valignfix .col-12 {
  float: none;
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 580px) {
    .valignfix .col-1, .valignfix .col-2, .valignfix .col-3, .valignfix .col-4, .valignfix .col-5, .valignfix .col-6, .valignfix .col-7, .valignfix .col-8, .valignfix .col-9, .valignfix .col-10, .valignfix .col-11, .valignfix .col-12 {
      display: block; } }
.valignfix .col-12 {
  width: 100%; }
.valignfix .col-11 {
  width: 91.66666667%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-11 {
      width: 100%; } }
.valignfix .col-10 {
  width: 83.33333333%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-10 {
      width: 100%; } }
.valignfix .col-9 {
  width: 75%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-9 {
      width: 100%; } }
.valignfix .col-8 {
  width: 66.66666667%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-8 {
      width: 100%; } }
.valignfix .col-7 {
  width: 58.33333333%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-7 {
      width: 100%; } }
.valignfix .col-6 {
  width: 50%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-6 {
      width: 100%; } }
.valignfix .col-5 {
  width: 41.66666667%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-5 {
      width: 100%; } }
.valignfix .col-4 {
  width: 33.33333333%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-4 {
      width: 100%; } }
.valignfix .col-3 {
  width: 25%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-3 {
      width: 100%; } }
.valignfix .col-2 {
  width: 16.66666667%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-2 {
      width: 100%; } }
.valignfix .col-1 {
  width: 8.33333333%; }
  @media screen and (max-width: 580px) {
    .valignfix .col-1 {
      width: 100%; } }

/* ----- c. Store Styles ----- */
@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo, #v65-fieldset-billingInfo,
  #v65-fieldset-shippingOptions, #v65-fieldset-shippingInfo,
  #v65-fieldset-paymentMethod, #v65-fieldset-sourceCode,
  #v65-fieldset-usernamePassword {
    width: 98%; } }

.v65-productGroup-teaser {
  width: 100%; }

.v65-productGroup-product:first-child {
  margin-left: 0; }

@media screen and (max-width: 750px) {
  .v65-productGroup .v65-clear {
    display: none; } }
.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
  display: none; }
  @media screen and (min-width: 581px) and (max-width: 599px) {
    .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
      display: block; } }
.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
  display: none; }
  @media screen and (min-width: 600px) and (max-width: 750px) {
    .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
      display: block; } }

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px; } }

@media screen and (max-width: 580px) {
  .v65-product1Up .v65-product-photo {
    margin-right: 4%;
    width: 21%; } }

.v65-product2Up .v65-product-photo {
  margin: 0 15px; }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-photo {
    margin-right: 3%;
    width: 16%; } }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-infoWrapper,
  .v65-product1UpStore .v65-product-commerceWrapper {
    width: 81%; } }

.homepageProductGroup .v65-product-photo {
  margin: 0 15px 0 0; }

.v65-paging {
  clear: left; }

@media screen and (min-width: 501px) {
  div#v65-navTypeVarietal, #v65-navRegionAppellation, #v65-navBrand {
    float: left;
    width: 33.33%; } }

.allocationBlock {
  text-align: center;
  margin-bottom: 50px; }
  .allocationBlock h3 {
    text-transform: uppercase; }
  .allocationBlock .buttonAllocationBlock {
    border: 1px solid #a29f9e;
    padding: 10px 17px 10px 17px;
    font-size: .7em;
    background-color: #736F6C;
    text-transform: uppercase;
    color: #E0DED8;
    text-decoration: none; }
    .allocationBlock .buttonAllocationBlock:hover {
      text-decoration: none; }

.wineInfo {
  display: none; }
  .wineInfo.currentVintageYes {
    display: block; }

.wineInfoYear, .wineInfoTitle, .wineInfoType {
  display: inline-block; }
  @media screen and (max-width: 950px) {
    .wineInfoYear, .wineInfoTitle, .wineInfoType {
      display: block; } }

.wineInfoImage {
  float: left;
  width: 25%; }
  @media screen and (max-width: 580px) {
    .wineInfoImage {
      float: none;
      width: 100%;
      margin: 0px;
      text-align: center; } }
  .wineInfoImage img {
    text-align: right;
    width: 240px; }

.wineInfoDetails {
  float: right;
  width: 73%;
  margin-left: 2%;
  margin-top: 60px; }
  @media screen and (max-width: 580px) {
    .wineInfoDetails {
      width: auto;
      float: none;
      margin-left: 1rem;
      margin-right: 1rem; } }
  .wineInfoDetails hr {
    background-color: #d6c9b1;
    height: 1px; }
  .wineInfoDetails .wineInfoTastingNotes {
    margin-bottom: 20px;
    margin-top: 20px; }
    .wineInfoDetails .wineInfoTastingNotes p {
      margin-bottom: 7px; }
  .wineInfoDetails .wineInfoYear {
    text-align: center;
    line-height: 26.6667px;
    padding-left: 36px;
    padding-right: 66px !important;
    padding-right: 4%; }
    @media screen and (max-width: 950px) {
      .wineInfoDetails .wineInfoYear {
        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important; } }
  .wineInfoDetails .wineInfoTitle {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #d6c9b1;
    border-right: 1px solid #d6c9b1;
    padding-left: 4%;
    padding-right: 4%;
    color: #51272D;
    font-size: 1.1em; }
    @media screen and (max-width: 950px) {
      .wineInfoDetails .wineInfoTitle {
        padding: 0px;
        border: 0px; } }
  .wineInfoDetails .wineInfoType {
    text-align: center;
    padding-left: 4%;
    font-style: italic; }
    @media screen and (max-width: 580px) {
      .wineInfoDetails .wineInfoType {
        padding-left: 1%; } }

.wineInfoOverview {
  padding-bottom: 20px;
  height: 100%;
  overflow: auto; }
  .wineInfoOverview .overviewCol1 {
    float: left;
    width: 30%;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #d6c9b1;
    margin-top: -10px; }
    @media screen and (max-width: 580px) {
      .wineInfoOverview .overviewCol1 {
        float: none;
        width: auto;
        border: 0px; } }
    .wineInfoOverview .overviewCol1 .production {
      margin-bottom: 8px; }
  .wineInfoOverview .overviewCol2 {
    float: right;
    width: 70%;
    height: 100%;
    overflow: auto;
    padding-left: 10%;
    margin-top: -10px; }
    @media screen and (max-width: 580px) {
      .wineInfoOverview .overviewCol2 {
        float: none;
        width: auto;
        padding: 0px;
        margin-top: 20px; } }
    .wineInfoOverview .overviewCol2 .harvestDate {
      margin-bottom: 8px; }

.wineInfoFooter {
  position: relative;
  padding-top: 40px; }
  @media screen and (max-width: 580px) {
    .wineInfoFooter {
      padding-left: 0px;
      padding-bottom: 30px; } }
  .wineInfoFooter .wineInfoShare {
    display: inline-block;
    padding-right: 250px; }
    @media screen and (max-width: 1000px) {
      .wineInfoFooter .wineInfoShare {
        padding-right: 0px; } }
    .wineInfoFooter .wineInfoShare a {
      line-height: 28px; }
    .wineInfoFooter .wineInfoShare span {
      background: url("../images/plus.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 10px;
      height: 30px;
      line-height: 30px; }
      .wineInfoFooter .wineInfoShare span:hover {
        background: url("../images/plushover.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 10px;
        height: 30px;
        line-height: 30px; }
  .wineInfoFooter .wineInfoNotes {
    display: inline-block; }
    @media screen and (max-width: 580px) {
      .wineInfoFooter .wineInfoNotes {
        padding-right: 0px; } }
    .wineInfoFooter .wineInfoNotes span {
      background: url("../images/doc.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 10px;
      height: 30px;
      line-height: 30px; }
      .wineInfoFooter .wineInfoNotes span:hover {
        background: url("../images/dochover.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 10px;
        height: 30px;
        line-height: 30px; }
  .wineInfoFooter .wineInfoPrice {
    display: inline-block;
    float: right;
    margin-right: 20px;
    font-style: italic; }
    @media screen and (max-width: 425px) {
      .wineInfoFooter .wineInfoPrice {
        padding-top: 20px; } }
  .wineInfoFooter .wineInfoLink {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 580px) {
      .wineInfoFooter .wineInfoLink {
        padding-top: 4px; } }

.winInfoEndDiv {
  clear: both; }

.wineInfolinkBtn {
  border: 1px solid #a29f9e;
  padding: 8px 4px 8px 4px;
  background-color: #413A37;
  text-transform: uppercase;
  color: white; }
  .wineInfolinkBtn:hover {
    text-decoration: none; }

.wineInfolinkBtnShop {
  border: 1px solid #a28a90;
  padding: 10px 17px 10px 17px;
  font-size: .7em;
  background-color: #461620;
  text-transform: uppercase;
  color: #f1eee4;
  text-decoration: none; }
  .wineInfolinkBtnShop:hover {
    text-decoration: none; }

.wineLWB .wineInfo {
  display: block; }

.wineShopLinkReplce {
  display: none; }

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
    width: 75%; } }
@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 56%; } }

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    float: right;
    width: 20%; } }
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    padding-top: 4%;
    width: 40%; } }
.blogFilterWrapper ul {
  list-style: none;
  padding: 0; }
.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px; }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilter {
    float: left;
    width: 48%; } }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%; } }

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  padding: 0 1em; }
button.defaultBtn, button.modalBtn, button.largeBtn {
  background-color: #736F6C;
  background-image: -webkit-linear-gradient(top, #736F6C, #736F6C);
  background-image: -moz-linear-gradient(top, #736F6C, #736F6C);
  background-image: -ms-linear-gradient(top, #736F6C, #736F6C);
  background-image: -o-linear-gradient(top, #736F6C, #736F6C);
  background-image: linear-gradient(top, #736F6C, #736F6C);
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #a29f9e;
  padding: 10px 17px 10px 17px;
  font-size: .7em;
  background-color: #736F6C;
  text-transform: uppercase;
  color: #E0DED8; }
  button.defaultBtn span, button.modalBtn span, button.largeBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    color: #E0DED8;
    margin-top: -2px; }
  button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
    background-color: #807c78;
    background-image: -webkit-linear-gradient(top, #807c78, #807c78);
    background-image: -moz-linear-gradient(top, #807c78, #807c78);
    background-image: -ms-linear-gradient(top, #807c78, #807c78);
    background-image: -o-linear-gradient(top, #807c78, #807c78);
    background-image: linear-gradient(top, #807c78, #807c78);
    box-shadow: inset 0 1px 0 0 #558dc5; }
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit; }
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background-color: #461620;
  background-image: -webkit-linear-gradient(top, #461620, #461620);
  background-image: -moz-linear-gradient(top, #461620, #461620);
  background-image: -ms-linear-gradient(top, #461620, #461620);
  background-image: -o-linear-gradient(top, #461620, #461620);
  background-image: linear-gradient(top, #461620, #461620);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ccc;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
    background: none;
    height: auto;
    line-height: inherit; }
  button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
    background-color: #591c29;
    background-image: -webkit-linear-gradient(top, #591c29, #591c29);
    background-image: -moz-linear-gradient(top, #591c29, #591c29);
    background-image: -ms-linear-gradient(top, #591c29, #591c29);
    background-image: -o-linear-gradient(top, #591c29, #591c29);
    background-image: linear-gradient(top, #591c29, #591c29);
    box-shadow: inset 0 1px 0 0 #ccc; }

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit; }
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background-color: #736F6C;
  background-image: -webkit-linear-gradient(top, #736F6C, #736F6C);
  background-image: -moz-linear-gradient(top, #736F6C, #736F6C);
  background-image: -ms-linear-gradient(top, #736F6C, #736F6C);
  background-image: -o-linear-gradient(top, #736F6C, #736F6C);
  background-image: linear-gradient(top, #736F6C, #736F6C);
  border: 1px solid #3b73ac;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #4080bf;
  text-decoration: none;
  text-shadow: 0 -1px 0 #558dc5;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
    background: none;
    height: auto;
    line-height: inherit; }
  a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
    background-color: #807c78;
    background-image: -webkit-linear-gradient(top, #807c78, #807c78);
    background-image: -moz-linear-gradient(top, #807c78, #807c78);
    background-image: -ms-linear-gradient(top, #807c78, #807c78);
    background-image: -o-linear-gradient(top, #807c78, #807c78);
    background-image: linear-gradient(top, #807c78, #807c78);
    box-shadow: inset 0 1px 0 0 #7ba6d2; }
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background-color: #461620;
  background-image: -webkit-linear-gradient(top, #461620, #461620);
  background-image: -moz-linear-gradient(top, #461620, #461620);
  background-image: -ms-linear-gradient(top, #461620, #461620);
  background-image: -o-linear-gradient(top, #461620, #461620);
  background-image: linear-gradient(top, #461620, #461620);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ccc;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
    background: none;
    height: auto;
    line-height: inherit; }
  a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
    background-color: #591c29;
    background-image: -webkit-linear-gradient(top, #591c29, #591c29);
    background-image: -moz-linear-gradient(top, #591c29, #591c29);
    background-image: -ms-linear-gradient(top, #591c29, #591c29);
    background-image: -o-linear-gradient(top, #591c29, #591c29);
    background-image: linear-gradient(top, #591c29, #591c29);
    box-shadow: inset 0 1px 0 0 #ccc; }
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto; }

.linkbutton {
  border: 1px solid #a29f9e;
  padding: 10px 17px 10px 17px;
  font-size: .7em;
  background-color: #736F6C;
  text-transform: uppercase;
  color: #E0DED8;
  text-decoration: none; }
  .linkbutton:hover, .linkbutton:active {
    text-decoration: none;
    background-color: #633427; }

.redlinkbutton {
  border: 1px solid #a29f9e;
  padding: 10px 17px 10px 17px;
  font-size: .7em;
  background-color: #431921;
  text-transform: uppercase;
  color: #E0DED8;
  text-decoration: none; }
  .redlinkbutton:hover, .redlinkbutton:active {
    text-decoration: none;
    background-color: #736F6C; }

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  color: #322b27;
  padding: 1.5em 0;
  text-align: center;
  width: 100%;
  background: url("../images/footer-bg.jpg");
  background-size: cover;
  border-top: 6px solid #eee6dc; }
  footer ul {
    list-style: none;
    margin: 0 1em;
    padding: 0; }
    @media screen and (min-width: 768px) {
      footer ul {
        margin-bottom: 0.5em; } }
  @media screen and (max-width: 767px) {
    footer li {
      border: 0px;
      line-height: 24px;
      text-align: center;
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    footer li {
      display: inline;
      padding: 0 5px; } }
  footer li a {
    color: #322b27;
    display: inline-block;
    font-size: 0.7em;
    position: relative;
    font-family: rift, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    footer li a:hover {
      color: #f1f1f1;
      text-decoration: none; }
  footer .phone a:hover, footer .email a:hover, footer .map a:hover {
    text-decoration: none; }
  footer .legal {
    font-size: 0.917em; }
    footer .legal li {
      display: block; }
  footer a {
    color: #18130e; }

.footerContent p {
  font-size: 0.9em; }

.footerSocial ul li a {
  background-color: #605647;
  padding: 5px 8px 5px 8px;
  color: #EEE6DC; }
  .footerSocial ul li a .icon-facebook, .footerSocial ul li a .icon-tumblr, .footerSocial ul li a .icon-instagram, .footerSocial ul li a .icon-twitter {
    font-size: 1.5em; }

@media screen and (max-width: 580px) {
  footer nav ul {
    margin-bottom: 20px; } }
@media screen and (max-width: 580px) {
  footer nav ul li {
    display: block; } }
footer nav ul li:after {
  content: "|";
  color: #322b27;
  margin: 0 6px 0 20px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    footer nav ul li:after {
      content: "";
      margin: 0px; } }
footer nav ul li:last-child:after {
  content: none;
  margin-right: 0; }

.displayNo {
  display: none; }

/*# sourceMappingURL=screen.min.css.map */
