@charset "UTF-8";
/*
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.8
Tags: 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 v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* 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;
  border-radius: 3px;
  position: relative;
  float: left;
  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)::-moz-selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent;
}

.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;
  -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;
  -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;
  -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;
  -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;
  -moz-user-select: none;
   -ms-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;
  -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;
  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;
  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;
  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;
  -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;
  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: transparent;
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

.fa-spin {
  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(359deg);
  }
}

.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);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* = 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%;
  }
}

/* = 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-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;
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          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 {
  column-gap: 32px;
  margin-bottom: 2em;
}

.shortcode_text_columns.two-cols {
  column-count: 2;
}

.shortcode_text_columns.three-cols {
  column-count: 3;
}

.shortcode_text_columns.four-cols {
  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 {
  border-radius: 2em;
}

.shortcode_icon_with_title .icon_holder .fa-stack {
  border: 2px solid #f9f9f9;
  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;
  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;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.shortcode_icon_with_title.square .icon_holder .fa-stack,
.fa_icon_square {
  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;
  transition: color 0.4s ease-in-out;
}

.shortcode_icon_with_title.boxed .icon_holder .fa-stack {
  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;
  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;
  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: '- ';
}

/* = 9. Base
-------------------------------------------------------------- */
/* = 9.1 Body

-------------------------------------------------------------- */
body {
  line-height: 1.7em;
  height: 100%;
  color: #8c8c8c;
  overflow-x: hidden;
  background-color: #f9f9f9;
  position: relative;
  width: 100%;
}

body * {
  box-sizing: border-box;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
}

.loader img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}

.test {
  text-transform: uppercase;
  margin: 10px 20px;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* = 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;
}

@media screen and (max-width: 782px) {
  body.admin-bar .curtain-top {
    top: 46px;
  }
}

/* = 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;
  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 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.scroll {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.scroll {
    top: 46px;
  }
}

.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 > li:hover > .sub-menu {
  display: block;
}

.nav > li ul.sub-menu li:hover .sub-menu,
.nav > li ul.children li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 200px;
}

.nav {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav > li {
  float: left;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.2em;
  margin-right: 50px;
  /* = 9.8.1 Dropdown Navigation

		-------------------------------------------------------------- */
}

.nav > li > a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
  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;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}

.nav > li:hover a:after,
.nav > li:focus a:after {
  opacity: 1;
  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 {
  display: none;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  height: auto;
  z-index: 9999;
  text-align: left;
  line-height: 140%;
  overflow-y: scroll;
  padding-top: 5px;
  padding-bottom: 32px;
  background: rgba(0, 0, 0, 0.95);
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@media screen and (max-width: 782px) {
  nav.mobile {
    padding-bottom: 46px;
  }
}

nav.mobile.open {
  opacity: 1;
  visibility: visible;
}

nav.mobile ul {
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

nav.mobile ul li {
  margin: 0;
  padding: 8px 0;
  line-height: 1.7em;
  border-bottom: 1px solid #272727;
}

nav.mobile ul li:last-child ul.sub-menu {
  padding-bottom: 0;
}

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;
}

html.mobile-menu-open {
  overflow-y: hidden;
  height: 100%;
  position: fixed;
}

html.mobile-menu-open body {
  position: fixed;
}

.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 !important;
}

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.8.5 Hidden Header Navigation

-------------------------------------------------------------- */
header.header.hidden {
  display: none;
}

/* = 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: 4em 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 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 {
  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;
  -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 {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      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;
  -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;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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: 99999;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#full-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#full-search .close-button {
  position: absolute;
  font-size: 1.6em;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#full-search .close-button:hover {
  color: #000000;
}

#full-search form {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#full-search input[type="search"] {
  width: 100%;
  max-width: 100%;
  height: 150px;
  line-height: 100px;
  color: #000000;
  background: transparent;
  font-size: 92px;
  text-align: center;
  padding: 16px;
  outline: none;
  border: none;
}

body.admin-bar #full-search .close-button {
  top: 48px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #full-search .close-button {
    top: 62px;
  }
}

/* = 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;
  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;
  max-height: 95vh;
}

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: */
  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;*/
  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: 80px;
  width: auto;
  height: auto;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}

#maximage #skip a {
  color: #ffffff;
  outline: 0;
}

#arrow_left, #arrow_right {
  position: absolute;
  top: 47vh;
  padding: 24px;
  font-size: 24px;
  color: #ffffff;
  z-index: 200;
  outline: 0;
  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;
  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;
  transition: width 0.5s;
}

.overlay-wrap.open {
  height: 100%;
  width: 102%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background .5s ease-out;
  transition: opacity 0.2s;
}

.overlay-wrap.closing {
  width: 105%;
  background-color: rgba(255, 255, 255, 0);
  transition: background .5s ease-out;
}

/* Overlay */
.overlay {
  width: 50%;
  z-index: 9998;
  background: #000000;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.overlay-wrap.open .overlay {
  transform: translateX(0%);
}

