#about{
    margin-top: -18px;
}
/*Libraries */
/* Vars */
/* - - - - - - -  Utility Functions - - - - - - - - - */
/* - - - - - - - - -  Utility Mixins  - - - - - - - - - -  */
/* - - - - - - - - -  Public Mixins  - - - - - - - - - -  */
/* Setup */
/* 
  Colors 
*/
/*     
  Susy Layout Setups
 */
/* 
    Media Queries
 */
/* standarad breakpoints */
/* Smartphones (portrait and landscape)   ----------- */
/* iPads (portrait and landscape)         ----------- */
/* iPads (landscape)                      ----------- */
/* iPads (portrait)                       ----------- */
/* iPhone 4                               ----------- */
/* Small screen, retina, stuff to override above media query -----------*/
/* medium screen, retina, stuff to override above media query -----------*/
/* large screen, retina, stuff to override above media query -----------*/
/* RGBA Color with fallback */
/* 
	Basic Isolations 
*/
/* 
	Button Up 
*/
/* 
	placeholder classes 
*/
.gallery {
  *zoom: 1; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .gallery {
    *zoom: 1; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .gallery {
    *zoom: 1; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; } }

/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  .gallery {
    *zoom: 1; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; } }

/* This File Compiles all the partials for base.css, */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

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

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

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

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

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-caret-down:before {
  content: "\f0d7"; }

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

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

.fa-caret-right:before {
  content: "\f0da"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

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

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

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

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

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

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

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background-color: #34ADE5;
  color: #efefef;
  opacity: 0.7; }

::selection {
  background-color: #34ADE5;
  color: #efefef;
  opacity: 0.7; }

html {
  position: relative; }

body {
  -ms-word-break: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  position: relative; }

/* Type Setup */
html {
  font-size: 12px;
  line-height: 22px; }

