/* Table of Content
==================================================
	#0a - Imports
	#1a - Global Site Styles
	#1b  	- Global Layout	
	#1c  	- Global Type
	#1d  	- Header & Footer
	#1e 	- Global Elements
	#1f 	- Swipe Gallery Elements
	#2a - Front Page Styles
	#3a - Page Styles
	#4a - Blog
	#5a - Responsive Styles
	#6a - Post Dev Snagging
	#7a - Campaigns

/* #0a - Imports
================================================== */
/* 	GLOBAL RESET 	*/
/*! 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;
}

/*

Radiator Digital
http://www.radiatordigital.com


///* Dimensions & Grid
//================================================== */
/* 	FontAwesome 	*/
/*!
 *  Font Awesome 4.0.3 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("icons/fontawesome-webfont.eot?v=4.0.3");
  src: url("icons/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("icons/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("icons/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("icons/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, #mobNav a.twitter::before, #mobNav a.facebook::before, #mobNav .mm-list > li.mm-selected > a:not(.mm-subopen)::before, #mobNav .mm-menu .mm-list > li.mm-selected > span::before, div#mobToggle div.btn::before, section.signUp::before, .contentDetail div.detailImages li::before, section.gallery div.featured::before, .contourField span.field-validation-error::before, .archTree .blogtoggle::before, .archTree .blogtogglem::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #mobNav a.pull-left.twitter::before, #mobNav a.pull-left.facebook::before, #mobNav .mm-list > li.mm-selected > a.pull-left:not(.mm-subopen)::before, #mobNav .mm-menu .mm-list > li.mm-selected > span.pull-left::before, div#mobToggle div.pull-left.btn::before, section.pull-left.signUp::before, .contentDetail div.detailImages li.pull-left::before, section.gallery div.pull-left.featured::before, .contourField span.pull-left.field-validation-error::before, .archTree .pull-left.blogtoggle::before, .archTree .pull-left.blogtogglem::before {
  margin-right: .3em;
}

.fa.pull-right, #mobNav a.pull-right.twitter::before, #mobNav a.pull-right.facebook::before, #mobNav .mm-list > li.mm-selected > a.pull-right:not(.mm-subopen)::before, #mobNav .mm-menu .mm-list > li.mm-selected > span.pull-right::before, div#mobToggle div.pull-right.btn::before, section.pull-right.signUp::before, .contentDetail div.detailImages li.pull-right::before, section.gallery div.pull-right.featured::before, .contourField span.pull-right.field-validation-error::before, .archTree .pull-right.blogtoggle::before, .archTree .pull-right.blogtogglem::before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .contentDetail div.detailImages li:before, section.gallery div.featured:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before, section.signUp:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before, html.mm-opened div#mobToggle div.btn:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, #mobNav a.twitter:before {
  content: "\f099";
}

.fa-facebook:before, #mobNav a.facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, div#mobToggle div.btn:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before, .archTree .blogtoggle.active:before, .archTree .blogtogglem.active:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before, #mobNav .mm-list > li.mm-selected > a:not(.mm-subopen):before, #mobNav .mm-menu .mm-list > li.mm-selected > span:before, .contourField span.field-validation-error:before, .archTree .blogtoggle:before, .archTree .blogtogglem:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* #1a - Global Site Styles
================================================== */
/* 	#1b - Global Layout  */
.fa-googleplus:before {
  content: "\f0d5" !important;
}

html, body {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}

body {
  float: left;
  background-color: #fff;
}

header, footer, section {
  display: block;
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px;
  padding: 0px;
  z-index: 1;
}

div.container {
  display: block;
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  height: auto;
}

/* 	#1c - Global Type
================================================== */
body {
  font-family: Open Sans, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 170%;
  color: #282828;
  font-weight: 400;
}

a {
  color: #af9040;
}

a:hover {
  color: #896300;
}

h1 {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #282828;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

/* #1d - Header & Footer
================================================== */
header {
  padding-top: 20px;
  z-index: 500;
}

header div.logo {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  max-width: 50%;
  margin: 0px;
}

header div.logo img, header div.logo a {
  display: block;
  float: left;
  position: relative;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: none;
  outline: none;
}

header div.logo a {
  width: auto;
  max-width: 100%;
}

header div.logo img {
  width: 100%;
  max-width: 440px;
}

header div.logo .main {
  display: block;
}

header div.logo .mob {
  display: none;
}

header div.topLinks {
  display: block;
  float: right;
  position: relative;
  width: auto;
  height: auto;
  max-width: 50%;
  margin: 10px 0px 0px;
  right: 10px;
}

header div.topLinks ul, header div.topLinks li, header div.topLinks a {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin: 0px;
}

header div.topLinks ul.social li a {
  width: 24px;
  height: 24px;
  background-color: #cfcfcf;
  color: #fff;
  margin: 0px 0px 0px 5px;
}

header div.topLinks ul.social li a i {
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
}

header div.topLinks ul.social li a.twitter:hover {
  background-color: #00aced;
}

header div.topLinks ul.social li a.facebook:hover {
  background-color: #3b5998;
}

header div.topLinks ul.links {
  margin: 2px 0px 0px 5px;
}

header div.topLinks ul.links li {
  margin: 0px 0px 0px 10px;
}

header div.topLinks ul.links li a {
  padding: 6px 0px 4px;
  text-decoration: none;
  color: #282828;
  font-size: 12px;
  line-height: 12px;
}

header div.topLinks ul.links li a:hover {
  color: #af9040;
  border-bottom: 1px dotted #af9040;
}

header nav {
  display: block;
  float: right;
  clear: both;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 10px 0px 0px;
}

header nav ul.mainNav {
  display: block;
  float: left;
  position: relative;
  right: -10px;
  width: 100%;
  height: auto;
  margin: 0px;
}

header nav ul.mainNav li, header nav ul.mainNav a {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
}

header nav ul.mainNav a {
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  background-color: #fff;
  font-size: 13px;
  line-height: 14px;
}

header nav ul.mainNav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0px;
  height: 2px;
  margin: 0px 0px 0px 0px;
  background-color: #af9040;
  transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
}

header nav ul.mainNav a:hover {
  color: #af9040;
}

header nav ul.mainNav a:hover::after {
  width: 100%;
  margin-left: -50%;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

header nav ul.mainNav li.selected::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0px 0px -10px;
  content: "";
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
}

header nav ul.mainNav li.selected a::after {
  display: none;
}

header nav ul.mainNav li.selected a:hover {
  color: #282828;
}

header div.subNav {
  display: block;
  position: relative;
  float: left;
  width: 120%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0px 0px -100% -10%;
  padding: 0px 10%;
}

header div.subNav ul.subNav {
  display: block;
  float: right;
  position: relative;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header div.subNav ul.subNav li {
  display: block;
  float: left;
  position: relative;
  width: auto;
}

header div.subNav ul.subNav a {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  padding: 20px;
  line-height: 100%;
  text-decoration: none;
  color: #444;
  text-transform: uppercase;
  font-size: 13px;
}

header div.subNav ul.subNav a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#mobNav {
  background-color: #d9d3c3;
}

