/*
Theme Name: Studio8 WPL
Theme URI:  https://wplook.com/theme/studio-8-agency-wordpress-theme/
Description: A super flexible premium WordPress theme for creative professionals, agencies, content creators & businesses.
Author: WPlook Studio
Author URI: https://wplook.com
Version: 1.0.4
Tags: black, light, gray, responsive-layout, fluid-layout, fixed-layout, full-width-template, theme-options, threaded-comments, translation-ready, custom-menu, featured-image-header, featured-images
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studio8-wpl
Domain Path: /languages
*/
/******************************************************************

Stylesheet: Main Stylesheet
Note: This is the compiled stylesheet from your SaSS compiler.

[Table of contents]

0. Vendor imports
1. SaSS Functions
	1.1. Color Functions
	1.2. Responsive Helper Function
2. SaSS Mixins
	2.1. Font Smoothing
	2.2. Links
	2.3. Transition
	2.4. CSS3 Gradients
	2.5. Box Sizing
	2.6. Vertical & Horizontal Alignment
3. SaSS Variables
	3.1. Colors
5. The Grid
	5.0. Useful classes and mixins
	5.1. Mobile Grid Styles
	5.2. Portrait tablet to landscape
	5.3. Landscape to small desktop
6. Typography
	6.1. Font Stack
7. Shortcodes
	7.1. Row
	7.2. Helper Classes
	7.3. Google Map
	7.4. Highlight
	7.5. Line
	7.6. Heading Block
	7.7. Text Block
	7.8. Divider
	7.9. Text Column
	7.10. Lists
	7.11. List Images
	7.12. Icon with Title
	7.13. Team member
	7.14. Social Icons
	7.15. Service Tables
	7.16. Pricing Tables
	7.17. Padding
8. Modules
	8.1. Alerts
	8.2. Buttons
	8.3. Forms
	8.4. Animations
9. Base
	9.1. Body
	9.2. Body Classes
	9.3. Structure
	9.4. Columns
	9.5. Links
	9.6. Headings
	9.7. Header
	9.8. Navigation
		9.8.1. Dropdown Navigation
		9.8.2. Secondary Navigation
		9.8.3. Mobile Navigation
		9.8.4. Inverted Header Navigation
	9.9. Posts & Content Styles
		9.9.1. Hentry
		9.9.2. Page Header
		9.9.3. Entry Content
		9.9.4. Gallery
		9.9.5. Pages
		9.9.6. 404 page
	9.10 Blog
		9.10.1. Post Header
		9.10.2. Featured Posts
		9.10.3. Normal Posts
		9.10.4. Shortcode Posts
		9.10.5. Post Meta
		9.10.6. Author Description
		9.10.7. Single Post
	9.11. Projects
		9.11.1. Project Grid
	9.12. Search
	9.13. Pagination
		9.13.1. Project Pagination
	9.14. Comments
		9.14.1. Comment Reply
	9.15. Sidebar
		9.15.1. Widget
	9.16. Footer
		9.16.1. Footer Widget
	9.17. Syntax Highlighter
	9.18. MaxCycle
	9.19. Sliding Panel
10. Media Queries
	10.1. max-width : 1280px
	10.2. max-width : 1024px
	10.3. max-width : 768px
	10.4. max-width : 480px
	10.5. max-width : 420px
11. WooCommerce
12. Print

******************************************************************/
/* = 0. Vendor files
-------------------------------------------------------------- */
/* ------------------------------------------------------------ *\
	Vendor 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;
}

/* Overlay */
.fr-overlay {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  zoom: 1;
  overlay: hidden;
}

.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: .9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Window */
.fr-window {
  z-index: 100001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* z-index */
.fr-ui-outside .fr-info {
  z-index: 100001;
}

/* Loading icon */
.fr-loading {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible;
}

.fr-loading-offset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fr-loading-background, .fr-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-loading-background {
  background: #0d0d0d url("assets/css/fresco/skins/loading.gif") 50% 50% no-repeat;
  opacity: .8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(80, 80, 80, 0.2);
}

.fr-loading-icon {
  display: none;
}

/* Bubble (holds everything) */
.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Fonts */
.fr-ui,
.fr-info {
  font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* Frames / UI */
.fr-frames {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fr-frames-move {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-frame, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fr-frame-touch {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

.fr-window *:not(.fr-caption)::selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent;
}

.fr-mobile-touch-enabled .fr-frame .fr-box {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-frame-touch .fr-box {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-mobile-touch-enabled .fr-ui,
.fr-mobile-touch-enabled .fr-ui-spacer,
.fr-mobile-touch-enabled .fr-ui-wrapper,
.fr-mobile-touch-enabled .fr-ui-padder,
.fr-mobile-touch-enabled .fr-ui-toggle,
.fr-mobile-touch-enabled .fr-ui-outer-border,
.fr-mobile-touch-enabled .fr-side {
  pointer-events: none;
}

/* Content */
.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-box-has-ui-outside {
  overflow: hidden;
}

.fr-box-spacer, .fr-ui-spacer {
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url("assets/css/fresco/skins/blank.gif");
  overflow: hidden;
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url("assets/css/fresco/skins/blank.gif");
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
}

.fr-ui-padder {
  zoom: 1;
}

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper {
  background: #101010;
}

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%;
}

/* outer-border */
.fr-box-outer-border,
.fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1;
}

/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border,
.fr-ltIE9 .fr-ui-outer-border {
  border: 0px solid transparent;
}

.fr-content {
  height: 100%;
  width: 100%;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none;
}

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fr-download-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-user-drag: element;
  user-drag: element;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}

/* onClick inside ui-outside */
.fr-onclick-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("assets/css/fresco/skins/blank.gif");
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.fr-onclick-side img {
  cursor: pointer;
}

.fr-onclick-previous {
  left: 0;
}

.fr-onclick-next {
  right: 0;
}

.fr-side {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: url("assets/css/fresco/skins/blank.gif") 0 0 repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  pointer-events: auto;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
  width: 50%;
}

.fr-side-next {
  right: 0;
  width: 50%;
}

.fr-side-previous .fr-side-button {
  left: 0;
}

.fr-side-next .fr-side-button {
  right: 0;
}

/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
}

.fr-ui-outside .fr-side-button {
  margin-top: 0;
  top: 0;
}

/*
 * Info 
 */
.fr-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #efefef;
  pointer-events: auto;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}

.fr-info-outside .fr-info-background {
  background: #0d0d0d;
  filter: none;
  opacity: 1;
}

.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-caption {
  position: relative;
  filter: alpha(opacity=99);
  opacity: .99;
  width: auto;
  word-wrap: no-wrap;
}

.fr-position-text {
  position: relative;
}

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption {
  margin-right: 75px;
}

.fr-info-inside .fr-position {
  filter: alpha(opacity=99);
  opacity: .99;
  position: relative;
  text-align: right;
  word-wrap: no-wrap;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px;
}

.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99);
}

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-info-inside .fr-position-text {
  position: relative;
}

.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption {
    margin-right: 0;
  }
  .fr-position {
    display: none !important;
  }
  /* smaller side buttons */
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px;
  }
  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: 0 6px;
    margin-top: -25px;
  }
}

/* UI outside */
.fr-ui-outside .fr-position {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline;
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e1e1e;
  border: 1px solid rgba(180, 180, 180, 0.2);
}

.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  word-wrap: no-wrap;
  color: #b3b3b3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Info without caption */
.fr-no-caption .fr-info-outside {
  display: none;
}

.fr-no-caption .fr-info-padder {
  pointer-events: none;
}

.fr-no-caption .fr-info-background {
  pointer-events: none;
  opacity: 0;
  filter: none;
  display: none;
}

/* 1/5 */
.fr-no-caption .fr-position-text,
.fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* outside position */
.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
}

/* IE 7 */
.fr-ltIE8 .fr-info * {
  zoom: 1;
  filter: alpha(opacity=99);
}

.fr-ltIE8 .fr-box * {
  zoom: 1;
  filter: alpha(opacity=99);
}

/* Info (UI outside) */
.fr-info-outside {
  bottom: auto;
}

.fr-no-caption .fr-info-outside .fr-info-padder {
  padding: 10px 5px;
}

.fr-ui-outside .fr-no-caption .fr-position {
  margin: 0;
}

/* X */
.fr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  pointer-events: auto;
}

.fr-close-background {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 23px;
  width: 23px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #282828;
  cursor: pointer;
}

.fr-close:hover .fr-close-background {
  background-color: #333;
}

.fr-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-close-icon {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/*
 * Thumbnails
 */
.fr-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  min-height: 40px;
  max-height: 120px;
  height: 9%;
  padding: 20px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding: 20px 0;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-ltIE9 .fr-thumbnails-thumbs {
  overflow: hidden;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail {
  position: relative;
  width: 30px;
  height: 100%;
  float: left;
  margin: 0 10px;
  display: inline;
  zoom: 1;
  cursor: pointer;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6 */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6 */
  z-index: 0;
  /* IE8 */
}

.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-overlay-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-thumbnail img {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url("assets/css/fresco/skins/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 20px;
}

.fr-thumbnails-side-next {
  margin-right: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
}

/* Touch Captions */
.fr-touch {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -43px;
}

.fr-touch-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-touch-overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.fr-touch-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}

.fr-touch-info {
  float: left;
  position: relative;
  clear: both;
  padding-right: 71px;
  color: #efefef;
}

.fr-touch-info-padder {
  float: left;
  padding: 11px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-touch-caption-wrapper {
  float: left;
  clear: both;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  height: 21px;
  /* same as line-height */
  width: 100%;
  overflow: hidden;
}

.fr-touch-caption {
  float: left;
}

.fr-touch-overflow .fr-touch-caption-wrapper {
  overflow: visible;
  height: auto;
}

/* buttons */
.fr-touch-button {
  padding: 10px 4px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

.fr-touch-button .fr-touch-button-background {
  position: absolute;
  top: 10px;
  left: 4px;
  height: 23px;
  width: 23px;
}

.fr-touch-button .fr-touch-button-background {
  background-color: #303030;
}

.fr-touch-button:hover .fr-touch-button-background {
  background-color: #404040;
}

.fr-touch-button-icon {
  float: left;
  position: relative;
  width: 23px;
  height: 23px;
}

/* x */
.fr-touch-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px;
}

/* ... */
.fr-touch-more {
  position: absolute;
  top: 0;
  right: 38px;
  display: none;
}

.fr-touch-padded .fr-touch-more {
  display: block;
}

/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 10px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 4px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 8px;
  }
  .fr-thumbnails-side-next {
    margin-right: 8px;
  }
  .fr-thumbnail-loading-background {
    background-image: url("assets/css/fresco/skins/loading-small.gif");
  }
}

@media all and (min-height: 200px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 12px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 6px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 12px;
  }
  .fr-thumbnails-side-next {
    margin-right: 12px;
  }
}

@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background {
    background-image: url("assets/css/fresco/skins/loading-medium.gif");
  }
}

@media all and (min-height: 500px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 14px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 7px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 14px;
  }
  .fr-thumbnails-side-next {
    margin-right: 14px;
  }
}

@media all and (min-height: 700px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 20px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-side-next {
    margin-right: 20px;
  }
  .fr-thumbnail-loading-background {
    background-image: url("assets/css/fresco/skins/loading.gif");
  }
}

/* IE specific resets */
.fr-ltIE8 * {
  zoom: 1;
  z-index: 1;
}

.fr-ltIE9 .fr-content-image-overlay,
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
  border: 0;
}

/*
 * ===== Skin: Fresco ===== 
 */
/* Sprite */
.fr-window-fresco .fr-side-button-icon,
.fr-window-fresco .fr-close-icon,
.fr-window-fresco .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco .fr-touch-more .fr-touch-button-icon,
.fr-window-fresco .fr-thumbnails-side-button-icon {
  background-image: url("assets/css/fresco/skins/fresco/sprite.png");
}

/* High-res sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fr-window-fresco .fr-side-button-icon,
  .fr-window-fresco .fr-close-icon,
  .fr-window-fresco .fr-touch-close .fr-touch-button-icon,
  .fr-window-fresco .fr-touch-more .fr-touch-button-icon,
  .fr-window-fresco .fr-side-button-icon {
    background-image: url("assets/css/fresco/skins/fresco/sprite@x2.png");
    background-size: 500px 500px;
    /* downscaled 50%, size of original sprite */
  }
}

.fr-window-fresco .fr-box-outer-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* outer-border instead of inner-border example (box and ui px should be the same) */
/*
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
*/
.fr-window-fresco .fr-box-wrapper {
  background: #101010;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-content-image-overlay {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}

/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 0px;
}

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 1px;
}

.fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180, 180, 180, 0.15);
}

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-top-width: 0;
}

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-top-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px;
}

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .5;
}

.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
  opacity: 1;
}

/* < > transition (IE < 9) */
.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
  opacity: .2;
}

/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  background-image: none;
}

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -300px;
  }
  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }
  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
}

/* X */
.fr-window-fresco .fr-close .fr-close-icon {
  background-position: -169px -9px;
}

.fr-window-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -9px;
}

/* X transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
  background-position: -210px -9px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px;
}

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -41px;
}

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -160px -83px;
}

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -83px;
}

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -160px -41px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -202px -83px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -41px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -83px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* Touch caption */
/* background */
.fr-window-fresco .fr-touch-background {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

/* smaller text on mobile devices */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-touch-caption-wrapper {
    font-size: 12px;
  }
}

/* x */
.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  background-position: -169px -9px;
}

.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon {
  background-position: -210px -9px;
}

/* x transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
  background-position: -210px -9px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  opacity: 1;
}

/* ... */
.fr-window-fresco .fr-touch-more .fr-touch-button-icon {
  background-position: -169px -134px;
}

.fr-window-fresco .fr-touch-more:hover .fr-touch-button-icon {
  background-position: -210px -134px;
}

/* ... transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon {
  background-position: -210px -134px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-fresco .fr-touch-more .fr-touch-button-icon {
  opacity: 1;
}

/* ... \/ */
.fr-window-fresco .fr-touch-less .fr-touch-button-icon {
  background-position: -169px -175px;
}

.fr-window-fresco .fr-touch-less:hover .fr-touch-button-icon {
  background-position: -210px -175px;
}

/* ... \/ transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-less .fr-touch-button-icon {
  background-position: -210px -175px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-fresco .fr-touch-less .fr-touch-button-icon {
  opacity: 1;
}

/*
 * ===== Skin: IE6 (always used there as a fallback) ===== 
 */
.fr-window-IE6 * {
  zoom: 1;
}

/* Sprite */
.fr-window-IE6 .fr-side-button-icon,
.fr-window-IE6 .fr-close-icon,
.fr-window-IE6 .fr-thumbnails-side-button-icon {
  background-image: url("assets/css/fresco/skins/IE6/sprite.png");
}

/* < > */
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled */
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px;
}

.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  display: none;
}

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }
  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: 0px -400px;
  }
  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -40px -400px;
  }
}

/* X */
.fr-window-IE6 .fr-close .fr-close-icon {
  background-position: -169px -9px;
}

.fr-window-IE6 .fr-close:hover .fr-close-icon {
  background-position: -210px -9px;
}

.fr-window-IE6 .fr-info {
  filter: alpha(opacity=99);
}

.fr-window-IE6 .fr-ui-outside .fr-info {
  background: #000;
}

.fr-window-IE6 .fr-close-icon {
  background-color: #232323;
}

.fr-window-IE6 .fr-close .fr-close-background {
  display: none;
}

.fr-window-IE6 .fr-info-background {
  display: none;
}

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
.fr-window-IE6 .fr-info-outside {
  background: #0d0d0d;
}

.fr-window-IE6 .fr-position {
  background: #101010;
}

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position {
  background: none;
}

.fr-window-IE6 .fr-position .fr-position-background {
  display: none;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

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

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

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

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

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

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

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

.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

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

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c";
}

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

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

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
  content: "\e05d";
}

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

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

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

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

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

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

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

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

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

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

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

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

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

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

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

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

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

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

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

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

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

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

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

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

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

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

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

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

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

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

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

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

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731";
}

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

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

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

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

.fa-tiktok:before {
  content: "\e07b";
}

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

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

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

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

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a";
}

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

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

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

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

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

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

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

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

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

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

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

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

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

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

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

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

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

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

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

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* = 1. SaSS Functions
-------------------------------------------------------------- */
/* = 1.1 Color Functions

These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);

-------------------------------------------------------------- */
/* = 1.2 Responsive Helper Function

If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;

-------------------------------------------------------------- */
/* = 2. SaSS Mixins
-------------------------------------------------------------- */
/* = 2.1 Font Smoothing

-------------------------------------------------------------- */
/* = 2.2 Links

-------------------------------------------------------------- */
/* = 2.3 Transition

I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);

-------------------------------------------------------------- */
/* = 2.4 CSS3 Gradients

Be careful with these since they can
really slow down your CSS. Don't overdo it.

-------------------------------------------------------------- */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* = 2.5 Box Sizing

NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway?

-------------------------------------------------------------- */
/* @include box-sizing(border-box); */
/* = 2.6 Vertical & Horizontal Alignment

-------------------------------------------------------------- */
/* @include vertical-align(); */
/* @include horizontal-align(); */
/* = 3. SaSS Variables
-------------------------------------------------------------- */
/* = 3.1 Colors

-------------------------------------------------------------- */
/* = 5. The Grid
-------------------------------------------------------------- */
/* = 5.0 Useful classes and mixins

-------------------------------------------------------------- */
.clear {
  clear: both;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

.columns {
  -webkit-column-count: 2;
  -webkit-column-gap: 24px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 24px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 24px;
  column-fill: auto;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

/* = 5.1 Mobile Grid Styles

These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.

-------------------------------------------------------------- */
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* = 5.2 Portrait tablet to landscape

-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* = 5.3 Landscape to small desktop

-------------------------------------------------------------- */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

#acknowledgement-of-country {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

#acknowledgement-of-country .aoc-wrapper {
  background: #fff;
  max-width: 820px;
  padding: 34px 50px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

#acknowledgement-of-country .aoc-wrapper .close-me {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 14px;
}

#acknowledgement-of-country .aoc-wrapper .close-me:before, #acknowledgement-of-country .aoc-wrapper .close-me:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  left: 0;
}

#acknowledgement-of-country .aoc-wrapper .close-me:before {
  transform: translate(0, -50%) rotate(135deg);
}

/* = 6. Typography
-------------------------------------------------------------- */
/* = 6.1 Font Stack

-------------------------------------------------------------- */
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  color: #8c8c8c;
  -webkit-hyphens: none;
  font-size: 21px;
  font-weight: 300;
}