.overlay-wrap.closing .overlay {
  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;
  cursor: pointer;
  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;
  padding-bottom: 10px;
}

.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;
  transition: color 0.2s;
  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;
  transition: transform 0.5s;
}

.overlay-target.overlay-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  transform: translateX(20%);
}

body.admin-bar .overlay-wrap, body.admin-bar .overlay-close {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .overlay-wrap, body.admin-bar .overlay-close {
    top: 46px;
  }
}

/* Owl Carousel fix */
.owl-item.loading {
  background-image: url("assets/images/AjaxLoader.gif");
}

.grabbing {
  cursor: url("assets/images/grabbing.png") 8 8, move;
}

/* Google Maps fix */
.wplook-google-map {
  min-height: 400px;
}

/* = 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: 1024px) {
  /* = Row shortcode */
  .row.parallax {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  /* = Navigation */
  .header .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header nav.primary {
    display: none;
  }
  .header .brand {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: 1;
        flex: 1;
  }
  .header nav.secondary {
    margin-right: 50px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .header nav.secondary ul {
    float: none;
  }
  .header .mobile-trigger {
    display: block;
    float: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  nav.mobile {
    display: block;
  }
  /* = 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 .content {
    opacity: 1;
  }
  .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.overlay-expand .over {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .block-grid .block-item:hover h5 {
    transform: translateY(0px);
  }
  .block-grid .block-item:hover h5 i {
    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 {
    column-count: 1;
  }
  /* = Search */
  #full-search input[type="search"] {
    font-size: 76px;
  }
}

/* = 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 {
    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;
  }
  /* = Search */
  #full-search input[type="search"] {
    font-size: 52px;
  }
  /* = Projects overlay */
  .overlay {
    width: 70%;
  }
  .overlay-close {
    left: 71%;
  }
}

/* = 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;
  }
  .page-header h6 {
    padding: 1.4em 0;
    font-size: 14px;
  }
  .page-header h2 {
    font-size: 1.2em;
  }
  body:not(.admin-bar) .header {
    top: 0 !important;
  }
  /* = 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 {
    column-count: 1;
  }
  /* = Gallery */
  .gallery-columns-3:hover .gallery-caption {
    display: none;
  }
  /* = Search */
  #full-search input[type="search"] {
    font-size: 36px;
  }
  /* = Projects overlay */
  .overlay {
    width: 85%;
  }
  .overlay-close {
    left: 86%;
  }
}

/* = 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;
  }
  .wrap .secondary {
    display: none;
  }
  /* = 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;
  }
  /* = Search */
  #full-search input[type="search"] {
    font-size: 24px;
  }
}

/* = 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;
  transition: all 0.2s ease-in-out;
}

.btn:hover, .btn:focus, .pagination .alignleft a:hover, .pagination .alignright a:hover, .comment-respond #submit:hover, input[type="submit"]:hover, .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[type=submit]:hover, .pagination .alignleft a:focus, .pagination .alignright a:focus, .comment-respond #submit:focus, input[type="submit"]:focus, .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[type=submit]:focus {
  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[type="submit"]:hover, .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[type=submit]:hover {
  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[type="submit"]:hover, .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[type=submit]:hover {
  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;
  transition: color 0.2s ease-in-out;
}

a.link:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #8c8c8c;
  background: linear-gradient(to right, #000000 50%, #d7d7d7 50%);
  background-size: 204% 100%;
  background-position: 99% 0;
  transition: background-position 0.2s ease-in-out;
}

a.link.white {
  color: #ffffff;
}

a.link.white:after {
  background: #000000;
  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;
  transition: all 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;
}

select::-ms-expand {
  display: none;
}

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;
  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 {
  animation-duration: .5s;
  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;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-8em);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8em);
  }
}

.animated.slideUp {
  animation-name: slideUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.kenburns {
  animation-name: kenburns;
}

.kenburnsreverse {
  animation-name: kenburnsreverse;
}

.kanimate {
  animation-fill-mode: both;
  animation-duration: 30s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  /* Safari and Chrome */
  transform-origin: 100% 100%;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/**
 * kenburns Reverse
 */

@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;
}

.woocommerce .brand img, .woocommerce-page .brand img {
  max-width: none;
}

@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 */

input[type="text"], input[type="email"], input[type="tel"] {
	 height: 24px !important;
    padding: 14px !important;
    font-size: 12px !important;
	color: #fff !important;
}

textarea {
	padding: 14px !important;
	font-size: 12px !important;
}

input[type="submit"] {
	background: #099a13 !important;
    color: #fff !important;
    border: none;
    text-align: center !important;
    width: 100% !important;
    border-radius: 5px;
	margin-top: 15px;
}

.wpcf7-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #ffffff;
}
.wpcf7-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ffffff;
opacity: 1;
}
.wpcf7-text::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ffffff;
opacity: 1;
}
.wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ffffff;
}
.wpcf7-text:placeholder-shown { /* Standard Pseudo-class */
color: #ffffff;
}