#mobNav ul.mainNav {
  padding-top: 100px;
  background-image: url("../images/bmMinWhite.png");
  background-position: 20px 0px;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-attachment: relative;
}

#mobNav ul.mainNav li {
  background-color: rgba(217, 211, 195, 0.8);
}

#mobNav a, #mobNav .label {
  text-transform: uppercase;
  color: #706547;
}

#mobNav a.mm-subopen::after {
  border-color: #706547;
}

#mobNav a.mm-subclose {
  background: #d9d3c3;
}

#mobNav a.mm-subclose::before {
  border-color: #706547;
}

#mobNav a.mm-subclose:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#mobNav li::after {
  border-color: #c5bca4;
}

#mobNav ul.links, #mobNav ul.sub {
  background-color: #e1dccf;
}

#mobNav a.twitter::before {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #00aced;
}

#mobNav a.facebook::before {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #3b5998;
}

#mobNav a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

#mobNav .mm-list > li.mm-selected > a:not(.mm-subopen), #mobNav .mm-menu .mm-list > li.mm-selected > span {
  background: none;
  position: relative;
}

#mobNav .mm-list > li.mm-selected > a:not(.mm-subopen)::before, #mobNav .mm-menu .mm-list > li.mm-selected > span::before {
  margin-left: -11px;
  margin-right: 6px;
  width: 5px;
  color: #fff;
}

div#mobToggle {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #af9040;
  width: 88px;
  height: 88px;
  overflow: hidden;
  pointer-events: none;
}

div#mobToggle div.btn {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 43px;
  height: 43px;
  pointer-events: auto;
  background-color: #fff;
  visibility: hidden;
}

div#mobToggle div.btn::before {
  display: block;
  position: absolute;
  font-size: 25px;
  top: 12px;
  left: 12px;
  z-index: 5;
  visibility: visible;
}

div#mobToggle div.btn::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: -60px;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  visibility: visible;
}

div#mobToggle div.btn:hover {
  cursor: pointer;
}

div#mobToggle div.btn:hover::before {
  color: #fff;
}

div#mobToggle div.btn:hover::after {
  background-color: #af9040;
  pointer-events: auto;
}

div#mobToggle div.btn:hover i {
  color: #fff;
}

div#mobToggle div.btn:active::after {
  background-color: #c1a356;
}

html.mm-opened div#mobToggle div.btn::before {
  color: #cfcfcf;
  left: 16px;
  top: 10px;
}

html.mm-opened div#mobToggle div.btn::after {
  background-color: #fff;
}

div.everything {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

footer {
  background-color: #191919;
  color: #fff;
  font-size: 13px;
}

footer div.container {
  padding: 30px 0px;
  background-image: url("../images/bmMinWhite.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 102px 144px;
  height: auto;
  overflow: hidden;
}

footer div.upper, footer div.lower {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

footer div.upper {
  margin-bottom: 50px;
}

footer div.upper div.info {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

footer div.upper div.address, footer div.upper div.contact {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  max-width: 300px;
  line-height: 200%;
}

footer div.upper div.address > span, footer div.upper div.contact > span {
  display: block;
}

footer div.upper div.address a, footer div.upper div.contact a {
  text-decoration: none;
}

footer div.upper div.address .reservations a, footer div.upper div.contact .reservations a {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin: 1em 0px 0px;
  padding: 5px 20px;
  background-color: #af9040;
  color: #fff;
  text-transform: uppercase;
}

footer div.upper div.address .reservations a:hover, footer div.upper div.contact .reservations a:hover {
  background-color: #c1a356;
}

footer div.lower div.left, footer div.lower div.right {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}

footer div.lower p, footer div.lower a, footer div.lower ul, footer div.lower li {
  padding: 0px;
  margin: 0px;
  display: inline;
}

footer div.lower p, footer div.lower a {
  color: #666;
  text-decoration: none;
}

footer div.lower a:hover {
  color: #af9040;
}

footer div.lower div.left {
  float: left;
}

footer div.lower div.left p {
  margin-right: 20px;
}

footer div.lower div.right {
  float: right;
}

footer div.lower div.right ul {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 4px;
}

footer div.lower div.right li {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  border-left: 1px solid #666;
}

footer div.lower div.right li:first-of-type {
  border-left: none;
}

footer div.lower div.right li a {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  padding: 0px 10px 2px 10px;
  line-height: 100%;
}

/* #1e - Global Elements
================================================== */
img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
  outline: none;
}

.listless {
  padding: 0px;
}

.listless li {
  list-style: none;
}

.imgBanner {
  background-color: #eaeaea;
}

.imgBanner div.container {
  width: 100%;
  max-width: 1440px;
}

.imgBanner img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0px;
}

.slider {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.slider ul, .slider li {
  display: block;
  float: left;
  position: relative;
  height: auto;
}

.slider ul {
  width: 100%;
  padding: none;
}

.slider ul li {
  list-style: none;
}

section.testimonial {
  background-color: #eaeaea;
}

section.testimonial div.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 80px;
  height: auto;
  overflow: hidden;
}

section.testimonial.textOnly div.quote {
  width: 100%;
}

section.testimonial div.quote {
  display: block;
  float: left;
  position: relative;
  width: 80%;
  height: auto;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 120px 0px 100px;
}

section.testimonial div.quote::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 62px;
  height: 50px;
  background-image: url("../images/quoteOpen.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

section.testimonial div.quote::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 35px;
  width: 62px;
  height: 50px;
  background-image: url("../images/quoteClose.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

section.testimonial div.quote blockquote, section.testimonial div.quote p {
  font-size: 18px;
  font-weight: normal;
  color: #444;
  margin: 0px;
  line-height: 160%;
  margin-bottom: 20px;
}

section.testimonial div.quote span.source {
  font-size: 15px;
  font-weight: 600;
  color: #282828;
}

section.testimonial div.img {
  display: block;
  float: right;
  width: 18%;
  margin: 0px 0px 0px;
}

.breadCrumbs {
  text-transform: uppercase;
}

.breadCrumbs p.crumbs {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

.breadCrumbs p.crumbs *, .breadCrumbs p.crumbs a, .breadCrumbs p.crumbs span {
  display: inline;
  color: #999;
  text-decoration: none;
}

.breadCrumbs p.crumbs *::before, .breadCrumbs p.crumbs a::before, .breadCrumbs p.crumbs span::before {
  content: ">";
  margin: 0px 6px;
  display: inline;
}

.breadCrumbs p.crumbs *:first-child::before, .breadCrumbs p.crumbs a:first-child::before, .breadCrumbs p.crumbs span:first-child::before {
  display: none;
}

section.carousel {
  background-color: #191919;
}

section.carousel div.container {
  width: 100%;
}

section.carousel ul {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  z-index: 1;
}

section.carousel ul li {
  display: block;
  float: left;
  position: relative;
  width: 33.33%;
}

section.carousel ul li img, section.carousel ul li a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.carousel div.cardSlider {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.carousel div.cardSlider .slideNav {
  display: block;
  position: absolute;
  top: 0px;
  width: 8.33333%;
  height: 100%;
  background-color: transparent;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

section.carousel div.cardSlider .slideNav i {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  font-size: 50px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  margin: -45px 0px 0px;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

section.carousel div.cardSlider .slideNav:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
}

section.carousel div.cardSlider .slideNav:hover i {
  color: #fff;
  transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
}

section.carousel div.cardSlider .slideNav.next {
  right: 0px;
}

section.carousel div.cardSlider .slideNav.prev {
  left: 0px;
}

section.carousel a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.carousel a:hover div.info {
  opacity: 1;
}

section.carousel a:hover div.info h4 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s 0.15s ease-in-out;
  -ms-transition: all 0.3s 0.15s ease-in-out;
  -o-transition: all 0.3s 0.15s ease-in-out;
  -webkit-transition: all 0.3s 0.15s ease-in-out;
  -moz-transition: all 0.3s 0.15s ease-in-out;
  opacity: 1;
}

section.carousel div.info {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

section.carousel div.info h4 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 40px;
  margin: -32px 0px 0px;
  color: #af9040;
  font-family: "Vollkorn", "Georgia", serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0;
}

div.enqForm {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

div.enqForm span, div.enqForm input, div.enqForm label, div.enqForm textarea, div.enqForm select, div.enqForm option {
  display: block;
  float: left;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.enqForm span {
  width: 100%;
  margin: 0px 0px 15px;
}

div.enqForm label {
  width: 30%;
  padding: 5px 15px;
}

div.enqForm input[type=text], div.enqForm textarea, div.enqForm select {
  width: 70%;
  padding: 5px;
  border: 1px solid #cfcfcf;
  outline: none;
  background: #fff;
}

div.enqForm input[type=text]:focus, div.enqForm textarea:focus, div.enqForm select:focus {
  border: 1px solid #af9040;
}

div.enqForm textarea {
  max-width: 70%;
}

div.enqForm span.checkbox {
  padding-left: 30%;
}

div.enqForm span.checkbox input {
  width: auto;
  margin: 5px;
}

div.enqForm span.checkbox label {
  width: auto;
  line-height: 100%;
}

div.enqForm input[type=submit] {
  float: right;
  margin: 20px 0px;
  background: none;
  background-color: #af9040;
  border: none;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
}

div.enqForm input[type=submit]:hover {
  background-color: #c1a356;
}

.pageNav {
  margin: -55px 0px 45px;
}

.pageNav ul.pageLinks {
  display: block;
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}

.pageNav ul.pageLinks li {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 0px;
}

.pageNav ul.pageLinks li a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
  background-color: #af9040;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.pageNav ul.pageLinks li a:hover {
  background-color: #c1a356;
}

.pageNav ul.pageLinks li.single {
  margin: 20px auto;
  float: none;
}

/* #1f 	- Swipe Gallery Elements
================================================== */
#swipebox-overlay {
  background: none !important;
  background-color: rgba(13, 13, 13, 0.98) !important;
}

#swipebox-overlay #swipebox-caption {
  font-family: Open Sans, "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  line-height: 100%;
}

#swipebox-overlay #swipebox-action, #swipebox-overlay #swipebox-caption {
  background: none;
  background-color: #0d0d0d;
  border-color: #222;
  -moz-box-shadow: 0px 0px 20px #000;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}

/* #2a - Front Page Styles
================================================== */
#fpIntro {
  margin: 30px 0px;
}

#fpIntro p, #fpIntro h1 {
  display: block;
  float: none;
  position: relative;
  width: 95%;
  max-width: 1200px;
  text-align: center;
  font-size: 22px;
  line-height: 160%;
  margin: 0px auto;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}

#fpIntro div.slider {
  margin-top: 10px;
}

#fpIntroSlider a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

#fpIntroSlider div.img, #fpIntroSlider div.img img, #fpIntroSlider h4, #fpIntroSlider span.desc {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

#fpIntroSlider li {
  width: 33.33%;
}

#fpIntroSlider li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

#fpIntroSlider h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  margin: 20px 0px 5px;
}