.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* = 7. Shortcodes
-------------------------------------------------------------- */
/* = 7.1 Row

-------------------------------------------------------------- */
.row {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after {
  clear: both;
}

.row.pattern {
  background: url("../images/pattern.png") repeat 0 0;
}

.row.parallax {
  background-attachment: fixed;
  background-size: auto;
}

/* = 7.2 Helper Classes

-------------------------------------------------------------- */
.lead {
  display: block;
  color: #8c8c8c;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  hyphens: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white {
  color: #ffffff;
}

.gray {
  color: #8c8c8c;
}

.black {
  color: #000000;
}

.light-gray {
  color: #f9f9f9;
}

.medium-gray {
  color: #d7d7d7;
}

.dark-gray {
  color: #272727;
}

.text-color {
  color: #8c8c8c;
}

.accent {
  color: #fcf751;
}

.page-title {
  width: 100%;
  margin: 0;
  padding: 0 0 2em 0;
  max-width: 960px;
}

.hard-start, .hard-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.hard-end, .hard-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* = 7.3 Google Map

-------------------------------------------------------------- */
.shortcode_google-map {
  margin: 20px 0;
}

/* = 7.4 Highlight

-------------------------------------------------------------- */
.shortcode_highlight {
  background-color: #fcfca8;
  padding: 4px;
}

/* = 7.5 Line

-------------------------------------------------------------- */
.line {
  position: relative;
  display: block;
  margin: 24px 0;
  width: 30px;
  height: 3px;
}

.line.white {
  border-top: 3px solid #ffffff;
}

.line.black {
  border-top: 3px solid #000000;
}

.line.gray {
  border-top: 3px solid #8c8c8c;
}

.line.light-gray {
  border-top: 3px solid #f9f9f9;
}

.line.accent {
  border-top: 3px solid #fcf751;
}

.line.center {
  margin: 12px auto;
}

.line.small {
  width: 30px;
  height: 3px;
}

.line.medium {
  width: 125px;
  height: 3px;
}

.line.full {
  width: 100%;
  height: 3px;
}

/* = 7.6 Heading Block

-------------------------------------------------------------- */
.shortcode_heading_block {
  width: 100%;
  height: auto;
  padding: 8%;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.shortcode_heading_block h1 {
  margin: 0;
  font-size: 400%;
  line-height: 130%;
}

/* = 7.7 Text Block

-------------------------------------------------------------- */
.shortcode_text_block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 72px 0;
  margin: 0 auto;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.shortcode_text_block .subtitle {
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  font-style: italic;
}

.shortcode_text_block .sep {
  display: block;
  width: 25%;
  padding: 0 0 12px 0;
  margin: 0 auto 12px auto;
  border-bottom: 1px solid #d7d7d7;
}

.shortcode_text_block .title {
  padding: 0;
  letter-spacing: 2px;
  margin: 0 0 24px 0;
}

.shortcode_text_block p.lead {
  margin: 0;
  padding: 0;
}

/* = 7.8 Divider

-------------------------------------------------------------- */
.shortcode_divider {
  height: 30px;
  margin: 72px auto 42px;
  width: 100%;
  border-top: 2px solid #d7d7d7;
}

.shortcode_divider h3 {
  display: block;
  font-size: 22px !important;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: -15px auto auto;
  padding: 0 5px;
  width: 30%;
  background: #ffffff;
}

.shortcode_divider:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* = 7.9 Text Column

-------------------------------------------------------------- */
.shortcode_text_columns {
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 2em;
}

.shortcode_text_columns.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.shortcode_text_columns.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.shortcode_text_columns.four-cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* = 7.10 Lists

-------------------------------------------------------------- */
ul.plain, ul.border, ul.ordered, ul.unordered {
  margin: 0;
  padding: 0 0 0 24px;
}

ul.plain li > ul, ul.border li > ul, ul.ordered li > ul, ul.unordered li > ul {
  margin-top: 12px;
}

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

ul.ordered li {
  list-style: decimal !important;
}

ul.unordered li {
  list-style: circle !important;
}

ul.border {
  margin: 0;
  padding: 0;
}

ul.border li {
  width: 100%;
  padding: 0 5%;
  line-height: 2em;
  font-size: 100%;
  border-bottom: 1px solid rgba(64, 64, 64, 0.15);
}

ul.border li:last-child {
  border-bottom: none;
}

/* = 7.11 List Images

-------------------------------------------------------------- */
.shortcode_list_images {
  width: 100%;
}

.shortcode_list_images ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.shortcode_list_images ul li {
  list-style-type: none !important;
  float: left;
  display: list-item;
  text-align: center;
  margin: 0 !important;
}

.shortcode_list_images ul li img {
  vertical-align: top;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.shortcode_list_images ul.two_col li {
  width: 50%;
}

.shortcode_list_images ul.three_col li {
  width: 33.33%;
}

.shortcode_list_images ul.four_col li {
  width: 25%;
}

/* = 7.12 Icon with Title

-------------------------------------------------------------- */
.shortcode_icon_with_title {
  display: block;
  position: relative;
}

.shortcode_icon_with_title .icon_holder {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.shortcode_icon_with_title .icon_text_holder {
  position: relative;
}

.shortcode_icon_with_title .icon_text_holder .icon_title {
  display: block;
  margin: 0 0 1.08em;
}

.shortcode_icon_with_title.large .icon_text_holder .icon_title {
  margin-bottom: 0.35em;
}

.shortcode_icon_with_title .icon_with_title_link {
  display: inline-block;
  margin: 13px 0 0;
  color: #fcf751;
}

.shortcode_icon_with_title .icon_with_title_link:hover {
  color: #8c8c8c;
}

.shortcode_icon_with_title.circle .icon_holder .fa-stack {
  -o-border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
}

.shortcode_icon_with_title .icon_holder .fa-stack {
  border: 2px solid #f9f9f9;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
}

.shortcode_icon_with_title span.fa-stack i:last-child {
  font-size: 0.8em;
  color: #8c8c8c;
}

.shortcode_icon_with_title .icon_text_inner {
  padding: 0 0 18px;
}

.shortcode_icon_with_title .icon_title_holder {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 12px;
}

.shortcode_icon_with_title .icon_title_holder .icon_holder {
  display: table-cell;
  text-align: left;
  height: 100%;
  vertical-align: middle;
  float: none;
  padding: 0 15px 0 0;
}

.shortcode_icon_with_title .icon_title_holder .icon_holder span {
  position: relative;
  top: 2px;
}

.shortcode_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
  display: table-cell;
  margin: 0 0 0;
  vertical-align: middle;
  width: 100%;
}

.fa_icon_square i {
  color: #fff;
}

.fa_icon_stack i:last-child {
  color: #fff;
}

/* Icon center styles */
.shortcode_icon_with_title.center {
  text-align: center;
}

.shortcode_icon_with_title.center.center .icon_holder {
  float: none;
  display: block;
  margin: 0 0 20px;
}

.shortcode_icon_with_title.icon_image.center .icon_holder {
  margin: 0 0 13px;
}

.shortcode_icon_with_title.center .icon_holder {
  width: 100% !important;
}

.shortcode_icon_with_title.center .icon_holder .font_awsome_icon i {
  color: #7b7b7b;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.shortcode_icon_with_title.center .icon_holder .font_awsome_icon i:hover {
  color: #1abc9c;
}

/* Generic icon styles */
.shortcode_icon_with_title.boxed .icon_holder .fa-stack,
.fa_icon_square {
  background-color: #fcf751;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.shortcode_icon_with_title.square .icon_holder .fa-stack,
.fa_icon_square {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.7em;
}

.shortcode_icon_with_title.square .icon_holder .fa-stack:hover,
.circle .icon_holder .fa-stack:hover {
  background-color: #fcf751;
  border-color: transparent;
}

.fa_icon_stack .fa-circle,
.shortcode_icon_with_title.boxed .icon_holder .fa-stack {
  color: #fcf751;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.shortcode_icon_with_title.boxed .icon_holder .fa-stack {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.shortcode_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child,
.fa_icon_stack:hover i:last-child,
.shortcode_icon_with_title.boxed .icon_holder .fa-stack:hover i,
.shortcode_icon_with_title.square .icon_holder .fa-stack:hover i,
.fa_icon_square:hover i {
  color: #ffffff;
}

.shortcode_icon_with_title.tiny .icon_text_holder {
  padding: 0 0 0 44px;
}

.shortcode_icon_with_title.small .icon_text_holder {
  padding: 0 0 0 46px;
}

.shortcode_icon_with_title.left_from_title .icon_text_holder {
  padding: 0;
}

.shortcode_icon_with_title.medium .icon_holder,
.shortcode_icon_with_title.tiny.square .icon_holder,
.shortcode_icon_with_title.small.square .icon_holder {
  text-align: center;
}

.shortcode_icon_with_title.tiny.square .icon_text_holder,
.shortcode_icon_with_title.medium .icon_text_holder {
  padding: 0 0 0 56px;
}

.shortcode_icon_with_title.large .icon_text_holder {
  padding: 0 0 0 65px;
}

.shortcode_icon_with_title.large .icon_holder {
  text-align: center;
}

.shortcode_icon_with_title.very_large .icon_text_holder {
  padding: 0 0 0 84px;
}

.shortcode_icon_with_title.tiny.boxed .icon_text_holder,
.shortcode_icon_with_title.tiny.circle .icon_text_holder,
.shortcode_icon_with_title.tiny.icon_image .icon_text_holder {
  padding: 0 0 0 55px;
}

.shortcode_icon_with_title.small.square .icon_text_holder,
.shortcode_icon_with_title.small.boxed .icon_text_holder,
.shortcode_icon_with_title.small.circle .icon_text_holder,
.shortcode_icon_with_title.small.icon_image .icon_text_holder {
  padding: 0 0 0 72px;
}

.shortcode_icon_with_title.medium.circle .icon_text_holder,
.shortcode_icon_with_title.medium.square .icon_text_holder {
  padding: 0 0 0 119px;
}

.shortcode_icon_with_title.medium.boxed .icon_text_holder,
.shortcode_icon_with_title.medium.icon_image .icon_text_holder {
  padding: 0 0 0 95px;
}

.shortcode_icon_with_title.large.boxed .icon_text_holder,
.shortcode_icon_with_title.large.circle .icon_text_holder,
.shortcode_icon_with_title.large.icon_image .icon_text_holder,
.shortcode_icon_with_title.large.square .icon_text_holder {
  padding: 0 0 0 122px;
}

.shortcode_icon_with_title.very_large.boxed .icon_text_holder,
.shortcode_icon_with_title.very_large.circle .icon_text_holder,
.shortcode_icon_with_title.very_large.icon_image .icon_text_holder,
.shortcode_icon_with_title.very_large.square .icon_text_holder {
  padding: 0 0 0 150px;
}

.shortcode_icon_with_title.left_from_title .icon_text_holder {
  padding: 0 0 0 0px !important;
}

.shortcode_icon_with_title.tiny.center .icon_text_holder,
.shortcode_icon_with_title.small.center .icon_text_holder,
.shortcode_icon_with_title.medium.center .icon_text_holder,
.shortcode_icon_with_title.large.center .icon_text_holder,
.shortcode_icon_with_title.very_large.center .icon_text_holder,
.shortcode_icon_with_title.tiny.boxed.center .icon_text_holder,
.shortcode_icon_with_title.tiny.circle.center .icon_text_holder,
.shortcode_icon_with_title.small.boxed.center .icon_text_holder,
.shortcode_icon_with_title.small.circle.center .icon_text_holder,
.shortcode_icon_with_title.medium.boxed.center .icon_text_holder,
.shortcode_icon_with_title.medium.circle.center .icon_text_holder,
.shortcode_icon_with_title.large.boxed.center .icon_text_holder,
.shortcode_icon_with_title.large.circle.center .icon_text_holder,
.shortcode_icon_with_title.very_large.boxed.center .icon_text_holder,
.shortcode_icon_with_title.very_large.circle.center .icon_text_holder,
.shortcode_icon_with_title.tiny.icon_image.center .icon_text_holder,
.shortcode_icon_with_title.small.icon_image.center .icon_text_holder,
.shortcode_icon_with_title.medium.icon_image.center .icon_text_holder,
.shortcode_icon_with_title.large.icon_image.center .icon_text_holder,
.shortcode_icon_with_title.very_large.icon_image.center .icon_text_holder {
  padding: 0;
}

.shortcode_icon_with_title.left_from_title .icon_holder {
  display: block;
}

.shortcode_icon_with_title.tiny .icon_holder img,
.shortcode_icon_with_title.left_from_title.tiny .icon_holder {
  width: 35px;
}

.shortcode_icon_with_title.small .icon_holder img,
.shortcode_icon_with_title.left_from_title.small .icon_holder,
.shortcode_icon_with_title.left_from_title.large.normal_icon .icon_holder {
  width: 48px;
}

.shortcode_icon_with_title.medium .icon_holder img,
.shortcode_icon_with_title.left_from_title.medium .icon_holder,
.shortcode_icon_with_title.left_from_title.very_large.normal_icon .icon_holder {
  width: 78px;
}

.shortcode_icon_with_title.large .icon_holder img,
.shortcode_icon_with_title.left_from_title.large .icon_holder {
  width: 104px;
}

.shortcode_icon_with_title.very_large .icon_holder img,
.shortcode_icon_with_title.left_from_title.very_large .icon_holder {
  width: 130px;
}

.shortcode_icon_with_title.left_from_title.tiny.normal_icon .icon_holder {
  width: 25px;
}

.shortcode_icon_with_title.left_from_title.medium.normal_icon .icon_holder {
  width: 75px;
}

.fa_icon {
  display: inline-block;
}

.fa_icon i {
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fa_icon i:hover {
  color: #000000;
}

.fa_icon.pull-center {
  display: block;
  text-align: center;
}

.fa_icon_square.pull-center,
.fa_icon_stack.pull-center {
  display: block;
  margin: 0 auto !important;
}

.shortcode_icon_with_title.square .icon_holder .fa-stack,
.box_holder_icon_inner.square .fa-stack {
  text-align: center;
}

/* = 7.13 Team member

-------------------------------------------------------------- */
.shortcode_team {
  overflow: hidden;
}

.shortcode_team .team_inner {
  overflow: hidden;
  width: 100%;
}

.shortcode_team .team_inner.small {
  width: 85%;
  margin: 0 auto;
}

.shortcode_team .team_image {
  position: relative;
  overflow: hidden;
}

.shortcode_team .team_image img {
  width: 100%;
  margin: 0 0 -6px;
}

.shortcode_team .team_image img.rounded {
  border-radius: 50%;
}

.shortcode_team .team_text {
  padding: 0;
}

.shortcode_team .team_text .team_title_holder {
  padding: 12px 0;
  text-align: center;
}

.shortcode_team .team_text .team_title_holder .team_name {
  margin: 0;
}

/* = 7.14 Social Icons

-------------------------------------------------------------- */
.shortcode_social_icon_holder {
  display: inline-block;
  position: relative;
}

.shortcode_social_icon_holder.normal_social {
  margin: 0 6px;
}

.shortcode_social_icon_holder i.simple_social {
  color: #8c8c8c;
}

.shortcode_social_icon_holder:hover i.simple_social {
  color: #000000;
}

.shortcode_social_icon_holder .fa-stack {
  background-color: #8c8c8c;
  border: 0px solid #f0f0f0;
  -o-border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  margin: 0.2307692307692308em;
}

.shortcode_social_icon_holder .fa-stack {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
}

.shortcode_social_icon_holder .fa-stack i {
  color: #8c8c8c;
}

.shortcode_social_icon_holder.circle_social .fa-stack:hover {
  background-color: #fcf751;
  border-color: transparent;
}

.shortcode_social_icon_holder.circle_social .fa-stack:hover i {
  color: #fff;
}

.shortcode_social_icon_holder .fa-stack i.fa-circle {
  color: #fbfbfb;
}

.shortcode_social_icon_holder .fa-stack.fa-2x {
  width: 36px;
  height: 36px;
  line-height: 31px;
}

.shortcode_social_icon_holder .fa-stack.fa-lg i:last-child {
  font-size: 1em;
}

/* = 7.15 Service Tables

-------------------------------------------------------------- */
.shortcode_service_table_holder {
  display: block;
  position: relative;
  border-radius: 4px;
}

.shortcode_service_table_inner {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 24px 48px;
}

.shortcode_service_table_inner ul {
  padding: 0 !important;
}

.shortcode_service_table_inner li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.shortcode_service_table_inner li:last-child {
  border-bottom: 0;
}

.shortcode_service_table_inner div.title_holder {
  display: block;
  position: relative;
  border: none;
}

.shortcode_service_table_inner div.title_holder i {
  color: #000000;
}

.shortcode_service_table_holder .title_inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.shortcode_service_table_holder .service_title {
  display: block;
  margin: 24px 0;
  padding: 0;
}

.shortcode_service_table_holder .title_holder i {
  display: block;
  line-height: 1em;
  padding: 24px 0 0;
}

.shortcode_service_table_holder .service_table_content {
  text-align: center;
  padding: 0 2% 24px;
}

/* = 7.16 Pricing Tables

-------------------------------------------------------------- */
.shortcode_price_table_holder {
  position: relative;
  display: inline-block;
  width: 100%;
}

.shortcode_price_table_holder .shortcode_price_table {
  position: relative;
  display: block;
  float: left;
}

.shortcode_price_table .active_price_table,
.price_table_inner {
  position: relative;
  display: block;
  margin: 0 12px;
  border-radius: 4px;
}

.shortcode_price_table .active_price_table {
  position: absolute;
  top: -54px;
  right: 22px;
  z-index: 2;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  display: table;
  color: #fff;
  background-color: #000000;
}

.shortcode_price_table_holder .active_price_table span {
  display: table-cell;
  vertical-align: middle;
  position: static;
  font-size: 16px;
  padding: 0 12px;
  margin: 0;
  color: #ffffff;
  line-height: 18px;
}

.price_table_inner {
  padding: 24px 0;
  background: #f9f9f9;
  text-align: center;
}

.price_table_inner ul,
.price_table_inner ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price_table_inner ul li {
  text-align: center;
  margin: 0;
  padding: 0 24px;
}

.price_table_inner ul div.pricing_table_content {
  padding: 0 24px 24px;
}

.price_table_inner ul div.pricing_table_content > ul {
  padding: 0;
}

.price_table_inner ul div.pricing_table_content > ul > li {
  line-height: 24px;
  padding: 12px 0;
  margin: 0 24px;
  border-bottom: 1px solid #d7d7d7;
}

.price_table_inner ul div.pricing_table_content > ul > li:last-child, .shortcode_price_table_holder .shortcode_price_table.active_price .price_table_inner ul div.pricing_table_content > ul > li:last-child {
  border-bottom: none;
}

.price_table_inner ul li.prices {
  padding: 0 12px;
}

.price_table_inner .title {
  text-transform: uppercase;
  margin: 0;
  padding: 32px 0 0;
}

.price_table_inner .subtitle {
  font-size: 16px;
  padding: 0;
}

.price_table_inner .line {
  padding: 36px 0 0;
  margin-top: 36px;
}

.price_table_inner .title,
.price_table_inner .price_in_table {
  display: block;
}

.price_table_inner .price_in_table {
  padding: 18px 0 12px;
  color: #000000;
}

.price_in_table .value,
.price_in_table .mark {
  font-size: 16px;
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
}

.price_in_table .mark {
  position: relative;
  font-size: 21px;
  letter-spacing: 1px;
  vertical-align: bottom;
}

.price_in_table .price {
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 36px;
}

.price_table_inner ul li .button {
  margin: 8px auto;
}

.shortcode_price_table_holder.one_column .shortcode_price_table {
  float: none;
}

.shortcode_price_table_holder.two_columns .shortcode_price_table {
  width: 50%;
}

.shortcode_price_table_holder.three_columns .shortcode_price_table {
  width: 33.3%;
}

.shortcode_price_table_holder.four_columns .shortcode_price_table {
  width: 25%;
}

.shortcode_price_table_holder.five_columns .shortcode_price_table {
  width: 20%;
}

/* = 7.17 Padding

-------------------------------------------------------------- */
.shortcode_padding {
  position: relative;
  padding: 8%;
}

/* = 7.18 Accordion

-------------------------------------------------------------- */
.shortcode_accordion .shortcode_accordion_item .expand-item {
  -webkit-appearance: none;
  width: 100%;
  border: none;
  text-align: left;
  padding: 10px;
  background: #d7d7d7;
  color: #111111;
  transition: background 0.2s;
}

.shortcode_accordion .shortcode_accordion_item .expand-item:after {
  content: '+';
  float: right;
  font-weight: bold;
}

.shortcode_accordion .shortcode_accordion_item .content {
  display: none;
  padding: 10px;
}

.shortcode_accordion .shortcode_accordion_item.expanded .expand-item:after {
  content: '- ';
}

.post-content > .full_width,
.entry-content > .full_width {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .post-content > .full_width,
  .entry-content > .full_width {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.post-content span[class^="embed-"],
.entry-content span[class^="embed-"] {
  display: block;
  text-align: left !important;
}

.post-content span[class^="embed-"] > iframe,
.entry-content span[class^="embed-"] > iframe {
  max-width: 100%;
}

/* = 9. Base
-------------------------------------------------------------- */
/* = 9.1 Body

-------------------------------------------------------------- */
body {
  line-height: 1.7em;
  height: 100%;
  color: #8c8c8c;
  overflow-x: hidden;
  background-color: #f9f9f9;
}

body * {
  box-sizing: border-box;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
}

.loader img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.test {
  text-transform: uppercase;
  margin: 10px 20px;
}

/* = 9.2 Body Classes

-------------------------------------------------------------- */
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
body.pace-done #container {
  visibility: visible;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
}

.data-lazy-ready {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
}

/* = 9.3 Structure

-------------------------------------------------------------- */
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 48px;
}

#container {
  visibility: hidden;
}

.curtain-top,
.curtain-right,
.curtain-bottom,
.curtain-left {
  position: fixed;
  z-index: 10000;
  -webkit-transform: translateZ(0);
}

.curtain-top,
.curtain-bottom {
  width: 100%;
  top: 0px;
  left: 0px;
}

.curtain-bottom {
  top: auto;
  bottom: 0px;
}

.curtain-right,
.curtain-left {
  height: 100%;
  top: 0px;
  right: 0px;
}

.curtain-left {
  right: auto;
  left: 0px;
}

body.admin-bar .curtain-top {
  top: 32px;
}

/* = 9.4 Columns

-------------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
  float: left;
  position: relative;
  margin: 0;
}

.full_col {
  width: 100%;
  position: relative;
}

.one_half {
  width: 48%;
  margin-right: 4%;
}

.one_third {
  width: 30%;
  margin-right: 5%;
}

.two_third {
  width: 65%;
  margin-right: 5%;
}

.one_fourth {
  width: 22%;
  margin-right: 4%;
}

.three_fourth {
  width: 74%;
  margin-right: 4%;
}

.last {
  margin-right: 0 !important;
}

.last:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.right {
  text-align: right;
  float: right;
}

.left {
  text-align: left;
  float: left;
}

.center {
  text-align: center;
  margin: 0 auto;
}

/* = 9.5 Links

-------------------------------------------------------------- */
a, a:visited {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #8c8c8c;
}

a:link, a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* = 9.6 Headings

-------------------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  color: #000000;
  line-height: 1.333em;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 4em;
}

h2, .h2 {
  font-size: 3em;
}

h3, .h3 {
  font-size: 2.4em;
}

h4, .h4 {
  font-size: 1.8em;
}

h5, .h5 {
  font-size: 1.5em;
}

h6, .h6 {
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.intro {
  position: relative;
  z-index: 9999;
}

.intro h1 {
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 0 1px gray;
}

.intro h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: -5px;
  text-shadow: 0 0 1px gray;
}

.intro h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2em;
}

.intro img {
  margin: 22px 0 0 0;
}

.intro .readmore {
  display: block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px;
  width: 185px;
  border: 4px solid #ffffff;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 36px auto 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro .readmore:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}

/* = 9.7 Header

-------------------------------------------------------------- */
header.header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 9998;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}

header.header .brand {
  float: left;
  position: relative;
}

header.header .brand h1 {
  display: none;
}

header.header .brand a {
  display: block;
}

header.header .brand img {
  display: block;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

header.header .brand img.inverted {
  opacity: 0;
}

header.header .brand h1.site-title {
  font-size: 2em;
  color: #000000;
  margin: 0;
  -webkit-transition: color 0.6s ease-in-out;
  -moz-transition: color 0.6s ease-in-out;
  -o-transition: color 0.6s ease-in-out;
  -ms-transition: color 0.6s ease-in-out;
}

header.scroll {
  position: fixed;
  left: 0;
}

body.admin-bar header.header {
  top: 40px;
}

.top-header {
  background-repeat: no-repeat;
  background-size: cover;
}

/* = 9.8.0 Text meant only for screen readers.

-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.comment.bypostauthor {
  border-left: 4px solid #ec3642;
}

/* = 9.8 Navigation

-------------------------------------------------------------- */
nav {
  position: relative;
}

/* Normal Logo Navigation */
.nav {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav > li {
  float: left;
  text-transform: uppercase;
  color: #000000;
  font-size: 26px !important;
  position: relative;
  letter-spacing: 0.2em;
  margin-right: 22px;
  /* = 9.8.1 Dropdown Navigation

		-------------------------------------------------------------- */
}

.nav > li > a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav > li > a:hover, .nav > li > a.active {
  color: #000000;
  cursor: pointer;
}

.nav > li > a:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
  content: '';
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.nav > li:hover a:after,
.nav > li:focus a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.nav > li:last-child {
  margin-right: 0;
}

.nav > li ul.sub-menu,
.nav > li ul.children {
  position: absolute;
  left: 0;
  display: none;
  padding: 24px;
  margin: 0;
  width: 100%;
  min-width: 225px;
  z-index: 9999;
  background: #000000;
}

.nav > li ul.sub-menu li,
.nav > li ul.children li {
  float: left;
  clear: left;
  line-height: 16px;
  padding: 5px 0;
  display: block;
  width: 100%;
}

.nav > li ul.sub-menu li a,
.nav > li ul.children li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  text-transform: none;
}

.nav > li ul.sub-menu li a:hover,
.nav > li ul.children li a:hover {
  color: #8c8c8c !important;
}

/* = 9.8.2 Secondary Navigation

-------------------------------------------------------------- */
nav.secondary {
  float: right;
  margin-left: 50px;
}

nav.secondary ul > li {
  padding: 0;
  margin-right: 25px;
}

nav.secondary ul > li > a {
  color: #8c8c8c;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0;
}

nav.secondary ul > li > a:hover, nav.secondary ul > li > a.active {
  color: #000000;
  border-bottom: none;
}

nav.secondary ul > li > a:hover::after, nav.secondary ul > li > a:focus::after {
  opacity: 0;
}

nav.secondary ul > li:last-child {
  margin-right: 0;
}

nav.secondary .search-button .search-icon, nav.secondary .search-button .close-icon {
  transition: opacity 0.5s;
}

nav.secondary .search-button .close-icon {
  opacity: 0;
  font-size: 18px;
}

nav.secondary .search-button .search-icon {
  opacity: 1;
  margin-right: -18px;
}

nav.secondary .search-button.open .search-icon {
  opacity: 0;
}

nav.secondary .search-button.open .close-icon {
  opacity: 1;
}

/* = 9.8.3 Mobile Navigation

-------------------------------------------------------------- */
nav.mobile {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  z-index: 9999;
  text-align: left;
  line-height: 140%;
}

nav.mobile ul {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0 0 12px 0;
  margin: 0;
  background: #000000;
}

nav.mobile ul li {
  margin: 0;
  padding: 8px 0;
  line-height: 1.7em;
  border-bottom: 1px solid #272727;
}

nav.mobile ul li a {
  color: #ffffff;
  text-align: left;
  padding: 0 24px;
  display: block;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
}

nav.mobile ul li a:hover {
  color: #8c8c8c;
}

nav.mobile ul li.active > a {
  color: #ffffff;
}

nav.mobile ul li:last-child {
  border-bottom: none;
}

nav.mobile ul li ul.sub-menu {
  margin: 0;
  padding: 12px 0;
  top: 0;
  line-height: 140%;
}

nav.mobile ul li ul.sub-menu li {
  border-bottom: none;
  text-indent: 24px;
  padding: 0;
  height: auto;
}

nav.mobile ul li ul.sub-menu li a {
  font-size: 13px;
  color: #ffffff;
}

nav.mobile ul li ul.sub-menu li a:hover {
  color: #8c8c8c;
}

.mobile-trigger {
  display: none;
  float: right;
}

.mobile-trigger span {
  display: block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.mobile-trigger span i {
  color: #8c8c8c;
}

/* = 9.8.4 Inverted Header Navigation

-------------------------------------------------------------- */
header.inverted {
  background: transparent;
}

header.inverted .brand img.normal {
  opacity: 0;
}

header.inverted .brand img.inverted {
  opacity: 1;
}

header.inverted .brand h1.site-title {
  color: #ffffff;
}

header.inverted .nav > li {
  color: #ffffff;
  /*
			drop down
			*/
}

header.inverted .nav > li > a {
  color: #ffffff;
}

header.inverted .nav > li > a:hover, header.inverted .nav > li > a.active {
  color: #ffffff;
}

header.inverted .nav > li > a:after {
  background: white;
}

header.inverted .nav > li ul.sub-menu,
header.inverted .nav > li ul.children {
  background: #ffffff;
}

header.inverted .nav > li ul.sub-menu li a,
header.inverted .nav > li ul.children li a {
  color: #000000;
}

header.inverted .nav > li ul.sub-menu li a:hover,
header.inverted .nav > li ul.children li a:hover {
  color: #8c8c8c !important;
}

header.inverted .nav.secondary > li > a {
  color: #ffffff;
}

header.inverted .nav.secondary > li > a:hover, header.inverted .nav.secondary > li > a.active {
  color: #8c8c8c;
}

header.inverted .mobile-trigger span i {
  color: #ffffff;
}

header.inverted.headroom--not-top {
  background: #ffffff;
}

header.inverted.headroom--not-top .brand img.normal {
  opacity: 1;
}

header.inverted.headroom--not-top .brand img.inverted {
  opacity: 0;
}

header.inverted.headroom--not-top .brand h1.site-title {
  color: #000000;
}

header.inverted.headroom--not-top .nav {
  /*
			drop down
			*/
}

header.inverted.headroom--not-top .nav > li {
  color: #8c8c8c;
}

header.inverted.headroom--not-top .nav > li > a {
  color: #8c8c8c;
}

header.inverted.headroom--not-top .nav > li > a:hover, header.inverted.headroom--not-top .nav > li > a.active {
  color: #000000;
}

header.inverted.headroom--not-top .nav > li > a:after {
  background: #000000;
}

header.inverted.headroom--not-top .nav ul.sub-menu,
header.inverted.headroom--not-top .nav ul.children {
  background: #000000;
}

header.inverted.headroom--not-top .nav ul.sub-menu li a,
header.inverted.headroom--not-top .nav ul.children li a {
  color: #ffffff;
}

header.inverted.headroom--not-top .mobile-trigger span i {
  color: #8c8c8c;
}

/* = 9.9 Posts & Content Styles

-------------------------------------------------------------- */
/* = 9.9.1 Hentry

-------------------------------------------------------------- */
.hentry footer {
  padding: 1.5em 0;
}

.hentry footer p {
  margin: 0;
}

.hentry section.content {
  padding: 72px 0 0;
  background: #ffffff;
}

.none-found .title {
  margin-top: 0;
}

.none-found .subtitle {
  color: #272727;
  margin-bottom: 0;
  font-size: 1.7em;
}

.none-found a {
  border-bottom: solid 3px #d7d7d7;
}

/* = 9.9.2 Page Header

-------------------------------------------------------------- */
.page-header h6 {
  margin: 0;
  padding: 3em 0 0;
}

.entry-header {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.entry-header #contactMapHolder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.entry-header #contactMapHolder .wplook-google-map {
  width: 100%;
  height: 100%;
}

.entry-header-search {
  height: 100%;
  width: 100%;
  display: table;
}

.entry-header-search .inner-content {
  display: table-cell;
  vertical-align: middle;
  background: transparent;
  margin: 0 auto;
}

.entry-header-search .inner-content h1, .entry-header-search .inner-content p {
  margin: 0;
  padding: 0;
  color: #8c8c8c;
}

.entry-header-search .inner-content h1 {
  color: #ffffff;
  line-height: 100%;
}

.entry-header-search .inner-content strong {
  color: #ffffff;
}

/* = 9.9.3 Entry Content

-------------------------------------------------------------- */
.main {
  position: relative;
  /* image alignment */
}

.main img {
  max-width: 100%;
  height: auto;
}

.main img.alignnone {
  display: block;
}

.main time {
  color: #8c8c8c;
  margin: 0;
  padding: 0;
}

.main h1 {
  margin: 0;
  padding: 0;
}

.main h1 a {
  color: #000000;
}

.main p {
  margin: 0 0 1.5em;
}

.main ul li, .main ol li {
  margin-left: 24px;
}

.main ul li {
  list-style-type: none;
  margin-left: 0;
}

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

.main li > ul,
.main li > ol {
  margin: 0 0 0 20px;
}

.main sup,
.main sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.main sup {
  bottom: 1ex;
}

.main sub {
  top: .5ex;
}

.main small {
  font-size: smaller;
}

.main big {
  font-size: 125%;
}

.main table {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 1.5em;
}

.main table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #f9f9f9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main tr {
  border-bottom: 1px solid #d7d7d7;
}

.main tr:nth-child(even) {
  background-color: #f9f9f9;
}

.main td {
  padding: 7px;
  border-right: 1px solid #d7d7d7;
}

.main td:last-child {
  border-right: 0;
}

.main thead th {
  background-color: #000000;
  color: #ffffff;
  padding: 0.75em;
  border: 1px solid #000000;
}

.main th {
  color: #000000;
  padding: 0.75em;
  border-right: 1px solid #d7d7d7;
}

.main code,
.main kbd,
.main tt,
.main var,
.main samp,
.main pre {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

.main blockquote {
  position: relative;
  margin: 2em 0;
  width: 100%;
  padding: 0 0 0 72px;
  font-size: 150%;
  line-height: 130%;
  text-align: left;
}

.main blockquote:before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-size: 84px;
  font-weight: 600;
  color: #000000;
  /*Positioning*/
  position: absolute;
  left: 8px;
  top: 12px;
}

.main blockquote p {
  color: #000000;
  margin: 0;
  padding: 0;
}

.main blockquote cite {
  margin-top: 1%;
  display: block;
  font-size: 18px;
  text-align: left;
  font-style: italic;
  color: #8c8c8c;
}

.main blockquote cite:before {
  padding-right: 8px;
  content: "\2014 ";
}

.main dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.main .alignleft, .main img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.main .alignright, .main img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.main .aligncenter, .main img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.main .size-auto,
.main .size-full,
.main .size-large,
.main .size-medium,
.main .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.main .post-password-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 0;
}

.main .post-password-form input[type="password"] {
  max-width: 100%;
}

/* end .entry-content */
.wp-caption {
  position: relative;
  max-width: 100%;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 5px 0;
  bottom: 16px;
  left: 32px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.wp-caption:hover p.wp-caption-text {
  opacity: 1;
}

/* end .wp-caption */
/* = 9.9.4 Gallery

-------------------------------------------------------------- */
.gallery-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-width: 100%;
  white-space: nowrap;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-item .gallery-icon {
  position: relative;
  line-height: 0;
}

.gallery-item .gallery-icon a.fresco {
  display: inline-block;
  white-space: nowrap;
  line-height: 0;
}

.wordpress-gallery .gallery-item {
  margin-bottom: 24px;
}

.gallery-columns-2 .gallery-item {
  max-width: 49%;
  min-width: 49%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-left: 2%;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  min-width: 32%;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n-1) {
  margin: 0 2%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23.5%;
  min-width: 23.5%;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n-2) {
  margin: 0 1% 0 2%;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n-1) {
  margin: 0 2% 0 1%;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  min-width: 19%;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n-3) {
  margin: 0 0.6% 0 1.25%;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n-2) {
  margin: 0 0.6%;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n-1) {
  margin: 0 1.25% 0 0.6%;
}

.gallery-columns-6 .gallery-item {
  max-width: 15.5%;
  min-width: 15.5%;
  margin: 0 0.7%;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n-5) {
  margin-left: 0;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: 13.5%;
  min-width: 13.5%;
  margin: 0 0.45%;
}

.gallery-columns-7 .gallery-item:nth-of-type(7n-6) {
  margin-left: 0;
}

.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: 12%;
  min-width: 12%;
  margin: 0 0.28%;
}

.gallery-columns-8 .gallery-item:nth-of-type(8n-7) {
  margin-left: 0;
}

.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: 10.5%;
  min-width: 10.5%;
  margin: 0 0.34%;
}

.gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
  margin-left: 0;
}

.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-5:hover .gallery-caption, .gallery-columns-6:hover .gallery-caption, .gallery-columns-7:hover .gallery-caption, .gallery-columns-8:hover .gallery-caption, .gallery-columns-9:hover .gallery-caption {
  display: none;
}

.gallery-caption {
  display: inline-block;
  color: #fff !important;
  font-size: 14px !important;
  margin: 0;
  opacity: 0;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  left: 24px;
  text-align: center;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.wp-video {
  width: 80% !important;
  height: auto !important;
  margin: 0 auto 48px;
}

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.tags {
  margin: 0;
}

/* = 9.9.5 Pages

-------------------------------------------------------------- */
.content-left {
  float: left;
}

.content-right {
  float: right;
}

/* = 9.9.6 404 page

-------------------------------------------------------------- */
.not-found-page {
  height: 700px;
  background: transparent url("assets/images/pattern.png") repeat 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 200px 0;
}

.not-found-page h2 {
  color: white;
  text-transform: uppercase;
}

.not-found-page p {
  width: 50%;
  text-align: center;
}

.not-found-page h2, .not-found-page p {
  margin: 0;
}

/* = 9.10 Blog

-------------------------------------------------------------- */
.blog .sidebar {
  margin-top: 48px;
}

.blog .sidebar #s {
  max-width: 100%;
}

.posts {
  position: relative;
  width: 100%;
  margin-top: 48px;
  /* = 9.10.1 Post Header

	-------------------------------------------------------------- */
  /* = 9.10.2 Featured Posts

	-------------------------------------------------------------- */
  /* = 9.10.3 Normal Posts

	-------------------------------------------------------------- */
  /* = 9.10.4 Shortcode Posts

	-------------------------------------------------------------- */
  /* = 9.10.5 Post Meta

	-------------------------------------------------------------- */
  /* = 9.10.6 Author Description

	-------------------------------------------------------------- */
}

.posts .post-header {
  position: relative;
  z-index: 3;
  padding-top: 72px;
}

.posts .post-header div {
  text-transform: uppercase;
  font-size: 14px;
}

.posts .post-header span.sticky {
  display: inline-block;
  margin: 0;
  padding: 0 12px 0 0;
  color: #8c8c8c;
  text-transform: uppercase;
  border-right: 1px solid #d7d7d7;
}

.posts .post-header span.sep {
  margin: 0 8px;
}

.posts .post-header .post-title {
  width: 60%;
  margin: 0;
  line-height: 1.2;
}

.posts .post-header .post-title a {
  font-weight: 500;
}

.posts .post-header ul.social {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.posts .post-header ul.social li {
  float: left;
  padding-right: 8px;
}

.posts .post-header ul.social li a {
  cursor: pointer;
  color: #8c8c8c;
}

.posts .post-header ul.social li a:hover {
  color: #000000;
}

.posts.featured {
  margin-top: 0;
}

.posts.featured > .hentry {
  position: relative;
  width: 33.33%;
  float: left;
  background-size: cover;
  background-position: center;
}

.posts.featured > .hentry:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  /* "all" disables mouse access to image */
  background: radial-gradient(ellipse at center, rgba(76, 76, 76, 0.05) 0%, rgba(89, 89, 89, 0.05) 0%, rgba(17, 17, 17, 0.4) 100%);
  /* W3C */
}

.posts.featured > .hentry .over {
  position: absolute;
  top: 24px;
  left: 24px;
  bottom: 24px;
  right: 24px;
  width: auto;
  height: auto;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.posts.featured > .hentry .post-image {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.posts.featured > .hentry .post-image .post-header {
  padding: 48px;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.posts.featured > .hentry .post-image .post-header div, .posts.featured > .hentry .post-image .post-header a, .posts.featured > .hentry .post-image .post-header time {
  color: #ffffff !important;
}

.posts.featured > .hentry .post-image .post-header span.sticky {
  color: #ffffff;
}

.posts.featured > .hentry .post-image .post-header span.sep {
  color: #8c8c8c;
}

.posts.featured > .hentry .post-image .post-header .post-title {
  width: 80%;
  font-size: 2.2em;
}

.posts.featured > .hentry .post-image .post-header .post-title a {
  color: #ffffff;
}

.posts.featured > .hentry.post-title a {
  color: #ffffff;
}

.posts.featured > .hentry:hover .over {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.posts.featured .post-image {
  margin: 0;
  height: auto;
  overflow: hidden;
}

.posts.normal {
  margin-bottom: 48px;
}

.posts.normal > .hentry {
  width: 100%;
  padding: 0;
  margin-bottom: 48px;
  background: #ffffff;
  background-size: cover;
}

.posts.normal > .hentry .post-header, .posts.normal > .hentry .post-content {
  max-width: 80%;
}

.posts.normal > .hentry .post-excerpt {
  padding: 72px 0 72px 72px;
  background: rgba(255, 255, 255, 0.9);
}

.posts.normal > .hentry .post-header {
  padding-top: 0;
}

.posts.normal > .hentry .post-header div time {
  color: #8c8c8c;
}

.posts.normal > .hentry .post-header div a {
  color: #000000;
}

.posts.normal > .hentry .post-header span.sep {
  color: #8c8c8c;
}

.posts.normal > .hentry .post-header .post-title {
  width: 100%;
  margin: 0 0 36px 0;
}

.posts.normal > .hentry .post-header .post-title a {
  color: #000000;
}

.posts.normal > .hentry .post-thumbnail {
  display: block;
  height: 100%;
  min-height: 100%;
}

.posts.shortcode {
  margin-top: 0;
}

.posts.shortcode > .hentry {
  display: inline-block;
  width: 100%;
  padding: 48px;
  margin-top: 0;
  margin-bottom: 12px;
  background: #ffffff;
  background-size: cover;
  background-position: center;
}

.posts.shortcode > .hentry .post-header, .posts.shortcode > .hentry .post-content {
  max-width: 100%;
}

.posts.shortcode > .hentry .post-header .read-more, .posts.shortcode > .hentry .post-content .read-more {
  display: block;
  margin-top: 12px;
}

.posts.shortcode > .hentry .post-header {
  padding-top: 0;
}

.posts.shortcode > .hentry .post-header div time {
  color: #8c8c8c;
}

.posts.shortcode > .hentry .post-header div a {
  color: #000000;
}

.posts.shortcode > .hentry .post-header span.sticky {
  color: #ffffff;
}

.posts.shortcode > .hentry .post-header span.sep {
  color: #8c8c8c;
}

.posts.shortcode > .hentry .post-header .post-title {
  width: 100%;
  margin: 0 0 24px 0;
}

.posts.shortcode > .hentry .post-header .post-title a {
  color: #000000;
}

.posts.shortcode > .hentry .post-featured-image .wp-post-image {
  margin: 0 0 24px 0;
}

.posts.shortcode.col-2 > .hentry {
  width: 49%;
  padding: 48px;
}

.posts.shortcode.col-2 > .hentry .post-header .post-title {
  font-size: 2em;
}

.posts.shortcode.col-3 > .hentry {
  padding: 24px;
  width: 32%;
}

.posts.shortcode.col-3 > .hentry .post-header .post-title {
  font-size: 1.5em;
}

.posts.shortcode.featured.col-2 > .hentry {
  padding: 0;
  margin: 0;
  width: 50%;
}

.posts.shortcode.featured.col-2 > .hentry .post-header {
  padding: 24px 48px;
}

.posts.shortcode.featured.col-2 > .hentry .post-header .post-title {
  font-size: 2.2em;
}

.posts.shortcode.featured.col-3 > .hentry {
  padding: 0;
  margin: 0;
  width: 33.33%;
}

.posts.shortcode.featured.col-3 > .hentry .post-header {
  padding: 24px 48px;
}

.posts.shortcode.featured.col-3 > .hentry .post-header .post-title {
  font-size: 2.2em;
}

.posts.shortcode.featured.col-4 > .hentry {
  padding: 0;
  margin: 0;
  width: 25%;
}

.posts.shortcode.featured.col-4 > .hentry .post-header {
  padding: 24px 48px;
}

.posts.shortcode.featured.col-4 > .hentry .post-header .post-title {
  font-size: 1.8em;
}

.posts .post-meta {
  width: 100%;
  line-height: 32px;
}

.posts .post-meta span {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
}

.posts .post-meta span a {
  color: #8c8c8c;
  text-decoration: none;
}

.posts .post-meta span a:hover {
  color: #fcf751;
}

.posts .author_description {
  margin: 52px auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
}

.posts .author_description .author_description_inner {
  padding: 60px 60px 48px;
  display: inline-block;
}

.posts .author_description .author_description_inner .image {
  display: inline-block;
  float: left;
  width: 100px;
}

.posts .author_description .author_description_inner .image img {
  border-radius: 50%;
}

.posts .author_description .author_description_inner .author_text_holder {
  margin-left: 100px;
}

.posts .author_description .author_description_inner .author_text_holder h4 {
  margin: 0;
}

.posts:after {
  content: '';
  display: block;
  clear: both;
}

/* = 9.10.7 Single Post

-------------------------------------------------------------- */
.single-post .posts {
  margin-top: 0;
}

.single-post .main {
  width: 100%;
  max-width: 960px;
}

.single-post .post-header {
  margin: 0 0 24px 0;
}

.single-post .post-header .post-title {
  width: 100%;
  margin: 0;
  line-height: 1.1;
}

.single-post .post-header div a {
  color: #000000;
}

/* = 9.11 Projects

-------------------------------------------------------------- */
body.single-projects .entry-content {
  padding: 0;
}

/* = 9.11.1 Project Grid

-------------------------------------------------------------- */
.block-grid {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.block-grid .block-item {
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: gray;
  background: radial-gradient(ellipse at center, rgba(76, 76, 76, 0.05) 0%, rgba(89, 89, 89, 0.05) 0%, rgba(17, 17, 17, 0.4) 100%);
  background-size: cover;
  background-position: center center;
}

.block-grid .block-item a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  outline: 0;
  -moz-outline-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}

.block-grid .block-item a .over {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.block-grid .block-item a .content {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.4s;
  transform: translateY(12px);
  text-align: center;
  text-transform: uppercase;
}

.block-grid .block-item a .content h5 {
  margin: 0;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
  width: 100%;
}

.block-grid .block-item a .content i {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 10%;
  color: #8c8c8c;
  letter-spacing: 1px;
  transition: all 0.3s, transform 0.4s;
  transform: translateY(24px);
}

.block-grid .block-item:hover .content {
  opacity: 1;
  transition: all 0.3s ease-in 0.1s;
  transform: translateY(0px);
}

.block-grid .block-item:hover .content i {
  transform: translateY(0px);
}

.block-grid .block-item.overlay-expand .over {
  top: 24px;
  left: 24px;
  bottom: 24px;
  right: 24px;
}

.block-grid .block-item.overlay-expand:hover .over {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-grid .block-item.overlay-simple .over {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-grid .block-item.overlay-simple:hover .over {
  opacity: 1;
}

.block-grid .error {
  text-align: center;
  color: #cc0000;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.33%;
}

.half-width {
  width: 50%;
}

.full-width {
  width: 100%;
}

/* = 9.12 Search

-------------------------------------------------------------- */
body.search .top-header h2.page-title, body.archive .top-header h2.page-title {
  padding-bottom: 72px;
}

body.search .top-header h2.page-title span, body.archive .top-header h2.page-title span {
  color: #000000;
}

body.search section.content, body.archive section.content {
  padding: 72px 0 0;
  background: #ffffff;
}

body.search section.content .wrap, body.archive section.content .wrap {
  max-width: 960px;
  margin: 0 auto;
}

body.search section.content .wrap .hentry, body.archive section.content .wrap .hentry {
  padding: 24px 0;
}

body.search section.content .wrap .hentry .entry-header-search, body.archive section.content .wrap .hentry .entry-header-search {
  margin: 0 0 12px 0;
}

body.search section.content .wrap .hentry .entry-header-search span.type, body.archive section.content .wrap .hentry .entry-header-search span.type {
  display: table-cell;
  padding: 0 12px 0 0;
  line-height: 48px;
  color: #8c8c8c;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  border-right: 1px solid #d7d7d7;
}

body.search section.content .wrap .hentry .entry-header-search h3.title, body.archive section.content .wrap .hentry .entry-header-search h3.title {
  display: table-cell;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 48px;
  padding-left: 12px;
  font-size: 32px;
  vertical-align: middle;
}

body.search section.content .wrap .hentry .entry-header-search h3.title sup, body.archive section.content .wrap .hentry .entry-header-search h3.title sup {
  font-size: 14px;
  vertical-align: super;
}

body.search section.content .wrap .hentry .post-content, body.archive section.content .wrap .hentry .post-content {
  padding: 12px 0 0;
}

body.search section.content .wrap .hentry .post-content .post-thumbnail, body.archive section.content .wrap .hentry .post-content .post-thumbnail {
  margin-right: 24px;
  display: inline-block;
  float: left;
  width: auto;
  height: auto;
}

body.search section.content .wrap .pagination, body.archive section.content .wrap .pagination {
  margin-top: 48px;
}

#full-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#full-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#full-search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  height: 150px;
  line-height: 100px;
  color: #000000;
  background: transparent;
  font-size: 92px;
  text-align: center;
  margin: 0px auto;
  margin-top: -83px;
  padding: 16px;
  outline: none;
  border: none;
}

#full-search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -35px;
}

/* = 9.13 Pagination

-------------------------------------------------------------- */
.pagination {
  /* fallback previous & next links */
  /* end .wp-prev-next */
}

.pagination .wp-prev-next ul {
  width: 100%;
}

.pagination .wp-prev-next .prev-link {
  float: left;
}

.pagination .wp-prev-next .next-link {
  float: right;
}

/* = 9.13.1 Project Pagination

	-------------------------------------------------------------- */
.project-pagination, .woocommerce nav.woocommerce-pagination {
  display: block;
  text-align: center;
}

.project-pagination ul, .woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
  border: none;
}

.project-pagination li, .woocommerce nav.woocommerce-pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border: none;
}

.project-pagination a, .project-pagination span, .woocommerce nav.woocommerce-pagination a, .woocommerce nav.woocommerce-pagination span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1em;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #8c8c8c;
}

.project-pagination a:hover, .project-pagination a:focus, .project-pagination span:hover, .project-pagination span:focus, .woocommerce nav.woocommerce-pagination a:hover, .woocommerce nav.woocommerce-pagination a:focus, .woocommerce nav.woocommerce-pagination span:hover, .woocommerce nav.woocommerce-pagination span:focus {
  color: #8c8c8c;
}

.project-pagination .current, .woocommerce nav.woocommerce-pagination .current {
  cursor: default;
  color: #8c8c8c;
  font-weight: bold;
}

.project-pagination .current:hover, .project-pagination .current:focus, .woocommerce nav.woocommerce-pagination .current:hover, .woocommerce nav.woocommerce-pagination .current:focus {
  color: #8c8c8c;
}

/* = 9.14 Comments

-------------------------------------------------------------- */
div#respond-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 48px;
  padding: 48px;
  background: #ffffff;
  /* h3 comment title */
}

div#respond-container #comments-title {
  margin: 0 0 48px 0;
  padding: 0 0 24px 0;
  font-size: 32px;
  border-bottom: 1px solid #f9f9f9;
  /* number of comments span */
}

.commentlist {
  margin: 24px 0;
  list-style-type: none;
  border-bottom: 1px solid #f9f9f9;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

.comment .comment-author {
  padding: 0;
  border: 0;
}

.comment .vcard {
  margin-left: 90px;
}

.comment .vcard h4 {
  margin: 0;
  font-size: 24px;
  padding: 8px 0 0 0;
}

.comment .vcard time {
  font-size: 14px;
  margin-top: -5px;
  display: block;
}

.comment .vcard time a {
  color: #8c8c8c;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .alert-info {
  margin: 42px 0 0 0;
  padding: 12px;
}

.comment .alert-info p {
  margin: 0;
  font-size: 14px;
}

.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin: 0 0 24px 90px;
}

/* comment meta */
/* comment content */
.comment_content {
  margin: 24px 0 24px 90px;
}

.comment_content p {
  margin: 0;
  line-height: 1.7;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  display: block;
  padding: 12px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* = 9.14.1 Comment Reply

-------------------------------------------------------------- */
.comment-respond {
  /* comment submit button */
  /* comment form title */
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  /* no comments */
}

.comment-respond #reply-title {
  margin: 0;
  padding: 0;
}

.comment-respond .logged-in-as {
  color: #8c8c8c;
  margin: 0;
  font-size: 13px;
}

.comment-respond .comment-notes {
  margin: 0;
  padding-bottom: 12px;
  font-size: 14px;
}

.comment-respond .comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.comment-respond .form-submit {
  margin: 0;
}

.comment-respond .form-allowed-tags {
  padding: 0;
  font-size: 14px;
  color: #8c8c8c;
}

.comment-respond .form-allowed-tags code {
  font-size: 13px;
}

.comment-respond #comment-form-title {
  margin: 0 0 1.1em;
}