body {
  font-size: 12px;
  line-height: 22px;
  font-size: 0.8571428571rem;
  line-height: 1.5714285714rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #D8D8D8; }

/* Typography */
h1, h2, h3, h4, h5, h6, .listing .post-block .info h2, .single h1, .randy-section .right h1 {
  text-transform: uppercase;
  color: #F0A51A;
  font-weight: 400;
  font-family: "misoregular", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 79px;
  font-size: 5.6428571429rem;
  line-height: 96px;
  line-height: 6.8571428571rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h2 {
  font-size: 45px;
  font-size: 3.2142857143rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h3 {
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h4 {
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h5 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h6 {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

h3,
h4 {
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

p, ul, ol, dl {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

small {
  display: inline-block;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

span, li, dt {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

/* Quotes */
blockquote,
blockquote p {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  margin-left: 24px;
  margin-left: 1.7142857143rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem;
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem;
  padding-left: 1.0416666667%;
  padding-right: 1.0416666667%; }
  blockquote p,
  blockquote p p {
    font-size: 25px;
    font-size: 1.7857142857rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin: 0; }
  blockquote cite,
  blockquote p cite {
    display: block;
    font-size: 11px;
    font-size: 0.7857142857rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-align: right; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  html {
    font-size: 13px;
    line-height: 23px; }
  body {
    font-size: 13px;
    line-height: 23px;
    font-size: 0.9285714286rem;
    line-height: 1.6428571429rem; } }

/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  html {
    font-size: 14px;
    line-height: 24px; }
  body {
    font-size: 14px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.7142857143rem; } }

dt {
  font-weight: 900; }

dd {
  margin: 0 0 0 24px;
  margin: 0 0 0 1.7142857143rem;
  font-style: italic;
  color: #444; }

ol ul,
ul ol,
ul ul,
ol ol {
  margin: 0; }

ol ol {
  list-style-type: lower-alpha; }
  ol ol ol {
    list-style-type: lower-roman; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

th {
  font-weight: bold; }

thead {
  border-bottom: 1px solid #222; }
  thead th {
    background: transparent; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

th,
td,
caption {
  text-align: left;
  padding: 12px;
  padding: 0.8571428571rem; }

caption {
  border: 1px dotted #555;
  background: transparent; }

tfoot {
  font-style: italic;
  border-top: 1px solid #555; }

form {
  /* margin: 0; */
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  border: 0;
  border-bottom: 1px solid #eee;
  color: #333333;
  display: block;
  position: relative;
  padding: 0;
  white-space: normal;
  /* 2 */
  width: 100%;
  *margin-left: -7px;
  /* 3 */
  margin-bottom: 30px; }

legend small {
  /*  font-size: 15px;*/
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-weight: normal;
  font-size: 14px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1rem;
  margin-bottom: 12px;
  margin-bottom: 0.8571428571rem; }

input,
button,
select,
textarea {
  /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/ }

label {
  display: block;
  height: auto; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  color: #555;
  border: none;
  clear: both;
  padding: 7px;
  padding: 0.5rem;
  background: #D8D8D8; }

label input,
label textarea {
  display: block;
  margin: 0;
  position: relative; }

label select {
  float: right;
  margin: 0; }

button,
.button,
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  *margin-top: 7px;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */ }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  float: right; }

select {
  max-width: 220px;
  background-color: #ffffff; }

select[multiple],
select[size] {
  height: auto; }

input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

textarea {
  height: auto; }

input[type="hidden"] {
  display: none;
  visibility: hidden; }

input:focus,
textarea:focus {
  border-color: #52A8EC;
  border-color: rgba(82, 168, 236, 0.9);
  outline: 0;
  color: #111;
  /* IE6-9 */ }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input,
textarea {
  margin-left: 0; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 2px #f8b9b7;
  -moz-box-shadow: 0 0 2px #f8b9b7;
  box-shadow: 0 0 2px #f8b9b7; }

:-moz-placeholder {
  color: #999999; }

::-webkit-input-placeholder {
  color: #999999; }

input[type="hidden"],
input.hidden,
.gform_hidden,
.gform_validation_container {
  display: none;
  visibility: hidden;
  background: red; }

form ul {
  list-style: none;
  padding-left: 0px; }

input::-moz-focus-inner {
  padding: 0;
  border: 0; }

.validation_error {
  display: none !important; }

.gfield_required {
  color: #F76B0A !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background: transparent !important;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important; }
  .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required .gfield_description.validation_message {
    color: #F76B0A;
    padding: 0px !important;
    margin: 0px !important; }

.gform_wrapper .top_label .gfield_label {
  color: #434343;
  margin-top: 2px !important; }

.gform_wrapper .top_label .gfield_contains_required .gfield_label {
  margin-top: 0px !important; }

.gform_wrapper ul li.gfield {
  position: relative; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
/* Desktop Specific Styles */
figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* presentation classes */
.hide {
  display: none;
  visibility: hidden; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
    visibility: hidden; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .hide-on-tablet {
    display: none;
    visibility: hidden; } }

/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
    visibility: hidden; } }

/* @group links & active Components */
a {
  color: #F76B0A;
  text-decoration: none;
  font-weight: 400; }

a:hover, a:active, a:focus {
  color: #F76B0A;
  text-decoration: none;
  outline: 0; }

/* Buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="image"] {
  text-transform: uppercase;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  background: #003E5F;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 70px;
  line-height: 5rem;
  height: 70px;
  height: 5rem;
  width: auto;
  padding: 12px 42px;
  text-decoration: none;
  vertical-align: middle;
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /* future proofing */
  -khtml-border-radius: 6px;
  /* for old Konqueror browsers */ }

/* Aditional Button Styles (hover and active included in mixin above) */
/* Social Icons */
a.socialicons {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center;
  display: inline-block;
  width: 24px;
  padding: 0;
  margin-right: 20px;
  margin-right: 1.4285714286rem; }

/* This File Compiles all the Layout partials for wp.css, */
/* Standard WP Components */
/*WP CSS - body_class()
- - - - - - - - - - - - - - -*/
/*.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}*/
/*.category-(slug) {}*/
/*.tag-(slug) {}*/
/* == WP CSS - post_class() == */
.sticky {
  position: relative; }

/* WordPress WYSIWYG Editor Styles
- - - - - - - - - - - - - - - - - - */
.hentry img {
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.wp-caption {
  margin: 24px 0;
  margin: 1.7142857143rem 0;
  text-align: center;
  max-width: 100%;
  background: #003E5F;
  color: #fff;
  position: relative; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  max-width: 100%; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 12px 6px;
  padding: 0.8571428571rem 0.4285714286rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: #101010;
  background: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.wp-caption p.wp-caption-text a {
  color: #fff; }

.alignleft, img.alignleft {
  margin-right: 24px;
  margin-right: 1.7142857143rem;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 24px;
  margin-left: 1.7142857143rem;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  clear: both;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

@media (min-width: 0) and (max-width: 480px) {
  .content article img,
  .content article .wp-caption {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    float: none;
    position: relative;
    display: block;
    margin: 20px 0; } }

/* WordPress CSS - Default WordPress Widgets
- - - - - - - - - - - - - - - - - - - - - - -*/

.widget {
  display: block; }


.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }


.widget li {
  display: block;
  position: relative; }


.widget a {
  display: inline-block;
  border: none; }

/* Titles */
.widget-title {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* recent-comments widget */
/* archives widget */
/* tag-cloud widget */
/* category widget */
.widget_categories ul ul.children {
  padding-left: 3%; }

.widget_nav_menu ul ul {
  margin-top: 0; }

/* calendar widget */
#calendar_wrap {
  margin-top: 1.24em; }

#wp-calendar a {
  color: #089cd0;
  font-weight: bold; }

#wp-calendar #prev {
  padding-left: 0;
  text-align: left; }

#wp-calendar #next {
  padding-right: 0;
  text-align: right; }

/* search widget */
.screen-reader-text {
  display: none; }

/* text widget */
/* Custom Widget Styles
- - - - - - - - - - - - - - */
.nona-recent-posts {
  padding-left: 0;
  list-style: none; }

.nona-widget-post-img {
  display: block;
  position: relative; }

/*custom recent posts*/
.nona-recent-posts li {
  clear: both; }

.nona-recent-posts p {
  margin-top: 0; }

.nona-widgrt-post-img {
  float: left;
  display: block;
  position: relative;
  background-color: #CCC;
  margin: 0 12px 24px 0;
  margin: 0 0.8571428571rem 1.7142857143rem 0;
  overflow: hidden; }

.nona-recent-posts img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  max-height: 100%;
  position: absolute;
  right: 0; }

/* Search */
form.search-form {
  padding: 0; }

.search-form,
.search-field,
.search-form .search-submit,
.search-form label {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0; }

.search-field {
  width: 64%;
  /* padding-right: 20%; */ }

.search-form {
  position: relative; }

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  min-width: 105px;
  text-align: left;
  padding-left: 9px; }

.search-submit .fa.fa-search {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  text-indent: 0; }

/*@group mobile*/
/*@end*/
/*@group tablet*/
/*@end*/
/*@group desktop*/
@media screen and (min-width: 1025px) {
  /* search form */
  .content .search-form .search-submit {
    width: 20%; }
  .content .search-field {
    width: 80%; } }

/*@end*/
/*Column Styles
- - - - - - - - - - */
.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65.33%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.one_fifth {
  width: 16.8%; }

.two_fifth {
  width: 37.6%; }

.three_fifth {
  width: 58.4%; }

.four_fifth {
  width: 67.2%; }

.one_sixth {
  width: 13.33%; }

.five_sixth {
  width: 82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

/*Formatting*/
.center-restrict {
  margin-left: auto;
  margin-right: auto; }

.pull-left,
.pull-right {
  width: 35%;
  padding: 18px;
  margin: 23px 18px 6px;
  font-size: 1.333em;
  line-height: 1.125em;
  background: #111;
  color: #eee;
  text-align: center; }

.pull-left {
  float: left;
  margin-left: 0; }

.pull-right {
  float: right;
  margin-right: 0; }

.pull-left p,
.pull-right p {
  margin: 0; }

.heading-style-1 {
  border-bottom: 1px dotted #999;
  padding: 1.5em 1.5em 1em;
  margin: 0 auto; }

.heading-style-1 {
  border-bottom: 1px solid #999;
  padding: 1.5em 1.5em 1em;
  margin: 0 auto; }

.thin {
  font-weight: lighter;
  font-weight: 100; }

.gist th, .gist td {
  text-align: left; }

.alertbox {
  display: block;
  position: relative;
  padding: 18px;
  color: #fff;
  margin: 18px 0; }

.alertbox p,
.alertbox h1,
.alertbox h2,
.alertbox h3,
.alertbox h4,
.alertbox h5,
.alertbox h6 {
  margin: 0;
  color: #fff; }

.alertbox.info {
  background: blue; }

.alertbox.success {
  background: green; }

.alertbox.warning {
  background: orange; }

.alertbox.error {
  background: red; }

/*ME JS Player*/
.mejs-container .mejs-controls {
  background: #444 !important; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #222 !important; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  /*layout*/
  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    width: 100%; }
  .center-restrict {
    width: 80%; }
  /*Formatting*/
  .pull-left,
  .pull-right {
    float: none;
    width: auto; }
  .heading-basic {
    border-bottom: 1px dotted #999;
    padding: 18px 18px 12px;
    margin: 0 auto;
    text-align: center; } }

/*@end*/
/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  /*layout*/
  .center-restrict {
    width: 70%; }
  /*Formatting*/
  .heading-basic {
    display: table; } }

/*@end*/
/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  /* search form */
  .content .search-form .search-submit {
    width: 20%; }
  .content .search-field {
    width: 80%; }
  .center-restrict {
    width: 60%; }
  /*Formatting*/
  .heading-basic {
    display: table; } }

/*@end*/
/*Pagination */
#nav-below {
  margin: 0;
  margin-top: 24px;
  margin-top: 1.7142857143rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.nav-previous {
  padding: 0;
  padding-top: 24px;
  padding-top: 1.7142857143rem;
  padding-bottom: 24px;
  padding-bottom: 1.7142857143rem;
  overflow: hidden;
  text-align: left; }

.nav-next {
  float: right;
  overflow: hidden;
  padding: 0;
  padding-top: 24px;
  padding-top: 1.7142857143rem;
  padding-bottom: 24px;
  padding-bottom: 1.7142857143rem;
  text-align: right; }

.nav-next a {
  display: block;
  height: auto; }

/* Numbered Pagination */
.page-numbers {
  float: left;
  padding: 0;
  list-style: none;
  color: #929296;
  font-weight: 300;
  width: 100%;
  text-align: center; }

.page-numbers li {
  display: inline-block;
  font-family: "misoregular", Helvetica, Arial, sans-serif; }

.page-numbers a,
.page-numbers span.current {
  padding: 10px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.page-numbers span.current {
  color: #424242;
  font-weight: 400; }

.page-numbers a:hover {
  color: #F76B0A; }

.page-numbers.next,
.page-numbers.prev {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff; }

/*WordPress CSS - Miscellaneous Styles
- - - - - - - - - - - - - - - - - - - -*/
/* category links */
/* blogroll links */
/* read-more links */
/* == WP CSS - Page Listings == */
/* outermost list item */
/* any page item */
/* specific page id */
/* current page */
/* parent of current page */
/* any ancestor of current page */
/*@group wp gallery */
.gallery dl {
  margin: 0; }

.gallery-caption {
  display: none; }

/*gal caption pop over css*/
.gallery-caption {
  position: absolute;
  top: 100%;
  left: -4px;
  padding: 4px 4px 6px;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  background: #222;
  width: 100%;
  height: auto;
  z-index: 100;
  opacity: 0.9;
  color: #aaa; }

.gallery-caption:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -10px;
  left: 40%;
  border-bottom: 10px solid #222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.gallery {
  margin: 1.7142857143rem 0px;
  margin: 24px 0px; }

.gallery-item,
.gallery-icon {
  display: block;
  position: relative;
  /*overflow: hidden;*/ }

.gallery-item {
  width: 16%;
  /*6 across*/
  width: 25%;
  float: left; }

.gallery-icon {
  width: auto;
  margin: 1px;
  overflow: hidden; }

.gallery-icon a {
  display: block;
  height: 1px;
  padding-bottom: 95%;
  width: 100%; }

.gallery-icon img {
  width: 100%; }

.gallery-icon a:hover {
  background: #111; }

.gallery-icon a:hover img {
  opacity: 0.5; }

/* Custom Widget Styles
- - - - - - - - - - - - - - */
.nona-recent-posts {
  padding-left: 0;
  list-style: none; }

.nona-widgrt-post-img {
  display: block;
  position: relative;
  background: #CCC; }

/* @end */
/* WP CSS - Comment Styles
- - - - - - - - - - - - - - */
#comments {
  background: #003E5F;
  background: rgba(0, 62, 95, 0.7);
  padding: 40px;
  margin-bottom: 40px; }
  #comments h5 {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em; }

.commentlist .reply {
  margin-top: 0;
  text-align: right;
  float: left;
  width: 12%;
  text-transform: uppercase;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .commentlist .reply i {
    margin-left: 5px;
    margin-right: 0;
    background: #003E5F;
    border-radius: 50%;
    padding: 5px;
    width: 30px !important;
    height: 30px !important; }

.commentlist .reply a {
  color: #D8D8D8; }
  .commentlist .reply a:hover {
    color: #F76B0A; }

.commentlist .vcard {
  height: auto; }

ul.children .vcard {
  height: auto; }

.comment footer {
  float: left;
  width: 8%; }

.commentlist .vcard cite.fn {
  display: block;
  text-align: left;
  width: 100%; }

.commentlist .vcard img.avatar {
  border: 1px solid #fff;
  max-width: 112px;
  max-height: 112px;
  width: 90%; }

.commentlist ul.children .vcard img.avatar {
  border: 1px solid #eee;
  width: 67%; }

.commentlist .commentmetadata {
  padding-bottom: 0.75em;
  float: left;
  width: 15%;
  margin-right: 3%; }
  .commentlist .commentmetadata cite {
    font-family: "misoregular", Helvetica, Arial, sans-serif;
    color: #F0A51A;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    font-size: 1.3571428571rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .commentlist .commentmetadata time {
    font-family: "misoregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }

.commentlist .comment {
  overflow: hidden; }

.commentlist {
  padding: 0px 30px;
  margin-bottom: 0; }

.commentlist li {
  list-style: none; }

/*.commentlist li ul.children li.depth-{id} {}*/
/*comment post */
article.comment {
  display: block; }

#comments-title {
  margin-top: 30px; }

.comment-content {
  width: 89%;
  margin: 0 0 2.5em 3%;
  background-color: transparent;
  color: #D8D8D8;
  float: left;
  position: relative;
  border-bottom: none; }
  .comment-content .the-comment {
    float: left;
    width: 70%; }

#comments ul.children {
  padding-left: 11%;
  margin-top: 0;
  display: block;
  position: relative; }

ul.children .comment-content {
  width: 89%;
  background: transparent; }

ul.children .comment-content:before {
  border-right-color: #333; }

.comment-content .waitnote {
  color: #eb0507; }

.commentlist li ul.children li.bypostauthor .comment-content {
  background: #009AF1;
  border-bottom: none; }

.commentlist li ul.children li.bypostauthor .comment-content:before {
  border-right-color: #009AF1; }

#comment-nav-below {
  margin-bottom: 20px;
  display: block;
  overflow: hidden; }

.post.pingback {
  display: block;
  position: relative;
  padding: 18px 20px;
  text-align: right;
  background: #333;
  color: #aaa;
  margin: 18px 0;
  line-height: 20px;
  border-bottom: 4px solid #009AF1; }

.post.pingback p {
  margin-top: 0; }

.post.pingback a {
  color: #f0f0f0; }

.post.pingback i {
  color: #009af1;
  font-size: 18px;
  padding: 5px;
  border: 1px solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: 13px; }

/* =Comments form
-------------------------------------------------------------- */
.comment-reply-title {
  padding-left: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-bottom: 0.8571428571rem;
  margin-bottom: 12px;
  margin-bottom: 0.8571428571rem; }

#commentform {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 0;
  *zoom: 1; }
  #commentform:before, #commentform:after {
    content: " ";
    display: table; }
  #commentform:after {
    clear: both; }

.comment-notes {
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.comment-respond label {
  float: left;
  color: #424242; }

.comment-respond input[type=text] {
  display: block; }

.comment-respond textarea {
  display: block;
  width: 100%; }

#comments .form-submit {
  margin: 0; }

#comments #submit {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 12px 17px;
  height: 40px;
  height: 2.8571428571rem;
  line-height: 17px; }
  #comments #submit:hover {
    background: #107FC4;
    color: #F0A51A; }

.form-allowed-tags {
  display: none !important;
  *zoom: 1;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }
  .form-allowed-tags:before, .form-allowed-tags:after {
    content: " ";
    display: table; }
  .form-allowed-tags:after {
    clear: both; }

.form-allowed-tags code {
  display: block; }

span.required {
  margin: 0 0.1em; }

.comment-form-author {
  float: left;
  margin-right: 2%;
  width: 32%;
  position: relative;
  margin-bottom: 5px; }
  .comment-form-author label {
    margin-top: -5px; }

.comment-form-email {
  float: left;
  margin-right: 2%;
  width: 32%;
  position: relative;
  margin-bottom: 5px; }
  .comment-form-email label {
    margin-top: -5px; }

.comment-form-url {
  float: left;
  width: 32%;
  position: relative;
  margin-bottom: 5px; }

.comment-form-comment {
  clear: both;
  position: relative; }

.logged-in-as {
  display: none !important; }

.comment-notes {
  display: none !important; }

.comment-form-comment {
  margin-top: 0; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  #comments {
    padding: 20px; }
  #commentform,
  .commentlist {
    padding: 0; }
  .comment footer {
    display: none; }
  .comment-content,
  .commentlist .commentmetadata,
  .commentlist .reply {
    width: 100%; }
  .comment-content .the-comment {
    width: 100%;
    padding-right: 3%; }
  .commentlist .reply {
    text-align: left; } }

/* This File Compiles all the Layout partials for Layout.css, */
/* General Layout */
.ie8-show {
  display: none; }

.ie8-hide {
  display: inline-block; }

#down-arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  z-index: 2; }

.pages {
  overflow: hidden; }

.pages .listing,
.single .content-single,
.archive .content-single,
.randy-section {
  margin-top: 11em !important; }

.site-background {
  background-image: url("../img/bckgd.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  display: block;
  width: 100%;
  overflow: visible;
  position: fixed;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%; }

.wrap {
  position: relative; }
  .wrap.boxed-layout {
    max-width: 1110px;
    min-width: 1024px;
    margin: 36px auto 72px;
    display: block;
    position: relative; }

.boxed {
  width: 100%;
  max-width: 1110px;
  min-width: 1024px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }

.bodywrap {
  padding: 3em 0; }

h1,
h2,
h3 {
  color: #F0A51A; }

h4,
h5 {
  color: #D8D8D8; }

/* Base Layout */
.grid-container {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-left: 0.3571428571rem;
  padding-right: 5px;
  padding-right: 0.3571428571rem; }
  .grid-container:before, .grid-container:after {
    content: " ";
    display: table; }
  .grid-container:after {
    clear: both; }

.content {
  width: 99.1666666667%;
  float: left;
  margin-left: 0.4166666667%;
  margin-right: 0.4166666667%; }

.sidebar {
  width: 99.1666666667%;
  float: left;
  margin-left: 0.4166666667%;
  margin-right: 0.4166666667%; }

.topbarwrap {
  border-bottom: 1px dotted #ccc; }

.main {
  padding-top: 36px;
  padding-bottom: 72px; }

.footerwrap {
  background: #424242;
  border-top: 6px solid #F76B0A;
  width: 100%;
  overflow: hidden; }

.footer {
  padding: 40px;
  text-align: center;
  color: #D8D8D8;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .footer span {
    font-family: "misoregular", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-size: 1.3571428571rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }

.copyrightwrap {
  border-top: 1px dotted #CCC; }

.center {
  text-align: center; }

.mobilemenu {
  position: fixed;
  width: 300px;
  /*should match the above value*/
  background: #424242; }
  .mobilemenu a {
    display: block;
    position: relative;
    padding: 9px 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: lighter;
    border-bottom: 1px dotted #e1e1e1;
    border-bottom: 1px dotted rgba(250, 250, 250, 0.1);
    color: #e1e1e1;
    color: rgba(250, 250, 250, 0.6); }
    .mobilemenu a:hover, .mobilemenu a:active {
      background-color: #F76B0A;
      border-bottom: 1px dotted #fff;
      border-bottom: 1px dotted rgba(250, 250, 250, 0.3);
      color: #fff;
      color: rgba(250, 250, 250, 0.8); }

.intro-text {
  width: 100%;
  margin: 2rem 0 6rem;
  overflow: hidden;
  background: rgba(0, 62, 95, 0.7);
  padding: 1.7rem 5% 0; }

/* Extra mobile Specific Styles */
@media screen and (max-width: 767px) {
  .pages .listing,
  .single .content-single,
  .archive .content-single,
  .randy-section {
    margin-top: 8em !important; }
  .site-background {
    background-image: url("../img/bckgd-mobile.jpg");
    background-repeat: repeat-y;
    background-size: cover;
    display: block;
    width: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: -1;
    pointer-events: none;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none; }
  .bodywrap {
    padding: 21% 0 13%;
    overflow: hidden; }
    .bodywrap.about-block-mob {
      padding-top: 0; }
    .bodywrap.contact-block-mob {
      padding: 0; }
  #down-arrow {
    margin-left: -16px; }
    #down-arrow img {
      width: 70%; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .home-block,
  .about-block,
  .contact-block {
    margin: 7em auto; }
  .home-block {
    margin-top: 0em; } }

.headwrap {
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1000; }

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

/*Site Title*/
.sitetitle {
  display: block;
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

/*used for options small logo*/
.titlelogo {
  float: left;
  margin-right: 14px;
  margin-right: 1rem; }

.sitetitle a {
  text-transform: uppercase;
  font-weight: 400; }

.sitetitle small {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.mob-menu-trigger {
  position: relative;
  font-size: 21px;
  padding: 12px; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .headwrap {
    top: 10px;
    left: 0;
    width: 100%; } }

/* Tablet Specific Styles */
/* Desktop Specific Styles */
.footerwrap {
  z-index: 3; }

.copyright p {
  margin-top: 0;
  padding-top: 0;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.copyright-credit p {
  text-align: left; }

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

.menu-footer ul {
  padding: 0;
  text-align: left; }
  .menu-footer ul li {
    display: inline-block; }
  .menu-footer ul a {
    display: inline-block;
    font-size: 11px;
    font-size: 0.7857142857rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }

.footer-widgets {
  width: 100%;
  display: block;
  overflow: hidden; }
  .footer-widgets p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
    text-align: left; }
    .footer .textwidget {
      line-height: 2rem; } }

/* Tablet Specific Styles */
/* Desktop Specific Styles */
/*@group pagetitles */
.pagetitlewrap {
  border-bottom: 1px dotted #ccc; }

.pagetitlewrap h2 {
  margin-top: 0; }

.pagetitle {
  padding-top: 24px;
  padding-top: 1.7142857143rem;
  padding-bottom: 24px;
  padding-bottom: 1.7142857143rem; }

.tax-description p {
  margin-top: 0; }

/*@end*/
.breadcrumbwrap {
  width: 40.8333333333%;
  float: left;
  margin-left: 0.4166666667%;
  margin-right: 0.4166666667%;
  text-transform: uppercase;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 4.5rem;
  left: 9rem;
  z-index: 9999; }

.breadcrumbwrap span {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 10px; }

.breadcrumbwrap .sep {
  content: '';
  background: url("../img/separator.png");
  width: 8px;
  height: 14px;
  top: 1px; }

.breadcrumbwrap a {
  font-size: 19px;
  font-size: 1.3571428571rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
/* Desktop Specific Styles */
/* Search */
form.search-form {
  padding: 0; }

.search-form,
.search-field,
.search-form .search-submit,
.search-form label {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0; }

.search-field {
  width: 64%;
  /* padding-right: 20%; */ }

.search-form {
  position: relative; }

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  min-width: 105px;
  text-align: left;
  padding-left: 9px; }

.search-submit .fa.fa-search {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  text-indent: 0; }

/*Menus */
.mob-menu-trigger,
#menu-trigger {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  display: block !important; }

.mob-menu-trigger.closed,
#menu-trigger.closed {
  background: url("../img/icon-menu-closed.svg") no-repeat;
  background-position: 50% 0; }

.mob-menu-trigger.open,
#menu-trigger.open {
  background: url("../img/icon-menu-open.svg") no-repeat;
  background-position: 50% 0; }

.navwrap {
  max-width: 165px;
  min-width: 165px;
  text-align: center; }

#desktop-menu {
  display: none;
  margin: 10px 0; }
  #desktop-menu li {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 2px 0;
    background: rgba(247, 107, 10, 0.9);
    padding: 7px 5px; }
    #desktop-menu li a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 25px;
      font-size: 1.7857142857rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      line-height: 41px;
      line-height: 2.9285714286rem;
      font-family: "misoregular", Helvetica, Arial, sans-serif;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      display: block;
      overflow: hidden; }
    #desktop-menu li:hover {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      background: rgba(240, 165, 26, 0.8); }
      #desktop-menu li:hover a {
        color: #003E5F;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .navwrap-mob {
    min-width: 100%;
    text-align: left;
    display: block; }
    .navwrap-mob .mob-menu-trigger.closed,
    .navwrap-mob #menu-trigger.closed {
      background: url("../img/icon-menu-closed-mob.svg") no-repeat;
      background-position: 3% 0;
      background-size: 70%;
      height: 90px;
      width: 20%;
      display: block !important; }
    .navwrap-mob .mob-menu-trigger.open,
    .navwrap-mob #menu-trigger.open {
      background: #424242 url("../img/icon-menu-open.svg") no-repeat;
      background-position: 50% 50%;
      background-size: 10%;
      overflow: visible;
      width: 103%;
      height: 11%;
      padding: 1rem 0;
      margin-left: -1.5%;
      margin-top: -10px;
      margin-bottom: -10px;
      display: block !important; }
    .navwrap-mob #desktop-menu {
      height: 80%; }
      .navwrap-mob #desktop-menu #top-menu {
        height: 104%; }
        .navwrap-mob #desktop-menu #top-menu li {
          height: 13%;
          width: 103%;
          margin-left: -1.5%;
          text-align: center; }
          .navwrap-mob #desktop-menu #top-menu li a {
            font-size: 34px;
            font-size: 2.4285714286rem;
            line-height: 48px;
            line-height: 3.4285714286rem;
            margin-top: 0px;
            margin-top: 0rem;
            margin-bottom: 0px;
            margin-bottom: 0rem;
            position: relative;
            top: 50%;
            margin-top: -20px; } }

/* Tablet Specific Styles */
/* Desktop Specific Styles */
/* Page Specific */
.excerpt {
  margin-bottom: 48px;
  margin-bottom: 3.4285714286rem; }

.indextitle {
  margin-bottom: 0; }

.indextitle a {
  text-transform: uppercase;
  font-weight: bold;
  display: block; }

/* Post Meta Info */
.post-meta {
  display: block;
  color: #888;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 24px;
  line-height: 1.7142857143rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.post-meta.single {
  border: none; }

.post-meta + p {
  margin-top: 0; }

.post-meta a {
  text-transform: uppercase; }

/* Index Images */
.indeximage {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.indeximage img,
.post-format-image img,
.singlefeatureimage img {
  width: auto;
  margin: 0; }

/*single pages*/
.singlefeatureimage img {
  margin: 0; }

/*link Post Format */
.indexlink {
  margin-top: 0;
  display: block;
  color: #AAA; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
/* Desktop Specific Styles */
/* General Styles */
#map_canvas img {
  max-width: inherit; }

#map_canvas,
.mob-map {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 62, 95, 0.7);
  z-index: 0; }

#map_canvas {
  min-height: 520px; }

.mob-map a {
  display: block;
  overflow: hidden; }
  .mob-map a img {
    min-width: 100%; }

.contact-block {
  padding: 0;
  min-height: 700px; }

.location {
  background: rgba(16, 127, 196, 0.8);
  border-top: 6px solid rgba(66, 66, 66, 0.8);
  border-bottom: 6px solid rgba(66, 66, 66, 0.8);
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden; }
  .location .side {
    width: 24.1666666667%;
    float: left;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    padding-left: 10%; }
  .location .content {
    width: 65.8333333333%;
    float: left;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    padding-right: 10%;
    color: #ffffff; }
    .location .content p {
      font-family: "misoregular", Helvetica, Arial, sans-serif;
      font-size: 19px;
      font-size: 1.3571428571rem;
      line-height: 24px;
      line-height: 1.7142857143rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 4.8px;
      margin-bottom: 0.3428571429rem; }
    .location .content h4 {
      margin-bottom: 0;
      color: #ffffff; }

.contact-form {
  margin: 40px 0;
  width: 28.3333333333%;
  float: right;
  margin-left: 0.4166666667%;
  margin-right: 0.4166666667%;
  background: rgba(0, 62, 95, 0.7);
  padding: 15px 35px 0px;
  position: absolute;
  z-index: 1;
  right: 5%; }
  .contact-form #gform_1 input.medium,
  .contact-form #gform_1 textarea.textarea {
    width: 100%;
    font-family: "misoregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0.2em 0.7em;
    font-size: 19px;
    font-size: 1.3571428571rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 4.8px;
    margin-top: 0.3428571429rem;
    margin-bottom: 4.8px;
    margin-bottom: 0.3428571429rem; }
  .contact-form #gform_1 textarea.textarea {
    max-height: 120px; }
  .contact-form #gform_1 .gform_footer {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    .contact-form #gform_1 .gform_footer input[type="submit"] {
      width: 100%;
      background: #F76B0A;
      color: #ffffff;
      font-size: 25px;
      font-size: 1.7857142857rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      height: 55px;
      padding: 0.2em;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
  .contact-form .gform_confirmation_message h3,
  .contact-form .gform_confirmation_message h4 {
    margin-bottom: 0; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  #contact-mob {
    overflow: hidden;
    z-index: 3; }
  .contact-block {
    overflow: hidden;
    z-index: 3;
    margin-bottom: 0; }
  .location {
    background: rgba(16, 127, 196, 0.8);
    border-top: 6px solid rgba(66, 66, 66, 0.8);
    border-bottom: 6px solid rgba(66, 66, 66, 0.8);
    padding: 0;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; }
    .location .content {
      width: 99.1666666667%;
      float: left;
      margin-left: 0.4166666667%;
      margin-right: 0.4166666667%;
      padding: 3% 10%;
      color: #D8D8D8;
      text-align: right; }
      .location .content p {
        font-family: "misoregular", Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-size: 1.3571428571rem;
        line-height: 24px;
        line-height: 1.7142857143rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 4.8px;
        margin-bottom: 0.3428571429rem; }
      .location .content h4 {
        margin-bottom: 0;
        color: #D8D8D8; }
  .contact-form-mob {
    margin: 0;
    width: 100%;
    background: rgba(0, 62, 95, 0.7);
    padding: 0 15%;
    position: absolute;
    z-index: 1;
    bottom: -310px; }
    .contact-form-mob .form-open {
      width: 94px;
      height: 40px;
      display: block;
      overflow: hidden;
      position: relative;
      top: -40px;
      left: 50%;
      margin-left: -47px; }
    .contact-form-mob .gform_wrapper {
      margin: 0;
      width: 100%;
      max-width: 100%;
      top: -30px;
      position: relative; }
    .contact-form-mob #gform_wrapper_1 {
      opacity: 0; }
    .contact-form-mob #gform_1 input.medium,
    .contact-form-mob #gform_1 textarea.textarea {
      width: 100%;
      font-family: "misoregular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 0.2em 0.5em;
      font-size: 19px;
      font-size: 1.3571428571rem;
      line-height: 24px;
      line-height: 1.7142857143rem;
      margin-top: 4.8px;
      margin-top: 0.3428571429rem;
      margin-bottom: 4.8px;
      margin-bottom: 0.3428571429rem; }
    .contact-form-mob #gform_1 textarea.textarea {
      max-height: 100px; }
    .contact-form-mob #gform_1 .gform_footer {
      width: 60%;
      margin: 0 auto;
      text-align: center;
      padding: 0 0; }
      .contact-form-mob #gform_1 .gform_footer input[type="submit"] {
        width: 100%;
        background: #F76B0A;
        color: #ffffff;
        font-size: 25px;
        font-size: 1.7857142857rem;
        line-height: 48px;
        line-height: 3.4285714286rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        height: 55px;
        padding: 0.2em;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .contact-block {
    overflow: hidden;
    z-index: 3;
    margin-bottom: 0; }
  .contact-form-mob {
    margin: 0;
    width: 100%;
    background: rgba(0, 62, 95, 0.7);
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    bottom: -268px; }
    .contact-form-mob .form-open {
      width: 94px;
      height: 40px;
      display: block;
      overflow: hidden;
      position: relative;
      top: -40px;
      left: 50%;
      margin-left: -47px; }
    .contact-form-mob .gform_wrapper {
      margin: 0;
      width: 100%;
      max-width: 100%;
      top: -30px;
      position: relative; }
    .contact-form-mob #gform_wrapper_1 {
      opacity: 0; }
    .contact-form-mob #gform_1 input.medium,
    .contact-form-mob #gform_1 textarea.textarea {
      width: 100%;
      font-family: "misoregular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 0.2em 0.5em;
      font-size: 19px;
      font-size: 1.3571428571rem;
      line-height: 24px;
      line-height: 1.7142857143rem;
      margin-top: 4.8px;
      margin-top: 0.3428571429rem;
      margin-bottom: 4.8px;
      margin-bottom: 0.3428571429rem; }
    .contact-form-mob #gform_1 textarea.textarea {
      max-height: 100px; }
    .contact-form-mob #gform_1 .gform_footer {
      width: 60%;
      margin: 0 auto;
      text-align: center;
      padding: 0 0; }
      .contact-form-mob #gform_1 .gform_footer input[type="submit"] {
        width: 100%;
        background: #F76B0A;
        color: #ffffff;
        font-size: 25px;
        font-size: 1.7857142857rem;
        line-height: 48px;
        line-height: 3.4285714286rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        height: 55px;
        padding: 0.2em;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; } }

/* Desktop Specific Styles */
/*Demo Styling for home page posts - should also be adjusted in markup as required*/
.home-excerpt {
  padding-bottom: 9px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #CCC; }

.home-excerpt .indextitlelink {
  font-size: 24px;
  width: auto; }

.home-block {
  text-align: center;
  position: relative;
  min-height: 810px; }
  .home-block section {
    margin: 0 0 2.5rem; }
    .home-block section button:hover {
      color: #ffffff; }

.home-top {
  width: 40%;
  margin: 0 auto; }

.social-links {
  position: absolute;
  z-index: 101;
  top: 40px;
  top: 2.8571428571rem;
  right: 50px;
  right: 3.5714285714rem; }
  .social-links a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 34px;
    font-size: 2.4285714286rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    width: auto;
    margin-top: -17px;
    font-size: 34px;
    font-size: 2.4285714286rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .social-links a:hover {
      color: rgba(247, 107, 10, 0.9);
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }

.home-logo {
  width: 40%;
  margin: 2.5rem auto; }
  .home-logo img {
    width: 90%;
    margin: 0 auto; }

.slide-container,
.randy-slide-container {
  position: relative;
  width: 100%;
  bottom: 0em;
  min-height: 160px; }
  .slide-container .slide,
  .randy-slide-container .slide {
    width: 100%;
    height: auto; }
  .slide-container .magnific-vid,
  .slide-container .magnific-map,
  .randy-slide-container .magnific-vid,
  .randy-slide-container .magnific-map {
    position: relative !important; }
    .slide-container .magnific-vid:after,
    .slide-container .magnific-map:after,
    .randy-slide-container .magnific-vid:after,
    .randy-slide-container .magnific-map:after {
      content: '';
      background: url("../img/vid-play.png");
      width: 82px;
      height: 82px;
      display: block;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -41px;
      margin-left: -41px;
      z-index: 101; }
  .slide-container .magnific-map:after,
  .randy-slide-container .magnific-map:after {
    background: url("../img/map-play.png"); }

.slide-arrows {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 102; }

.slide-arrows.prev {
  left: 0.5em; }

.slide-arrows.next {
  right: 0.5em; }

.mfp-bg {
  background: rgba(0, 62, 95, 0.7); }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: rgba(216, 216, 216, 0.4);
  padding: 6px; }

.mfp-figure figure {
  margin: 6px; }

.mfp-image-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
  position: fixed;
  color: transparent;
  right: 10px;
  top: 10px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: transparent;
  cursor: pointer !important;
  display: block;
  font-size: 2rem;
  line-height: auto;
  height: auto;
  width: auto;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto !important; }

.mfp-image-holder button.mfp-close:before,
.mfp-iframe-holder button.mfp-close:before {
  content: '';
  background-image: url("../img/icon-close.png");
  background-image: url("../img/icon-close.svg");
  width: 31px;
  height: 31px;
  display: block;
  overflow: hidden; }

.mfp-image-holder button:hover.mfp-close,
.mfp-iframe-holder button:hover.mfp-close {
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: transparent;
  cursor: pointer !important;
  display: block;
  font-size: 2rem;
  line-height: auto;
  height: auto;
  width: auto;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto !important; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-auto;
  cursor: -webkit-auto;
  cursor: auto; }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 22px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: none; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 0;
  border-bottom-width: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: none;
  margin-left: 39px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: none; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 0;
  border-bottom-width: 0;
  top: 8px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-left: none;
  background-image: url("../img/icon-right.svg");
  background-repeat: no-repeat; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  background-image: url("../img/icon-left.svg"); }

.slide-container {
  position: relative;
  display: block;
  overflow: hidden; }
  .slide-container .slide-position {
    position: absolute;
    top: 50%;
    width: 100%;
    overflow: visible; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .home-top {
    width: 95%; }
    .home-top h2 {
      font-size: 34px;
      font-size: 2.4285714286rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; }
  .home-logo {
    width: 100%;
    margin: 6% auto; }
  .home-block-mob {
    text-align: center;
    position: relative; }
    .home-block-mob section {
      margin: 0 0 7%; }
      .home-block-mob section button:hover {
        color: #ffffff; }
  .slide-arrows {
    margin-top: -13px; }
    .slide-arrows img {
      width: 60%; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .home-top h2 {
    font-size: 34px;
    font-size: 2.4285714286rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 12px;
    margin-top: 0.8571428571rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .slide-container {
    min-height: 255px; } }

/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  .slide-container {
    min-height: 510px; } }

/*404*/
.landing {
  text-align: center; }

.landing h2 {
  font-size: 72px;
  padding-top: 20%;
  font-weight: 900;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1em;
  margin: 0; }

.landing h2 {
  font-size: 56px;
  padding-top: 8%; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .landing h2 {
    font-size: 90px;
    letter-spacing: 0px; }
  .landing p {
    padding: 18px; } }

/*@end*/
/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  .landing h2 {
    font-size: 108px;
    letter-spacing: 0px; }
  .landing p {
    font-size: 16px;
    padding: 36px; } }

/*404*/
.four-oh {
  font-size: 200px;
  margin-top: 0;
  font-weight: 900; }

.four-oh-four {
  width: 74.1666666667%;
  float: left;
  margin-left: 0.4166666667%;
  margin-right: 0.4166666667%;
  padding-left: 25%;
  text-align: center; }
  .four-oh-four h2 {
    font-size: 72px;
    padding-top: 20%;
    font-weight: 900;
    letter-spacing: 5px;
    text-indent: 5px;
    line-height: 1em;
    margin: 0; }
  .four-oh-four p {
    font-size: 13px;
    padding: 9px;
    margin: 0; }
  .four-oh-four .search-field {
    width: 75%; }
  .four-oh-four .search-form .search-submit {
    width: 23%;
    border-radius: 0;
    height: 33px;
    height: 2.3571428571rem;
    font-size: 19px;
    font-size: 1.3571428571rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    line-height: 13px;
    line-height: 0.9285714286rem; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .four-oh-four {
    width: 90.8333333333%;
    float: left;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    padding-left: 8.3333333333%; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  /*404 & landing*/
  .four-oh-four h2 {
    font-size: 144px;
    letter-spacing: 30px;
    text-indent: 30px; }
  .four-oh-four p {
    padding: 18px; } }

/* Desktop Specific Styles */
@media screen and (min-width: 1025px) {
  /* 404 */
  .four-oh-four h2 {
    font-size: 288px;
    padding-top: 2%;
    letter-spacing: 50px;
    text-indent: 50px; }
  .four-oh-four p {
    font-size: 16px;
    padding: 36px; } }

/*Author Pages */
.author-avatar img {
  width: 100%; }

.author-description .social-links {
  padding-left: 0;
  list-style: none; }

.author-description .social-links li {
  float: left;
  width: 45%;
  display: inline-block;
  margin-right: 4%; }

.author-social {
  padding-bottom: 9px;
  margin-bottom: 9px;
  display: block;
  border-bottom: 1px dotted; }

.author-social i {
  display: inline-block;
  width: 18px;
  font-size: 18px;
  line-height: 27px;
  padding-right: 4px; }

/* mobile Specific Styles */
/* Tablet Specific Styles */
/* Desktop Specific Styles */
/* ABOUT PAGE STYLING */
.about-block {
  position: relative;
  width: 80%;
  margin: 0 auto; }
  .about-block section {
    display: block;
    overflow: hidden;
    padding-left: 4%; }
  .about-block .content {
    width: 57.5%;
    float: left;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    margin: 0; }
  .about-block .side {
    width: 36.6666666667%;
    float: right;
    margin-left: 0.4166666667%;
    margin-right: 0.4166666667%;
    margin: 0; }
  .about-block .content,
  .about-block .side {
    background: rgba(0, 62, 95, 0.7);
    padding: 50px 65px; }

.call-to-action {
  margin-top: 90px; }
  .call-to-action .block {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    height: 200px;
    width: 48.3253588517%;
    float: left;
    margin-right: 3.3492822967%; }
    .call-to-action .block .img {
      width: 50%;
      float: left;
      overflow: hidden;
      height: 200px; }
      .call-to-action .block .img img {
        height: 100%;
        width: auto;
        max-width: none; }
    .call-to-action .block .info {
      padding: 15px;
      width: 50%;
      float: left;
      position: relative;
      height: 100%; }
      .call-to-action .block .info p {
        color: #424242;
        margin-bottom: 0; }
      .call-to-action .block .info a.read_more {
        color: #003E5F;
        position: absolute;
        bottom: 15px;
        right: 15px; }
        .call-to-action .block .info a.read_more:hover {
          color: #F76B0A; }
      .call-to-action .block .info h4 {
        color: #F0A51A;
        color: #003E5F;
        font-size: 25px;
        font-size: 1.7857142857rem;
        line-height: 48px;
        line-height: 3.4285714286rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        line-height: 1em; }
        .call-to-action .block .info h4:hover {
          color: #F76B0A; }

.tourdash {
  margin-top: 40px;
  margin-top: 2.8571428571rem; }
  @media (min-width: 767px) {
    .tourdash {
      margin-top: 90px;
      margin-top: 6.4285714286rem; } }
  .tourdash iframe {
    width: 100%;
    border-width: 0;
    height: 45px; }
    @media (min-width: 767px) {
      .tourdash iframe {
        height: 350px;
        height: 25rem; } }
    @media (min-width: 1025px) {
      .tourdash iframe {
        height: 450px;
        height: 32.1428571429rem; } }
    .tourdash iframe.scrolloff {
      pointer-events: none; }

.crew-members {
  margin-top: 90px; }
  .crew-members .crew-block {
    margin-bottom: 70px;
    background: #003E5F;
    background: rgba(0, 62, 95, 0.7);
    width: 22.4880382775%;
    float: left;
    margin-right: 3.3492822967%; }
    .crew-members .crew-block:nth-child(4n+1) {
      margin-right: 0; }
    .crew-members .crew-block figure img {
      width: 100%; }
    .crew-members .crew-block .info {
      padding: 30px; }
      .crew-members .crew-block .info h4 {
        color: #F0A51A;
        font-size: 25px;
        font-size: 1.7857142857rem;
        line-height: 48px;
        line-height: 3.4285714286rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        line-height: 1em; }
      .crew-members .crew-block .info h5 {
        font-size: 19px;
        font-size: 1.3571428571rem;
        line-height: 24px;
        line-height: 1.7142857143rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .about-block-mob,
  .about-block {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .about-block-mob .about-social-links,
    .about-block .about-social-links {
      z-index: 0;
      background: rgba(0, 62, 95, 0.7);
      position: relative;
      top: auto;
      right: auto;
      overflow: hidden;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 42px; }
      .about-block-mob .about-social-links a,
      .about-block .about-social-links a {
        padding: 0 5px;
        font-size: 59px;
        font-size: 4.2142857143rem;
        line-height: 72px;
        line-height: 5.1428571429rem;
        margin-top: 24px;
        margin-top: 1.7142857143rem;
        margin-bottom: 24px;
        margin-bottom: 1.7142857143rem; }
    .about-block-mob section,
    .about-block section {
      padding-left: 0; }
    .about-block-mob .content,
    .about-block-mob .side,
    .about-block .content,
    .about-block .side {
      background: rgba(0, 62, 95, 0.7);
      padding: 20px 15px;
      width: 100%;
      margin: 0;
      margin-bottom: 18px;
      float: none; }
  .call-to-action {
    margin-top: 40px; }
    .call-to-action .block {
      margin-bottom: 20px;
      height: 150px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .call-to-action .block .img {
        display: none; }
      .call-to-action .block .info {
        width: 100%; }
        .call-to-action .block .info p {
          margin-top: 10px; }
  .crew-members {
    display: none; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .about-block {
    width: 85%; }
    .about-block .content,
    .about-block .side {
      padding: 50px 60px; }
      .about-block .content h3,
      .about-block .side h3 {
        font-size: 25px;
        font-size: 1.7857142857rem;
        line-height: 36px;
        line-height: 2.5714285714rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; }
    .about-block .side {
      padding: 50px 45px; }
  .crew-members {
    margin-top: 40px; }
    .crew-members .crew-block {
      margin-bottom: 30px;
      width: 48.3253588517%;
      float: left;
      margin-right: 3.3492822967%; }
      .crew-members .crew-block:nth-child(2n+1) {
        margin-right: 0; }
      .crew-members .crew-block .info {
        padding: 20px; } }

.accommodation .site-background {
  background-image: url("../img/bckgd-roomlist.jpg"); }

#blog .site-background {
  background-image: url("../img/blur-205379_1920.jpg"); }

.listing {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden; }
  .listing section {
    display: block;
    overflow: hidden;
    padding-left: 4%; }
  .listing .post-block {
    background: #003E5F;
    background: rgba(0, 62, 95, 0.7);
    margin-bottom: 105px;
    width: 44.019138756%;
    float: left;
    margin-right: 3.3492822967%;
    margin-right: 8.6124401914%; }
    .listing .post-block:nth-child(odd) {
      width: 44.019138756%;
      float: right;
      margin-right: 0;
      margin-right: 0%; }
    .listing .post-block.special {
      background: transparent;
      margin-left: 4.3062200957%;
      margin-right: 0%; }
      .listing .post-block.special:nth-child(odd) {
        width: 44.019138756%;
        float: left;
        margin-right: 3.3492822967%;
        margin-left: 0%;
        margin-right: 4.3062200957%; }
    .listing .post-block > a {
      display: block; }
      .listing .post-block > a img {
        width: 100%; }
    .listing .post-block.special {
      text-align: center; }
    .listing .post-block .info {
      padding: 20px 30px 60px;
      position: relative; }
      .listing .post-block .info h2 {
        font-size: 34px;
        font-size: 2.4285714286rem;
        line-height: 48px;
        line-height: 3.4285714286rem;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 24px;
        margin-bottom: 1.7142857143rem;
        text-transform: uppercase;
        font-weight: 300;
        font-family: "misoregular", Helvetica, Arial, sans-serif;
        position: relative;
        padding-right: 20%; }
        .listing .post-block .info h2 a {
          color: #F0A51A; }
        .listing .post-block .info h2 i {
          color: #fff;
          color: rgba(255, 255, 255, 0.7);
          position: absolute;
          top: 6px;
          right: 0px; }
      .listing .post-block .info div {
        position: absolute;
        bottom: 20px;
        width: 87.5%; }
        .listing .post-block .info div a.button {
          background: #107FC4;
          color: #fff;
          height: 40px;
          font-size: 25px;
          font-size: 1.7857142857rem;
          line-height: 48px;
          line-height: 3.4285714286rem;
          margin-top: 0px;
          margin-top: 0rem;
          margin-bottom: 0px;
          margin-bottom: 0rem;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          /* future proofing */
          -khtml-border-radius: 3px;
          /* for old Konqueror browsers */
          line-height: 20px;
          padding: 10px 26px; }
          .listing .post-block .info div a.button:hover {
            background: #003E5F;
            color: #D8D8D8; }
  .listing.test-template .post-block {
    width: 44.019138756%;
    float: left;
    margin-right: 3.3492822967%; }
    .listing.test-template .post-block:nth-child(even) {
      float: right;
      margin-right: 0; }

a.read_more {
  float: right;
  text-transform: uppercase;
  color: #D8D8D8;
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  position: relative;
  padding-right: 40px; }
  a.read_more:after {
    content: '';
    background: url("../img/icon-more.png");
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0; }
  a.read_more:hover {
    color: #F76B0A; }
  a.read_more:hover:after {
    background: url("../img/icon-more-hover.png"); }

.pub-date {
  margin-top: 15px;
  display: inline-block;
  font-family: "misoregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .pub-date i {
    margin-right: 5px; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .accommodation .site-background {
    background-image: url("../img/bckgd-mobile-roomlist.jpg"); }
  #blog .site-background {
    background-image: url("../img/blur-205379_1920-mob.jpg"); }
  .listing {
    width: 100%; }
    .listing .post-block,
    .listing .post-block.special {
      margin-bottom: 40px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-left: 0%;
      margin-right: 0%; }
      .listing .post-block:nth-child(odd), .listing .post-block.special:nth-child(odd),
      .listing .post-block.special:nth-child(odd),
      .listing .post-block.special.special:nth-child(odd) {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0%;
        margin-left: 0%; }
      .listing .post-block .info div a.read_more:after,
      .listing .post-block.special .info div a.read_more:after {
        top: 3px; } }

/* Tablet Specific Styles */
/* Desktop Specific Styles */
.single-room .site-background {
  background-image: url("../img/bckgd-roomsingle.jpg"); }

.single-post .site-background {
  background-image: url("../img/bokeh-442877_1920.jpg"); }

.single h1 {
  font-size: 45px;
  font-size: 3.2142857143rem;
  line-height: 48px;
  line-height: 3.4285714286rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.sitemap .content-page {
  width: 70%;
  margin: 0 auto;
  float: none;
  padding: 7em 0 0; }

.content-single {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible;
  float: none; }

.feature-block {
  background: #D8D8D8;
  background: rgba(216, 216, 216, 0.4);
  padding: 10px;
  margin-bottom: 20px; }
  .feature-block iframe, .feature-block img {
    width: 100%; }
  .feature-block iframe {
    min-height: 555px; }
  .feature-block .prevControl,
  .feature-block .nextControl {
    position: absolute;
    top: 50%;
    font-size: 34px;
    font-size: 2.4285714286rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    z-index: 101;
    background: #D8D8D8;
    background: rgba(216, 216, 216, 0.4);
    padding: 0 18px;
    margin-top: -23px; }
    .feature-block .prevControl:hover,
    .feature-block .nextControl:hover {
      color: #F76B0A;
      cursor: pointer; }
  .feature-block .nextControl {
    right: 0; }
  .feature-block .prevControl {
    left: 0; }

button.back-button {
  padding: 0;
  background: transparent;
  position: absolute;
  right: -1.5em;
  top: -0.6em;
  z-index: 1001; }

.content-block {
  background: #003E5F;
  background: rgba(0, 62, 95, 0.7);
  padding: 40px;
  margin-bottom: 105px;
  position: relative;
  overflow: hidden; }
  .content-block .left {
    width: 65.5502392344%;
    float: left;
    margin-right: 3.3492822967%; }
    .content-block .left ul {
      padding-left: 0;
      list-style-type: none; }
  .content-block .right {
    width: 22.4880382775%;
    float: left;
    margin-right: 3.3492822967%;
    margin-left: 8.6124401914%;
    position: relative;
    margin-right: 0; }
    .content-block .right a.button {
      width: 100%;
      background: #107FC4;
      text-align: center; }
      .content-block .right a.button:hover {
        background: #003E5F; }
  .content-block .NB-info {
    width: 22.4880382775%;
    float: left;
    margin-right: 3.3492822967%;
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: right; }
    .content-block .NB-info h5 {
      color: #F0A51A;
      margin-bottom: 0; }
  .content-block .pub-date,
  .content-block .comm-count,
  .content-block .tags li,
  .content-block .post-categories li {
    display: block;
    font-family: "misoregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: right;
    font-size: 19px;
    font-size: 1.3571428571rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-bottom: 10px; }
    .content-block .pub-date a,
    .content-block .comm-count a,
    .content-block .tags li a,
    .content-block .post-categories li a {
      color: #D8D8D8; }
      .content-block .pub-date a:hover,
      .content-block .comm-count a:hover,
      .content-block .tags li a:hover,
      .content-block .post-categories li a:hover {
        color: #F76B0A; }
    .content-block .pub-date i,
    .content-block .comm-count i,
    .content-block .tags li i,
    .content-block .post-categories li i {
      margin-left: 5px;
      margin-right: 0;
      background: #003E5F;
      border-radius: 50%;
      padding: 7px 5px;
      width: 30px !important;
      height: 30px !important; }
  .content-block .pub-date i,
  .content-block .comm-count i {
    padding: 5px; }
  .content-block .tags,
  .content-block .post-categories {
    margin-bottom: 10px; }

.content-single .content-block {
  margin-bottom: 20px; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .single-room .site-background {
    background-image: url("../img/bckgd-mobile-roomsingle.jpg"); }
  .single-post .site-background {
    background-image: url("../img/bokeh-442877_1920-mob.jpg"); }
  .content-single {
    width: 100%; }
  .content-block {
    padding: 20px; }
    .content-block .left,
    .content-block .right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .content-block .right {
      margin-left: 0%; }
    .content-block .NB-info {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      bottom: auto;
      right: auto;
      text-align: left; }
  button.back-button {
    right: 0.2em;
    top: -2.6em; }
  .feature-block iframe {
    min-height: 275px; } }

/* Tablet Specific Styles */
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .content-block .left {
    width: 61.2440191388%;
    float: left;
    margin-right: 3.3492822967%; }
  .content-block .right {
    width: 31.1004784689%;
    float: left;
    margin-right: 3.3492822967%;
    margin-left: 4.3062200957%;
    margin-right: 0; }
    .content-block .right a.button {
      font-size: 25px;
      font-size: 1.7857142857rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      float: right; }
  .feature-block iframe {
    min-height: 455px; } }

/* Desktop Specific Styles */
.randy-warthog-bar-grill .site-background {
  background-image: url("../img/bckgd-randy.jpg"); }

.randy-section {
  position: relative;
  width: 70%;
  max-width: 970px;
  margin: 0 auto;
  overflow: hidden;
  float: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  padding: 45px; }
  .randy-section .left {
    width: 39.7129186603%;
    float: left;
    margin-right: 3.3492822967%; }
  .randy-section .right {
    width: 52.6315789474%;
    float: left;
    margin-right: 3.3492822967%;
    padding-left: 4.3062200957%;
    text-align: right;
    color: #424242;
    position: absolute;
    bottom: 21px;
    right: 45px; }
    .randy-section .right h1 {
      font-size: 45px;
      font-size: 3.2142857143rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 24px;
      margin-bottom: 1.7142857143rem;
      color: #003E5F;
      text-transform: lowercase; }
    .randy-section .right .randy-social {
      margin: 0.8rem 0 0;
      display: block;
      font-size: 2rem; }
      .randy-section .right .randy-social a:hover {
        color: #424242; }
  .randy-section a.button {
    font-size: 25px;
    font-size: 1.7857142857rem;
    line-height: 48px;
    line-height: 3.4285714286rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    width: 77%;
    background: #107FC4;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0; }
    .randy-section a.button img {
      position: relative;
      right: -10px;
      top: -3px; }
    .randy-section a.button:hover {
      background: #003E5F; }

.randy-slide-container {
  overflow: hidden;
  display: block;
  margin-top: 60px; }

/* mobile Specific Styles */
@media screen and (max-width: 767px) {
  .randy-warthog-bar-grill .site-background {
    background-image: url("../img/bckgd-mobile-randy.jpg"); }
  .randy-section {
    width: 100%;
    padding: 20px; }
    .randy-section .left {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .randy-section .right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0%;
      text-align: left;
      position: relative;
      bottom: auto;
      right: auto; }
      .randy-section .right h2 {
        text-align: left;
        font-size: 59px;
        font-size: 4.2142857143rem;
        line-height: 72px;
        line-height: 5.1428571429rem;
        margin-top: 48px;
        margin-top: 3.4285714286rem;
        margin-bottom: 24px;
        margin-bottom: 1.7142857143rem; }
    .randy-section a.button {
      font-size: 25px;
      font-size: 1.7857142857rem;
      line-height: 48px;
      line-height: 3.4285714286rem;
      margin-top: 0px;
      margin-top: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      width: 100%;
      margin-top: 20px; } }

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .randy-section {
    padding: 30px; }
    .randy-section .right {
      bottom: 6px;
      right: 30px; } }

.home .mfp-bg {
  background: #0b0b0b; }

.home .mfp-container {
  padding-left: 1.7857142857rem;
  padding-right: 1.7857142857rem; }

.modal {
  position: relative;
  background: #003E5F;
  color: #fff;
  text-align: center;
  border-radius: 0.3571428571rem;
  padding: 2.5rem 2.2857142857rem 2.8571428571rem;
  max-width: 36.4285714286rem;
  margin: 0 auto;
  font-family: 'misoregular', sans-serif;
  letter-spacing: 1px; }
  @media screen and (min-width: 767px) {
    .modal {
      padding: 2.1428571429rem 3.5714285714rem 3.9285714286rem; } }
  .modal .mfp-close {
    color: #fff; }

.modal-title {
  color: #F0A51A;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-bottom: 2.1428571429rem; }
  @media screen and (min-width: 767px) {
    .modal-title {
      margin-bottom: 3.5714285714rem; } }

.modal-heading {
  color: #fff;
  text-transform: none;
  font-size: 2.2857142857rem;
  line-height: 3rem;
  margin-bottom: 2.1428571429rem; }
  @media screen and (min-width: 767px) {
    .modal-heading {
      font-size: 2rem; } }
  .modal-heading span {
    color: #F0A51A;
    font-size: 2.1428571429rem; }
    @media screen and (min-width: 767px) {
      .modal-heading span {
        font-size: 2.8571428571rem; } }

.modal-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2142857143rem;
  margin-bottom: 3.2142857143rem; }

.modal-button {
  background-color: #F76B0A;
  text-transform: none;
  font-size: 2rem; }

/* 

	SHAME FILE - This is for quick and dirty fixes and good
	old IE that should be worked into the neatness above
	where possible,

*/

.gform_wrapper .top_label .gfield_contains_required .gfield_label {
   top:3px!important;
}

.gform_wrapper .top_label .gfield_label {
   top:3px!important;
}
.menu-item-2874{
	display:none;
}
.gfield_select{
    font-weight: 700!important;
    font-size: inherit!important;
    background: #D8D8D8!important;
}
 @media only screen and (min-width: 0px) and (max-width: 480px) {
.group-booking {display:none;}
.jr-insta-thumb{display:none;}
.menu-item-2874{
	display:block!important;
}
.about-block-mob .about-social-links, .about-block .about-social-links{
margin-bottom: 16px!important;
margin-top: 18px!important;
}
section.secmap {
    margin: 0px 0px 17px 0px!important;
}
.tourdash, .call-to-action{
margin-top:18px!important;
}
 }