#fpIntroSlider span.desc {
  color: #282828;
  margin: 0px;
}

#fpIntroSlider div.slideNav {
  display: block;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 100%;
}

#fpIntroSlider div.slideNav:hover {
  cursor: pointer;
}

#fpIntroSlider div.slideNav:hover i {
  color: #af9040;
}

#fpIntroSlider div.slideNav i {
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  left: 0px;
  margin: -30px 0px 0px;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #444;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#fpIntroSlider div.slideNav i::before {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}

#fpIntroSlider div.slideNav.next {
  left: 100%;
}

#fpIntroSlider div.slideNav.next:hover i {
  padding-left: 10px;
}

#fpIntroSlider div.slideNav.prev {
  right: 100%;
}

#fpIntroSlider div.slideNav.prev:hover i {
  padding-right: 10px;
  left: -10px;
}

#fpIntroSlider img {
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

#fpIntroSlider ul:hover img {
  opacity: 0.8;
}

#fpIntroSlider ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: #af9040;
  transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

#fpIntroSlider ul li:hover a {
  color: #896300;
}

#fpIntroSlider ul li:hover::after {
  width: 100%;
  transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
}

#fpIntroSlider ul li:hover img {
  opacity: 1;
  transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
}

section.signUp {
  margin: 40px 0px 36px;
}

section.signUp::before {
  color: #af9040;
  font-size: 20px;
  width: 100%;
  text-align: center;
  display: none;
}

section.signUp form {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.signUp form label, section.signUp form input {
  display: block;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

section.signUp form label {
  width: 27%;
  margin-left: 0px;
  top: -7px;
}

section.signUp form input {
  margin: 0px 0px 0px 3%;
  padding: 7px 10px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

section.signUp form input[type=text] {
  width: 25.5%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

section.signUp form input[type=submit] {
  width: 13%;
  border: none;
  background-color: #af9040;
  color: #fff;
  text-transform: uppercase;
}

section.signUp form input[type=submit]:hover {
  background-color: #c1a356;
}

section.signUp form input::-webkit-input-placeholder {
  color: #999;
}

section.signUp form input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

section.signUp form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

section.signUp form input:-ms-input-placeholder {
  color: #999;
}

section.signUp form input:focus::-webkit-input-placeholder {
  color: #444;
}

section.signUp form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
}

section.signUp form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
}

section.signUp form input:focus:-ms-input-placeholder {
  color: #444;
}

/* #3a - Page Styles
================================================== */
section.pageContent {
  margin-bottom: 45px;
}

section.pageContent h1 {
  font-size: 36px;
  margin: 20px 0px 45px;
}

section.pageContent div.content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.pageContent div.textCols {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}

section.pageContent div.textCols.tc2 {
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}

section.pageContent div.textCols.tc3 {
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  column-count: 3;
  column-gap: 30px;
}

section.pageContent div.textCols.single {
  text-align: center;
}

section.pageContent div.textCols p {
  margin: 0px 0px 1em;
}

section.pageContent div.textCols img {
  display: block;
  margin: 0.5em 0 1em;
  width: auto;
  max-width: 100%;
}

section.pageContent div.contentQuote {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px 0px;
  padding-top: 40px;
}

section.pageContent div.contentQuote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #cfcfcf;
  margin: 0px 0px 0px -50px;
}

section.pageContent div.contentQuote blockquote {
  display: block;
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  font-size: 34px;
  line-height: 150%;
  font-family: "Vollkorn", "Georgia", serif;
  color: #444;
  padding: 0px;
}

section.pageContent div.contentQuote blockquote::before {
  content: "\"";
}

section.pageContent div.contentQuote blockquote::after {
  content: "\"";
}

.contentDetail {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px 0px;
  padding-top: 40px;
  padding-top: 60px;
}

.contentDetail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #cfcfcf;
  margin: 0px 0px 0px -50px;
}