.comment-respond .nocomments {
  margin: 0 20px 1.1em;
}

/* = 9.15 Sidebar

-------------------------------------------------------------- */
.sidebar {
  padding: 0;
  margin: 0;
}

.sidebar#sidebar-right {
  padding-left: 62px;
}

.sidebar#sidebar-left {
  padding-right: 62px;
}

/* = 9.15.1 Widget

	-------------------------------------------------------------- */
.widgettitle {
  padding: 0;
  margin: 0 0 4% 0;
}

.widget {
  margin-bottom: 24px;
}

.widget img {
  width: 100%;
  height: auto;
}

.widget ul {
  clear: both;
  width: 100%;
  padding-left: 0;
}

.widget ul li {
  display: block;
  width: 100%;
  padding: 0.25em 0;
  border-bottom: 1px solid #d7d7d7;
  /* deep nesting */
}

.widget ul li:first-child {
  border-top: none;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a, .widget ul li a:visited {
  color: #8c8c8c;
  font-size: 0.9em;
}

.widget ul li a:hover {
  color: #000000;
}

.widget ul li.current-menu-item > a {
  color: #000000;
}

.widget ul li ul {
  margin: 0;
  padding: 0;
}

.widget ul li ul > li {
  text-indent: 24px;
}

.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

.widget_sbwp_text_widget h2 {
  margin-top: 0;
}

.block-title {
  padding: 48px 24px;
}

.block-title p {
  margin: 24px 0 0 0;
  font-size: 0.9em;
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* RSS Widget */
.widget_rss .rss-date {
  display: block;
  margin-bottom: 12px;
}

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #8c8c8c;
}

.widget_rss li > cite {
  display: block;
  color: #8c8c8c;
  margin: 12px 0;
}

/* Calendar Widget */
.widget_calendar table {
  width: 100%;
}

.widget_calendar table,
.widget_calendar td {
  border: 0;
}

.widget_calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
}

.widget_calendar th {
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}

.widget_calendar tfoot td#prev {
  text-align: left;
}

.widget_calendar tfoot td#next {
  text-align: right;
}

/* category widget */
/* recent-comments widget */
/* search widget */
.widget_search #searchform {
  width: 100%;
}

/* text widget */
/* = 9.16 Footer

-------------------------------------------------------------- */
.footer {
  position: relative;
  padding: 36px 0 16px 0;
  color: #8c8c8c;
  background: #ffffff;
  /* = 9.16.0 Footer Icons

	-------------------------------------------------------------- */
  /* = 9.16.01 Footer Menu

	-------------------------------------------------------------- */
  /* = 9.16.1 Footer Widget

	-------------------------------------------------------------- */
}

.footer a.by span {
  color: #70bee0;
}

.footer #footer-social-icons {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  color: #8c8c8c;
}

.footer #footer-social-icons ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer #footer-social-icons ul li {
  display: inline;
  margin-left: 10px;
}

.footer #footer-social-icons ul li a {
  color: #8c8c8c;
}

.footer #footer-social-icons ul li a:hover {
  color: #000;
}

.footer .footer-navigation {
  margin-bottom: 10px;
  /* list */
}

.footer .footer-navigation ul {
  clear: both;
  text-align: center;
}