.contentDetail div.info, .contentDetail div.detailImages {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contentDetail.x2 div.info, .contentDetail.x2 div.detailImages {
  width: 50%;
}

.contentDetail.x2 div.info {
  padding-right: 30px;
}

.contentDetail.x2 div.detailImages {
  padding-left: 15px;
}

.contentDetail div.info h1, .contentDetail div.info h2, .contentDetail div.info h3, .contentDetail div.info p, .contentDetail div.info ul {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0px 15px;
}

.contentDetail div.info h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin: 15px 0px 30px;
}

.contentDetail div.detailImages {
  float: right;
}

.contentDetail div.detailImages ul, .contentDetail div.detailImages li {
  display: block;
  float: left;
  position: relative;
  height: auto;
}

.contentDetail div.detailImages ul {
  width: 100%;
  margin: 0px;
}

.contentDetail div.detailImages li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
  margin: 0px 0px 15px;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

.contentDetail div.detailImages li::before {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 15px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  z-index: 20;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

.contentDetail div.detailImages a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

.contentDetail div.detailImages img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.contentDetail div.detailImages ul:hover li {
  opacity: 0.8;
}

.contentDetail div.detailImages ul:hover li:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
}

.contentDetail div.detailImages ul:hover li:hover::before {
  opacity: 1;
}

section.gallery {
  background-color: #191919;
  margin: -45px 0px 10px;
}

section.gallery .container {
  max-width: 900px;
}

section.gallery ul#galBtns {
  display: block;
  float: left;
  position: relative;
  margin: 20px 0px;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 100%;
}

section.gallery ul#galBtns li {
  display: inline;
  display: inline-block;
  float: none;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 100%;
  color: #999;
  margin: 0px;
  font-weight: 300;
}

section.gallery ul#galBtns li:hover {
  color: #cfcfcf;
  cursor: pointer;
}

section.gallery ul#galBtns li.active {
  color: #fff;
}

section.gallery ul#galPgs {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
}

section.gallery ul#galPgs li.galPg {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  display: none;
}

section.gallery div.featured {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px;
}

section.gallery div.featured::before {
  display: block;
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 18px;
  z-index: 100;
  font-size: 25px;
  line-height: 25px;
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

section.gallery div.featured img {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 700px;
  margin: 0px auto;
}

section.gallery div.featured a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.gallery div.featured:hover::before {
  opacity: 0.5;
}

section.gallery div.thumbnails {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0px;
  height: auto;
}

section.gallery div.thumbnails div.galSlider {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 40px;
}

section.gallery div.thumbnails div.galSlider div.caroufredsel_wrapper, section.gallery div.thumbnails div.galSlider ul, section.gallery div.thumbnails div.galSlider img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

section.gallery div.thumbnails div.galSlider li {
  display: block;
  float: left;
  position: relative;
  height: auto;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

section.gallery div.thumbnails div.galSlider li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
}

section.gallery div.thumbnails div.galSlider li.active {
  opacity: 1;
}

section.gallery div.thumbnails div.slideNav {
  display: block;
  position: absolute;
  top: 0px;
  width: 30px;
  height: 100%;
  background: none;
}

section.gallery div.thumbnails div.slideNav.prev {
  left: 0px;
}

section.gallery div.thumbnails div.slideNav.next {
  right: 0px;
}

section.gallery div.thumbnails div.slideNav i {
  font-size: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -20px;
  opacity: 0.6;
}

section.gallery div.thumbnails div.slideNav:hover {
  cursor: pointer;
}

section.gallery div.thumbnails div.slideNav:hover i {
  opacity: 1;
}

div.eventSum {
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
}

div.eventSum .xCol {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

div.eventSum .xCol p {
  margin: 0px;
}

div.eventSum .xCol p + p {
  margin: 15px 0px 0px;
}

div.eventSum .xCol img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 240px;
  display: block;
  position: relative;
  margin: 0px auto 20px;
}

div.eventSum .xCol ul {
  padding: 0px;
  list-style: none;
}

div.eventSum .xCol ul li {
  text-transform: uppercase;
}

div.eventSum .xCol ul li + li {
  margin: 5px 0px 0px;
}

div.eventSum .xCol.single {
  text-align: center;
}

div.eventSum.x3 .xCol {
  width: 29.33%;
  margin: 0px 2% 30px;
}

div.eventSum.x2 .xCol {
  width: 46%;
  margin: 0px 2% 30px;
}

div.eventDetail {
  display: block;
  float: left;
  position: relative;
  width: 95%;
  height: auto;
  margin: 0px 2.5%;
  padding-top: 30px;
}

.content + div.eventDetail {
  padding-top: 40px;
}

.content + div.eventDetail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #cfcfcf;
  margin: 0px 0px 0px -50px;
}

div.eventDetail .info, div.eventDetail div.book {
  display: block;
  float: left;
  position: relative;
  width: 46%;
  margin: 0px 2% 30px;
}

div.eventDetail .info > li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0px 30px;
}

div.eventDetail .info h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin: 0px 0px 30px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

div.eventDetail .info dl {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px;
  font-size: 16px;
  font-weight: 400;
}

div.eventDetail .info dl dt, div.eventDetail .info dl dd {
  display: block;
  float: left;
  position: relative;
  width: auto;
  max-width: 1005;
  padding: 0px;
  margin: 0px 0px 5px;
  color: #282828;
}

div.eventDetail .info dl dt {
  clear: left;
  margin-right: 5px;
  color: #999;
  font-weight: 600;
}

div.eventDetail .info p,
div.eventDetail .info ul {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0px 15px;
}

div.eventDetail .info img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0px 0px 15px;
}

.event .info ul.eventFeatures {
  margin: 2em 0;
}

.event .info ul.eventFeatures li,
.event .info ul.eventFeatures a,
.event .info ul.eventFeatures div,
.event .info ul.eventFeatures img {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.event .info ul.eventFeatures li {
  margin: 0 0 15px;
}

@media screen and (min-width: 400px) {
  .event .info ul.eventFeatures li {
    padding-right: 15px;
    width: 50%;
  }
}

.event .info ul.eventFeatures a {
  text-align: center;
}

.event .info ul.eventFeatures a:hover .title {
  background: #c1a356;
}

.event .info ul.eventFeatures img.featPoster {
  margin: 0;
  max-width: 100%;
}

.event .info ul.eventFeatures .title {
  background: #af9040;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px;
}

.imgBanner + section.event {
  margin-top: 40px;
}

/* #4a - Blog
================================================== */
.brianBlog.pageContent .blog div {
  display: block;
  float: left;
  position: relative;
  height: auto;
}

.brianBlog.pageContent .blog, .brianBlog.pageContent .blok {
  display: block;
  float: left;
  position: relative;
  height: auto;
  width: 100%;
}

.brianBlog.pageContent .blog .feed {
  display: block;
  float: left;
  position: relative;
  height: auto;
  width: 78%;
}

.brianBlog.pageContent .blog .side {
  display: block;
  float: left;
  position: relative;
  height: auto;
  width: 20%;
  float: right;
}

.blog .side h3 {
  margin: 0px 0px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  color: #444;
}

.blog .side ul, .blog .side li, .blog .side a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.blog .side ul {
  margin: 0px 0px 30px;
  width: 100%;
}

.blog .side ul li {
  width: 100%;
  margin: 0px;
}

.blog .side ul li a {
  padding: 5px 0px;
  text-decoration: none;
}

.blog .side ul li a:hover {
  text-decoration: underline;
}

.awwward .blog .side #toggle {
  display: none;
}