.footer .footer-navigation ul li {
  display: inline;
  width: 100%;
  padding: 0;
  border-bottom: none;
  /* deep nesting */
}

.footer .footer-navigation ul li a {
  color: #8c8c8c;
  font-size: 16px;
}

.footer .footer-navigation ul li a:hover {
  color: #000000;
}

.footer .footer-navigation ul li:last-child {
  border-bottom: none;
}

.footer .footer-navigation ul li ul {
  display: none;
}

.footer .footer-navigation ul.menu {
  padding: 0;
  margin: 0;
}

.footer .footer-navigation ul.menu li {
  padding: 0 8px;
}

.footer #copy {
  text-align: center;
  margin-bottom: 10px;
}

.footer .widget {
  display: inline-block;
  width: 33.33%;
  padding: 0;
  margin: 40px 0;
  font-size: 16px;
  text-align: left;
  /* widget title */
  /* rss */
  /* tag cloud */
  /* text widget */
}

.footer .widget .widgettitle {
  color: #000000;
}

.footer .widget ul {
  margin: 0px;
  padding: 0px;
}

.footer .widget a.rsswidget, .footer .widget a.rsswidget:visited {
  color: #ffffff;
}

.footer .widget a.rsswidget:hover, .footer .widget a.rsswidget:visited:hover {
  color: #8c8c8c;
}

.footer .widget .tagcloud {
  margin-top: 12px;
}

.footer .widget .tagcloud a, .footer .widget .tagcloud a:visited {
  color: #ffffff;
}

.footer .widget .tagcloud a:hover, .footer .widget .tagcloud a:visited:hover {
  color: #8c8c8c;
}

.footer .widget .textwidget {
  color: #8c8c8c;
  text-align: center;
}

.footer .widget .textwidget p {
  margin: 0 0 10px;
  color: #8c8c8c;
  line-height: 140%;
}

.footer .widget .textwidget a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .widget .textwidget a:hover {
  color: #8c8c8c;
}

.footer .widget form {
  margin: 1em 0 0 0;
}

/* = 9.18 MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)

Demo at: http://www.aaronvanderzwan.com/maxcycle/
Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
Copyright (c) 2007-2011 Aaron Vanderzwan
Dual licensed under the MIT and GPL licenses.
Version: 2.0.73 (12-Oct-2012)

-------------------------------------------------------------- */
.mc-hide-scrolls {
  overflow: hidden;
}

body .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.mc-image {
  /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	If you are using fading transitions, use 'opacity: */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.mc-old-browser .mc-image {
  overflow: hidden;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #000000;
}

#maxproject {
  position: absolute;
}

#maximage {
  position: absolute;
  overflow: hidden;
  z-index: 100;
  display: none;
}

#maximage .mc-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: radial-gradient(ellipse at center, rgba(76, 76, 76, 0.05) 0%, rgba(89, 89, 89, 0.05) 0%, rgba(17, 17, 17, 0.3) 100%);
  /* W3C */
}

#maximage video, #maximage object {
  width: 100%;
  height: 100%;
}

#maximage video#video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

#maximage #skip {
  position: absolute;
  bottom: 48px;
  width: auto;
  height: auto;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#maximage #skip a {
  color: #ffffff;
  outline: 0;
}

#arrow_left, #arrow_right {
  position: absolute;
  top: 47%;
  padding: 24px;
  font-size: 24px;
  color: #ffffff;
  z-index: 200;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#arrow_left:hover, #arrow_right:hover {
  color: #8c8c8c;
}

#arrow_left:active, #arrow_right:active {
  text-decoration: none;
}

#arrow_left {
  left: 30px;
}

#arrow_right {
  right: 30px;
}

.in-slide-content {
  position: relative;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.in-slide-content img {
  margin: 24px 0 0 0;
  padding: 0;
}

/* = 9.19 Sliding Panel

-------------------------------------------------------------- */
.overlay ::-webkit-scrollbar {
  display: none;
}

/* Wrap */
.overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 99998;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.overlay-wrap.open {
  height: 100%;
  width: 102%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.overlay-wrap.closing {
  width: 105%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
}

/* Overlay */
.overlay {
  width: 50%;
  z-index: 9998;
  background: #000000;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.overlay-wrap.open .overlay {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.overlay-wrap.closing .overlay {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* Overlay closing Cross */
.overlay-close {
  width: 57px;
  height: 57px;
  position: fixed;
  left: 51%;
  overflow: hidden;
  border: none;
  display: none;
  opacity: 0;
  background: black;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.overlay-close i {
  font-size: 32px;
  color: white;
  margin-top: 4px;
}

.overlay-wrap.open .overlay-close {
  opacity: 1;
  display: block;
}

.overlay-wrap.closing .overlay-close {
  opacity: 0;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.overlay nav ul li {
  position: relative;
  display: block;
  width: 100%;
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  border-bottom: 1px solid #272727;
}

.overlay nav ul li:last-child {
  border-bottom: none;
}

.overlay nav ul li a {
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 27px 0 20px;
  display: block;
  color: #ffffff;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.overlay nav ul li a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #8c8c8c;
  letter-spacing: 2px;
}

.overlay nav ul li a:hover,
.overlay nav ul li a:focus {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

/* Not found message */
.overlay .not-found {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 4px;
  margin-top: 40px;
}

/* Target */
.overlay-target {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  z-index: 9997;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.overlay-target.overlay-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.admin-bar .overlay-wrap {
  top: 16px;
}

.admin-bar .overlay-close {
  top: 28px;
}

/* Owl Carousel fix */
.owl-item.loading {
  background-image: url("assets/images/AjaxLoader.gif");
}

.grabbing {
  cursor: url("assets/images/grabbing.png") 8 8, move;
}

/* = 10. Media Queries
-------------------------------------------------------------- */
/* = 10.1 max-width : 1280px

-------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  /* = BLOG
	-------------------------------------------------------------- */
  .posts.featured > .hentry .post-image .post-header {
    padding: 36px;
  }
  .posts.featured > .hentry .post-image .post-header .post-title {
    width: 100%;
    font-size: 2em;
  }
}

/* = 10.2 max-width : 1024px

-------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /* = Row shortcode */
  .row.parallax {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  /* = Navigation */
  nav[role=navigation] {
    display: none;
  }
  .header nav.mobile {
    display: block;
  }
  .header .mobile-trigger {
    display: table;
  }
  /* = Typography */
  p.lead {
    font-size: 1.1em;
  }
  .page-title {
    font-size: 44px;
  }
  /* Columns  */
  .one_half,
  .one_fourth,
  .one_third,
  .two_third,
  .three_fourth {
    width: 48%;
    margin-bottom: 2%;
  }
  .one_third,
  .two_third {
    margin-right: 4%;
  }
  .quarter-width,
  .third-width,
  .half-width {
    width: 50%;
  }
  /* = Slider */
  #maximage video {
    display: none;
  }
  .intro {
    position: relative;
    z-index: 9999;
  }
  .intro h1 {
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    font-size: 72px;
  }
  .intro h2 {
    margin: 0 auto;
    padding: 0 10%;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  /* = Projects */
  .block-grid .block-item a h5 {
    margin-top: -34px;
    opacity: 1;
  }
  .block-grid .block-item a h5 i {
    margin-top: -28px;
  }
  .block-grid .block-item:hover h5 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .block-grid .block-item:hover h5 i {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    color: #8c8c8c;
  }
  .block-grid.columns-3 .block-item, .block-grid.columns-4 .block-item {
    padding-right: 0;
  }
  /* = Blog */
  .single-post .hentry .post-header .post-title {
    font-size: 2.5em;
  }
  .posts.featured > .hentry .post-image .post-header {
    padding: 24px;
  }
  .posts.featured > .hentry .post-image .post-header div {
    font-size: 12px;
  }
  .posts.featured > .hentry .post-image .post-header span.sep {
    margin: 0 4px;
  }
  .posts.featured > .hentry .post-image .post-header .post-title {
    width: 100%;
    font-size: 1.5em;
  }
  .posts.shortcode.col-2 > .hentry, .posts.shortcode.col-3 > .hentry {
    width: 48%;
  }
  .posts.shortcode.col-2 > .hentry .post-header, .posts.shortcode.col-3 > .hentry .post-header {
    padding: 24px 48px;
  }
  .posts.shortcode.col-2 > .hentry .post-header .post-title, .posts.shortcode.col-3 > .hentry .post-header .post-title {
    font-size: 2em;
  }
  .posts.shortcode.featured.col-2 > .hentry, .posts.shortcode.featured.col-3 > .hentry, .posts.shortcode.featured.col-4 > .hentry {
    width: 50%;
    margin: 0;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header, .posts.shortcode.featured.col-3 > .hentry .post-header, .posts.shortcode.featured.col-4 > .hentry .post-header {
    padding: 24px 48px;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header .post-title, .posts.shortcode.featured.col-3 > .hentry .post-header .post-title, .posts.shortcode.featured.col-4 > .hentry .post-header .post-title {
    font-size: 2em;
  }
  /* = Shortcodes */
  .shortcode_team .team_description {
    padding: 12px 0px;
  }
  .shortcode_price_table_holder.two_columns .shortcode_price_table,
  .shortcode_price_table_holder.three_columns .shortcode_price_table,
  .shortcode_price_table_holder.four_columns .shortcode_price_table,
  .shortcode_price_table_holder.five_columns .shortcode_price_table {
    width: 50%;
  }
  .shortcode_text_columns.two-cols, .shortcode_text_columns.three-cols, .shortcode_text_columns.four-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* = 10.3 max-width : 768px

-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /* = Slider */
  .intro {
    position: relative;
    z-index: 9999;
  }
  .intro h1 {
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-size: 60px;
  }
  .intro h2 {
    font-size: 20px;
    margin: 0 auto;
    padding: 12px 48px;
    letter-spacing: 2px;
    line-height: 110%;
  }
  #skip {
    display: none;
  }
  /* = Sidebar */
  .sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Columns  */
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth {
    width: 100%;
    margin-bottom: 2%;
  }
  /* = Typography */
  p.lead {
    font-size: 1em;
  }
  .page-title {
    font-size: 32px;
  }
  /* = Blog */
  .posts {
    position: relative;
    width: 100%;
    margin-top: 48px;
  }
  .posts.normal > .hentry {
    padding: 48px;
  }
  .posts.normal > .hentry .post-header, .posts.normal > .hentry .post-content {
    max-width: 100%;
  }
  .posts.normal > .hentry .post-header .post-title {
    font-size: 2.2em;
    margin-bottom: 36px;
  }
  .posts.normal > .hentry .post-excerpt {
    padding: 72px;
  }
  .posts.normal > .hentry .post-thumbnail {
    display: none;
  }
  .posts.featured > .hentry {
    width: 100%;
  }
  .posts.featured > .hentry .post-image .post-header {
    padding: 24px;
  }
  .posts.featured > .hentry .post-image .post-header div {
    font-size: 12px;
  }
  .posts.featured > .hentry .post-image .post-header span.sep {
    margin: 0 4px;
  }
  .posts.featured > .hentry .post-image .post-header .post-title {
    width: 100%;
    font-size: 1.5em;
  }
  .posts.shortcode.col-2 > .hentry, .posts.shortcode.col-3 > .hentry {
    width: 100%;
  }
  .posts.shortcode.col-2 > .hentry .post-header .post-title, .posts.shortcode.col-3 > .hentry .post-header .post-title {
    font-size: 2em;
  }
  .posts.shortcode.featured.col-2 > .hentry, .posts.shortcode.featured.col-3 > .hentry, .posts.shortcode.featured.col-4 > .hentry {
    width: 100%;
    margin: 0;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header, .posts.shortcode.featured.col-3 > .hentry .post-header, .posts.shortcode.featured.col-4 > .hentry .post-header {
    padding: 24px 48px;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header .post-title, .posts.shortcode.featured.col-3 > .hentry .post-header .post-title, .posts.shortcode.featured.col-4 > .hentry .post-header .post-title {
    font-size: 2.2em;
    max-width: 85%;
  }
  .posts .author_description {
    margin: 52px auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
  }
  .posts .author_description .author_description_inner {
    padding: 36px;
  }
  .posts .author_description .author_description_inner .image {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .posts .author_description .author_description_inner .author_text_holder {
    margin-left: 0;
    text-align: center;
  }
  .posts .author_description .author_description_inner .author_text_holder h4 {
    margin: 0 0 12px;
  }
  div#respond-container {
    padding: 36px;
    /* h3 comment title */
  }
  div#respond-container #comments-title {
    margin: 0 0 48px 0;
    padding: 0 0 24px 0;
    font-size: 32px;
    border-bottom: 1px solid #f9f9f9;
    /* number of comments span */
  }
  div#respond-container input[type="text"],
  div#respond-container input[type="password"],
  div#respond-container input[type="datetime"],
  div#respond-container input[type="datetime-local"],
  div#respond-container input[type="date"],
  div#respond-container input[type="month"],
  div#respond-container input[type="time"],
  div#respond-container input[type="week"],
  div#respond-container input[type="number"],
  div#respond-container input[type="email"],
  div#respond-container input[type="url"],
  div#respond-container input[type="search"],
  div#respond-container input[type="tel"],
  div#respond-container input[type="color"],
  div#respond-container select,
  div#respond-container textarea,
  div#respond-container .field {
    padding: 8px;
    max-width: 100%;
  }
  .comment {
    /* vcard */
    /* end .commentlist .vcard */
    /* end children */
    /* general comment classes */
    /* end .commentlist .comment_content */
    /* comment reply link */
    /* end .commentlist .comment-reply-link */
  }
  .comment .comment-author {
    padding: 0;
    border: 0;
    text-align: center;
  }
  .comment .vcard {
    margin-left: 0;
  }
  .comment .vcard .avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    float: none;
  }
  .comment .vcard h4 {
    display: block;
    margin: 0;
    font-size: 24px;
    padding: 8px 0 0 0;
  }
  .comment .vcard time {
    font-size: 14px;
    margin-top: -5px;
    display: block;
  }
  .comment .vcard time a {
    color: #8c8c8c;
    text-decoration: none;
  }
  .comment .vcard time a:hover {
    text-decoration: underline;
  }
  .comment:last-child {
    margin-bottom: 0;
  }
  .comment .alert-info {
    margin: 42px 0 0 0;
    padding: 12px;
  }
  .comment .alert-info p {
    margin: 0;
    font-size: 14px;
  }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */
  }
  .comment[class*=depth-] {
    margin-top: 1.1em;
  }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  .comment:not(.depth-1) {
    margin: 0 0 24px;
  }
  .comment .comment_content {
    margin: 24px 0;
  }
  .comment .comment_content p {
    margin: 0;
    text-align: center;
    line-height: 1.5;
  }
  .comment .comment-reply-link {
    text-align: center;
  }
  /* = Projects */
  .block-grid .block-item a h5 {
    margin-top: -34px;
    opacity: 1;
  }
  .block-grid .block-item a h5 i {
    margin-top: -28px;
  }
  .block-grid.columns-2 .block-item, .block-grid.columns-3 .block-item, .block-grid.columns-4 .block-item {
    padding-right: 0 !important;
  }
  .block-grid.columns-2 .block-item h1, .block-grid.columns-3 .block-item h1, .block-grid.columns-4 .block-item h1 {
    font-size: 350%;
    max-width: 300px;
  }
  .quarter-width,
  .third-width,
  .half-width {
    width: 100%;
  }
  /* = Pagination */
  .projects-pagination .prev-nav {
    width: 45%;
  }
  .projects-pagination .back-nav {
    width: 10%;
  }
  .projects-pagination .back-nav i {
    padding-top: 8px;
    font-size: 32px;
  }
  .projects-pagination .next-nav {
    width: 45%;
  }
  /* = Footer */
  .footer .widget {
    width: 100%;
    padding: 4px 0;
  }
  /* = Shortcodes */
  .shortcode_list_images ul.two_col li, .shortcode_list_images ul.three_col li, .shortcode_list_images ul.four_col li {
    width: 50%;
  }
  .shortcode_team .team_description {
    padding: 12px 0px;
  }
  .shortcode_price_table_holder.two_columns .shortcode_price_table,
  .shortcode_price_table_holder.three_columns .shortcode_price_table,
  .shortcode_price_table_holder.four_columns .shortcode_price_table,
  .shortcode_price_table_holder.five_columns .shortcode_price_table {
    width: 100%;
    margin-bottom: 24px;
  }
  .shortcode_text_columns.two-cols, .shortcode_text_columns.three-cols, .shortcode_text_columns.four-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* = 404 page */
  .not-found-page {
    padding: 50px 0;
  }
  .not-found-page p {
    width: 70%;
  }
  /* = Gallery */
  .gallery-columns-4:hover .gallery-caption {
    display: none;
  }
}

/* = 10.4 max-width : 480px

-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* = Typography */
  h1, .h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 1.8em;
  }
  h3, .h3 {
    font-size: 1.2em;
  }
  h4, .h4 {
    font-size: 1.1em;
  }
  h5, .h5, h6, .h6 {
    font-size: 1em;
  }
  .curtain-top,
  .curtain-bottom {
    height: 0px !important;
  }
  .curtain-right,
  .curtain-left {
    width: 0px !important;
  }
  .header {
    top: 0px !important;
  }
  .page-header h6 {
    padding: 1.4em 0;
    font-size: 14px;
  }
  .page-header h2 {
    font-size: 1.2em;
  }
  /* = Blog */
  .single-post .hentry .post-header div {
    font-size: 12px;
  }
  .single-post .hentry .post-header span.sep {
    margin: 0 2px;
  }
  .single-post .hentry .post-header .post-title {
    font-size: 1.5em;
  }
  .posts.normal > .hentry {
    padding: 24px;
  }
  .posts.normal > .hentry .post-header, .posts.normal > .hentry .post-content {
    max-width: 100%;
  }
  .posts.normal > .hentry .post-header div {
    font-size: 12px;
  }
  .posts.normal > .hentry .post-header .post-title {
    font-size: 1.5em;
    margin-bottom: 24px;
  }
  .posts.normal > .hentry .post-excerpt {
    padding: 36px;
  }
  .posts.normal > .hentry .post-content {
    font-size: 12px;
    line-height: 1.6;
  }
  .posts.normal > .hentry .post-thumbnail {
    display: none;
  }
  .posts.featured > .hentry .post-image .post-header {
    padding: 36px;
  }
  .posts.featured > .hentry .post-image .post-header .post-title {
    width: 100%;
    font-size: 2em;
  }
  .posts.shortcode.featured.col-2 > .hentry, .posts.shortcode.featured.col-3 > .hentry, .posts.shortcode.featured.col-4 > .hentry {
    width: 100%;
    margin: 0;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header, .posts.shortcode.featured.col-3 > .hentry .post-header, .posts.shortcode.featured.col-4 > .hentry .post-header {
    padding: 12px 36px;
  }
  .posts.shortcode.featured.col-2 > .hentry .post-header .post-title, .posts.shortcode.featured.col-3 > .hentry .post-header .post-title, .posts.shortcode.featured.col-4 > .hentry .post-header .post-title {
    font-size: 1.8em;
    max-width: 85%;
  }
  /* = Project */
  .block-grid.columns-2 .block-item, .block-grid.columns-3 .block-item, .block-grid.columns-4 .block-item {
    padding-right: 0 !important;
  }
  .block-grid.columns-2 .block-item .over, .block-grid.columns-3 .block-item .over, .block-grid.columns-4 .block-item .over {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .block-grid.columns-2 .block-item h1, .block-grid.columns-3 .block-item h1, .block-grid.columns-4 .block-item h1 {
    font-size: 200%;
    max-width: 90%;
  }
  body.single-projects #maximage #video-inner {
    display: none;
  }
  body.single-projects #maximage .in-slide-content .intro {
    margin: 0;
    padding: 0;
  }
  body.single-projects #maximage .in-slide-content .intro h1 {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0 24px;
  }
  body.single-projects #maximage .in-slide-content .intro h2 {
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin: 0 auto;
    display: inline-block;
  }
  /* = Pagination */
  .projects-pagination .prev-nav {
    width: 40%;
  }
  .projects-pagination .prev-nav a {
    font-size: 12px;
  }
  .projects-pagination .back-nav {
    width: 20%;
  }
  .projects-pagination .back-nav i {
    padding-top: 8px;
    font-size: 28px;
  }
  .projects-pagination .next-nav {
    width: 40%;
  }
  .projects-pagination .next-nav a {
    font-size: 12px;
  }
  /* = Shortcodes */
  .shortcode_list_images ul.two_col li, .shortcode_list_images ul.three_col li, .shortcode_list_images ul.four_col li {
    width: 100%;
  }
  .shortcode_price_table_holder.two_columns .shortcode_price_table,
  .shortcode_price_table_holder.three_columns .shortcode_price_table,
  .shortcode_price_table_holder.four_columns .shortcode_price_table,
  .shortcode_price_table_holder.five_columns .shortcode_price_table {
    width: 100%;
    margin-bottom: 24px;
  }
  .shortcode_text_columns.two-cols, .shortcode_text_columns.three-cols, .shortcode_text_columns.four-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* = Gallery */
  .gallery-columns-3:hover .gallery-caption {
    display: none;
  }
}

/* = 10.5 max-width : 420px

-------------------------------------------------------------- */
@media only screen and (max-width: 420px) {
  /* = Layout */
  .header .wrap {
    padding: 0 24px;
  }
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* = Typography */
  body {
    line-height: 1.5em;
  }
  /* = Slider */
  .in-slide-content h1 {
    font-size: 17px;
  }
  .in-slide-content h2 {
    font-size: 14px;
  }
  .in-slide-content .readmore {
    padding: 6px;
  }
  #arrow_left {
    left: 4px;
  }
  #arrow_right {
    right: 4px;
  }
  /* = Projects */
  .project-cover .hero-title {
    bottom: 124px !important;
    left: 0px !important;
  }
  .project-cover .hero-title h1 {
    font-size: 300% !important;
    max-width: 90% !important;
  }
  /* = Shortcodes */
  .blog_content .entry-header h3 {
    font-size: 2em;
    line-height: 1.2;
  }
  .blog_content .entry-header .entry-title {
    width: 90%;
  }
  .service_table_content {
    padding: 0 12px 12px !important;
  }
}