.blog .side #toggle {
  display: block;
  display: none;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  color: #999;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 100%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.blog .side #toggle:hover {
  cursor: pointer;
}

.blog .side #toggle .hide {
  display: none;
}

.blog .side #toggle i {
  margin-right: 8px;
}

.blog .side #toggle.active i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog .side #toggle.active .hide {
  display: inline;
}

.blog .side #toggle.active .show {
  display: none;
}

.blog .side .filters {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

.blog .feed ul.posts, .blog .feed li.post {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px;
}

.blog .feed li.post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
  margin-top: 45px;
}

.awwward .blog .feed li.post {
  padding-left: 0px;
}

.blog .feed li.post .what {
  padding-top: 45px;
  border-top: 1px solid #cfcfcf;
}

.blog .feed li.post:first-of-type {
  margin-top: 0px;
}

.blog .feed li.post:first-of-type .what {
  padding-top: 0px;
  border-top: 0px;
}

.blog .feed li.post:first-of-type .when {
  top: 0px;
}

.blog .feed li.post .when {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 72px;
  height: auto;
}

.blog .feed li.post .when .badge {
  background-color: #af9040;
  display: block;
  float: left;
  position: relative;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

.blog .feed li.post .when span {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  text-align: center;
}

.blog .feed li.post .when .badge span {
  color: #fff;
}

.blog .feed li.post .when .day {
  font-family: "Vollkorn", "Georgia", serif;
  font-size: 36px;
  margin-top: 16px;
}

.blog .feed li.post .what {
  width: 100%;
}

.blog .feed li.post .what .postTitle {
  margin: 0px;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
}

.blog .feed li.post .what .who {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.blog .feed li.post .what .postCont {
  width: 100%;
  margin: 30px 0px 0px;
}

.blog .feed li.post .what .readMore {
  display: block;
  float: left;
  position: relative;
  width: auto;
  background-color: #af9040;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 20px 0px 0px;
}

.blog .feed li.post .what .readMore:hover {
  background-color: #c1a356;
}

.blog .blogNav {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  padding: 15px 0px;
  display: block;
  float: left;
  position: relative;
  margin-top: 45px;
  text-transform: uppercase;
}

.blog .blogNav .oldNew, .blog .blogNav .pages {
  display: block;
  float: left;
  position: relative;
  width: auto;
  max-width: 50%;
}

.blog .blogNav a {
  text-decoration: none;
  padding: 5px;
}

.blog .blogNav .oldNew a {
  color: #999;
}

.blog .blogNav .oldNew a:hover {
  color: #af9040;
}

.blog .blogNav .pages {
  float: right;
  margin: 0px;
}

.blog .blogNav .pages li {
  display: block;
  float: left;
  position: relative;
  width: auto;
  margin: 0px;
}

.blog .blogNav a.selected {
  font-weight: 600;
  color: #999;
}

.post blockquote {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 100px;
  font-family: "Vollkorn", "Georgia", serif;
  color: #000;
  font-size: 20px;
  line-height: 140%;
  position: relative;
}

.post blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50px;
  width: 30px;
  height: 30px;
  background-image: url("../images/smlQuote.png");
  background-position: 0 0;
  background-size: 30px auto;
  background-repeat: no-repeat;
}

.listless .post ul li {
  list-style-type: disc;
}

.listless .post ol li {
  list-style-type: decimal;
}

.awardBlox {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
}

.awardBlox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #cfcfcf;
}

.awardBlox li {
  display: inline;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  overflow: hidden;
  vertical-align: top;
  margin: 0px 22px 22px;
}

.awardBlox li div.img, .awardBlox li img, .awardBlox li p.what, .awardBlox li a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
}

.awardBlox li div.img {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
  z-index: 1;
}

.awardBlox li div.img img {
  z-index: 1;
  opacity: 0.8;
}

.awardBlox li div.img::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  background-color: #af9040;
  width: 0%;
  left: 50%;
  margin-left: 0px;
}

.awardBlox li a {
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
}

.awardBlox li a div.img::after {
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.awardBlox li a:hover {
  color: #896300;
}

.awardBlox li a:hover div.img img {
  opacity: 1;
}

.awardBlox li a:hover div.img::after {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 100%;
  left: 0%;
}

/* #5a - Responsive
================================================== */
@media screen and (max-width: 900px) {
  header div.container {
    width: 100%;
  }
  header div.logo {
    width: 100%;
    max-width: 100%;
  }
  header div.logo a {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  header div.logo img {
    display: inline;
    display: inline-block;
    float: none;
    margin: 20px 0px 30px;
  }
  header div.topLinks, header nav {
    display: none;
  }
  header div.topLinks {
    display: block;
    position: absolute;
    top: -18px;
    max-width: 100%;
  }
  header div.topLinks li {
    margin: 0px 0px 0px 15px;
  }
  header div.topLinks .social {
    display: none;
  }
  header div.subNav ul.subNav {
    right: 0 !important;
  }
  div#mobToggle {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  header div.logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 60px;
  }
}

@media screen and (max-width: 560px) {
  header div.logo .main {
    display: none;
  }
  header div.logo .mob {
    display: block;
  }
  header div.logo .mob img {
    max-width: 320px;
  }
}

@media screen and (max-width: 1050px) {
  footer div.lower div.left, footer div.lower div.right {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0px;
    text-align: center;
  }
  footer div.lower div.left p, footer div.lower div.left a, footer div.lower div.left ul, footer div.lower div.right p, footer div.lower div.right a, footer div.lower div.right ul {
    display: inline;
    display: inline-block;
    float: none;
  }
  footer div.lower div.left.left, footer div.lower div.right.left {
    margin-bottom: 10px;
  }
  footer div.upper {
    text-align: center;
    height: auto;
  }
  footer div.upper div.info {
    width: 60%;
    margin: 0px 20%;
  }
  footer div.upper div.info div.address, footer div.upper div.info div.contact {
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 740px) {
  footer div.upper div.info {
    width: 80%;
    margin: 0px 10%;
  }
}

@media screen and (max-width: 615px) {
  footer div.upper div.info div.address, footer div.upper div.info div.contact {
    max-width: 1000px;
    width: 100%;
    clear: left;
    text-align: center;
  }
  footer div.upper div.info div.address span.reservations a, footer div.upper div.info div.contact span.reservations a {
    display: inline;
    display: inline-block;
    float: none;
  }
  footer div.upper div.info div.address.address, footer div.upper div.info div.contact.address {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  footer div.lower div.right {
    text-align: center;
    margin-top: 10px;
  }
  footer div.lower div.right li {
    display: inline;
    display: inline-block;
    float: none;
    border-left: none !important;
  }
}

@media screen and (max-width: 450px) {
  footer div.container {
    background-image: none;
  }
}

@media screen and (max-width: 900px) {
  header div.subNav ul.subNav {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin: 0px;
    padding: 0px;
  }
  header div.subNav ul.subNav li {
    display: inline;
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  section.testimonial div.container {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 820px) {
  section.testimonial div.img {
    float: left;
    width: 100%;
    margin: 0px 0px 30px;
  }
  section.testimonial div.img img {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
  }
  section.testimonial div.quote {
    width: 100%;
    padding: 0px 80px;
    text-align: center;
  }
  section.testimonial div.quote::before {
    left: 0px;
  }
  section.testimonial div.quote::after {
    right: 0px;
  }
}

@media screen and (max-width: 575px) {
  section.testimonial div.quote {
    padding: 0px 0px;
  }
  section.testimonial div.quote::before {
    left: 0px;
    top: auto;
    bottom: 100%;
    margin: 0px 0px 20px;
  }
  section.testimonial div.quote blockquote, section.testimonial div.quote p, section.testimonial div.quote span {
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }
  section.testimonial div.quote::after {
    display: none;
  }
  section.testimonial.textOnly .container {
    padding-top: 120px;
  }
}

@media screen and (max-width: 375px) {
  section.testimonial div.quote::before {
    left: -10px;
    width: 40px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 700px) {
  .imgBanner#fpFoodBanner div.container {
    height: 300px;
  }
  .imgBanner div.container {
    width: 100%;
    height: 240px;
  }
  .imgBanner div.container img {
    width: auto;
    height: 100%;
    max-width: 1000%;
    position: absolute;
    top: 0px;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 860px) {
  section.carousel div.cardSlider .slideNav {
    width: 60px;
  }
  section.carousel div.info {
    display: block;
    opacity: 1;
    height: auto;
    top: auto;
    bottom: 0px;
    padding: 20px;
  }
  section.carousel div.info h4 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  div.enqForm label {
    width: 100%;
    padding: 5px 0px;
  }
  div.enqForm input[type=text], div.enqForm textarea, div.enqForm select {
    width: 100%;
  }
  div.enqForm textarea {
    max-width: 100%;
  }
  div.enqForm span.checkbox {
    padding-left: 0%;
  }
  div.enqForm span.checkbox input {
    width: auto;
  }
  div.enqForm span.checkbox label {
    width: auto;
  }
}

@media screen and (max-width: 530px) {
  .pageNav ul.pageLinks li {
    width: 100%;
  }
}

@media screen and (max-width: 1330px) {
  #fpIntroSlider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 40px;
  }
  #fpIntroSlider div.slideNav.next {
    left: auto;
    right: 0px;
  }
  #fpIntroSlider div.slideNav.next:hover i {
    padding-left: 10px;
  }
  #fpIntroSlider div.slideNav.prev {
    right: auto;
    left: 0px;
  }
  #fpIntroSlider div.slideNav.prev:hover i {
    padding-right: 10px;
    left: -10px;
  }
  #fpIntroSlider img {
    transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
  }
  #fpIntroSlider ul:hover img {
    opacity: 0.8;
  }
  #fpIntroSlider ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: #af9040;
    transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  #fpIntroSlider ul li:hover a {
    color: #896300;
  }
  #fpIntroSlider ul li:hover::after {
    width: 100%;
    transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
  }
  #fpIntroSlider ul li:hover img {
    opacity: 1;
    transition: opacity 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
  }
}

@media screen and (max-width: 550px) {
  #fpIntroSlider li a {
    padding: 2px;
  }
  #fpIntroSlider ul li {
    padding-bottom: 20px;
  }
  #fpIntroSlider ul li::after {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 860px) {
  section.signUp form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  section.signUp form label {
    width: 60%;
    top: 0px;
    text-align: center;
    margin: 0px 20% 20px;
  }
  section.signUp form input {
    margin: 0px 15% 20px;
    text-align: center;
    padding: 10px;
  }
  section.signUp form input[type=text] {
    width: 70%;
  }
  section.signUp form input[type=submit] {
    width: 30%;
    margin: 0px 35%;
  }
}

@media screen and (max-width: 560px) {
  section.signUp form label {
    width: 80%;
    margin: 0px 10% 20px;
  }
  section.signUp form input {
    margin: 0px 5% 20px;
  }
  section.signUp form input[type=text] {
    width: 90%;
  }
  section.signUp form input[type=submit] {
    width: 50%;
    margin: 0px 25%;
  }
}

@media screen and (max-width: 1020px) {
  section.pageContent div.textCols {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 900px) {
  section.pageContent div.textCols.tc3 {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}

@media screen and (max-width: 700px) {
  section.pageContent div.textCols.tc2 {
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  section.pageContent div.textCols.tc3 {
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}

@media screen and (max-width: 480px) {
  section.pageContent div.contentQuote blockquote {
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (max-width: 1000px) {
  .contentDetail.x2 div.info {
    width: 66%;
  }
  .contentDetail.x2 div.detailImages {
    width: 34%;
  }
  .contentDetail div.detailImages li {
    width: 100%;
    padding: 0px;
  }
  .contentDetail div.detailImages li::before {
    right: 0px;
  }
}

@media screen and (max-width: 700px) {
  .contentDetail.x2 div.info {
    width: 100%;
    padding: 0px;
  }
  .contentDetail.x2 div.detailImages {
    width: 100%;
    padding: 0px;
  }
  .contentDetail div.detailImages {
    margin-bottom: 20px;
  }
  .contentDetail div.detailImages li {
    width: 33.33%;
    padding: 0px 7.5px;
  }
  .contentDetail div.detailImages li::before {
    right: 8px;
  }
}

@media screen and (max-width: 480px) {
  .contentDetail div.detailImages li {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  section.gallery .container {
    max-width: 2000px;
    width: 100%;
  }
  section.gallery ul#galBtns {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  section.gallery ul#galBtns li {
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
  }
  section.gallery ul#galBtns li.active {
    color: #fff;
    font-weight: 400;
  }
  section.gallery div.thumbnails {
    margin: 0px 0px 20px;
  }
  section.gallery div.thumbnails div.galSlider {
    padding: 0px 0px;
  }
  section.gallery div.thumbnails div.galSlider li {
    width: 100%;
    padding: 0px;
    opacity: 1;
  }
  section.gallery div.thumbnails div.galSlider li:hover {
    opacity: 1;
  }
  section.gallery div.thumbnails div.galSlider li.active {
    opacity: 1;
  }
  section.gallery div.thumbnails div.slideNav {
    width: 50px;
    z-index: 100;
  }
  section.gallery div.thumbnails div.slideNav i {
    font-size: 30px;
    margin-top: -15px;
  }
  section.gallery div.thumbnails div.slideNav:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
  }
  section.gallery div.thumbnails div.slideNav:hover i {
    opacity: 1;
  }
}

@media screen and (max-width: 400px) {
  section.gallery div.thumbnails div.slideNav {
    width: 30px;
    z-index: 100;
  }
  section.gallery div.thumbnails div.slideNav i {
    font-size: 26px;
    margin-top: -13px;
  }
  section.gallery div.thumbnails div.slideNav:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
  }
  section.gallery div.thumbnails div.slideNav:hover i {
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  div.eventSum {
    width: 100%;
  }
  div.eventDetail {
    width: 100%;
    margin: 0px;
  }
  div.eventDetail .info {
    width: 56%;
  }
  div.eventDetail div.book {
    width: 36%;
  }
  div.eventDetail div.book div.enqForm label, div.eventDetail div.book div.enqForm input[type=text], div.eventDetail div.book div.enqForm textarea, div.eventDetail div.book div.enqForm select, div.eventDetail div.book div.enqForm option {
    width: 100%;
    clear: left;
    max-width: 100%;
  }
  div.eventDetail div.book div.enqForm label {
    padding-left: 0px;
  }
  div.eventDetail div.book div.enqForm span.checkbox {
    padding-left: 0px;
  }
  div.eventDetail div.book div.enqForm span.checkbox label {
    width: auto;
    max-width: 100%;
    padding-left: 30px;
  }
  div.eventDetail div.book div.enqForm span.checkbox input {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 900px) {
  div.eventSum {
    text-align: center;
  }
  div.eventSum.x3 .xCol {
    width: 46%;
    margin: 0px 2% 30px;
  }
  div.eventSum.x3 .xCol.cont1 {
    width: 100%;
    margin: 0px 0px 30px;
  }
}

@media screen and (max-width: 700px) {
  div.eventSum.x3 .xCol {
    width: 100%;
    margin: 0px 0% 30px;
  }
  div.eventSum.x2 .xCol {
    width: 100%;
    margin: 0px 0% 30px;
  }
  div.eventDetail .info, div.eventDetail div.book {
    width: 100%;
    margin: 0px 0% 0px;
  }
  div.eventDetail .info {
    margin: 0px;
  }
  div.eventDetail div.book {
    width: 90%;
    margin: 0px 5%;
  }
  div.eventDetail div.book div.enqForm input[type=submit] {
    float: none;
    margin: 20px auto;
  }
}

@media screen and (max-width: 485px) {
  div.eventDetail div.book {
    width: 100%;
    margin: 0px 0%;
  }
}

@media screen and (max-width: 1000px) {
  .brianBlog.pageContent .blog .feed {
    width: 70%;
  }
  .brianBlog.pageContent .blog .side {
    width: 28%;
  }
}

@media screen and (max-width: 860px) {
  .brianBlog.pageContent .blog .feed {
    width: 100%;
  }
  .brianBlog.pageContent .blog .side {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .brianBlog.pageContent .blog .side #toggle {
    display: block;
  }
  .brianBlog.pageContent .blog .side .filters {
    display: none;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 30px;
  }
  .brianBlog.pageContent .blog .side .blok {
    width: 26%;
    margin-right: 3%;
  }
  .brianBlog.pageContent .blog .side .blok:first-of-type {
    width: 38%;
  }
  .brianBlog.pageContent .blog .side .blok.archTree {
    width: 30%;
  }
  .brianBlog.pageContent .blog .side .blok.archTree ~ .blok {
    width: 22%;
  }
  .brianBlog.pageContent .blog .side ul li a {
    display: block;
    float: left;
    position: relative;
  }
  .brianBlog.pageContent.awwward .blog .side .filters {
    display: block;
    padding-top: 0px;
  }
  .brianBlog.pageContent.awwward .blog .side .filters .blok {
    width: 100% !important;
  }
  .brianBlog.pageContent.awwward .blog .side .filters .blok ul li {
    width: 48%;
    margin-right: 2%;
  }
  .brianBlog.pageContent.awwward .blog .side .filters .blok ul li:nth-of-type(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 860px) and (max-width: 460px) {
  .brianBlog.pageContent.awwward .blog .side .filters .blok ul li {
    width: 98%;
  }
}

@media screen and (max-width: 600px) {
  .brianBlog.pageContent .blog .feed li.post {
    padding-left: 0px;
    border-top: 1px solid #cfcfcf;
    padding-top: 45px;
  }
  .brianBlog.pageContent .blog .feed li.post:first-of-type {
    padding-top: 0px;
    border-top: 0px;
  }
  .brianBlog.pageContent .blog .feed li.post .what {
    padding-top: 0px;
    border-top: 0px solid #cfcfcf;
  }
  .brianBlog.pageContent .blog .feed li.post .when {
    position: relative;
    top: 0px;
    left: 0px;
    width: 72px;
    height: auto;
    margin: 0px 0px 15px;
  }
  .brianBlog.pageContent .blog .side .blok {
    width: 100%;
    margin-right: 0%;
  }
  .brianBlog.pageContent .blog .side .blok:first-of-type {
    width: 100%;
  }
  .brianBlog.pageContent .blog .side .blok.archTree {
    width: 100%;
  }
  .brianBlog.pageContent .blog .side .blok.archTree ~ .blok {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .post blockquote {
    padding: 30px 15px;
  }
  .post blockquote::before {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
}

/* #6a - Post Dev Snagging
================================================== */
#fpSignUp fieldset {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

#fpSignUp h4.contourPageName {
  display: none;
}

#fpSignUp label {
  display: block;
  float: left;
  position: relative;
  width: 27%;
  margin: 0px;
}

@media screen and (max-width: 980px) {
  #fpSignUp label {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

#fpSignUp .contour.informed {
  display: block;
  float: left;
  position: relative;
  width: 73%;
  margin: 0;
}

@media screen and (max-width: 980px) {
  #fpSignUp .contour.informed {
    width: 97%;
    margin: 0px 1.5%;
  }
}

#fpSignUp form, #fpSignUp .contourPage, #fpSignUp .contourNavigation {
  display: block;
  float: left;
  position: relative;
  height: auto;
}

#fpSignUp form {
  width: 100%;
}

#fpSignUp .contourPage {
  width: 82.19178%;
}

@media screen and (max-width: 860px) {
  #fpSignUp .contourPage {
    width: 100%;
  }
}

#fpSignUp .contourField {
  display: block;
  float: left;
  position: relative;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

#fpSignUp .contourField div, #fpSignUp .contourField input {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 980px) {
  #fpSignUp .contourField:first-of-type {
    margin-left: 0px;
  }
}

@media screen and (max-width: 860px) {
  #fpSignUp .contourField {
    width: 100%;
    margin: 0px 0px 20px;
    text-align: center;
    height: auto;
    padding: 0;
  }
  #fpSignUp .contourField input {
    float: none;
    width: 96%;
    max-width: 500px;
    display: inline;
    display: inline-block;
  }
}

#fpSignUp .contourNavigation {
  width: 17.80822%;
}

#fpSignUp .contourNavigation input {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 860px) {
  #fpSignUp .contourNavigation {
    width: 100%;
    text-align: center;
    height: auto;
  }
  #fpSignUp .contourNavigation input {
    width: auto;
    display: inline;
    display: inline-block;
    float: none;
    padding: 10px 30px;
  }
}

.contourField {
  position: relative;
}

.contourField span.field-validation-error {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 130%;
  color: #191919;
  font-style: italic;
  margin-top: 2px;
}

.contourField span.field-validation-error::before {
  margin-right: 3px;
}

.contourField .input-validation-error {
  border-color: #191919;
}

#contour_form_GeneralContact {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  #contour_form_GeneralContact {
    width: 95%;
    margin: 0 2.5%;
  }
}

#contour_form_GeneralContact h4.contourPageName {
  display: none;
}

#contour_form_GeneralContact form, #contour_form_GeneralContact .contourPage, #contour_form_GeneralContact fieldset, #contour_form_GeneralContact .contourField {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#contour_form_GeneralContact fieldset {
  border: 0;
}

#contour_form_GeneralContact .contourField {
  margin-bottom: 20px;
}

#contour_form_GeneralContact .contourField div {
  display: block;
  float: left;
  position: relative;
  width: 70%;
  height: auto;
}

#contour_form_GeneralContact .contourField div input, #contour_form_GeneralContact .contourField div select, #contour_form_GeneralContact .contourField div option, #contour_form_GeneralContact .contourField div textarea {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contour_form_GeneralContact .contourField div textarea {
  min-height: 140px;
}

@media screen and (max-width: 480px) {
  #contour_form_GeneralContact .contourField div {
    width: 100%;
  }
}

#contour_form_GeneralContact .contourField .field-validation-valid {
  display: none;
}

#contour_form_GeneralContact .contourField.checkbox {
  width: 70%;
  float: right;
  clear: both;
}

#contour_form_GeneralContact .contourField.checkbox div, #contour_form_GeneralContact .contourField.checkbox label {
  width: auto;
  margin: 0px;
  float: none;
  display: inline;
  vertical-align: middle;
}

#contour_form_GeneralContact .contourField.checkbox div {
  float: left;
}

#contour_form_GeneralContact .contourField.checkbox input {
  display: block;
  margin: 5px;
  width: auto;
  height: auto;
}

#contour_form_GeneralContact .contourField.checkbox label {
  top: -1px;
}

@media screen and (max-width: 480px) {
  #contour_form_GeneralContact .contourField.checkbox {
    width: 100%;
  }
}

#contour_form_GeneralContact .contourField .field-validation-error {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

#contour_form_GeneralContact .contourField .field-validation-error span {
  display: inline;
  width: auto;
  float: none;
}

#contour_form_GeneralContact .contourField .input-validation-error {
  border-color: #191919;
}

div.enqForm.contactPage {
  float: none;
  max-width: 800px;
  margin: 0px auto;
}

.archTree ul, .archTree li, .archTree a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.archTree .blogtoggle::before, .archTree .blogtogglem::before {
  margin-right: 5px;
}

.archTree ul.on {
  padding-left: 20px;
  margin: 5px 0px 0px;
}

.archTree li {
  padding: 5px 0px;
}

.archTree li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 20px !important;
}

.archTree .blogtoggle:hover, .archTree .blogtogglem:hover {
  text-decoration: none;
}

.archTree .blogtoggle:hover::before, .archTree .blogtogglem:hover::before {
  margin-right: 7px;
}

.blog .filters .blok button:hover {
  text-decoration: underline;
}

section.signUp::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #eaeaea;
}

/* #7a - Campaigns
================================================== */
#contour_form_PPCform div, #contour_form_PPCform span, #contour_form_PPCform input, #contour_form_PPCform label, #contour_form_PPCform textarea, #contour_form_PPCform select, #contour_form_PPCform button, #contour_form_PPCform fieldset, .ppcform div, .ppcform span, .ppcform input, .ppcform label, .ppcform textarea, .ppcform select, .ppcform button, .ppcform fieldset {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  max-width: 100%;
}

#contour_form_PPCform .contourPageName, .ppcform .contourPageName {
  display: none;
}

#contour_form_PPCform input, #contour_form_PPCform label, #contour_form_PPCform textarea, #contour_form_PPCform select, .ppcform input, .ppcform label, .ppcform textarea, .ppcform select {
  padding: 7px;
}

#contour_form_PPCform input, #contour_form_PPCform textarea, #contour_form_PPCform select, .ppcform input, .ppcform textarea, .ppcform select {
  border: 1px solid #cfcfcf;
}

#contour_form_PPCform label span, .ppcform label span {
  display: inline;
  width: auto;
  float: none;
}

#contour_form_PPCform textarea, .ppcform textarea {
  min-height: 200px;
}

#contour_form_PPCform .contourField, .ppcform .contourField {
  margin: 0 0 20px;
}

#contour_form_PPCform .contourField label, .ppcform .contourField label {
  width: 30%;
  padding-right: 3%;
}

#contour_form_PPCform .contourField div, .ppcform .contourField div {
  width: 70%;
}

#contour_form_PPCform .contourField.checkbox, .ppcform .contourField.checkbox {
  padding-left: 30%;
}

#contour_form_PPCform .contourField.checkbox label, .ppcform .contourField.checkbox label {
  width: 100%;
  padding-left: 37px;
  padding-right: 7px;
  z-index: 10;
}

#contour_form_PPCform .contourField.checkbox div, .ppcform .contourField.checkbox div {
  display: block;
  position: absolute;
  top: 5px;
  left: 30%;
  width: 30px;
  padding: 7px;
  height: 30px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #contour_form_PPCform .contourField label, #contour_form_PPCform .contourField div, .ppcform .contourField label, .ppcform .contourField div {
    width: 100%;
    padding: 0;
  }
  #contour_form_PPCform .contourField label, .ppcform .contourField label {
    margin-bottom: 5px;
    padding: 7px;
  }
  #contour_form_PPCform .contourField.checkbox, .ppcform .contourField.checkbox {
    padding-left: 0%;
  }
  #contour_form_PPCform .contourField.checkbox div, .ppcform .contourField.checkbox div {
    left: 0;
  }
  #contour_form_PPCform .contourField.checkbox label, .ppcform .contourField.checkbox label {
    padding-left: 37px;
  }
}

#contour_form_PPCform .contourNavigation input, .ppcform .contourNavigation input {
  float: right;
  width: auto;
  min-width: 20%;
  padding: 10px 30px;
}

.contourField.checkbox label {
  font-style: italic;
  color: #999;
}

/* #9X - Marketing, Analytics, Tracking, etc
================================================== */
span.number,
div.enqForm span.number {
  display: inline;
  width: auto;
  float: none;
  clear: none;
}

.sitemap,
.sitemap ul,
.sitemap li,
.sitemap a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemap {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background-color: #eaeaea;
  padding: 45px;
  text-align: left;
}

.sitemap ul {
  margin: 0;
}

.sitemap > ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.sitemap li.level-2 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding-right: 30px;
}

.sitemap li.level-2:nth-child(2n+1) {
  clear: left;
}

.sitemap li.level-2:nth-child(1n+3) {
  margin-top: 1.5em;
}

.sitemap li.level-2 > a {
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .sitemap li.level-2 {
    width: 100%;
    padding-right: 0;
  }
  .sitemap li.level-2 + li {
    margin-top: 1.5em;
  }
}