/* = 8. Modules
-------------------------------------------------------------- */
/* 8.1 Alerts */
/******************************************************************

Stylesheet: Alert Styles

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  padding: 12px;
  border: 1px solid;
}

.alert-help {
  border-color: #fff68e;
  background: #fffcda;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* 8.2 Buttons */
/******************************************************************

Stylesheet: Button Styles

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn, .pagination .alignleft a, .pagination .alignright a, .comment-respond #submit, input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce-product-search input[type=submit] {
  position: relative;
  display: inline-block;
  width: auto;
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
  padding: 16px 24px;
  margin: 0;
  border: 4px solid #8c8c8c;
  border-radius: 0;
  background: #ffffff;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover, .btn:focus, .pagination .alignleft a:hover, .pagination .alignright a:hover, .comment-respond #submit:hover, input:hover[type="submit"], .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-product-search input:hover[type=submit], .pagination .alignleft a:focus, .pagination .alignright a:focus, .comment-respond #submit:focus, input:focus[type="submit"], .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-product-search input:focus[type=submit] {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}

.btn.left, .pagination .alignleft a.left, .pagination .alignright a.left, .comment-respond .left#submit, input.left[type="submit"], .woocommerce #respond input.left#submit, .woocommerce a.left.button, .woocommerce button.left.button, .woocommerce input.left.button, .woocommerce-cart .wc-proceed-to-checkout a.left.checkout-button, .woocommerce-product-search input.left[type=submit] {
  float: left;
}

.btn.right, .pagination .alignleft a.right, .pagination .alignright a.right, .comment-respond .right#submit, input.right[type="submit"], .woocommerce #respond input.right#submit, .woocommerce a.right.button, .woocommerce button.right.button, .woocommerce input.right.button, .woocommerce-cart .wc-proceed-to-checkout a.right.checkout-button, .woocommerce-product-search input.right[type=submit] {
  float: right;
}

.btn.center, .pagination .alignleft a.center, .pagination .alignright a.center, .comment-respond .center#submit, input.center[type="submit"], .woocommerce #respond input.center#submit, .woocommerce a.center.button, .woocommerce button.center.button, .woocommerce input.center.button, .woocommerce-cart .wc-proceed-to-checkout a.center.checkout-button, .woocommerce-product-search input.center[type=submit] {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.btn.small, .pagination .alignleft a.small, .pagination .alignright a.small, .comment-respond .small#submit, input.small[type="submit"], .woocommerce #respond input.small#submit, .woocommerce a.small.button, .woocommerce button.small.button, .woocommerce input.small.button, .woocommerce-cart .wc-proceed-to-checkout a.small.checkout-button, .woocommerce-product-search input.small[type=submit] {
  padding: 6px 12px;
}

.btn.medium, .pagination .alignleft a.medium, .pagination .alignright a.medium, .comment-respond .medium#submit, input.medium[type="submit"], .woocommerce #respond input.medium#submit, .woocommerce a.medium.button, .woocommerce button.medium.button, .woocommerce input.medium.button, .woocommerce-cart .wc-proceed-to-checkout a.medium.checkout-button, .woocommerce-product-search input.medium[type=submit] {
  padding: 16px 24px;
}

.btn.large, .pagination .alignleft a.large, .pagination .alignright a.large, .comment-respond .large#submit, input.large[type="submit"], .woocommerce #respond input.large#submit, .woocommerce a.large.button, .woocommerce button.large.button, .woocommerce input.large.button, .woocommerce-cart .wc-proceed-to-checkout a.large.checkout-button, .woocommerce-product-search input.large[type=submit] {
  font-size: 18px;
  padding: 24px 36px;
}

.btn.full_width, .pagination .alignleft a.full_width, .pagination .alignright a.full_width, .comment-respond .full_width#submit, input.full_width[type="submit"], .woocommerce #respond input.full_width#submit, .woocommerce a.full_width.button, .woocommerce button.full_width.button, .woocommerce input.full_width.button, .woocommerce-cart .wc-proceed-to-checkout a.full_width.checkout-button, .woocommerce-product-search input.full_width[type=submit] {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.btn.white, .pagination .alignleft a.white, .pagination .alignright a.white, .comment-respond .white#submit, input.white[type="submit"], .woocommerce #respond input.white#submit, .woocommerce a.white.button, .woocommerce button.white.button, .woocommerce input.white.button, .woocommerce-cart .wc-proceed-to-checkout a.white.checkout-button, .woocommerce-product-search input.white[type=submit] {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

.btn.white:hover, .pagination .alignleft a.white:hover, .pagination .alignright a.white:hover, .comment-respond .white#submit:hover, input.white:hover[type="submit"], .woocommerce #respond input.white#submit:hover, .woocommerce a.white.button:hover, .woocommerce button.white.button:hover, .woocommerce input.white.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.white.checkout-button:hover, .woocommerce-product-search input.white:hover[type=submit] {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn.black, .pagination .alignleft a.black, .pagination .alignright a.black, .comment-respond .black#submit, input.black[type="submit"], .woocommerce #respond input.black#submit, .woocommerce a.black.button, .woocommerce button.black.button, .woocommerce input.black.button, .woocommerce-cart .wc-proceed-to-checkout a.black.checkout-button, .woocommerce-product-search input.black[type=submit] {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.btn.black:hover, .pagination .alignleft a.black:hover, .pagination .alignright a.black:hover, .comment-respond .black#submit:hover, input.black:hover[type="submit"], .woocommerce #respond input.black#submit:hover, .woocommerce a.black.button:hover, .woocommerce button.black.button:hover, .woocommerce input.black.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.black.checkout-button:hover, .woocommerce-product-search input.black:hover[type=submit] {
  color: #ffffff;
  border-color: #8c8c8c;
  background-color: #8c8c8c;
}

.btn i, .pagination .alignleft a i, .pagination .alignright a i, .comment-respond #submit i, input[type="submit"] i, .woocommerce #respond input#submit i, .woocommerce a.button i, .woocommerce button.button i, .woocommerce input.button i, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i, .woocommerce button.button.alt i, .woocommerce #respond input#submit.alt i, .woocommerce a.button.alt i, .woocommerce input.button.alt i, .woocommerce-product-search input[type=submit] i {
  margin: 0 0 0 10px;
}

.btn.small i, .pagination .alignleft a.small i, .pagination .alignright a.small i, .comment-respond .small#submit i, input.small[type="submit"] i, .woocommerce #respond input.small#submit i, .woocommerce a.small.button i, .woocommerce button.small.button i, .woocommerce input.small.button i, .woocommerce-cart .wc-proceed-to-checkout a.small.checkout-button i, .woocommerce-product-search input.small[type=submit] i {
  margin: 0 0 0 10px;
}

.btn.large i, .pagination .alignleft a.large i, .pagination .alignright a.large i, .comment-respond .large#submit i, input.large[type="submit"] i, .woocommerce #respond input.large#submit i, .woocommerce a.large.button i, .woocommerce button.large.button i, .woocommerce input.large.button i, .woocommerce-cart .wc-proceed-to-checkout a.large.checkout-button i, .woocommerce-product-search input.large[type=submit] i {
  margin: 0 0 0 17px;
}

a.link {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a.link:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #8c8c8c;
  background: -webkit-gradient(linear, left top, right top, from(#000000 50%), to(#d7d7d7 50%));
  background: -webkit-linear-gradient(left, #000000 50%, #d7d7d7 50%);
  background: -moz-linear-gradient(left, #000000 50%, #d7d7d7 50%);
  background: -o-linear-gradient(left, #000000 50%, #d7d7d7 50%);
  background: linear-gradient(to right, #000000 50%, #d7d7d7 50%);
  background-size: 204% 100%;
  background-position: 99% 0;
  -webkit-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}

a.link.white {
  color: #ffffff;
}

a.link.white:after {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#8c8c8c 50%), to(#d7d7d7 50%));
  background: -webkit-linear-gradient(left, #8c8c8c 50%, #d7d7d7 50%);
  background: -moz-linear-gradient(left, #8c8c8c 50%, #d7d7d7 50%);
  background: -o-linear-gradient(left, #8c8c8c 50%, #d7d7d7 50%);
  background: linear-gradient(to right, #8c8c8c 50%, #d7d7d7 50%);
  background-size: 204% 100%;
  background-position: 99% 0;
}

a.link.white:hover {
  color: #ffffff;
}

a.link:hover {
  color: #000000;
}

a.link:hover:after {
  background-position: 1% 0;
}

/* 8.3 Forms */
/******************************************************************

Stylesheet: Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 48px;
  padding: 16px;
  margin-bottom: 14px;
  color: #8c8c8c;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-size: 16px;
  background-color: #ffffff;
  border: 2px solid #d7d7d7;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-color 0.24s ease-in-out;
  box-sizing: border-box;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: 0;
  border: 2px solid #979797;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="number"] {
  padding: 0;
}

textarea {
  min-height: 140px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  padding: 0 16px;
}

label {
  font-size: 14px;
  text-transform: uppercase;
  color: #8c8c8c;
}

form.wpcf7-form p {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 14px;
}

form.wpcf7-form div.wpcf7-validation-errors {
  padding: 24px 24px 24px 52px;
  color: #d55d62;
  font-size: 14px;
  border-color: #d55d62;
  margin: 0;
  background-color: #fbe3e4;
  background-position: 5% 47%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #d55d62;
  text-transform: none;
  font-weight: normal;
}

fieldset {
  margin: 0 0 14px 0;
}

fieldset legend {
  text-transform: uppercase;
}

/* 8.4 Animations */
/******************************************************************

Stylesheet: Animations Styles

******************************************************************/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pulse:hover, .pulsing {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0,7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0,7;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-8em);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-8em);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-8em);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-8em);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8em);
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-8em);
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-8em);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8em);
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.kenburns {
  -webkit-animation-name: kenburns;
  -moz-animation-name: kenburns;
  -o-animation-name: kenburns;
  animation-name: kenburns;
}

.kenburnsreverse {
  -webkit-animation-name: kenburnsreverse;
  -moz-animation-name: kenburnsreverse;
  -o-animation-name: kenburnsreverse;
  animation-name: kenburnsreverse;
}

.kanimate {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -ms-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/**
 * kenburns Reverse
 */
@-webkit-keyframes kenburnsreverse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes kenburnsreverse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/* = 11. WooCommerce
-------------------------------------------------------------- */
body.archive.archive.post-type-archive .wrap {
  max-width: 1320px;
}

.woocommerce span.onsale {
  top: 0;
  left: 0;
  border-radius: 0%;
}

.woocommerce ul.products li.product .onsale {
  margin: 0px;
}

.woocommerce div.product .product_title, .woocommerce .checkout h3 {
  font-size: 2em;
}

.woocommerce h2 {
  font-size: 1.5em;
}

.woocommerce h3 {
  font-size: 1.5em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: relative;
  padding: 0px;
}

.cart-status {
  position: relative;
  text-align: right;
  background: #ffffff;
  display: inline;
  float: right;
  padding: 10px 20px;
  margin-top: 65px;
  border: 2px solid #000;
}

.cart-status i {
  color: #000000;
  font-size: 20px;
  margin-right: 10px;
}

.cart-status a {
  color: #000000;
  font-size: 14px;
}

.cart-status:hover {
  background: #000;
}

.cart-status:hover i {
  color: #ffffff;
}

.cart-status:hover a {
  color: #ffffff;
}

.woocommerce-LoopProduct-link {
  transition: none;
}

.woocommerce-LoopProduct-link:hover .star-rating {
  color: black;
}

.woocommerce form .form-row {
  padding: 3px 0;
}

.woocommerce .quantity .qty {
  line-height: 30px;
  padding: 9px 0;
  border-radius: 0;
  height: 54px;
}

a.added_to_cart.wc-forward {
  text-decoration: underline;
  margin: 0 5px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 16px 24px;
}

.woocommerce table.cart td.actions .input-text#coupon_code {
  width: 160px;
  border-radius: 0;
  line-height: 2;
  padding: 23px 7px;
}

.woocommerce-cart table.cart img {
  width: 90px;
}

ul.woocommerce-thankyou-order-details.order_details {
  padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-product-search input[type=submit] {
  white-space: normal;
  line-height: 150%;
  text-align: center;
  padding: 16px 14px;
  border-width: 2px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #000000;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .stock, .woocommerce ul.products li.product .price {
  color: #77a464;
}

.woocommerce span.onsale {
  background-color: #77a464;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  top: 1.2em;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1em;
}

.woocommerce a.remove {
  text-indent: 0;
}

.woocommerce-product-search {
  overflow: auto;
}

.woocommerce-product-search input[type="submit"] {
  float: right;
}

.widget.woocommerce p {
  color: black;
}

.widget.woocommerce .button + .button {
  margin-top: 5px;
}

.widget.woocommerce ul.product-categories {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist .description {
  padding-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .cart-status {
    text-align: left;
    float: left;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}

/* = 12. Print
-------------------------------------------------------------- */
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */