/*
Theme Name: Method
Theme URI: http://pixelgrapes.com/demo/method/
Author: PixelGrapes
Author URI: http://pixelgrapes.com
Description: A multi-concept theme.
Version: 3.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mk
Tags: two-columns, three-columns, right-sidebar, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */




body {
  margin: 0; }

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0px;
  max-width: 100%;
  position: relative;
  z-index: 2; }

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.main-nav, .main-nav ul, .method-big-menu .slide, .slide-holder .pagination ul, .list, .pagination,
.entry-pagination, .tag-clouds,
.tagcloud,
.comments-link,
.cat-links,
.entry-footer .post-categories,
.mk-sidebar .tagcloud,
.product_meta .posted_in,
.product_meta .tagged_as, .widget_nav_menu ul,
.footer-nav, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .three-columns:after, .two-columns:after, .list:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #555;
  background: #ffffff;
  font: 15px/1.8 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #000;
  letter-spacing: 1px;
  line-height: 1em; }

h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 35px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0; }

a {
  color: #2ae9e9; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

body #review_form input[type='text'],
body #review_form input[type='tel'],
body #review_form input[type='email'],
body #review_form input[type='search'],
body #review_form input[type='password'],
body #review_form input[type="number"],
body #review_form textarea,
body #review_form .select-target.select-theme-default {
  background-color: #fff; }

body #footer input[type='text'],
body #footer input[type='tel'],
body #footer input[type='email'],
body #footer input[type='search'],
body #footer input[type='password'],
body #footer input[type="number"],
body #footer textarea,
body #footer .select-target.select-theme-default {
  background-color: #333f48;
  margin-bottom: 8px;
  max-width: 300px;
  font-size: .9em; }

body #footer .search-form label {
  padding: 0; }

body input[type='text'],
body input[type='tel'],
body input[type='email'],
body input[type='search'],
body input[type='password'],
body input[type="number"],
body textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #f7f7f6;
  padding: 9px 10px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none; }
  body input[type='text']:focus,
  body input[type='tel']:focus,
  body input[type='email']:focus,
  body input[type='search']:focus,
  body input[type='password']:focus,
  body input[type="number"]:focus,
  body textarea:focus {
    border-color: #2ae9e9; }
  body input[type='text']::-webkit-input-placeholder,
  body input[type='tel']::-webkit-input-placeholder,
  body input[type='email']::-webkit-input-placeholder,
  body input[type='search']::-webkit-input-placeholder,
  body input[type='password']::-webkit-input-placeholder,
  body input[type="number"]::-webkit-input-placeholder,
  body textarea::-webkit-input-placeholder {
    color: #818181; }
  body input[type='text']::-moz-placeholder,
  body input[type='tel']::-moz-placeholder,
  body input[type='email']::-moz-placeholder,
  body input[type='search']::-moz-placeholder,
  body input[type='password']::-moz-placeholder,
  body input[type="number"]::-moz-placeholder,
  body textarea::-moz-placeholder {
    opacity: 1;
    color: #818181; }
  body input[type='text']:-moz-placeholder,
  body input[type='tel']:-moz-placeholder,
  body input[type='email']:-moz-placeholder,
  body input[type='search']:-moz-placeholder,
  body input[type='password']:-moz-placeholder,
  body input[type="number"]:-moz-placeholder,
  body textarea:-moz-placeholder {
    color: #818181; }
  body input[type='text']:-ms-input-placeholder,
  body input[type='tel']:-ms-input-placeholder,
  body input[type='email']:-ms-input-placeholder,
  body input[type='search']:-ms-input-placeholder,
  body input[type='password']:-ms-input-placeholder,
  body input[type="number"]:-ms-input-placeholder,
  body textarea:-ms-input-placeholder {
    color: #818181; }
  body input[type='text'].placeholder,
  body input[type='tel'].placeholder,
  body input[type='email'].placeholder,
  body input[type='search'].placeholder,
  body input[type='password'].placeholder,
  body input[type="number"].placeholder,
  body textarea.placeholder {
    color: #818181; }

body .has-background-image input[type='text'],
body .has-background-image input[type='tel'],
body .has-background-image input[type='email'],
body .has-background-image input[type='search'],
body .has-background-image input[type='password'],
body .has-background-image input[type="number"],
body .tailor-hero input[type='text'],
body .tailor-hero input[type='tel'],
body .tailor-hero input[type='email'],
body .tailor-hero input[type='search'],
body .tailor-hero input[type='password'],
body .tailor-hero input[type="number"] {
  width: auto;
  height: 100%;
  border: none;
  font-weight: 300;
  color: #8a93a7;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  border-radius: 40px;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 4px; }

body .has-background-image .wpcf7-submit,
body .tailor-hero .wpcf7-submit {
  margin: 0;
  border-radius: 40px;
  border: 2px solid #fff;
  padding: 12px 30px;
  color: #fff;
  font-weight: bold; }
  body .has-background-image .wpcf7-submit:hover,
  body .tailor-hero .wpcf7-submit:hover {
    opacity: .8; }

body input[type='text'].datepicker {
  max-width: 200px; }

select {
  height: 2.7em;
  min-height: 2.8em;
  position: relative;
  width: 100%;
  -webkit-border-radius: 0; }

textarea,
select {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.5em;
  max-width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 10em; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000; }

.wpcf7-textarea,
.comment-form-comment textarea {
  height: 10em; }

.wpcf7-textarea {
  border: 0px; }

.search #wrapper .search-field,
.error404 #wrapper .search-field,
.search-no-results #wrapper .search-field {
  width: 56%; }

.search #wrapper .page-content .search-field,
.error404 #wrapper .page-content .search-field,
.search-no-results #wrapper .page-content .search-field {
  float: left; }

.search #wrapper .search-submit,
.error404 #wrapper .search-submit,
.search-no-results #wrapper .search-submit {
  padding: 10px 27px; }

.search #wrapper .page-content .search-form {
  padding: 40px 0; }
  .search #wrapper .page-content .search-form .search-field {
    width: 80%;
    padding: 9px 11px; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

form label {
  font-size: 0.9em;
  font-weight: normal;
  display: block; }

form .screen-reader-text {
  display: none; }

.widget_custom_cf7 label {
  font-size: 0.9em;
  font-weight: normal;
  padding: 8px 0 2px;
  display: block; }

.widget_custom_cf7 .wpcf7-submit {
  margin-top: 5px; }

.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  pointer-events: none;
  position: absolute;
  opacity: 0; }

.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; }

.select-element.select-open {
  display: block; }

.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.select.select-theme-default .select-content {
  border-radius: .25em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-family: inherit;
  color: inherit;
  overflow: auto;
  max-width: 18rem;
  max-height: 18rem;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 27rem), (max-height: 27rem) {
  .select.select-theme-default .select-content {
    max-width: 11.25rem;
    max-height: 11.25rem; } }

.select.select-theme-default .select-options {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0; }

.select.select-theme-default .select-options .select-option {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 0.5rem 1em 0.5rem 2.5em;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
  position: absolute;
  left: 1em;
  top: 0;
  bottom: .2em;
  height: 1em;
  width: 1em;
  margin: auto; }

.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
  background: #818181;
  color: #fff; }

.select.select-theme-default .select-options .select-option:hover.select-option-selected:before, .select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#fff' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#fff' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }

.select.select-theme-default .select-options .select-option:first-child {
  border-radius: 0.25em 0.25em 0 0; }

.select.select-theme-default .select-options .select-option:last-child {
  border-radius: 0 0 0.25em 0.25em; }

.select-target.select-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-radius: .25em;
  position: relative;
  padding: 0.2rem 3em 0.3rem 1em;
  background: #f6f6f6;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.select-target.select-theme-default:hover {
  border-color: #aaa;
  color: #000; }

.select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
  border-color: #63a2f1;
  outline: none; }

.select-target.select-theme-default b {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.25rem;
  width: 2em; }

.select-target.select-theme-default b:before, .select-target.select-theme-default b:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  height: 0;
  width: 0;
  border: .263em solid transparent; }

.select-target.select-theme-default b:before {
  top: 0;
  border-bottom-color: inherit; }

.select-target.select-theme-default b:after {
  bottom: 0;
  border-top-color: inherit; }

.mk-sidebar .wpcf7 {
  text-align: left; }

.error-404 form,
.not-found form {
  margin-bottom: 30px; }

.error-404 form label,
.not-found form label {
  display: inline; }

@font-face {
  font-family: 'method';
  src: url("fonts/method.ttf?sihh1n") format("truetype"), url("fonts/method.woff?sihh1n") format("woff"), url("fonts/method.svg?sihh1n#method") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'method' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tripadvisor:before {
  content: "\edd4"; }

.icon-home7:before {
  content: "\ea3b"; }

.icon-home22:before {
  content: "\e9eb"; }

.icon-home32:before {
  content: "\ea3c"; }

.icon-home42:before {
  content: "\ea3d"; }

.icon-home52:before {
  content: "\ea3e"; }

.icon-home62:before {
  content: "\ea3f"; }

.icon-bathtub2:before {
  content: "\ea40"; }

.icon-toothbrush2:before {
  content: "\ea41"; }

.icon-bed2:before {
  content: "\ea42"; }

.icon-couch2:before {
  content: "\ea43"; }

.icon-chair2:before {
  content: "\ea44"; }

.icon-city2:before {
  content: "\ea45"; }

.icon-apartment2:before {
  content: "\ea46"; }

.icon-pencil6:before {
  content: "\ea47"; }

.icon-pencil22:before {
  content: "\ea48"; }

.icon-pen4:before {
  content: "\ea49"; }

.icon-pencil32:before {
  content: "\ea4a"; }

.icon-eraser2:before {
  content: "\ea4b"; }

.icon-pencil42:before {
  content: "\ea4c"; }

.icon-pencil52:before {
  content: "\ea4d"; }

.icon-feather4:before {
  content: "\ea4e"; }

.icon-feather22:before {
  content: "\ea4f"; }

.icon-feather32:before {
  content: "\ea50"; }

.icon-pen22:before {
  content: "\ea51"; }

.icon-pen-add2:before {
  content: "\ea52"; }

.icon-pen-remove2:before {
  content: "\e9ec"; }

.icon-vector2:before {
  content: "\e9ed"; }

.icon-pen32:before {
  content: "\ea53"; }

.icon-blog2:before {
  content: "\ea54"; }

.icon-brush3:before {
  content: "\ea55"; }

.icon-brush22:before {
  content: "\ea56"; }

.icon-spray2:before {
  content: "\ea57"; }

.icon-paint-roller2:before {
  content: "\ea58"; }

.icon-stamp2:before {
  content: "\ea59"; }

.icon-tape3:before {
  content: "\ea5a"; }

.icon-desk-tape2:before {
  content: "\ea5b"; }

.icon-texture2:before {
  content: "\ea5c"; }

.icon-eye-dropper2:before {
  content: "\ea5d"; }

.icon-palette2:before {
  content: "\ea5e"; }

.icon-color-sampler2:before {
  content: "\ea5f"; }

.icon-bucket2:before {
  content: "\ea60"; }

.icon-gradient3:before {
  content: "\ea61"; }

.icon-gradient22:before {
  content: "\ea62"; }

.icon-magic-wand2:before {
  content: "\ea63"; }

.icon-magnet2:before {
  content: "\ea64"; }

.icon-pencil-ruler3:before {
  content: "\ea65"; }

.icon-pencil-ruler22:before {
  content: "\ea66"; }

.icon-compass3:before {
  content: "\ea67"; }

.icon-aim2:before {
  content: "\ea68"; }

.icon-gun2:before {
  content: "\ea69"; }

.icon-bottle3:before {
  content: "\e9ee"; }

.icon-drop3:before {
  content: "\e9ef"; }

.icon-drop-crossed2:before {
  content: "\ea6a"; }

.icon-drop22:before {
  content: "\ea6b"; }

.icon-snow3:before {
  content: "\ea6c"; }

.icon-snow22:before {
  content: "\ea6d"; }

.icon-fire2:before {
  content: "\ea6e"; }

.icon-lighter2:before {
  content: "\ea6f"; }

.icon-knife2:before {
  content: "\ea70"; }

.icon-dagger2:before {
  content: "\ea71"; }

.icon-tissue2:before {
  content: "\ea72"; }

.icon-toilet-paper2:before {
  content: "\ea73"; }

.icon-poop2:before {
  content: "\ea74"; }

.icon-umbrella3:before {
  content: "\ea75"; }

.icon-umbrella22:before {
  content: "\ea76"; }

.icon-rain2:before {
  content: "\ea77"; }

.icon-tornado2:before {
  content: "\ea78"; }

.icon-wind2:before {
  content: "\ea79"; }

.icon-fan2:before {
  content: "\ea7a"; }

.icon-contrast2:before {
  content: "\ea7b"; }

.icon-sun-small2:before {
  content: "\ea7c"; }

.icon-sun3:before {
  content: "\ea7d"; }

.icon-sun22:before {
  content: "\ea7e"; }

.icon-moon2:before {
  content: "\ea7f"; }

.icon-cloud2:before {
  content: "\ea80"; }

.icon-cloud-upload2:before {
  content: "\e9f0"; }

.icon-cloud-download2:before {
  content: "\e9f1"; }

.icon-cloud-rain2:before {
  content: "\ea81"; }

.icon-cloud-hailstones2:before {
  content: "\ea82"; }

.icon-cloud-snow2:before {
  content: "\ea83"; }

.icon-cloud-windy2:before {
  content: "\ea84"; }

.icon-sun-wind2:before {
  content: "\ea85"; }

.icon-cloud-fog2:before {
  content: "\ea86"; }

.icon-cloud-sun2:before {
  content: "\ea87"; }

.icon-cloud-lightning2:before {
  content: "\ea88"; }

.icon-cloud-sync2:before {
  content: "\ea89"; }

.icon-cloud-lock2:before {
  content: "\ea8a"; }

.icon-cloud-gear2:before {
  content: "\ea8b"; }

.icon-cloud-alert2:before {
  content: "\ea8c"; }

.icon-cloud-check2:before {
  content: "\ea8d"; }

.icon-cloud-cross2:before {
  content: "\ea8e"; }

.icon-cloud-crossed2:before {
  content: "\ea8f"; }

.icon-cloud-database2:before {
  content: "\ea90"; }

.icon-database2:before {
  content: "\ea91"; }

.icon-database-add2:before {
  content: "\ea92"; }

.icon-database-remove2:before {
  content: "\ea93"; }

.icon-database-lock2:before {
  content: "\ea94"; }

.icon-database-refresh2:before {
  content: "\ea95"; }

.icon-database-check2:before {
  content: "\ea96"; }

.icon-database-history2:before {
  content: "\ea97"; }

.icon-database-upload2:before {
  content: "\e9f2"; }

.icon-database-download2:before {
  content: "\e9f3"; }

.icon-server2:before {
  content: "\ea98"; }

.icon-shield2:before {
  content: "\ea99"; }

.icon-shield-check2:before {
  content: "\ea9a"; }

.icon-shield-alert2:before {
  content: "\ea9b"; }

.icon-shield-cross2:before {
  content: "\ea9c"; }

.icon-lock2:before {
  content: "\ea9d"; }

.icon-rotation-lock2:before {
  content: "\ea9e"; }

.icon-unlock2:before {
  content: "\ea9f"; }

.icon-key2:before {
  content: "\eaa0"; }

.icon-key-hole2:before {
  content: "\eaa1"; }

.icon-toggle-off2:before {
  content: "\eaa2"; }

.icon-toggle-on2:before {
  content: "\eaa3"; }

.icon-cog3:before {
  content: "\eaa4"; }

.icon-cog22:before {
  content: "\eaa5"; }

.icon-wrench2:before {
  content: "\eaa6"; }

.icon-screwdriver2:before {
  content: "\eaa7"; }

.icon-hammer-wrench2:before {
  content: "\eaa8"; }

.icon-hammer3:before {
  content: "\eaa9"; }

.icon-saw2:before {
  content: "\eaaa"; }

.icon-axe3:before {
  content: "\eaab"; }

.icon-axe22:before {
  content: "\eaac"; }

.icon-shovel2:before {
  content: "\eaad"; }

.icon-pickaxe2:before {
  content: "\eaae"; }

.icon-factory3:before {
  content: "\e9f4"; }

.icon-factory22:before {
  content: "\e9f5"; }

.icon-recycle2:before {
  content: "\eaaf"; }

.icon-trash4:before {
  content: "\eab0"; }

.icon-trash22:before {
  content: "\eab1"; }

.icon-trash32:before {
  content: "\eab2"; }

.icon-broom2:before {
  content: "\eab3"; }

.icon-game2:before {
  content: "\eab4"; }

.icon-gamepad2:before {
  content: "\eab5"; }

.icon-joystick2:before {
  content: "\eab6"; }

.icon-dice2:before {
  content: "\eab7"; }

.icon-spades2:before {
  content: "\eab8"; }

.icon-diamonds2:before {
  content: "\eab9"; }

.icon-clubs2:before {
  content: "\eaba"; }

.icon-hearts2:before {
  content: "\eabb"; }

.icon-heart2:before {
  content: "\eabc"; }

.icon-star2:before {
  content: "\eabd"; }

.icon-star-half2:before {
  content: "\eabe"; }

.icon-star-empty2:before {
  content: "\eabf"; }

.icon-flag4:before {
  content: "\eac0"; }

.icon-flag22:before {
  content: "\eac1"; }

.icon-flag32:before {
  content: "\eac2"; }

.icon-mailbox-full2:before {
  content: "\eac3"; }

.icon-mailbox-empty2:before {
  content: "\eac4"; }

.icon-at-sign2:before {
  content: "\eac5"; }

.icon-envelope2:before {
  content: "\e9f6"; }

.icon-envelope-open2:before {
  content: "\e9f7"; }

.icon-paperclip2:before {
  content: "\eac6"; }

.icon-paper-plane2:before {
  content: "\eac7"; }

.icon-reply2:before {
  content: "\eac8"; }

.icon-reply-all2:before {
  content: "\eac9"; }

.icon-inbox3:before {
  content: "\eaca"; }

.icon-inbox22:before {
  content: "\eacb"; }

.icon-outbox2:before {
  content: "\eacc"; }

.icon-box2:before {
  content: "\eacd"; }

.icon-archive3:before {
  content: "\eace"; }

.icon-archive22:before {
  content: "\eacf"; }

.icon-drawers4:before {
  content: "\ead0"; }

.icon-drawers22:before {
  content: "\ead1"; }

.icon-drawers32:before {
  content: "\ead2"; }

.icon-eye2:before {
  content: "\ead3"; }

.icon-eye-crossed2:before {
  content: "\ead4"; }

.icon-eye-plus2:before {
  content: "\ead5"; }

.icon-eye-minus2:before {
  content: "\ead6"; }

.icon-binoculars3:before {
  content: "\ead7"; }

.icon-binoculars22:before {
  content: "\ead8"; }

.icon-hdd2:before {
  content: "\ead9"; }

.icon-hdd-down2:before {
  content: "\eada"; }

.icon-hdd-up2:before {
  content: "\eadb"; }

.icon-floppy-disk2:before {
  content: "\eadc"; }

.icon-disc2:before {
  content: "\e9f8"; }

.icon-tape22:before {
  content: "\e9f9"; }

.icon-printer2:before {
  content: "\eadd"; }

.icon-shredder2:before {
  content: "\eade"; }

.icon-file-empty2:before {
  content: "\eadf"; }

.icon-file-add2:before {
  content: "\eae0"; }

.icon-file-check2:before {
  content: "\eae1"; }

.icon-file-lock2:before {
  content: "\eae2"; }

.icon-files2:before {
  content: "\eae3"; }

.icon-copy2:before {
  content: "\eae4"; }

.icon-compare2:before {
  content: "\eae5"; }

.icon-folder2:before {
  content: "\eae6"; }

.icon-folder-search2:before {
  content: "\eae7"; }

.icon-folder-plus2:before {
  content: "\eae8"; }

.icon-folder-minus2:before {
  content: "\eae9"; }

.icon-folder-download2:before {
  content: "\eaea"; }

.icon-folder-upload2:before {
  content: "\eaeb"; }

.icon-folder-star2:before {
  content: "\eaec"; }

.icon-folder-heart2:before {
  content: "\eaed"; }

.icon-folder-user2:before {
  content: "\eaee"; }

.icon-folder-shared2:before {
  content: "\eaef"; }

.icon-folder-music2:before {
  content: "\eaf0"; }

.icon-folder-picture2:before {
  content: "\eaf1"; }

.icon-folder-film2:before {
  content: "\eaf2"; }

.icon-scissors2:before {
  content: "\eaf3"; }

.icon-paste2:before {
  content: "\e9fa"; }

.icon-clipboard-empty2:before {
  content: "\e9fb"; }

.icon-clipboard-pencil2:before {
  content: "\eaf4"; }

.icon-clipboard-text2:before {
  content: "\eaf5"; }

.icon-clipboard-check2:before {
  content: "\eaf6"; }

.icon-clipboard-down2:before {
  content: "\eaf7"; }

.icon-clipboard-left2:before {
  content: "\eaf8"; }

.icon-clipboard-alert2:before {
  content: "\eaf9"; }

.icon-clipboard-user2:before {
  content: "\eafa"; }

.icon-register2:before {
  content: "\eafb"; }

.icon-enter3:before {
  content: "\eafc"; }

.icon-exit2:before {
  content: "\eafd"; }

.icon-papers2:before {
  content: "\eafe"; }

.icon-news2:before {
  content: "\eaff"; }

.icon-reading2:before {
  content: "\eb00"; }

.icon-typewriter2:before {
  content: "\eb01"; }

.icon-document3:before {
  content: "\eb02"; }

.icon-document22:before {
  content: "\eb03"; }

.icon-graduation-hat2:before {
  content: "\eb04"; }

.icon-license3:before {
  content: "\eb05"; }

.icon-license22:before {
  content: "\eb06"; }

.icon-medal-empty2:before {
  content: "\eb07"; }

.icon-medal-first2:before {
  content: "\eb08"; }

.icon-medal-second2:before {
  content: "\eb09"; }

.icon-medal-third2:before {
  content: "\eb0a"; }

.icon-podium2:before {
  content: "\e9fc"; }

.icon-trophy3:before {
  content: "\e9fd"; }

.icon-trophy22:before {
  content: "\eb0b"; }

.icon-music-note4:before {
  content: "\eb0c"; }

.icon-music-note22:before {
  content: "\eb0d"; }

.icon-music-note32:before {
  content: "\eb0e"; }

.icon-playlist2:before {
  content: "\eb0f"; }

.icon-playlist-add2:before {
  content: "\eb10"; }

.icon-guitar2:before {
  content: "\eb11"; }

.icon-trumpet2:before {
  content: "\eb12"; }

.icon-album2:before {
  content: "\eb13"; }

.icon-shuffle2:before {
  content: "\eb14"; }

.icon-repeat-one4:before {
  content: "\eb15"; }

.icon-repeat2:before {
  content: "\eb16"; }

.icon-headphones2:before {
  content: "\eb17"; }

.icon-headset2:before {
  content: "\eb18"; }

.icon-loudspeaker2:before {
  content: "\eb19"; }

.icon-equalizer2:before {
  content: "\eb1a"; }

.icon-theater2:before {
  content: "\eb1b"; }

.icon-3d-glasses2:before {
  content: "\eb1c"; }

.icon-ticket2:before {
  content: "\eb1d"; }

.icon-presentation2:before {
  content: "\eb1e"; }

.icon-play2:before {
  content: "\eb1f"; }

.icon-film-play2:before {
  content: "\eb20"; }

.icon-clapboard-play2:before {
  content: "\eb21"; }

.icon-media2:before {
  content: "\e9fe"; }

.icon-film3:before {
  content: "\e9ff"; }

.icon-film22:before {
  content: "\eb22"; }

.icon-surveillance3:before {
  content: "\eb23"; }

.icon-surveillance22:before {
  content: "\eb24"; }

.icon-camera3:before {
  content: "\eb25"; }

.icon-camera-crossed2:before {
  content: "\eb26"; }

.icon-camera-play2:before {
  content: "\eb27"; }

.icon-time-lapse3:before {
  content: "\eb28"; }

.icon-record2:before {
  content: "\eb29"; }

.icon-camera22:before {
  content: "\eb2a"; }

.icon-camera-flip2:before {
  content: "\eb2b"; }

.icon-panorama2:before {
  content: "\eb2c"; }

.icon-time-lapse22:before {
  content: "\eb2d"; }

.icon-shutter3:before {
  content: "\eb2e"; }

.icon-shutter22:before {
  content: "\eb2f"; }

.icon-face-detection2:before {
  content: "\eb30"; }

.icon-flare2:before {
  content: "\eb31"; }

.icon-convex2:before {
  content: "\eb32"; }

.icon-concave2:before {
  content: "\eb33"; }

.icon-picture4:before {
  content: "\eb34"; }

.icon-picture22:before {
  content: "\eb35"; }

.icon-picture32:before {
  content: "\eb36"; }

.icon-pictures2:before {
  content: "\eb37"; }

.icon-book3:before {
  content: "\eb38"; }

.icon-audio-book2:before {
  content: "\ea00"; }

.icon-book22:before {
  content: "\ea01"; }

.icon-bookmark3:before {
  content: "\eb39"; }

.icon-bookmark22:before {
  content: "\eb3a"; }

.icon-label2:before {
  content: "\eb3b"; }

.icon-library3:before {
  content: "\eb3c"; }

.icon-library22:before {
  content: "\eb3d"; }

.icon-contacts2:before {
  content: "\eb3e"; }

.icon-profile2:before {
  content: "\eb3f"; }

.icon-portrait3:before {
  content: "\eb40"; }

.icon-portrait22:before {
  content: "\eb41"; }

.icon-user2:before {
  content: "\eb42"; }

.icon-user-plus2:before {
  content: "\eb43"; }

.icon-user-minus2:before {
  content: "\eb44"; }

.icon-user-lock2:before {
  content: "\eb45"; }

.icon-users3:before {
  content: "\eb46"; }

.icon-users22:before {
  content: "\eb47"; }

.icon-users-plus2:before {
  content: "\eb48"; }

.icon-users-minus2:before {
  content: "\eb49"; }

.icon-group-work2:before {
  content: "\eb4a"; }

.icon-woman3:before {
  content: "\eb4b"; }

.icon-man3:before {
  content: "\eb4c"; }

.icon-baby4:before {
  content: "\eb4d"; }

.icon-baby22:before {
  content: "\eb4e"; }

.icon-baby32:before {
  content: "\eb4f"; }

.icon-baby-bottle2:before {
  content: "\ea02"; }

.icon-walk2:before {
  content: "\ea03"; }

.icon-hand-waving2:before {
  content: "\eb50"; }

.icon-jump3:before {
  content: "\eb51"; }

.icon-run2:before {
  content: "\eb52"; }

.icon-woman22:before {
  content: "\eb53"; }

.icon-man22:before {
  content: "\eb54"; }

.icon-man-woman2:before {
  content: "\eb55"; }

.icon-height2:before {
  content: "\eb56"; }

.icon-weight2:before {
  content: "\eb57"; }

.icon-scale3:before {
  content: "\eb58"; }

.icon-button2:before {
  content: "\eb59"; }

.icon-bow-tie2:before {
  content: "\eb5a"; }

.icon-tie2:before {
  content: "\eb5b"; }

.icon-socks2:before {
  content: "\eb5c"; }

.icon-shoe2:before {
  content: "\eb5d"; }

.icon-shoes2:before {
  content: "\eb5e"; }

.icon-hat2:before {
  content: "\eb5f"; }

.icon-pants2:before {
  content: "\eb60"; }

.icon-shorts2:before {
  content: "\eb61"; }

.icon-flip-flops2:before {
  content: "\eb62"; }

.icon-shirt2:before {
  content: "\eb63"; }

.icon-hanger2:before {
  content: "\eb64"; }

.icon-laundry2:before {
  content: "\eb65"; }

.icon-store2:before {
  content: "\eb66"; }

.icon-haircut2:before {
  content: "\ea04"; }

.icon-store-242:before {
  content: "\ea05"; }

.icon-barcode4:before {
  content: "\eb67"; }

.icon-barcode22:before {
  content: "\eb68"; }

.icon-barcode32:before {
  content: "\eb69"; }

.icon-cashier2:before {
  content: "\eb6a"; }

.icon-bag3:before {
  content: "\eb6b"; }

.icon-bag22:before {
  content: "\eb6c"; }

.icon-cart2:before {
  content: "\eb6d"; }

.icon-cart-empty2:before {
  content: "\eb6e"; }

.icon-cart-full2:before {
  content: "\eb6f"; }

.icon-cart-plus3:before {
  content: "\eb70"; }

.icon-cart-plus22:before {
  content: "\eb71"; }

.icon-cart-add2:before {
  content: "\eb72"; }

.icon-cart-remove2:before {
  content: "\eb73"; }

.icon-cart-exchange2:before {
  content: "\eb74"; }

.icon-tag2:before {
  content: "\eb75"; }

.icon-tags2:before {
  content: "\eb76"; }

.icon-receipt2:before {
  content: "\eb77"; }

.icon-wallet2:before {
  content: "\eb78"; }

.icon-credit-card2:before {
  content: "\eb79"; }

.icon-cash-dollar2:before {
  content: "\eb7a"; }

.icon-cash-euro2:before {
  content: "\eb7b"; }

.icon-cash-pound2:before {
  content: "\eb7c"; }

.icon-cash-yen2:before {
  content: "\eb7d"; }

.icon-bag-dollar2:before {
  content: "\ea06"; }

.icon-bag-euro2:before {
  content: "\ea07"; }

.icon-bag-pound2:before {
  content: "\eb7e"; }

.icon-bag-yen2:before {
  content: "\eb7f"; }

.icon-coin-dollar2:before {
  content: "\eb80"; }

.icon-coin-euro2:before {
  content: "\eb81"; }

.icon-coin-pound2:before {
  content: "\eb82"; }

.icon-coin-yen2:before {
  content: "\eb83"; }

.icon-calculator3:before {
  content: "\eb84"; }

.icon-calculator22:before {
  content: "\eb85"; }

.icon-abacus2:before {
  content: "\eb86"; }

.icon-vault2:before {
  content: "\eb87"; }

.icon-telephone3:before {
  content: "\eb88"; }

.icon-phone-lock2:before {
  content: "\eb89"; }

.icon-phone-wave2:before {
  content: "\eb8a"; }

.icon-phone-pause2:before {
  content: "\eb8b"; }

.icon-phone-outgoing2:before {
  content: "\eb8c"; }

.icon-phone-incoming2:before {
  content: "\eb8d"; }

.icon-phone-in-out2:before {
  content: "\eb8e"; }

.icon-phone-error2:before {
  content: "\eb8f"; }

.icon-phone-sip2:before {
  content: "\eb90"; }

.icon-phone-plus2:before {
  content: "\eb91"; }

.icon-phone-minus2:before {
  content: "\eb92"; }

.icon-voicemail2:before {
  content: "\eb93"; }

.icon-dial2:before {
  content: "\eb94"; }

.icon-telephone22:before {
  content: "\ea08"; }

.icon-pushpin3:before {
  content: "\ea09"; }

.icon-pushpin22:before {
  content: "\eb95"; }

.icon-map-marker2:before {
  content: "\eb96"; }

.icon-map-marker-user2:before {
  content: "\eb97"; }

.icon-map-marker-down2:before {
  content: "\eb98"; }

.icon-map-marker-check2:before {
  content: "\eb99"; }

.icon-map-marker-crossed2:before {
  content: "\eb9a"; }

.icon-radar2:before {
  content: "\eb9b"; }

.icon-compass22:before {
  content: "\eb9c"; }

.icon-map3:before {
  content: "\eb9d"; }

.icon-map22:before {
  content: "\eb9e"; }

.icon-location2:before {
  content: "\eb9f"; }

.icon-road-sign2:before {
  content: "\eba0"; }

.icon-calendar-empty2:before {
  content: "\eba1"; }

.icon-calendar-check2:before {
  content: "\eba2"; }

.icon-calendar-cross2:before {
  content: "\eba3"; }

.icon-calendar-312:before {
  content: "\eba4"; }

.icon-calendar-full2:before {
  content: "\eba5"; }

.icon-calendar-insert2:before {
  content: "\eba6"; }

.icon-calendar-text2:before {
  content: "\eba7"; }

.icon-calendar-user2:before {
  content: "\eba8"; }

.icon-mouse2:before {
  content: "\eba9"; }

.icon-mouse-left2:before {
  content: "\ebaa"; }

.icon-mouse-right2:before {
  content: "\ebab"; }

.icon-mouse-both2:before {
  content: "\ea0a"; }

.icon-keyboard2:before {
  content: "\ea0b"; }

.icon-keyboard-up2:before {
  content: "\ebac"; }

.icon-keyboard-down2:before {
  content: "\ebad"; }

.icon-delete2:before {
  content: "\ebae"; }

.icon-spell-check2:before {
  content: "\ebaf"; }

.icon-escape2:before {
  content: "\ebb0"; }

.icon-enter22:before {
  content: "\ebb1"; }

.icon-screen2:before {
  content: "\ebb2"; }

.icon-aspect-ratio2:before {
  content: "\ebb3"; }

.icon-signal2:before {
  content: "\ebb4"; }

.icon-signal-lock2:before {
  content: "\ebb5"; }

.icon-signal-802:before {
  content: "\ebb6"; }

.icon-signal-602:before {
  content: "\ebb7"; }

.icon-signal-402:before {
  content: "\ebb8"; }

.icon-signal-202:before {
  content: "\ebb9"; }

.icon-signal-02:before {
  content: "\ebba"; }

.icon-signal-blocked2:before {
  content: "\ebbb"; }

.icon-sim2:before {
  content: "\ebbc"; }

.icon-flash-memory2:before {
  content: "\ebbd"; }

.icon-usb-drive2:before {
  content: "\ebbe"; }

.icon-phone2:before {
  content: "\ebbf"; }

.icon-smartphone2:before {
  content: "\ebc0"; }

.icon-smartphone-notification2:before {
  content: "\ebc1"; }

.icon-smartphone-vibration2:before {
  content: "\ebc2"; }

.icon-smartphone-embed2:before {
  content: "\ea0c"; }

.icon-smartphone-waves2:before {
  content: "\ea0d"; }

.icon-tablet3:before {
  content: "\ebc3"; }

.icon-tablet22:before {
  content: "\ebc4"; }

.icon-laptop2:before {
  content: "\ebc5"; }

.icon-laptop-phone2:before {
  content: "\ebc6"; }

.icon-desktop2:before {
  content: "\ebc7"; }

.icon-launch2:before {
  content: "\ebc8"; }

.icon-new-tab2:before {
  content: "\ebc9"; }

.icon-window2:before {
  content: "\ebca"; }

.icon-cable3:before {
  content: "\ebcb"; }

.icon-cable22:before {
  content: "\ebcc"; }

.icon-tv2:before {
  content: "\ebcd"; }

.icon-radio2:before {
  content: "\ebce"; }

.icon-remote-control2:before {
  content: "\ebcf"; }

.icon-power-switch2:before {
  content: "\ebd0"; }

.icon-power2:before {
  content: "\ebd1"; }

.icon-power-crossed2:before {
  content: "\ebd2"; }

.icon-flash-auto2:before {
  content: "\ebd3"; }

.icon-lamp2:before {
  content: "\ebd4"; }

.icon-flashlight2:before {
  content: "\ebd5"; }

.icon-lampshade2:before {
  content: "\ebd6"; }

.icon-cord2:before {
  content: "\ebd7"; }

.icon-outlet2:before {
  content: "\ebd8"; }

.icon-battery-power2:before {
  content: "\ebd9"; }

.icon-battery-empty2:before {
  content: "\ea0e"; }

.icon-battery-alert2:before {
  content: "\ea0f"; }

.icon-battery-error2:before {
  content: "\ebda"; }

.icon-battery-low12:before {
  content: "\ebdb"; }

.icon-battery-low22:before {
  content: "\ebdc"; }

.icon-battery-low32:before {
  content: "\ebdd"; }

.icon-battery-mid12:before {
  content: "\ebde"; }

.icon-battery-mid22:before {
  content: "\ebdf"; }

.icon-battery-mid32:before {
  content: "\ebe0"; }

.icon-battery-full2:before {
  content: "\ebe1"; }

.icon-battery-charging8:before {
  content: "\ebe2"; }

.icon-battery-charging22:before {
  content: "\ebe3"; }

.icon-battery-charging32:before {
  content: "\ebe4"; }

.icon-battery-charging42:before {
  content: "\ebe5"; }

.icon-battery-charging52:before {
  content: "\ebe6"; }

.icon-battery-charging62:before {
  content: "\ebe7"; }

.icon-battery-charging72:before {
  content: "\ebe8"; }

.icon-chip2:before {
  content: "\ebe9"; }

.icon-chip-x642:before {
  content: "\ebea"; }

.icon-chip-x862:before {
  content: "\ebeb"; }

.icon-bubble2:before {
  content: "\ebec"; }

.icon-bubbles2:before {
  content: "\ebed"; }

.icon-bubble-dots2:before {
  content: "\ebee"; }

.icon-bubble-alert2:before {
  content: "\ebef"; }

.icon-bubble-question2:before {
  content: "\ebf0"; }

.icon-bubble-text2:before {
  content: "\ea10"; }

.icon-bubble-pencil2:before {
  content: "\ea11"; }

.icon-bubble-picture2:before {
  content: "\ebf1"; }

.icon-bubble-video2:before {
  content: "\ebf2"; }

.icon-bubble-user2:before {
  content: "\ebf3"; }

.icon-bubble-quote2:before {
  content: "\ebf4"; }

.icon-bubble-heart2:before {
  content: "\ebf5"; }

.icon-bubble-emoticon2:before {
  content: "\ebf6"; }

.icon-bubble-attachment2:before {
  content: "\ebf7"; }

.icon-phone-bubble2:before {
  content: "\ebf8"; }

.icon-quote-open2:before {
  content: "\ebf9"; }

.icon-quote-close2:before {
  content: "\ebfa"; }

.icon-dna2:before {
  content: "\ebfb"; }

.icon-heart-pulse2:before {
  content: "\ebfc"; }

.icon-pulse2:before {
  content: "\ebfd"; }

.icon-syringe2:before {
  content: "\ebfe"; }

.icon-pills2:before {
  content: "\ebff"; }

.icon-first-aid2:before {
  content: "\ec00"; }

.icon-lifebuoy2:before {
  content: "\ec01"; }

.icon-bandage2:before {
  content: "\ec02"; }

.icon-bandages2:before {
  content: "\ec03"; }

.icon-thermometer2:before {
  content: "\ec04"; }

.icon-microscope2:before {
  content: "\ec05"; }

.icon-brain2:before {
  content: "\ec06"; }

.icon-beaker2:before {
  content: "\ec07"; }

.icon-skull2:before {
  content: "\ea12"; }

.icon-bone2:before {
  content: "\ea13"; }

.icon-construction2:before {
  content: "\ec08"; }

.icon-construction-cone2:before {
  content: "\ec09"; }

.icon-pie-chart3:before {
  content: "\ec0a"; }

.icon-pie-chart22:before {
  content: "\ec0b"; }

.icon-graph2:before {
  content: "\ec0c"; }

.icon-chart-growth2:before {
  content: "\ec0d"; }

.icon-chart-bars2:before {
  content: "\ec0e"; }

.icon-chart-settings2:before {
  content: "\ec0f"; }

.icon-cake2:before {
  content: "\ec10"; }

.icon-gift2:before {
  content: "\ec11"; }

.icon-balloon2:before {
  content: "\ec12"; }

.icon-rank4:before {
  content: "\ec13"; }

.icon-rank22:before {
  content: "\ec14"; }

.icon-rank32:before {
  content: "\ec15"; }

.icon-crown2:before {
  content: "\ec16"; }

.icon-lotus2:before {
  content: "\ec17"; }

.icon-diamond5:before {
  content: "\ec18"; }

.icon-diamond22:before {
  content: "\ec19"; }

.icon-diamond32:before {
  content: "\ec1a"; }

.icon-diamond42:before {
  content: "\ec1b"; }

.icon-linearicons2:before {
  content: "\ec1c"; }

.icon-teacup2:before {
  content: "\ec1d"; }

.icon-teapot2:before {
  content: "\ec1e"; }

.icon-glass3:before {
  content: "\ea14"; }

.icon-bottle22:before {
  content: "\ea15"; }

.icon-glass-cocktail2:before {
  content: "\ec1f"; }

.icon-glass22:before {
  content: "\ec20"; }

.icon-dinner3:before {
  content: "\ec21"; }

.icon-dinner22:before {
  content: "\ec22"; }

.icon-chef2:before {
  content: "\ec23"; }

.icon-scale22:before {
  content: "\ec24"; }

.icon-egg3:before {
  content: "\ec25"; }

.icon-egg22:before {
  content: "\ec26"; }

.icon-eggs2:before {
  content: "\ec27"; }

.icon-platter2:before {
  content: "\ec28"; }

.icon-steak2:before {
  content: "\ec29"; }

.icon-hamburger2:before {
  content: "\ec2a"; }

.icon-hotdog2:before {
  content: "\ec2b"; }

.icon-pizza2:before {
  content: "\ec2c"; }

.icon-sausage2:before {
  content: "\ec2d"; }

.icon-chicken2:before {
  content: "\ec2e"; }

.icon-fish2:before {
  content: "\ec2f"; }

.icon-carrot2:before {
  content: "\ec30"; }

.icon-cheese2:before {
  content: "\ec31"; }

.icon-bread2:before {
  content: "\ec32"; }

.icon-ice-cream3:before {
  content: "\ec33"; }

.icon-ice-cream22:before {
  content: "\ec34"; }

.icon-candy2:before {
  content: "\ec35"; }

.icon-lollipop2:before {
  content: "\ea16"; }

.icon-coffee-bean2:before {
  content: "\ea17"; }

.icon-coffee-cup2:before {
  content: "\ec36"; }

.icon-cherry2:before {
  content: "\ec37"; }

.icon-grapes2:before {
  content: "\ec38"; }

.icon-citrus2:before {
  content: "\ec39"; }

.icon-apple2:before {
  content: "\ec3a"; }

.icon-leaf2:before {
  content: "\ec3b"; }

.icon-landscape2:before {
  content: "\ec3c"; }

.icon-pine-tree2:before {
  content: "\ec3d"; }

.icon-tree2:before {
  content: "\ec3e"; }

.icon-cactus2:before {
  content: "\ec3f"; }

.icon-paw2:before {
  content: "\ec40"; }

.icon-footprint2:before {
  content: "\ec41"; }

.icon-speed-slow2:before {
  content: "\ec42"; }

.icon-speed-medium2:before {
  content: "\ec43"; }

.icon-speed-fast2:before {
  content: "\ec44"; }

.icon-rocket2:before {
  content: "\ec45"; }

.icon-hammer22:before {
  content: "\ec46"; }

.icon-balance2:before {
  content: "\ec47"; }

.icon-briefcase2:before {
  content: "\ec48"; }

.icon-luggage-weight2:before {
  content: "\ec49"; }

.icon-dolly2:before {
  content: "\ec4a"; }

.icon-plane2:before {
  content: "\ec4b"; }

.icon-plane-crossed2:before {
  content: "\ec4c"; }

.icon-helicopter2:before {
  content: "\ea18"; }

.icon-traffic-lights2:before {
  content: "\ea19"; }

.icon-siren2:before {
  content: "\ec4d"; }

.icon-road2:before {
  content: "\ec4e"; }

.icon-engine2:before {
  content: "\ec4f"; }

.icon-oil-pressure2:before {
  content: "\ec50"; }

.icon-coolant-temperature2:before {
  content: "\ec51"; }

.icon-car-battery2:before {
  content: "\ec52"; }

.icon-gas2:before {
  content: "\ec53"; }

.icon-gallon2:before {
  content: "\ec54"; }

.icon-transmission2:before {
  content: "\ec55"; }

.icon-car3:before {
  content: "\ec56"; }

.icon-car-wash5:before {
  content: "\ec57"; }

.icon-car-wash22:before {
  content: "\ec58"; }

.icon-bus3:before {
  content: "\ec59"; }

.icon-bus22:before {
  content: "\ec5a"; }

.icon-car22:before {
  content: "\ec5b"; }

.icon-parking2:before {
  content: "\ec5c"; }

.icon-car-lock2:before {
  content: "\ec5d"; }

.icon-taxi2:before {
  content: "\ec5e"; }

.icon-car-siren2:before {
  content: "\ec5f"; }

.icon-car-wash32:before {
  content: "\ec60"; }

.icon-car-wash42:before {
  content: "\ec61"; }

.icon-ambulance2:before {
  content: "\ec62"; }

.icon-truck2:before {
  content: "\ec63"; }

.icon-trailer2:before {
  content: "\ea1a"; }

.icon-scale-truck2:before {
  content: "\ea1b"; }

.icon-train2:before {
  content: "\ec64"; }

.icon-ship3:before {
  content: "\ec65"; }

.icon-ship22:before {
  content: "\ec66"; }

.icon-anchor2:before {
  content: "\ec67"; }

.icon-boat2:before {
  content: "\ec68"; }

.icon-bicycle3:before {
  content: "\ec69"; }

.icon-bicycle22:before {
  content: "\ec6a"; }

.icon-dumbbell2:before {
  content: "\ec6b"; }

.icon-bench-press2:before {
  content: "\ec6c"; }

.icon-swim2:before {
  content: "\ec6d"; }

.icon-football2:before {
  content: "\ec6e"; }

.icon-baseball-bat2:before {
  content: "\ec6f"; }

.icon-baseball2:before {
  content: "\ec70"; }

.icon-tennis3:before {
  content: "\ec71"; }

.icon-tennis22:before {
  content: "\ec72"; }

.icon-ping-pong2:before {
  content: "\ec73"; }

.icon-hockey2:before {
  content: "\ec74"; }

.icon-8ball2:before {
  content: "\ec75"; }

.icon-bowling2:before {
  content: "\ec76"; }

.icon-bowling-pins2:before {
  content: "\ec77"; }

.icon-golf3:before {
  content: "\ec78"; }

.icon-golf22:before {
  content: "\ec79"; }

.icon-archery2:before {
  content: "\ec7a"; }

.icon-slingshot2:before {
  content: "\ea1c"; }

.icon-soccer2:before {
  content: "\ea1d"; }

.icon-basketball2:before {
  content: "\ec7b"; }

.icon-cube2:before {
  content: "\ec7c"; }

.icon-3d-rotate2:before {
  content: "\ec7d"; }

.icon-puzzle2:before {
  content: "\ec7e"; }

.icon-glasses3:before {
  content: "\ec7f"; }

.icon-glasses22:before {
  content: "\ec80"; }

.icon-accessibility2:before {
  content: "\ec81"; }

.icon-wheelchair2:before {
  content: "\ec82"; }

.icon-wall3:before {
  content: "\ec83"; }

.icon-fence2:before {
  content: "\ec84"; }

.icon-wall22:before {
  content: "\ec85"; }

.icon-icons3:before {
  content: "\ec86"; }

.icon-resize-handle2:before {
  content: "\ec87"; }

.icon-icons22:before {
  content: "\ec88"; }

.icon-select3:before {
  content: "\ec89"; }

.icon-select22:before {
  content: "\ec8a"; }

.icon-site-map2:before {
  content: "\ec8b"; }

.icon-earth2:before {
  content: "\ec8c"; }

.icon-earth-lock2:before {
  content: "\ec8d"; }

.icon-network2:before {
  content: "\ec8e"; }

.icon-network-lock2:before {
  content: "\ec8f"; }

.icon-planet2:before {
  content: "\ec90"; }

.icon-happy2:before {
  content: "\ec91"; }

.icon-smile2:before {
  content: "\ea1e"; }

.icon-grin2:before {
  content: "\ea1f"; }

.icon-tongue3:before {
  content: "\ec92"; }

.icon-sad2:before {
  content: "\ec93"; }

.icon-wink2:before {
  content: "\ec94"; }

.icon-dream2:before {
  content: "\ec95"; }

.icon-shocked3:before {
  content: "\ec96"; }

.icon-shocked22:before {
  content: "\ec97"; }

.icon-tongue22:before {
  content: "\ec98"; }

.icon-neutral2:before {
  content: "\ec99"; }

.icon-happy-grin2:before {
  content: "\ec9a"; }

.icon-cool2:before {
  content: "\ec9b"; }

.icon-mad2:before {
  content: "\ec9c"; }

.icon-grin-evil2:before {
  content: "\ec9d"; }

.icon-evil2:before {
  content: "\ec9e"; }

.icon-wow2:before {
  content: "\ec9f"; }

.icon-annoyed2:before {
  content: "\eca0"; }

.icon-wondering2:before {
  content: "\eca1"; }

.icon-confused2:before {
  content: "\eca2"; }

.icon-zipped2:before {
  content: "\eca3"; }

.icon-grumpy2:before {
  content: "\eca4"; }

.icon-mustache3:before {
  content: "\eca5"; }

.icon-tombstone-hipster2:before {
  content: "\eca6"; }

.icon-tombstone2:before {
  content: "\eca7"; }

.icon-ghost2:before {
  content: "\eca8"; }

.icon-ghost-hipster2:before {
  content: "\ea20"; }

.icon-halloween2:before {
  content: "\ea21"; }

.icon-christmas2:before {
  content: "\eca9"; }

.icon-easter-egg2:before {
  content: "\ecaa"; }

.icon-mustache22:before {
  content: "\ecab"; }

.icon-mustache-glasses2:before {
  content: "\ecac"; }

.icon-pipe2:before {
  content: "\ecad"; }

.icon-alarm3:before {
  content: "\ecae"; }

.icon-alarm-add3:before {
  content: "\ecaf"; }

.icon-alarm-snooze2:before {
  content: "\ecb0"; }

.icon-alarm-ringing2:before {
  content: "\ecb1"; }

.icon-bullhorn2:before {
  content: "\ecb2"; }

.icon-hearing2:before {
  content: "\ecb3"; }

.icon-volume-high2:before {
  content: "\ecb4"; }

.icon-volume-medium2:before {
  content: "\ecb5"; }

.icon-volume-low2:before {
  content: "\ecb6"; }

.icon-volume2:before {
  content: "\ecb7"; }

.icon-mute2:before {
  content: "\ecb8"; }

.icon-lan3:before {
  content: "\ecb9"; }

.icon-lan22:before {
  content: "\ecba"; }

.icon-wifi2:before {
  content: "\ecbb"; }

.icon-wifi-lock2:before {
  content: "\ecbc"; }

.icon-wifi-blocked2:before {
  content: "\ecbd"; }

.icon-wifi-mid2:before {
  content: "\ecbe"; }

.icon-wifi-low3:before {
  content: "\ecbf"; }

.icon-wifi-low22:before {
  content: "\ea22"; }

.icon-wifi-alert2:before {
  content: "\ea23"; }

.icon-wifi-alert-mid2:before {
  content: "\ecc0"; }

.icon-wifi-alert-low3:before {
  content: "\ecc1"; }

.icon-wifi-alert-low22:before {
  content: "\ecc2"; }

.icon-stream2:before {
  content: "\ecc3"; }

.icon-stream-check2:before {
  content: "\ecc4"; }

.icon-stream-error2:before {
  content: "\ecc5"; }

.icon-stream-alert2:before {
  content: "\ecc6"; }

.icon-communication2:before {
  content: "\ecc7"; }

.icon-communication-crossed2:before {
  content: "\ecc8"; }

.icon-broadcast2:before {
  content: "\ecc9"; }

.icon-antenna2:before {
  content: "\ecca"; }

.icon-satellite3:before {
  content: "\eccb"; }

.icon-satellite22:before {
  content: "\eccc"; }

.icon-mic3:before {
  content: "\eccd"; }

.icon-mic-mute2:before {
  content: "\ecce"; }

.icon-mic22:before {
  content: "\eccf"; }

.icon-spotlights2:before {
  content: "\ecd0"; }

.icon-hourglass2:before {
  content: "\ecd1"; }

.icon-loading4:before {
  content: "\ecd2"; }

.icon-loading22:before {
  content: "\ecd3"; }

.icon-loading32:before {
  content: "\ecd4"; }

.icon-refresh3:before {
  content: "\ecd5"; }

.icon-refresh22:before {
  content: "\ecd6"; }

.icon-undo3:before {
  content: "\ea24"; }

.icon-redo3:before {
  content: "\ea25"; }

.icon-jump22:before {
  content: "\ecd7"; }

.icon-undo22:before {
  content: "\ecd8"; }

.icon-redo22:before {
  content: "\ecd9"; }

.icon-sync3:before {
  content: "\ecda"; }

.icon-repeat-one22:before {
  content: "\ecdb"; }

.icon-sync-crossed3:before {
  content: "\ecdc"; }

.icon-sync22:before {
  content: "\ecdd"; }

.icon-repeat-one32:before {
  content: "\ecde"; }

.icon-sync-crossed22:before {
  content: "\ecdf"; }

.icon-return3:before {
  content: "\ece0"; }

.icon-return22:before {
  content: "\ece1"; }

.icon-refund2:before {
  content: "\ece2"; }

.icon-history3:before {
  content: "\ece3"; }

.icon-history22:before {
  content: "\ece4"; }

.icon-self-timer2:before {
  content: "\ece5"; }

.icon-clock4:before {
  content: "\ece6"; }

.icon-clock22:before {
  content: "\ece7"; }

.icon-clock32:before {
  content: "\ece8"; }

.icon-watch2:before {
  content: "\ece9"; }

.icon-alarm22:before {
  content: "\ecea"; }

.icon-alarm-add22:before {
  content: "\eceb"; }

.icon-alarm-remove2:before {
  content: "\ecec"; }

.icon-alarm-check2:before {
  content: "\eced"; }

.icon-alarm-error2:before {
  content: "\ea26"; }

.icon-timer3:before {
  content: "\ea27"; }

.icon-timer-crossed3:before {
  content: "\ecee"; }

.icon-timer22:before {
  content: "\ecef"; }

.icon-timer-crossed22:before {
  content: "\ecf0"; }

.icon-download3:before {
  content: "\ecf1"; }

.icon-upload3:before {
  content: "\ecf2"; }

.icon-download22:before {
  content: "\ecf3"; }

.icon-upload22:before {
  content: "\ecf4"; }

.icon-enter-up3:before {
  content: "\ecf5"; }

.icon-enter-down3:before {
  content: "\ecf6"; }

.icon-enter-left3:before {
  content: "\ecf7"; }

.icon-enter-right3:before {
  content: "\ecf8"; }

.icon-exit-up3:before {
  content: "\ecf9"; }

.icon-exit-down3:before {
  content: "\ecfa"; }

.icon-exit-left3:before {
  content: "\ecfb"; }

.icon-exit-right3:before {
  content: "\ecfc"; }

.icon-enter-up22:before {
  content: "\ecfd"; }

.icon-enter-down22:before {
  content: "\ecfe"; }

.icon-enter-vertical2:before {
  content: "\ecff"; }

.icon-enter-left22:before {
  content: "\ed00"; }

.icon-enter-right22:before {
  content: "\ed01"; }

.icon-enter-horizontal2:before {
  content: "\ed02"; }

.icon-exit-up22:before {
  content: "\ed03"; }

.icon-exit-down22:before {
  content: "\ed04"; }

.icon-exit-left22:before {
  content: "\ea28"; }

.icon-exit-right22:before {
  content: "\ea29"; }

.icon-cli2:before {
  content: "\ed05"; }

.icon-bug2:before {
  content: "\ed06"; }

.icon-code2:before {
  content: "\ed07"; }

.icon-file-code2:before {
  content: "\ed08"; }

.icon-file-image2:before {
  content: "\ed09"; }

.icon-file-zip2:before {
  content: "\ed0a"; }

.icon-file-audio2:before {
  content: "\ed0b"; }

.icon-file-video2:before {
  content: "\ed0c"; }

.icon-file-preview2:before {
  content: "\ed0d"; }

.icon-file-charts2:before {
  content: "\ed0e"; }

.icon-file-stats2:before {
  content: "\ed0f"; }

.icon-file-spreadsheet2:before {
  content: "\ed10"; }

.icon-link3:before {
  content: "\ed11"; }

.icon-unlink3:before {
  content: "\ed12"; }

.icon-link22:before {
  content: "\ed13"; }

.icon-unlink22:before {
  content: "\ed14"; }

.icon-thumbs-up4:before {
  content: "\ed15"; }

.icon-thumbs-down4:before {
  content: "\ed16"; }

.icon-thumbs-up22:before {
  content: "\ed17"; }

.icon-thumbs-down22:before {
  content: "\ed18"; }

.icon-thumbs-up32:before {
  content: "\ed19"; }

.icon-thumbs-down32:before {
  content: "\ed1a"; }

.icon-share4:before {
  content: "\ed1b"; }

.icon-share22:before {
  content: "\ea2a"; }

.icon-share32:before {
  content: "\ea2b"; }

.icon-magnifier2:before {
  content: "\ed1c"; }

.icon-file-search2:before {
  content: "\ed1d"; }

.icon-find-replace2:before {
  content: "\ed1e"; }

.icon-zoom-in2:before {
  content: "\ed1f"; }

.icon-zoom-out2:before {
  content: "\ed20"; }

.icon-loupe2:before {
  content: "\ed21"; }

.icon-loupe-zoom-in2:before {
  content: "\ed22"; }

.icon-loupe-zoom-out2:before {
  content: "\ed23"; }

.icon-cross3:before {
  content: "\ed24"; }

.icon-menu4:before {
  content: "\ed25"; }

.icon-list5:before {
  content: "\ed26"; }

.icon-list22:before {
  content: "\ed27"; }

.icon-list32:before {
  content: "\ed28"; }

.icon-menu22:before {
  content: "\ed29"; }

.icon-list42:before {
  content: "\ed2a"; }

.icon-menu32:before {
  content: "\ed2b"; }

.icon-exclamation2:before {
  content: "\ed2c"; }

.icon-question2:before {
  content: "\ed2d"; }

.icon-check2:before {
  content: "\ed2e"; }

.icon-cross22:before {
  content: "\ed2f"; }

.icon-plus2:before {
  content: "\ed30"; }

.icon-minus2:before {
  content: "\ed31"; }

.icon-percent2:before {
  content: "\ed32"; }

.icon-chevron-up2:before {
  content: "\ea2c"; }

.icon-chevron-down2:before {
  content: "\ea2d"; }

.icon-chevron-left2:before {
  content: "\ed33"; }

.icon-chevron-right2:before {
  content: "\ed34"; }

.icon-chevrons-expand-vertical2:before {
  content: "\ed35"; }

.icon-chevrons-expand-horizontal2:before {
  content: "\ed36"; }

.icon-chevrons-contract-vertical2:before {
  content: "\ed37"; }

.icon-chevrons-contract-horizontal2:before {
  content: "\ed38"; }

.icon-arrow-up2:before {
  content: "\ed39"; }

.icon-arrow-down2:before {
  content: "\ed3a"; }

.icon-arrow-left2:before {
  content: "\ed3b"; }

.icon-arrow-right2:before {
  content: "\ed3c"; }

.icon-arrow-up-right2:before {
  content: "\ed3d"; }

.icon-arrows-merge2:before {
  content: "\ed3e"; }

.icon-arrows-split2:before {
  content: "\ed3f"; }

.icon-arrow-divert2:before {
  content: "\ed40"; }

.icon-arrow-return2:before {
  content: "\ed41"; }

.icon-expand5:before {
  content: "\ed42"; }

.icon-contract4:before {
  content: "\ed43"; }

.icon-expand22:before {
  content: "\ed44"; }

.icon-contract22:before {
  content: "\ed45"; }

.icon-move2:before {
  content: "\ed46"; }

.icon-tab2:before {
  content: "\ed47"; }

.icon-arrow-wave2:before {
  content: "\ed48"; }

.icon-expand32:before {
  content: "\ed49"; }

.icon-expand42:before {
  content: "\ea2e"; }

.icon-contract32:before {
  content: "\ea2f"; }

.icon-notification2:before {
  content: "\ed4a"; }

.icon-warning2:before {
  content: "\ed4b"; }

.icon-notification-circle2:before {
  content: "\ed4c"; }

.icon-question-circle2:before {
  content: "\ed4d"; }

.icon-menu-circle2:before {
  content: "\ed4e"; }

.icon-checkmark-circle2:before {
  content: "\ed4f"; }

.icon-cross-circle2:before {
  content: "\ed50"; }

.icon-plus-circle2:before {
  content: "\ed51"; }

.icon-circle-minus2:before {
  content: "\ed52"; }

.icon-percent-circle2:before {
  content: "\ed53"; }

.icon-arrow-up-circle2:before {
  content: "\ed54"; }

.icon-arrow-down-circle2:before {
  content: "\ed55"; }

.icon-arrow-left-circle2:before {
  content: "\ed56"; }

.icon-arrow-right-circle2:before {
  content: "\ed57"; }

.icon-chevron-up-circle2:before {
  content: "\ed58"; }

.icon-chevron-down-circle2:before {
  content: "\ed59"; }

.icon-chevron-left-circle2:before {
  content: "\ed5a"; }

.icon-chevron-right-circle2:before {
  content: "\ed5b"; }

.icon-backward-circle2:before {
  content: "\ed5c"; }

.icon-first-circle2:before {
  content: "\ed5d"; }

.icon-previous-circle2:before {
  content: "\ed5e"; }

.icon-stop-circle2:before {
  content: "\ed5f"; }

.icon-play-circle2:before {
  content: "\ed60"; }

.icon-pause-circle2:before {
  content: "\ea30"; }

.icon-next-circle2:before {
  content: "\ea31"; }

.icon-last-circle2:before {
  content: "\ed61"; }

.icon-forward-circle2:before {
  content: "\ed62"; }

.icon-eject-circle2:before {
  content: "\ed63"; }

.icon-crop2:before {
  content: "\ed64"; }

.icon-frame-expand2:before {
  content: "\ed65"; }

.icon-frame-contract2:before {
  content: "\ed66"; }

.icon-focus2:before {
  content: "\ed67"; }

.icon-transform2:before {
  content: "\ed68"; }

.icon-grid2:before {
  content: "\ed69"; }

.icon-grid-crossed2:before {
  content: "\ed6a"; }

.icon-layers2:before {
  content: "\ed6b"; }

.icon-layers-crossed2:before {
  content: "\ed6c"; }

.icon-toggle2:before {
  content: "\ed6d"; }

.icon-rulers2:before {
  content: "\ed6e"; }

.icon-ruler2:before {
  content: "\ed6f"; }

.icon-funnel2:before {
  content: "\ed70"; }

.icon-flip-horizontal3:before {
  content: "\ed71"; }

.icon-flip-vertical3:before {
  content: "\ed72"; }

.icon-flip-horizontal22:before {
  content: "\ed73"; }

.icon-flip-vertical22:before {
  content: "\ed74"; }

.icon-angle3:before {
  content: "\ed75"; }

.icon-angle22:before {
  content: "\ed76"; }

.icon-subtract2:before {
  content: "\ed77"; }

.icon-combine2:before {
  content: "\ea32"; }

.icon-intersect2:before {
  content: "\ea33"; }

.icon-exclude2:before {
  content: "\ed78"; }

.icon-align-center-vertical2:before {
  content: "\ed79"; }

.icon-align-right2:before {
  content: "\ed7a"; }

.icon-align-bottom2:before {
  content: "\ed7b"; }

.icon-align-left2:before {
  content: "\ed7c"; }

.icon-align-center-horizontal2:before {
  content: "\ed7d"; }

.icon-align-top2:before {
  content: "\ed7e"; }

.icon-square2:before {
  content: "\ed7f"; }

.icon-plus-square2:before {
  content: "\ed80"; }

.icon-minus-square2:before {
  content: "\ed81"; }

.icon-percent-square2:before {
  content: "\ed82"; }

.icon-arrow-up-square2:before {
  content: "\ed83"; }

.icon-arrow-down-square2:before {
  content: "\ed84"; }

.icon-arrow-left-square2:before {
  content: "\ed85"; }

.icon-arrow-right-square2:before {
  content: "\ed86"; }

.icon-chevron-up-square2:before {
  content: "\ed87"; }

.icon-chevron-down-square2:before {
  content: "\ed88"; }

.icon-chevron-left-square2:before {
  content: "\ed89"; }

.icon-chevron-right-square2:before {
  content: "\ed8a"; }

.icon-check-square2:before {
  content: "\ed8b"; }

.icon-cross-square2:before {
  content: "\ed8c"; }

.icon-menu-square2:before {
  content: "\ed8d"; }

.icon-prohibited2:before {
  content: "\ed8e"; }

.icon-circle2:before {
  content: "\ea34"; }

.icon-radio-button2:before {
  content: "\ea35"; }

.icon-ligature2:before {
  content: "\ed8f"; }

.icon-text-format2:before {
  content: "\ed90"; }

.icon-text-format-remove2:before {
  content: "\ed91"; }

.icon-text-size2:before {
  content: "\ed92"; }

.icon-bold2:before {
  content: "\ed93"; }

.icon-italic2:before {
  content: "\ed94"; }

.icon-underline2:before {
  content: "\ed95"; }

.icon-strikethrough2:before {
  content: "\ed96"; }

.icon-highlight2:before {
  content: "\ed97"; }

.icon-text-align-left2:before {
  content: "\ed98"; }

.icon-text-align-center2:before {
  content: "\ed99"; }

.icon-text-align-right2:before {
  content: "\ed9a"; }

.icon-text-align-justify2:before {
  content: "\ed9b"; }

.icon-line-spacing2:before {
  content: "\ed9c"; }

.icon-indent-increase2:before {
  content: "\ed9d"; }

.icon-indent-decrease2:before {
  content: "\ed9e"; }

.icon-text-wrap2:before {
  content: "\ed9f"; }

.icon-pilcrow2:before {
  content: "\eda0"; }

.icon-direction-ltr2:before {
  content: "\eda1"; }

.icon-direction-rtl2:before {
  content: "\eda2"; }

.icon-page-break3:before {
  content: "\eda3"; }

.icon-page-break22:before {
  content: "\eda4"; }

.icon-sort-alpha-asc2:before {
  content: "\eda5"; }

.icon-sort-alpha-desc2:before {
  content: "\ea36"; }

.icon-sort-numeric-asc2:before {
  content: "\ea37"; }

.icon-sort-numeric-desc2:before {
  content: "\eda6"; }

.icon-sort-amount-asc2:before {
  content: "\eda7"; }

.icon-sort-amount-desc2:before {
  content: "\eda8"; }

.icon-sort-time-asc2:before {
  content: "\eda9"; }

.icon-sort-time-desc2:before {
  content: "\edaa"; }

.icon-sigma2:before {
  content: "\edab"; }

.icon-pencil-line2:before {
  content: "\edac"; }

.icon-hand3:before {
  content: "\edad"; }

.icon-pointer-up3:before {
  content: "\edae"; }

.icon-pointer-right3:before {
  content: "\edaf"; }

.icon-pointer-down3:before {
  content: "\edb0"; }

.icon-pointer-left3:before {
  content: "\edb1"; }

.icon-finger-tap3:before {
  content: "\edb2"; }

.icon-fingers-tap3:before {
  content: "\edb3"; }

.icon-reminder3:before {
  content: "\edb4"; }

.icon-fingers-crossed2:before {
  content: "\edb5"; }

.icon-fingers-victory2:before {
  content: "\edb6"; }

.icon-gesture-zoom3:before {
  content: "\edb7"; }

.icon-gesture-pinch3:before {
  content: "\edb8"; }

.icon-fingers-scroll-horizontal3:before {
  content: "\edb9"; }

.icon-fingers-scroll-vertical4:before {
  content: "\edba"; }

.icon-fingers-scroll-left3:before {
  content: "\edbb"; }

.icon-fingers-scroll-right3:before {
  content: "\edbc"; }

.icon-hand22:before {
  content: "\ea38"; }

.icon-pointer-up22:before {
  content: "\ea39"; }

.icon-pointer-right22:before {
  content: "\edbd"; }

.icon-pointer-down22:before {
  content: "\edbe"; }

.icon-pointer-left22:before {
  content: "\edbf"; }

.icon-finger-tap22:before {
  content: "\edc0"; }

.icon-fingers-tap22:before {
  content: "\edc1"; }

.icon-reminder22:before {
  content: "\edc2"; }

.icon-gesture-zoom22:before {
  content: "\edc3"; }

.icon-gesture-pinch22:before {
  content: "\edc4"; }

.icon-fingers-scroll-horizontal22:before {
  content: "\edc5"; }

.icon-fingers-scroll-vertical22:before {
  content: "\edc6"; }

.icon-fingers-scroll-left22:before {
  content: "\edc7"; }

.icon-fingers-scroll-right22:before {
  content: "\edc8"; }

.icon-fingers-scroll-vertical32:before {
  content: "\edc9"; }

.icon-border-style2:before {
  content: "\edca"; }

.icon-border-all2:before {
  content: "\edcb"; }

.icon-border-outer2:before {
  content: "\edcc"; }

.icon-border-inner2:before {
  content: "\edcd"; }

.icon-border-top2:before {
  content: "\edce"; }

.icon-border-horizontal2:before {
  content: "\edcf"; }

.icon-border-bottom2:before {
  content: "\edd0"; }

.icon-border-left2:before {
  content: "\edd1"; }

.icon-border-vertical2:before {
  content: "\edd2"; }

.icon-border-right2:before {
  content: "\edd3"; }

.icon-border-none2:before {
  content: "\ea3a"; }

.icon-ellipsis2:before {
  content: "\e9ea"; }

.icon-home:before {
  content: "\e600"; }

.icon-home2:before {
  content: "\e601"; }

.icon-home3:before {
  content: "\e602"; }

.icon-home4:before {
  content: "\e603"; }

.icon-home5:before {
  content: "\e604"; }

.icon-home6:before {
  content: "\e605"; }

.icon-bathtub:before {
  content: "\e606"; }

.icon-toothbrush:before {
  content: "\e607"; }

.icon-bed:before {
  content: "\e608"; }

.icon-couch:before {
  content: "\e609"; }

.icon-chair:before {
  content: "\e60a"; }

.icon-city:before {
  content: "\e60b"; }

.icon-apartment:before {
  content: "\e60c"; }

.icon-pencil:before {
  content: "\e60d"; }

.icon-pencil2:before {
  content: "\e60e"; }

.icon-pen:before {
  content: "\e60f"; }

.icon-pencil3:before {
  content: "\e610"; }

.icon-eraser:before {
  content: "\e611"; }

.icon-pencil4:before {
  content: "\e612"; }

.icon-pencil5:before {
  content: "\e613"; }

.icon-feather:before {
  content: "\e614"; }

.icon-feather2:before {
  content: "\e615"; }

.icon-feather3:before {
  content: "\e616"; }

.icon-pen2:before {
  content: "\e617"; }

.icon-pen-add:before {
  content: "\e618"; }

.icon-pen-remove:before {
  content: "\e619"; }

.icon-vector:before {
  content: "\e61a"; }

.icon-pen3:before {
  content: "\e61b"; }

.icon-blog:before {
  content: "\e61c"; }

.icon-brush:before {
  content: "\e61d"; }

.icon-brush2:before {
  content: "\e61e"; }

.icon-spray:before {
  content: "\e61f"; }

.icon-paint-roller:before {
  content: "\e620"; }

.icon-stamp:before {
  content: "\e621"; }

.icon-tape:before {
  content: "\e622"; }

.icon-desk-tape:before {
  content: "\e623"; }

.icon-texture:before {
  content: "\e624"; }

.icon-eye-dropper:before {
  content: "\e625"; }

.icon-palette:before {
  content: "\e626"; }

.icon-color-sampler:before {
  content: "\e627"; }

.icon-bucket:before {
  content: "\e628"; }

.icon-gradient:before {
  content: "\e629"; }

.icon-gradient2:before {
  content: "\e62a"; }

.icon-magic-wand:before {
  content: "\e62b"; }

.icon-magnet:before {
  content: "\e62c"; }

.icon-pencil-ruler:before {
  content: "\e62d"; }

.icon-pencil-ruler2:before {
  content: "\e62e"; }

.icon-compass:before {
  content: "\e62f"; }

.icon-aim:before {
  content: "\e630"; }

.icon-gun:before {
  content: "\e631"; }

.icon-bottle:before {
  content: "\e632"; }

.icon-drop:before {
  content: "\e633"; }

.icon-drop-crossed:before {
  content: "\e634"; }

.icon-drop2:before {
  content: "\e635"; }

.icon-snow:before {
  content: "\e636"; }

.icon-snow2:before {
  content: "\e637"; }

.icon-fire:before {
  content: "\e638"; }

.icon-lighter:before {
  content: "\e639"; }

.icon-knife:before {
  content: "\e63a"; }

.icon-dagger:before {
  content: "\e63b"; }

.icon-tissue:before {
  content: "\e63c"; }

.icon-toilet-paper:before {
  content: "\e63d"; }

.icon-poop:before {
  content: "\e63e"; }

.icon-umbrella:before {
  content: "\e63f"; }

.icon-umbrella2:before {
  content: "\e640"; }

.icon-rain:before {
  content: "\e641"; }

.icon-tornado:before {
  content: "\e642"; }

.icon-wind:before {
  content: "\e643"; }

.icon-fan:before {
  content: "\e644"; }

.icon-contrast:before {
  content: "\e645"; }

.icon-sun-small:before {
  content: "\e646"; }

.icon-sun:before {
  content: "\e647"; }

.icon-sun2:before {
  content: "\e648"; }

.icon-moon:before {
  content: "\e649"; }

.icon-cloud:before {
  content: "\e64a"; }

.icon-cloud-upload:before {
  content: "\e64b"; }

.icon-cloud-download:before {
  content: "\e64c"; }

.icon-cloud-rain:before {
  content: "\e64d"; }

.icon-cloud-hailstones:before {
  content: "\e64e"; }

.icon-cloud-snow:before {
  content: "\e64f"; }

.icon-cloud-windy:before {
  content: "\e650"; }

.icon-sun-wind:before {
  content: "\e651"; }

.icon-cloud-fog:before {
  content: "\e652"; }

.icon-cloud-sun:before {
  content: "\e653"; }

.icon-cloud-lightning:before {
  content: "\e654"; }

.icon-cloud-sync:before {
  content: "\e655"; }

.icon-cloud-lock:before {
  content: "\e656"; }

.icon-cloud-gear:before {
  content: "\e657"; }

.icon-cloud-alert:before {
  content: "\e658"; }

.icon-cloud-check:before {
  content: "\e659"; }

.icon-cloud-cross:before {
  content: "\e65a"; }

.icon-cloud-crossed:before {
  content: "\e65b"; }

.icon-cloud-database:before {
  content: "\e65c"; }

.icon-database:before {
  content: "\e65d"; }

.icon-database-add:before {
  content: "\e65e"; }

.icon-database-remove:before {
  content: "\e65f"; }

.icon-database-lock:before {
  content: "\e660"; }

.icon-database-refresh:before {
  content: "\e661"; }

.icon-database-check:before {
  content: "\e662"; }

.icon-database-history:before {
  content: "\e663"; }

.icon-database-upload:before {
  content: "\e664"; }

.icon-database-download:before {
  content: "\e665"; }

.icon-server:before {
  content: "\e666"; }

.icon-shield:before {
  content: "\e667"; }

.icon-shield-check:before {
  content: "\e668"; }

.icon-shield-alert:before {
  content: "\e669"; }

.icon-shield-cross:before {
  content: "\e66a"; }

.icon-lock:before {
  content: "\e66b"; }

.icon-rotation-lock:before {
  content: "\e66c"; }

.icon-unlock:before {
  content: "\e66d"; }

.icon-key:before {
  content: "\e66e"; }

.icon-key-hole:before {
  content: "\e66f"; }

.icon-toggle-off:before {
  content: "\e670"; }

.icon-toggle-on:before {
  content: "\e671"; }

.icon-cog:before {
  content: "\e672"; }

.icon-cog2:before {
  content: "\e673"; }

.icon-wrench:before {
  content: "\e674"; }

.icon-screwdriver:before {
  content: "\e675"; }

.icon-hammer-wrench:before {
  content: "\e676"; }

.icon-hammer:before {
  content: "\e677"; }

.icon-saw:before {
  content: "\e678"; }

.icon-axe:before {
  content: "\e679"; }

.icon-axe2:before {
  content: "\e67a"; }

.icon-shovel:before {
  content: "\e67b"; }

.icon-pickaxe:before {
  content: "\e67c"; }

.icon-factory:before {
  content: "\e67d"; }

.icon-factory2:before {
  content: "\e67e"; }

.icon-recycle:before {
  content: "\e67f"; }

.icon-trash:before {
  content: "\e680"; }

.icon-trash2:before {
  content: "\e681"; }

.icon-trash3:before {
  content: "\e682"; }

.icon-broom:before {
  content: "\e683"; }

.icon-game:before {
  content: "\e684"; }

.icon-gamepad:before {
  content: "\e685"; }

.icon-joystick:before {
  content: "\e686"; }

.icon-dice:before {
  content: "\e687"; }

.icon-spades:before {
  content: "\e688"; }

.icon-diamonds:before {
  content: "\e689"; }

.icon-clubs:before {
  content: "\e68a"; }

.icon-hearts:before {
  content: "\e68b"; }

.icon-heart:before {
  content: "\e68c"; }

.icon-star:before {
  content: "\e68d"; }

.icon-star-half:before {
  content: "\e68e"; }

.icon-star-empty:before {
  content: "\e68f"; }

.icon-flag:before {
  content: "\e690"; }

.icon-flag2:before {
  content: "\e691"; }

.icon-flag3:before {
  content: "\e692"; }

.icon-mailbox-full:before {
  content: "\e693"; }

.icon-mailbox-empty:before {
  content: "\e694"; }

.icon-at-sign:before {
  content: "\e695"; }

.icon-envelope:before {
  content: "\e696"; }

.icon-envelope-open:before {
  content: "\e697"; }

.icon-paperclip:before {
  content: "\e698"; }

.icon-paper-plane:before {
  content: "\e699"; }

.icon-reply:before {
  content: "\e69a"; }

.icon-reply-all:before {
  content: "\e69b"; }

.icon-inbox:before {
  content: "\e69c"; }

.icon-inbox2:before {
  content: "\e69d"; }

.icon-outbox:before {
  content: "\e69e"; }

.icon-box:before {
  content: "\e69f"; }

.icon-archive:before {
  content: "\e6a0"; }

.icon-archive2:before {
  content: "\e6a1"; }

.icon-drawers:before {
  content: "\e6a2"; }

.icon-drawers2:before {
  content: "\e6a3"; }

.icon-drawers3:before {
  content: "\e6a4"; }

.icon-eye:before {
  content: "\e6a5"; }

.icon-eye-crossed:before {
  content: "\e6a6"; }

.icon-eye-plus:before {
  content: "\e6a7"; }

.icon-eye-minus:before {
  content: "\e6a8"; }

.icon-binoculars:before {
  content: "\e6a9"; }

.icon-binoculars2:before {
  content: "\e6aa"; }

.icon-hdd:before {
  content: "\e6ab"; }

.icon-hdd-down:before {
  content: "\e6ac"; }

.icon-hdd-up:before {
  content: "\e6ad"; }

.icon-floppy-disk:before {
  content: "\e6ae"; }

.icon-disc:before {
  content: "\e6af"; }

.icon-tape2:before {
  content: "\e6b0"; }

.icon-printer:before {
  content: "\e6b1"; }

.icon-shredder:before {
  content: "\e6b2"; }

.icon-file-empty:before {
  content: "\e6b3"; }

.icon-file-add:before {
  content: "\e6b4"; }

.icon-file-check:before {
  content: "\e6b5"; }

.icon-file-lock:before {
  content: "\e6b6"; }

.icon-files:before {
  content: "\e6b7"; }

.icon-copy:before {
  content: "\e6b8"; }

.icon-compare:before {
  content: "\e6b9"; }

.icon-folder:before {
  content: "\e6ba"; }

.icon-folder-search:before {
  content: "\e6bb"; }

.icon-folder-plus:before {
  content: "\e6bc"; }

.icon-folder-minus:before {
  content: "\e6bd"; }

.icon-folder-download:before {
  content: "\e6be"; }

.icon-folder-upload:before {
  content: "\e6bf"; }

.icon-folder-star:before {
  content: "\e6c0"; }

.icon-folder-heart:before {
  content: "\e6c1"; }

.icon-folder-user:before {
  content: "\e6c2"; }

.icon-folder-shared:before {
  content: "\e6c3"; }

.icon-folder-music:before {
  content: "\e6c4"; }

.icon-folder-picture:before {
  content: "\e6c5"; }

.icon-folder-film:before {
  content: "\e6c6"; }

.icon-scissors:before {
  content: "\e6c7"; }

.icon-paste:before {
  content: "\e6c8"; }

.icon-clipboard-empty:before {
  content: "\e6c9"; }

.icon-clipboard-pencil:before {
  content: "\e6ca"; }

.icon-clipboard-text:before {
  content: "\e6cb"; }

.icon-clipboard-check:before {
  content: "\e6cc"; }

.icon-clipboard-down:before {
  content: "\e6cd"; }

.icon-clipboard-left:before {
  content: "\e6ce"; }

.icon-clipboard-alert:before {
  content: "\e6cf"; }

.icon-clipboard-user:before {
  content: "\e6d0"; }

.icon-register:before {
  content: "\e6d1"; }

.icon-enter:before {
  content: "\e6d2"; }

.icon-exit:before {
  content: "\e6d3"; }

.icon-papers:before {
  content: "\e6d4"; }

.icon-news:before {
  content: "\e6d5"; }

.icon-reading:before {
  content: "\e6d6"; }

.icon-typewriter:before {
  content: "\e6d7"; }

.icon-document:before {
  content: "\e6d8"; }

.icon-document2:before {
  content: "\e6d9"; }

.icon-graduation-hat:before {
  content: "\e6da"; }

.icon-license:before {
  content: "\e6db"; }

.icon-license2:before {
  content: "\e6dc"; }

.icon-medal-empty:before {
  content: "\e6dd"; }

.icon-medal-first:before {
  content: "\e6de"; }

.icon-medal-second:before {
  content: "\e6df"; }

.icon-medal-third:before {
  content: "\e6e0"; }

.icon-podium:before {
  content: "\e6e1"; }

.icon-trophy:before {
  content: "\e6e2"; }

.icon-trophy2:before {
  content: "\e6e3"; }

.icon-music-note:before {
  content: "\e6e4"; }

.icon-music-note2:before {
  content: "\e6e5"; }

.icon-music-note3:before {
  content: "\e6e6"; }

.icon-playlist:before {
  content: "\e6e7"; }

.icon-playlist-add:before {
  content: "\e6e8"; }

.icon-guitar:before {
  content: "\e6e9"; }

.icon-trumpet:before {
  content: "\e6ea"; }

.icon-album:before {
  content: "\e6eb"; }

.icon-shuffle:before {
  content: "\e6ec"; }

.icon-repeat-one:before {
  content: "\e6ed"; }

.icon-repeat:before {
  content: "\e6ee"; }

.icon-headphones:before {
  content: "\e6ef"; }

.icon-headset:before {
  content: "\e6f0"; }

.icon-loudspeaker:before {
  content: "\e6f1"; }

.icon-equalizer:before {
  content: "\e6f2"; }

.icon-theater:before {
  content: "\e6f3"; }

.icon-3d-glasses:before {
  content: "\e6f4"; }

.icon-ticket:before {
  content: "\e6f5"; }

.icon-presentation:before {
  content: "\e6f6"; }

.icon-play:before {
  content: "\e6f7"; }

.icon-film-play:before {
  content: "\e6f8"; }

.icon-clapboard-play:before {
  content: "\e6f9"; }

.icon-media:before {
  content: "\e6fa"; }

.icon-film:before {
  content: "\e6fb"; }

.icon-film2:before {
  content: "\e6fc"; }

.icon-surveillance:before {
  content: "\e6fd"; }

.icon-surveillance2:before {
  content: "\e6fe"; }

.icon-camera:before {
  content: "\e6ff"; }

.icon-camera-crossed:before {
  content: "\e700"; }

.icon-camera-play:before {
  content: "\e701"; }

.icon-time-lapse:before {
  content: "\e702"; }

.icon-record:before {
  content: "\e703"; }

.icon-camera2:before {
  content: "\e704"; }

.icon-camera-flip:before {
  content: "\e705"; }

.icon-panorama:before {
  content: "\e706"; }

.icon-time-lapse2:before {
  content: "\e707"; }

.icon-shutter:before {
  content: "\e708"; }

.icon-shutter2:before {
  content: "\e709"; }

.icon-face-detection:before {
  content: "\e70a"; }

.icon-flare:before {
  content: "\e70b"; }

.icon-convex:before {
  content: "\e70c"; }

.icon-concave:before {
  content: "\e70d"; }

.icon-picture:before {
  content: "\e70e"; }

.icon-picture2:before {
  content: "\e70f"; }

.icon-picture3:before {
  content: "\e710"; }

.icon-pictures:before {
  content: "\e711"; }

.icon-book:before {
  content: "\e712"; }

.icon-audio-book:before {
  content: "\e713"; }

.icon-book2:before {
  content: "\e714"; }

.icon-bookmark:before {
  content: "\e715"; }

.icon-bookmark2:before {
  content: "\e716"; }

.icon-label:before {
  content: "\e717"; }

.icon-library:before {
  content: "\e718"; }

.icon-library2:before {
  content: "\e719"; }

.icon-contacts:before {
  content: "\e71a"; }

.icon-profile:before {
  content: "\e71b"; }

.icon-portrait:before {
  content: "\e71c"; }

.icon-portrait2:before {
  content: "\e71d"; }

.icon-user:before {
  content: "\e71e"; }

.icon-user-plus:before {
  content: "\e71f"; }

.icon-user-minus:before {
  content: "\e720"; }

.icon-user-lock:before {
  content: "\e721"; }

.icon-users:before {
  content: "\e722"; }

.icon-users2:before {
  content: "\e723"; }

.icon-users-plus:before {
  content: "\e724"; }

.icon-users-minus:before {
  content: "\e725"; }

.icon-group-work:before {
  content: "\e726"; }

.icon-woman:before {
  content: "\e727"; }

.icon-man:before {
  content: "\e728"; }

.icon-baby:before {
  content: "\e729"; }

.icon-baby2:before {
  content: "\e72a"; }

.icon-baby3:before {
  content: "\e72b"; }

.icon-baby-bottle:before {
  content: "\e72c"; }

.icon-walk:before {
  content: "\e72d"; }

.icon-hand-waving:before {
  content: "\e72e"; }

.icon-jump:before {
  content: "\e72f"; }

.icon-run:before {
  content: "\e730"; }

.icon-woman2:before {
  content: "\e731"; }

.icon-man2:before {
  content: "\e732"; }

.icon-man-woman:before {
  content: "\e733"; }

.icon-height:before {
  content: "\e734"; }

.icon-weight:before {
  content: "\e735"; }

.icon-scale:before {
  content: "\e736"; }

.icon-button:before {
  content: "\e737"; }

.icon-bow-tie:before {
  content: "\e738"; }

.icon-tie:before {
  content: "\e739"; }

.icon-socks:before {
  content: "\e73a"; }

.icon-shoe:before {
  content: "\e73b"; }

.icon-shoes:before {
  content: "\e73c"; }

.icon-hat:before {
  content: "\e73d"; }

.icon-pants:before {
  content: "\e73e"; }

.icon-shorts:before {
  content: "\e73f"; }

.icon-flip-flops:before {
  content: "\e740"; }

.icon-shirt:before {
  content: "\e741"; }

.icon-hanger:before {
  content: "\e742"; }

.icon-laundry:before {
  content: "\e743"; }

.icon-store:before {
  content: "\e744"; }

.icon-haircut:before {
  content: "\e745"; }

.icon-store-24:before {
  content: "\e746"; }

.icon-barcode:before {
  content: "\e747"; }

.icon-barcode2:before {
  content: "\e748"; }

.icon-barcode3:before {
  content: "\e749"; }

.icon-cashier:before {
  content: "\e74a"; }

.icon-bag:before {
  content: "\e74b"; }

.icon-bag2:before {
  content: "\e74c"; }

.icon-cart:before {
  content: "\e74d"; }

.icon-cart-empty:before {
  content: "\e74e"; }

.icon-cart-full:before {
  content: "\e74f"; }

.icon-cart-plus:before {
  content: "\e750"; }

.icon-cart-plus2:before {
  content: "\e751"; }

.icon-cart-add:before {
  content: "\e752"; }

.icon-cart-remove:before {
  content: "\e753"; }

.icon-cart-exchange:before {
  content: "\e754"; }

.icon-tag:before {
  content: "\e755"; }

.icon-tags:before {
  content: "\e756"; }

.icon-receipt:before {
  content: "\e757"; }

.icon-wallet:before {
  content: "\e758"; }

.icon-credit-card:before {
  content: "\e759"; }

.icon-cash-dollar:before {
  content: "\e75a"; }

.icon-cash-euro:before {
  content: "\e75b"; }

.icon-cash-pound:before {
  content: "\e75c"; }

.icon-cash-yen:before {
  content: "\e75d"; }

.icon-bag-dollar:before {
  content: "\e75e"; }

.icon-bag-euro:before {
  content: "\e75f"; }

.icon-bag-pound:before {
  content: "\e760"; }

.icon-bag-yen:before {
  content: "\e761"; }

.icon-coin-dollar:before {
  content: "\e762"; }

.icon-coin-euro:before {
  content: "\e763"; }

.icon-coin-pound:before {
  content: "\e764"; }

.icon-coin-yen:before {
  content: "\e765"; }

.icon-calculator:before {
  content: "\e766"; }

.icon-calculator2:before {
  content: "\e767"; }

.icon-abacus:before {
  content: "\e768"; }

.icon-vault:before {
  content: "\e769"; }

.icon-telephone:before {
  content: "\e76a"; }

.icon-phone-lock:before {
  content: "\e76b"; }

.icon-phone-wave:before {
  content: "\e76c"; }

.icon-phone-pause:before {
  content: "\e76d"; }

.icon-phone-outgoing:before {
  content: "\e76e"; }

.icon-phone-incoming:before {
  content: "\e76f"; }

.icon-phone-in-out:before {
  content: "\e770"; }

.icon-phone-error:before {
  content: "\e771"; }

.icon-phone-sip:before {
  content: "\e772"; }

.icon-phone-plus:before {
  content: "\e773"; }

.icon-phone-minus:before {
  content: "\e774"; }

.icon-voicemail:before {
  content: "\e775"; }

.icon-dial:before {
  content: "\e776"; }

.icon-telephone2:before {
  content: "\e777"; }

.icon-pushpin:before {
  content: "\e778"; }

.icon-pushpin2:before {
  content: "\e779"; }

.icon-map-marker:before {
  content: "\e77a"; }

.icon-map-marker-user:before {
  content: "\e77b"; }

.icon-map-marker-down:before {
  content: "\e77c"; }

.icon-map-marker-check:before {
  content: "\e77d"; }

.icon-map-marker-crossed:before {
  content: "\e77e"; }

.icon-radar:before {
  content: "\e77f"; }

.icon-compass2:before {
  content: "\e780"; }

.icon-map:before {
  content: "\e781"; }

.icon-map2:before {
  content: "\e782"; }

.icon-location:before {
  content: "\e783"; }

.icon-road-sign:before {
  content: "\e784"; }

.icon-calendar-empty:before {
  content: "\e785"; }

.icon-calendar-check:before {
  content: "\e786"; }

.icon-calendar-cross:before {
  content: "\e787"; }

.icon-calendar-31:before {
  content: "\e788"; }

.icon-calendar-full:before {
  content: "\e789"; }

.icon-calendar-insert:before {
  content: "\e78a"; }

.icon-calendar-text:before {
  content: "\e78b"; }

.icon-calendar-user:before {
  content: "\e78c"; }

.icon-mouse:before {
  content: "\e78d"; }

.icon-mouse-left:before {
  content: "\e78e"; }

.icon-mouse-right:before {
  content: "\e78f"; }

.icon-mouse-both:before {
  content: "\e790"; }

.icon-keyboard:before {
  content: "\e791"; }

.icon-keyboard-up:before {
  content: "\e792"; }

.icon-keyboard-down:before {
  content: "\e793"; }

.icon-delete:before {
  content: "\e794"; }

.icon-spell-check:before {
  content: "\e795"; }

.icon-escape:before {
  content: "\e796"; }

.icon-enter2:before {
  content: "\e797"; }

.icon-screen:before {
  content: "\e798"; }

.icon-aspect-ratio:before {
  content: "\e799"; }

.icon-signal:before {
  content: "\e79a"; }

.icon-signal-lock:before {
  content: "\e79b"; }

.icon-signal-80:before {
  content: "\e79c"; }

.icon-signal-60:before {
  content: "\e79d"; }

.icon-signal-40:before {
  content: "\e79e"; }

.icon-signal-20:before {
  content: "\e79f"; }

.icon-signal-0:before {
  content: "\e7a0"; }

.icon-signal-blocked:before {
  content: "\e7a1"; }

.icon-sim:before {
  content: "\e7a2"; }

.icon-flash-memory:before {
  content: "\e7a3"; }

.icon-usb-drive:before {
  content: "\e7a4"; }

.icon-phone:before {
  content: "\e7a5"; }

.icon-smartphone:before {
  content: "\e7a6"; }

.icon-smartphone-notification:before {
  content: "\e7a7"; }

.icon-smartphone-vibration:before {
  content: "\e7a8"; }

.icon-smartphone-embed:before {
  content: "\e7a9"; }

.icon-smartphone-waves:before {
  content: "\e7aa"; }

.icon-tablet:before {
  content: "\e7ab"; }

.icon-tablet2:before {
  content: "\e7ac"; }

.icon-laptop:before {
  content: "\e7ad"; }

.icon-laptop-phone:before {
  content: "\e7ae"; }

.icon-desktop:before {
  content: "\e7af"; }

.icon-launch:before {
  content: "\e7b0"; }

.icon-new-tab:before {
  content: "\e7b1"; }

.icon-window:before {
  content: "\e7b2"; }

.icon-cable:before {
  content: "\e7b3"; }

.icon-cable2:before {
  content: "\e7b4"; }

.icon-tv:before {
  content: "\e7b5"; }

.icon-radio:before {
  content: "\e7b6"; }

.icon-remote-control:before {
  content: "\e7b7"; }

.icon-power-switch:before {
  content: "\e7b8"; }

.icon-power:before {
  content: "\e7b9"; }

.icon-power-crossed:before {
  content: "\e7ba"; }

.icon-flash-auto:before {
  content: "\e7bb"; }

.icon-lamp:before {
  content: "\e7bc"; }

.icon-flashlight:before {
  content: "\e7bd"; }

.icon-lampshade:before {
  content: "\e7be"; }

.icon-cord:before {
  content: "\e7bf"; }

.icon-outlet:before {
  content: "\e7c0"; }

.icon-battery-power:before {
  content: "\e7c1"; }

.icon-battery-empty:before {
  content: "\e7c2"; }

.icon-battery-alert:before {
  content: "\e7c3"; }

.icon-battery-error:before {
  content: "\e7c4"; }

.icon-battery-low1:before {
  content: "\e7c5"; }

.icon-battery-low2:before {
  content: "\e7c6"; }

.icon-battery-low3:before {
  content: "\e7c7"; }

.icon-battery-mid1:before {
  content: "\e7c8"; }

.icon-battery-mid2:before {
  content: "\e7c9"; }

.icon-battery-mid3:before {
  content: "\e7ca"; }

.icon-battery-full:before {
  content: "\e7cb"; }

.icon-battery-charging:before {
  content: "\e7cc"; }

.icon-battery-charging2:before {
  content: "\e7cd"; }

.icon-battery-charging3:before {
  content: "\e7ce"; }

.icon-battery-charging4:before {
  content: "\e7cf"; }

.icon-battery-charging5:before {
  content: "\e7d0"; }

.icon-battery-charging6:before {
  content: "\e7d1"; }

.icon-battery-charging7:before {
  content: "\e7d2"; }

.icon-chip:before {
  content: "\e7d3"; }

.icon-chip-x64:before {
  content: "\e7d4"; }

.icon-chip-x86:before {
  content: "\e7d5"; }

.icon-bubble:before {
  content: "\e7d6"; }

.icon-bubbles:before {
  content: "\e7d7"; }

.icon-bubble-dots:before {
  content: "\e7d8"; }

.icon-bubble-alert:before {
  content: "\e7d9"; }

.icon-bubble-question:before {
  content: "\e7da"; }

.icon-bubble-text:before {
  content: "\e7db"; }

.icon-bubble-pencil:before {
  content: "\e7dc"; }

.icon-bubble-picture:before {
  content: "\e7dd"; }

.icon-bubble-video:before {
  content: "\e7de"; }

.icon-bubble-user:before {
  content: "\e7df"; }

.icon-bubble-quote:before {
  content: "\e7e0"; }

.icon-bubble-heart:before {
  content: "\e7e1"; }

.icon-bubble-emoticon:before {
  content: "\e7e2"; }

.icon-bubble-attachment:before {
  content: "\e7e3"; }

.icon-phone-bubble:before {
  content: "\e7e4"; }

.icon-quote-open:before {
  content: "\e7e5"; }

.icon-quote-close:before {
  content: "\e7e6"; }

.icon-dna:before {
  content: "\e7e7"; }

.icon-heart-pulse:before {
  content: "\e7e8"; }

.icon-pulse:before {
  content: "\e7e9"; }

.icon-syringe:before {
  content: "\e7ea"; }

.icon-pills:before {
  content: "\e7eb"; }

.icon-first-aid:before {
  content: "\e7ec"; }

.icon-lifebuoy:before {
  content: "\e7ed"; }

.icon-bandage:before {
  content: "\e7ee"; }

.icon-bandages:before {
  content: "\e7ef"; }

.icon-thermometer:before {
  content: "\e7f0"; }

.icon-microscope:before {
  content: "\e7f1"; }

.icon-brain:before {
  content: "\e7f2"; }

.icon-beaker:before {
  content: "\e7f3"; }

.icon-skull:before {
  content: "\e7f4"; }

.icon-bone:before {
  content: "\e7f5"; }

.icon-construction:before {
  content: "\e7f6"; }

.icon-construction-cone:before {
  content: "\e7f7"; }

.icon-pie-chart:before {
  content: "\e7f8"; }

.icon-pie-chart2:before {
  content: "\e7f9"; }

.icon-graph:before {
  content: "\e7fa"; }

.icon-chart-growth:before {
  content: "\e7fb"; }

.icon-chart-bars:before {
  content: "\e7fc"; }

.icon-chart-settings:before {
  content: "\e7fd"; }

.icon-cake:before {
  content: "\e7fe"; }

.icon-gift:before {
  content: "\e7ff"; }

.icon-balloon:before {
  content: "\e800"; }

.icon-rank:before {
  content: "\e801"; }

.icon-rank2:before {
  content: "\e802"; }

.icon-rank3:before {
  content: "\e803"; }

.icon-crown:before {
  content: "\e804"; }

.icon-lotus:before {
  content: "\e805"; }

.icon-diamond:before {
  content: "\e806"; }

.icon-diamond2:before {
  content: "\e807"; }

.icon-diamond3:before {
  content: "\e808"; }

.icon-diamond4:before {
  content: "\e809"; }

.icon-linearicons:before {
  content: "\e80a"; }

.icon-teacup:before {
  content: "\e80b"; }

.icon-teapot:before {
  content: "\e80c"; }

.icon-glass:before {
  content: "\e80d"; }

.icon-bottle2:before {
  content: "\e80e"; }

.icon-glass-cocktail:before {
  content: "\e80f"; }

.icon-glass2:before {
  content: "\e810"; }

.icon-dinner:before {
  content: "\e811"; }

.icon-dinner2:before {
  content: "\e812"; }

.icon-chef:before {
  content: "\e813"; }

.icon-scale2:before {
  content: "\e814"; }

.icon-egg:before {
  content: "\e815"; }

.icon-egg2:before {
  content: "\e816"; }

.icon-eggs:before {
  content: "\e817"; }

.icon-platter:before {
  content: "\e818"; }

.icon-steak:before {
  content: "\e819"; }

.icon-hamburger:before {
  content: "\e81a"; }

.icon-hotdog:before {
  content: "\e81b"; }

.icon-pizza:before {
  content: "\e81c"; }

.icon-sausage:before {
  content: "\e81d"; }

.icon-chicken:before {
  content: "\e81e"; }

.icon-fish:before {
  content: "\e81f"; }

.icon-carrot:before {
  content: "\e820"; }

.icon-cheese:before {
  content: "\e821"; }

.icon-bread:before {
  content: "\e822"; }

.icon-ice-cream:before {
  content: "\e823"; }

.icon-ice-cream2:before {
  content: "\e824"; }

.icon-candy:before {
  content: "\e825"; }

.icon-lollipop:before {
  content: "\e826"; }

.icon-coffee-bean:before {
  content: "\e827"; }

.icon-coffee-cup:before {
  content: "\e828"; }

.icon-cherry:before {
  content: "\e829"; }

.icon-grapes:before {
  content: "\e82a"; }

.icon-citrus:before {
  content: "\e82b"; }

.icon-apple:before {
  content: "\e82c"; }

.icon-leaf:before {
  content: "\e82d"; }

.icon-landscape:before {
  content: "\e82e"; }

.icon-pine-tree:before {
  content: "\e82f"; }

.icon-tree:before {
  content: "\e830"; }

.icon-cactus:before {
  content: "\e831"; }

.icon-paw:before {
  content: "\e832"; }

.icon-footprint:before {
  content: "\e833"; }

.icon-speed-slow:before {
  content: "\e834"; }

.icon-speed-medium:before {
  content: "\e835"; }

.icon-speed-fast:before {
  content: "\e836"; }

.icon-rocket:before {
  content: "\e837"; }

.icon-hammer2:before {
  content: "\e838"; }

.icon-balance:before {
  content: "\e839"; }

.icon-briefcase:before {
  content: "\e83a"; }

.icon-luggage-weight:before {
  content: "\e83b"; }

.icon-dolly:before {
  content: "\e83c"; }

.icon-plane:before {
  content: "\e83d"; }

.icon-plane-crossed:before {
  content: "\e83e"; }

.icon-helicopter:before {
  content: "\e83f"; }

.icon-traffic-lights:before {
  content: "\e840"; }

.icon-siren:before {
  content: "\e841"; }

.icon-road:before {
  content: "\e842"; }

.icon-engine:before {
  content: "\e843"; }

.icon-oil-pressure:before {
  content: "\e844"; }

.icon-coolant-temperature:before {
  content: "\e845"; }

.icon-car-battery:before {
  content: "\e846"; }

.icon-gas:before {
  content: "\e847"; }

.icon-gallon:before {
  content: "\e848"; }

.icon-transmission:before {
  content: "\e849"; }

.icon-car:before {
  content: "\e84a"; }

.icon-car-wash:before {
  content: "\e84b"; }

.icon-car-wash2:before {
  content: "\e84c"; }

.icon-bus:before {
  content: "\e84d"; }

.icon-bus2:before {
  content: "\e84e"; }

.icon-car2:before {
  content: "\e84f"; }

.icon-parking:before {
  content: "\e850"; }

.icon-car-lock:before {
  content: "\e851"; }

.icon-taxi:before {
  content: "\e852"; }

.icon-car-siren:before {
  content: "\e853"; }

.icon-car-wash3:before {
  content: "\e854"; }

.icon-car-wash4:before {
  content: "\e855"; }

.icon-ambulance:before {
  content: "\e856"; }

.icon-truck:before {
  content: "\e857"; }

.icon-trailer:before {
  content: "\e858"; }

.icon-scale-truck:before {
  content: "\e859"; }

.icon-train:before {
  content: "\e85a"; }

.icon-ship:before {
  content: "\e85b"; }

.icon-ship2:before {
  content: "\e85c"; }

.icon-anchor:before {
  content: "\e85d"; }

.icon-boat:before {
  content: "\e85e"; }

.icon-bicycle:before {
  content: "\e85f"; }

.icon-bicycle2:before {
  content: "\e860"; }

.icon-dumbbell:before {
  content: "\e861"; }

.icon-bench-press:before {
  content: "\e862"; }

.icon-swim:before {
  content: "\e863"; }

.icon-football:before {
  content: "\e864"; }

.icon-baseball-bat:before {
  content: "\e865"; }

.icon-baseball:before {
  content: "\e866"; }

.icon-tennis:before {
  content: "\e867"; }

.icon-tennis2:before {
  content: "\e868"; }

.icon-ping-pong:before {
  content: "\e869"; }

.icon-hockey:before {
  content: "\e86a"; }

.icon-8ball:before {
  content: "\e86b"; }

.icon-bowling:before {
  content: "\e86c"; }

.icon-bowling-pins:before {
  content: "\e86d"; }

.icon-golf:before {
  content: "\e86e"; }

.icon-golf2:before {
  content: "\e86f"; }

.icon-archery:before {
  content: "\e870"; }

.icon-slingshot:before {
  content: "\e871"; }

.icon-soccer:before {
  content: "\e872"; }

.icon-basketball:before {
  content: "\e873"; }

.icon-cube:before {
  content: "\e874"; }

.icon-3d-rotate:before {
  content: "\e875"; }

.icon-puzzle:before {
  content: "\e876"; }

.icon-glasses:before {
  content: "\e877"; }

.icon-glasses2:before {
  content: "\e878"; }

.icon-accessibility:before {
  content: "\e879"; }

.icon-wheelchair:before {
  content: "\e87a"; }

.icon-wall:before {
  content: "\e87b"; }

.icon-fence:before {
  content: "\e87c"; }

.icon-wall2:before {
  content: "\e87d"; }

.icon-icons:before {
  content: "\e87e"; }

.icon-resize-handle:before {
  content: "\e87f"; }

.icon-icons2:before {
  content: "\e880"; }

.icon-select:before {
  content: "\e881"; }

.icon-select2:before {
  content: "\e882"; }

.icon-site-map:before {
  content: "\e883"; }

.icon-earth:before {
  content: "\e884"; }

.icon-earth-lock:before {
  content: "\e885"; }

.icon-network:before {
  content: "\e886"; }

.icon-network-lock:before {
  content: "\e887"; }

.icon-planet:before {
  content: "\e888"; }

.icon-happy:before {
  content: "\e889"; }

.icon-smile:before {
  content: "\e88a"; }

.icon-grin:before {
  content: "\e88b"; }

.icon-tongue:before {
  content: "\e88c"; }

.icon-sad:before {
  content: "\e88d"; }

.icon-wink:before {
  content: "\e88e"; }

.icon-dream:before {
  content: "\e88f"; }

.icon-shocked:before {
  content: "\e890"; }

.icon-shocked2:before {
  content: "\e891"; }

.icon-tongue2:before {
  content: "\e892"; }

.icon-neutral:before {
  content: "\e893"; }

.icon-happy-grin:before {
  content: "\e894"; }

.icon-cool:before {
  content: "\e895"; }

.icon-mad:before {
  content: "\e896"; }

.icon-grin-evil:before {
  content: "\e897"; }

.icon-evil:before {
  content: "\e898"; }

.icon-wow:before {
  content: "\e899"; }

.icon-annoyed:before {
  content: "\e89a"; }

.icon-wondering:before {
  content: "\e89b"; }

.icon-confused:before {
  content: "\e89c"; }

.icon-zipped:before {
  content: "\e89d"; }

.icon-grumpy:before {
  content: "\e89e"; }

.icon-mustache:before {
  content: "\e89f"; }

.icon-tombstone-hipster:before {
  content: "\e8a0"; }

.icon-tombstone:before {
  content: "\e8a1"; }

.icon-ghost:before {
  content: "\e8a2"; }

.icon-ghost-hipster:before {
  content: "\e8a3"; }

.icon-halloween:before {
  content: "\e8a4"; }

.icon-christmas:before {
  content: "\e8a5"; }

.icon-easter-egg:before {
  content: "\e8a6"; }

.icon-mustache2:before {
  content: "\e8a7"; }

.icon-mustache-glasses:before {
  content: "\e8a8"; }

.icon-pipe:before {
  content: "\e8a9"; }

.icon-alarm:before {
  content: "\e8aa"; }

.icon-alarm-add:before {
  content: "\e8ab"; }

.icon-alarm-snooze:before {
  content: "\e8ac"; }

.icon-alarm-ringing:before {
  content: "\e8ad"; }

.icon-bullhorn:before {
  content: "\e8ae"; }

.icon-hearing:before {
  content: "\e8af"; }

.icon-volume-high:before {
  content: "\e8b0"; }

.icon-volume-medium:before {
  content: "\e8b1"; }

.icon-volume-low:before {
  content: "\e8b2"; }

.icon-volume:before {
  content: "\e8b3"; }

.icon-mute:before {
  content: "\e8b4"; }

.icon-lan:before {
  content: "\e8b5"; }

.icon-lan2:before {
  content: "\e8b6"; }

.icon-wifi:before {
  content: "\e8b7"; }

.icon-wifi-lock:before {
  content: "\e8b8"; }

.icon-wifi-blocked:before {
  content: "\e8b9"; }

.icon-wifi-mid:before {
  content: "\e8ba"; }

.icon-wifi-low:before {
  content: "\e8bb"; }

.icon-wifi-low2:before {
  content: "\e8bc"; }

.icon-wifi-alert:before {
  content: "\e8bd"; }

.icon-wifi-alert-mid:before {
  content: "\e8be"; }

.icon-wifi-alert-low:before {
  content: "\e8bf"; }

.icon-wifi-alert-low2:before {
  content: "\e8c0"; }

.icon-stream:before {
  content: "\e8c1"; }

.icon-stream-check:before {
  content: "\e8c2"; }

.icon-stream-error:before {
  content: "\e8c3"; }

.icon-stream-alert:before {
  content: "\e8c4"; }

.icon-communication:before {
  content: "\e8c5"; }

.icon-communication-crossed:before {
  content: "\e8c6"; }

.icon-broadcast:before {
  content: "\e8c7"; }

.icon-antenna:before {
  content: "\e8c8"; }

.icon-satellite:before {
  content: "\e8c9"; }

.icon-satellite2:before {
  content: "\e8ca"; }

.icon-mic:before {
  content: "\e8cb"; }

.icon-mic-mute:before {
  content: "\e8cc"; }

.icon-mic2:before {
  content: "\e8cd"; }

.icon-spotlights:before {
  content: "\e8ce"; }

.icon-hourglass:before {
  content: "\e8cf"; }

.icon-loading:before {
  content: "\e8d0"; }

.icon-loading2:before {
  content: "\e8d1"; }

.icon-loading3:before {
  content: "\e8d2"; }

.icon-refresh:before {
  content: "\e8d3"; }

.icon-refresh2:before {
  content: "\e8d4"; }

.icon-undo:before {
  content: "\e8d5"; }

.icon-redo:before {
  content: "\e8d6"; }

.icon-jump2:before {
  content: "\e8d7"; }

.icon-undo2:before {
  content: "\e8d8"; }

.icon-redo2:before {
  content: "\e8d9"; }

.icon-sync:before {
  content: "\e8da"; }

.icon-repeat-one2:before {
  content: "\e8db"; }

.icon-sync-crossed:before {
  content: "\e8dc"; }

.icon-sync2:before {
  content: "\e8dd"; }

.icon-repeat-one3:before {
  content: "\e8de"; }

.icon-sync-crossed2:before {
  content: "\e8df"; }

.icon-return:before {
  content: "\e8e0"; }

.icon-return2:before {
  content: "\e8e1"; }

.icon-refund:before {
  content: "\e8e2"; }

.icon-history:before {
  content: "\e8e3"; }

.icon-history2:before {
  content: "\e8e4"; }

.icon-self-timer:before {
  content: "\e8e5"; }

.icon-clock:before {
  content: "\e8e6"; }

.icon-clock2:before {
  content: "\e8e7"; }

.icon-clock3:before {
  content: "\e8e8"; }

.icon-watch:before {
  content: "\e8e9"; }

.icon-alarm2:before {
  content: "\e8ea"; }

.icon-alarm-add2:before {
  content: "\e8eb"; }

.icon-alarm-remove:before {
  content: "\e8ec"; }

.icon-alarm-check:before {
  content: "\e8ed"; }

.icon-alarm-error:before {
  content: "\e8ee"; }

.icon-timer:before {
  content: "\e8ef"; }

.icon-timer-crossed:before {
  content: "\e8f0"; }

.icon-timer2:before {
  content: "\e8f1"; }

.icon-timer-crossed2:before {
  content: "\e8f2"; }

.icon-download:before {
  content: "\e8f3"; }

.icon-upload:before {
  content: "\e8f4"; }

.icon-download2:before {
  content: "\e8f5"; }

.icon-upload2:before {
  content: "\e8f6"; }

.icon-enter-up:before {
  content: "\e8f7"; }

.icon-enter-down:before {
  content: "\e8f8"; }

.icon-enter-left:before {
  content: "\e8f9"; }

.icon-enter-right:before {
  content: "\e8fa"; }

.icon-exit-up:before {
  content: "\e8fb"; }

.icon-exit-down:before {
  content: "\e8fc"; }

.icon-exit-left:before {
  content: "\e8fd"; }

.icon-exit-right:before {
  content: "\e8fe"; }

.icon-enter-up2:before {
  content: "\e8ff"; }

.icon-enter-down2:before {
  content: "\e900"; }

.icon-enter-vertical:before {
  content: "\e901"; }

.icon-enter-left2:before {
  content: "\e902"; }

.icon-enter-right2:before {
  content: "\e903"; }

.icon-enter-horizontal:before {
  content: "\e904"; }

.icon-exit-up2:before {
  content: "\e905"; }

.icon-exit-down2:before {
  content: "\e906"; }

.icon-exit-left2:before {
  content: "\e907"; }

.icon-exit-right2:before {
  content: "\e908"; }

.icon-cli:before {
  content: "\e909"; }

.icon-bug:before {
  content: "\e90a"; }

.icon-code:before {
  content: "\e90b"; }

.icon-file-code:before {
  content: "\e90c"; }

.icon-file-image:before {
  content: "\e90d"; }

.icon-file-zip:before {
  content: "\e90e"; }

.icon-file-audio:before {
  content: "\e90f"; }

.icon-file-video:before {
  content: "\e910"; }

.icon-file-preview:before {
  content: "\e911"; }

.icon-file-charts:before {
  content: "\e912"; }

.icon-file-stats:before {
  content: "\e913"; }

.icon-file-spreadsheet:before {
  content: "\e914"; }

.icon-link:before {
  content: "\e915"; }

.icon-unlink:before {
  content: "\e916"; }

.icon-link2:before {
  content: "\e917"; }

.icon-unlink2:before {
  content: "\e918"; }

.icon-thumbs-up:before {
  content: "\e919"; }

.icon-thumbs-down:before {
  content: "\e91a"; }

.icon-thumbs-up2:before {
  content: "\e91b"; }

.icon-thumbs-down2:before {
  content: "\e91c"; }

.icon-thumbs-up3:before {
  content: "\e91d"; }

.icon-thumbs-down3:before {
  content: "\e91e"; }

.icon-share:before {
  content: "\e91f"; }

.icon-share2:before {
  content: "\e920"; }

.icon-share3:before {
  content: "\e921"; }

.icon-magnifier:before {
  content: "\e922"; }

.icon-file-search:before {
  content: "\e923"; }

.icon-find-replace:before {
  content: "\e924"; }

.icon-zoom-in:before {
  content: "\e925"; }

.icon-zoom-out:before {
  content: "\e926"; }

.icon-loupe:before {
  content: "\e927"; }

.icon-loupe-zoom-in:before {
  content: "\e928"; }

.icon-loupe-zoom-out:before {
  content: "\e929"; }

.icon-cross:before {
  content: "\e92a"; }

.icon-menu:before {
  content: "\e92b"; }

.icon-list:before {
  content: "\e92c"; }

.icon-list2:before {
  content: "\e92d"; }

.icon-list3:before {
  content: "\e92e"; }

.icon-menu2:before {
  content: "\e92f"; }

.icon-list4:before {
  content: "\e930"; }

.icon-menu3:before {
  content: "\e931"; }

.icon-exclamation:before {
  content: "\e932"; }

.icon-question:before {
  content: "\e933"; }

.icon-check:before {
  content: "\e934"; }

.icon-cross2:before {
  content: "\e935"; }

.icon-plus:before {
  content: "\e936"; }

.icon-minus:before {
  content: "\e937"; }

.icon-percent:before {
  content: "\e938"; }

.icon-chevron-up:before {
  content: "\e939"; }

.icon-chevron-down:before {
  content: "\e93a"; }

.icon-chevron-left:before {
  content: "\e93b"; }

.icon-chevron-right:before {
  content: "\e93c"; }

.icon-chevrons-expand-vertical:before {
  content: "\e93d"; }

.icon-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.icon-chevrons-contract-vertical:before {
  content: "\e93f"; }

.icon-chevrons-contract-horizontal:before {
  content: "\e940"; }

.icon-arrow-up:before {
  content: "\e941"; }

.icon-arrow-down:before {
  content: "\e942"; }

.icon-arrow-left:before {
  content: "\e943"; }

.icon-arrow-right:before {
  content: "\e944"; }

.icon-arrow-up-right:before {
  content: "\e945"; }

.icon-arrows-merge:before {
  content: "\e946"; }

.icon-arrows-split:before {
  content: "\e947"; }

.icon-arrow-divert:before {
  content: "\e948"; }

.icon-arrow-return:before {
  content: "\e949"; }

.icon-expand:before {
  content: "\e94a"; }

.icon-contract:before {
  content: "\e94b"; }

.icon-expand2:before {
  content: "\e94c"; }

.icon-contract2:before {
  content: "\e94d"; }

.icon-move:before {
  content: "\e94e"; }

.icon-tab:before {
  content: "\e94f"; }

.icon-arrow-wave:before {
  content: "\e950"; }

.icon-expand3:before {
  content: "\e951"; }

.icon-expand4:before {
  content: "\e952"; }

.icon-contract3:before {
  content: "\e953"; }

.icon-notification:before {
  content: "\e954"; }

.icon-warning:before {
  content: "\e955"; }

.icon-notification-circle:before {
  content: "\e956"; }

.icon-question-circle:before {
  content: "\e957"; }

.icon-menu-circle:before {
  content: "\e958"; }

.icon-checkmark-circle:before {
  content: "\e959"; }

.icon-cross-circle:before {
  content: "\e95a"; }

.icon-plus-circle:before {
  content: "\e95b"; }

.icon-circle-minus:before {
  content: "\e95c"; }

.icon-percent-circle:before {
  content: "\e95d"; }

.icon-arrow-up-circle:before {
  content: "\e95e"; }

.icon-arrow-down-circle:before {
  content: "\e95f"; }

.icon-arrow-left-circle:before {
  content: "\e960"; }

.icon-arrow-right-circle:before {
  content: "\e961"; }

.icon-chevron-up-circle:before {
  content: "\e962"; }

.icon-chevron-down-circle:before {
  content: "\e963"; }

.icon-chevron-left-circle:before {
  content: "\e964"; }

.icon-chevron-right-circle:before {
  content: "\e965"; }

.icon-backward-circle:before {
  content: "\e966"; }

.icon-first-circle:before {
  content: "\e967"; }

.icon-previous-circle:before {
  content: "\e968"; }

.icon-stop-circle:before {
  content: "\e969"; }

.icon-play-circle:before {
  content: "\e96a"; }

.icon-pause-circle:before {
  content: "\e96b"; }

.icon-next-circle:before {
  content: "\e96c"; }

.icon-last-circle:before {
  content: "\e96d"; }

.icon-forward-circle:before {
  content: "\e96e"; }

.icon-eject-circle:before {
  content: "\e96f"; }

.icon-crop:before {
  content: "\e970"; }

.icon-frame-expand:before {
  content: "\e971"; }

.icon-frame-contract:before {
  content: "\e972"; }

.icon-focus:before {
  content: "\e973"; }

.icon-transform:before {
  content: "\e974"; }

.icon-grid:before {
  content: "\e975"; }

.icon-grid-crossed:before {
  content: "\e976"; }

.icon-layers:before {
  content: "\e977"; }

.icon-layers-crossed:before {
  content: "\e978"; }

.icon-toggle:before {
  content: "\e979"; }

.icon-rulers:before {
  content: "\e97a"; }

.icon-ruler:before {
  content: "\e97b"; }

.icon-funnel:before {
  content: "\e97c"; }

.icon-flip-horizontal:before {
  content: "\e97d"; }

.icon-flip-vertical:before {
  content: "\e97e"; }

.icon-flip-horizontal2:before {
  content: "\e97f"; }

.icon-flip-vertical2:before {
  content: "\e980"; }

.icon-angle:before {
  content: "\e981"; }

.icon-angle2:before {
  content: "\e982"; }

.icon-subtract:before {
  content: "\e983"; }

.icon-combine:before {
  content: "\e984"; }

.icon-intersect:before {
  content: "\e985"; }

.icon-exclude:before {
  content: "\e986"; }

.icon-align-center-vertical:before {
  content: "\e987"; }

.icon-align-right:before {
  content: "\e988"; }

.icon-align-bottom:before {
  content: "\e989"; }

.icon-align-left:before {
  content: "\e98a"; }

.icon-align-center-horizontal:before {
  content: "\e98b"; }

.icon-align-top:before {
  content: "\e98c"; }

.icon-square:before {
  content: "\e98d"; }

.icon-plus-square:before {
  content: "\e98e"; }

.icon-minus-square:before {
  content: "\e98f"; }

.icon-percent-square:before {
  content: "\e990"; }

.icon-arrow-up-square:before {
  content: "\e991"; }

.icon-arrow-down-square:before {
  content: "\e992"; }

.icon-arrow-left-square:before {
  content: "\e993"; }

.icon-arrow-right-square:before {
  content: "\e994"; }

.icon-chevron-up-square:before {
  content: "\e995"; }

.icon-chevron-down-square:before {
  content: "\e996"; }

.icon-chevron-left-square:before {
  content: "\e997"; }

.icon-chevron-right-square:before {
  content: "\e998"; }

.icon-check-square:before {
  content: "\e999"; }

.icon-cross-square:before {
  content: "\e99a"; }

.icon-menu-square:before {
  content: "\e99b"; }

.icon-prohibited:before {
  content: "\e99c"; }

.icon-circle:before {
  content: "\e99d"; }

.icon-radio-button:before {
  content: "\e99e"; }

.icon-ligature:before {
  content: "\e99f"; }

.icon-text-format:before {
  content: "\e9a0"; }

.icon-text-format-remove:before {
  content: "\e9a1"; }

.icon-text-size:before {
  content: "\e9a2"; }

.icon-bold:before {
  content: "\e9a3"; }

.icon-italic:before {
  content: "\e9a4"; }

.icon-underline:before {
  content: "\e9a5"; }

.icon-strikethrough:before {
  content: "\e9a6"; }

.icon-highlight:before {
  content: "\e9a7"; }

.icon-text-align-left:before {
  content: "\e9a8"; }

.icon-text-align-center:before {
  content: "\e9a9"; }

.icon-text-align-right:before {
  content: "\e9aa"; }

.icon-text-align-justify:before {
  content: "\e9ab"; }

.icon-line-spacing:before {
  content: "\e9ac"; }

.icon-indent-increase:before {
  content: "\e9ad"; }

.icon-indent-decrease:before {
  content: "\e9ae"; }

.icon-text-wrap:before {
  content: "\e9af"; }

.icon-pilcrow:before {
  content: "\e9b0"; }

.icon-direction-ltr:before {
  content: "\e9b1"; }

.icon-direction-rtl:before {
  content: "\e9b2"; }

.icon-page-break:before {
  content: "\e9b3"; }

.icon-page-break2:before {
  content: "\e9b4"; }

.icon-sort-alpha-asc:before {
  content: "\e9b5"; }

.icon-sort-alpha-desc:before {
  content: "\e9b6"; }

.icon-sort-numeric-asc:before {
  content: "\e9b7"; }

.icon-sort-numeric-desc:before {
  content: "\e9b8"; }

.icon-sort-amount-asc:before {
  content: "\e9b9"; }

.icon-sort-amount-desc:before {
  content: "\e9ba"; }

.icon-sort-time-asc:before {
  content: "\e9bb"; }

.icon-sort-time-desc:before {
  content: "\e9bc"; }

.icon-sigma:before {
  content: "\e9bd"; }

.icon-pencil-line:before {
  content: "\e9be"; }

.icon-hand:before {
  content: "\e9bf"; }

.icon-pointer-up:before {
  content: "\e9c0"; }

.icon-pointer-right:before {
  content: "\e9c1"; }

.icon-pointer-down:before {
  content: "\e9c2"; }

.icon-pointer-left:before {
  content: "\e9c3"; }

.icon-finger-tap:before {
  content: "\e9c4"; }

.icon-fingers-tap:before {
  content: "\e9c5"; }

.icon-reminder:before {
  content: "\e9c6"; }

.icon-fingers-crossed:before {
  content: "\e9c7"; }

.icon-fingers-victory:before {
  content: "\e9c8"; }

.icon-gesture-zoom:before {
  content: "\e9c9"; }

.icon-gesture-pinch:before {
  content: "\e9ca"; }

.icon-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.icon-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.icon-fingers-scroll-left:before {
  content: "\e9cd"; }

.icon-fingers-scroll-right:before {
  content: "\e9ce"; }

.icon-hand2:before {
  content: "\e9cf"; }

.icon-pointer-up2:before {
  content: "\e9d0"; }

.icon-pointer-right2:before {
  content: "\e9d1"; }

.icon-pointer-down2:before {
  content: "\e9d2"; }

.icon-pointer-left2:before {
  content: "\e9d3"; }

.icon-finger-tap2:before {
  content: "\e9d4"; }

.icon-fingers-tap2:before {
  content: "\e9d5"; }

.icon-reminder2:before {
  content: "\e9d6"; }

.icon-gesture-zoom2:before {
  content: "\e9d7"; }

.icon-gesture-pinch2:before {
  content: "\e9d8"; }

.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.icon-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.icon-fingers-scroll-left2:before {
  content: "\e9db"; }

.icon-fingers-scroll-right2:before {
  content: "\e9dc"; }

.icon-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.icon-border-style:before {
  content: "\e9de"; }

.icon-border-all:before {
  content: "\e9df"; }

.icon-border-outer:before {
  content: "\e9e0"; }

.icon-border-inner:before {
  content: "\e9e1"; }

.icon-border-top:before {
  content: "\e9e2"; }

.icon-border-horizontal:before {
  content: "\e9e3"; }

.icon-border-bottom:before {
  content: "\e9e4"; }

.icon-border-left:before {
  content: "\e9e5"; }

.icon-border-vertical:before {
  content: "\e9e6"; }

.icon-border-right:before {
  content: "\e9e7"; }

.icon-border-none:before {
  content: "\e9e8"; }

.icon-ellipsis:before {
  content: "\e9e9"; }

.icon-amazon:before {
  content: "\edd5"; }

.icon-google-plus:before {
  content: "\edd6"; }

.icon-facebook:before {
  content: "\edd7"; }

.icon-instagram:before {
  content: "\edd8"; }

.icon-twitter:before {
  content: "\edd9"; }

.icon-youtube:before {
  content: "\edda"; }

.icon-vimeo:before {
  content: "\eddb"; }

.icon-dribbble:before {
  content: "\eddc"; }

.icon-behance:before {
  content: "\eddd"; }

.icon-github:before {
  content: "\edde"; }

.icon-wordpress:before {
  content: "\eddf"; }

.icon-tumblr:before {
  content: "\ede0"; }

.icon-soundcloud:before {
  content: "\ede1"; }

.icon-skype:before {
  content: "\ede2"; }

.icon-reddit:before {
  content: "\ede3"; }

.icon-linkedin2:before {
  content: "\ede4"; }

.icon-pinterest:before {
  content: "\ede5"; }

html {
  height: 100%; }

body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

html,
body {
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.error404, body.search-no-results {
  background: #f7f7f6 !important; }
  body.error404 .widget p, body.search-no-results .widget p {
    margin-bottom: 10px; }
  body.error404 h2, body.search-no-results h2 {
    font-size: 23px;
    margin-bottom: 10px; }
  body.error404 .widget, body.search-no-results .widget {
    padding: 20px 0; }
    body.error404 .widget ul, body.search-no-results .widget ul {
      margin: 0;
      padding: 0; }
      body.error404 .widget ul li, body.search-no-results .widget ul li {
        list-style: none; }
        body.error404 .widget ul li a, body.search-no-results .widget ul li a {
          text-decoration: none; }

#main {
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    #main {
      padding: 0 15px; } }
  #main.tn_active {
    padding-top: 60px; }

h2 {
  color: #000;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 14px; }
  h2 br {
    display: none; }
  @media (min-width: 768px) {
    h2 br {
      display: block; } }

h3 {
  color: #000; }

img {
  vertical-align: top; }

#wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  .nav-active #wrapper {
    margin-left: -220px; }
    @media (min-width: 768px) {
      .nav-active #wrapper {
        margin-left: 0; } }

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto; }

body .button,
body .submit,
body .search-submit,
body .wpcf7-submit,
body .button-primary,
body input[type='submit'],
body .tailor-ui a.tailor-button__inner,
body .tailor-ui .tailor-button--primary a.tailor-button__inner,
body button.give-btn {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  border: 2px solid #000;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 0px;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
  text-align: center;
  font-size: .7em;
  font-weight: bold;
  padding: 7px 15px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  letter-spacing: .3px; }
  body .button.give-donation-level-btn,
  body .submit.give-donation-level-btn,
  body .search-submit.give-donation-level-btn,
  body .wpcf7-submit.give-donation-level-btn,
  body .button-primary.give-donation-level-btn,
  body input[type='submit'].give-donation-level-btn,
  body .tailor-ui a.tailor-button__inner.give-donation-level-btn,
  body .tailor-ui .tailor-button--primary a.tailor-button__inner.give-donation-level-btn,
  body button.give-btn.give-donation-level-btn {
    border: 1px solid #bcbcbc;
    color: #bcbcbc; }
    body .button.give-donation-level-btn:hover,
    body .submit.give-donation-level-btn:hover,
    body .search-submit.give-donation-level-btn:hover,
    body .wpcf7-submit.give-donation-level-btn:hover,
    body .button-primary.give-donation-level-btn:hover,
    body input[type='submit'].give-donation-level-btn:hover,
    body .tailor-ui a.tailor-button__inner.give-donation-level-btn:hover,
    body .tailor-ui .tailor-button--primary a.tailor-button__inner.give-donation-level-btn:hover,
    body button.give-btn.give-donation-level-btn:hover {
      border: 1px solid #eee;
      background: #eee;
      color: #000; }
  body .button.mk-append,
  body .submit.mk-append,
  body .search-submit.mk-append,
  body .wpcf7-submit.mk-append,
  body .button-primary.mk-append,
  body input[type='submit'].mk-append,
  body .tailor-ui a.tailor-button__inner.mk-append,
  body .tailor-ui .tailor-button--primary a.tailor-button__inner.mk-append,
  body button.give-btn.mk-append {
    padding: 8px 14px;
    color: #fff; }
  body .button.blue,
  body .submit.blue,
  body .search-submit.blue,
  body .wpcf7-submit.blue,
  body .button-primary.blue,
  body input[type='submit'].blue,
  body .tailor-ui a.tailor-button__inner.blue,
  body .tailor-ui .tailor-button--primary a.tailor-button__inner.blue,
  body button.give-btn.blue {
    background: #89949f; }
    body .button.blue:hover,
    body .submit.blue:hover,
    body .search-submit.blue:hover,
    body .wpcf7-submit.blue:hover,
    body .button-primary.blue:hover,
    body input[type='submit'].blue:hover,
    body .tailor-ui a.tailor-button__inner.blue:hover,
    body .tailor-ui .tailor-button--primary a.tailor-button__inner.blue:hover,
    body button.give-btn.blue:hover {
      background: #2ae9e9; }
  body .button:hover,
  body .submit:hover,
  body .search-submit:hover,
  body .wpcf7-submit:hover,
  body .button-primary:hover,
  body input[type='submit']:hover,
  body .tailor-ui a.tailor-button__inner:hover,
  body .tailor-ui .tailor-button--primary a.tailor-button__inner:hover,
  body button.give-btn:hover {
    border: 2px solid #2ae9e9;
    background: #2ae9e9;
    color: #fff; }

body .wpcf7-submit {
  margin-top: 15px;
  min-width: 100px; }

body figcaption .button,
body .mk-parallax .button {
  opacity: .8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 10px 15px; }
  body figcaption .button:hover,
  body .mk-parallax .button:hover {
    background-color: #2ae9e9;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.mk-parallax p {
  margin: -30px 0 3em;
  font-size: 1.2em; }

#wrapper .mk-sidebar .search-submit {
  padding: 9px 18px;
  color: #000; }
  #wrapper .mk-sidebar .search-submit:hover {
    color: #fff; }

.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  z-index: -1; }
  .bg-img.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4, 7, 13, 0.75); }
  .bg-img img {
    visibility: hidden; }

.default-header .center-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.slideset .center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slideset .center-wrap .social-networks {
    padding: 0px; }
  .slideset .center-wrap .center {
    display: table-cell;
    vertical-align: middle; }
    .slideset .center-wrap .center.sub {
      vertical-align: bottom; }

@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

hr {
  border-bottom-colors: none;
  border-left-colors: none;
  border-right-colors: none;
  border-top-colors: none;
  border-color: #d9e5e8;
  -o-border-image: none;
     border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 2px;
  margin: 2em auto;
  width: 80%; }

em {
  color: #969aa1; }

.method-header {
  padding: 20px 0 10px; }
  .method-header h2 {
    padding: 15px 0 0;
    line-height: 42px;
    margin-bottom: 8px; }
  .method-header h5 {
    color: #818181;
    font-style: italic;
    letter-spacing: 2px;
    font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: lighter; }
  .method-header i {
    font-size: 3em;
    display: inline; }
  .method-header .method-circle {
    background-color: #fafafa;
    width: 85px;
    height: 85px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px; }

.widget-title {
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 22px;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal; }
  .widget-title:after, .widget-title .widgettitle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000; }

body.admin-bar .method-stick {
  margin-top: 32px; }
  body.admin-bar .method-stick #method-widget-menu {
    padding-top: 32px; }
  body.admin-bar .method-stick #method-canvas-menu {
    padding-top: 76px; }

body.admin-bar #method-widget-menu {
  padding-top: 32px; }

body.admin-bar #method-canvas-menu {
  padding-top: 76px; }

.mk-sidebar .null-instagram-feed,
.tailor-widget-area .null-instagram-feed {
  position: relative;
  text-align: center; }

.null-instagram-feed .instagram-pics {
  display: inline-block;
  position: relative;
  margin: 0; }

.null-instagram-feed .instagram-pics li {
  padding: 5px;
  float: left;
  line-height: 1;
  margin-left: 0px;
  width: 50%; }

.null-instagram-feed .instagram-pics li a img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-backface-visibility: hidden; }

.null-instagram-feed .instagram-pics li a:hover {
  opacity: .5;
  margin-left: 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.footer-top .null-instagram-feed {
  overflow: hidden; }

.null-instagram-feed li {
  padding: 0;
  margin: 0;
  float: left;
  max-width: 50%; }

.null-instagram-feed li a {
  display: block;
  float: left;
  width: 100%; }

.null-instagram-feed li img {
  width: 100%; }

@media (min-width: 768px) {
  .null-instagram-feed li {
    max-width: 33.33%; } }

.search-btns {
  padding: 20px 0; }
  .search-btns .button {
    margin: 10px 10px 10px 0;
    border-color: #000;
    color: #000; }

.search-no-results section h2 {
  margin-top: 0px;
  font-size: 22px;
  padding-top: 20px; }

.search-no-results p {
  padding-bottom: 6px; }

.search-no-results .select.select-theme-default .select-options .select-option {
  padding: 0.5rem 1.75em 0.5em 1.8em; }

.is-canvas .method-svf-icon {
  visibility: visible; }

.method-svf-icon {
  visibility: hidden; }
  .method-svf-icon.method-visible {
    visibility: visible; }

.md-icon {
  /* display: table-cell;
       position: relative;
       vertical-align: middle;
	   text-align: center;*/ }
  .md-icon svg {
    height: 36px;
    /* changeable */
    width: 36px;
    /* changeable */ }

.md-icon svg polyline,
.md-icon svg polygon,
.md-icon svg rect,
.md-icon svg circle,
.md-icon svg ellipse,
.md-icon svg line,
.md-icon svg path {
  stroke-linecap: "square";
  stroke-linejoin: "miter";
  stroke-width: 1;
  stroke-miterlimit: 1; }

body .slide-holder .slide .bg-img {
  -webkit-transition: 1s opacity;
  transition: 1s opacity; }

body .slide-holder .slide .bg-img.fade-out {
  opacity: 0;
  -webkit-transition: none;
  transition: none; }

.single .slim-header #header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.single #header {
  min-height: 60px; }
  .single #header .navigation a.nav-opener {
    color: #000; }
  .single #header .navigation .sub-menu a,
  .single #header .navigation .mega-sub-menu a {
    color: #000; }
  @media (min-width: 768px) {
    .single #header .navigation a {
      color: #000; } }

header .method-mobile {
  margin-left: auto; }

@media (max-width: 768px) {
  header .method-desktop {
    position: fixed;
    overflow: auto;
    top: 0;
    left: -300px;
    z-index: 998;
    width: 300px;
    height: 100%;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-align: center;
    background-color: #fff; }
    header .method-desktop input[type="search"] {
      width: 60%;
      float: left; }
    header .method-desktop .search-submit {
      margin-top: -1px;
      padding: 10px 12px; }
    header .method-desktop a {
      padding: 0px; }
    header .method-desktop ul li {
      text-align: left;
      width: 100%;
      display: block; }
      header .method-desktop ul li.menu-item-has-children:hover > .sub-menu {
        display: block;
        height: auto;
        max-height: 700px;
        width: 100%;
        background: #fff;
        -webkit-transform: none;
                transform: none;
        left: 0;
        float: left;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        header .method-desktop ul li.menu-item-has-children:hover > .sub-menu:before {
          border-color: #fff; }
    header .method-desktop .sub-menu {
      position: relative;
      max-height: 0px;
      margin-top: 0px;
      background: #fff;
      -webkit-transition: all 0s ease;
      transition: all 0s ease; }
      header .method-desktop .sub-menu li a {
        padding-left: 6px;
        font-size: .9em; }
        header .method-desktop .sub-menu li a:hover {
          background: none; } }

@media (min-width: 768px) {
  header .method-desktop {
    display: block; }
  header .method-mobile {
    display: none; } }

header .m-main {
  display: none; }

header .m-secondary {
  display: block; }

header.method-menu-white .method-label {
  color: #fff; }

header.method-menu-white .hamburger__line {
  background-color: #fff; }

header.method-menu-white.scrolled .method-label {
  color: #000; }

header.method-menu-white.scrolled .hamburger__line {
  background-color: #000; }

header.scrolled .m-main {
  display: block; }

header.scrolled .m-secondary {
  display: none; }

header .logo.method-light-logo .m-secondary {
  display: none; }

header .logo img {
  max-height: 80px;
  width: auto; }

header .logo.method-put {
  position: absolute;
  left: 3%; }

.slim-header #header.method-stick .navigation a {
  color: #000; }
  .slim-header #header.method-stick .navigation a.mk-fullscreen-close {
    color: #fff; }

#header.method-stick {
  background: none; }
  #header.method-stick .navigation a {
    color: #fff; }
  #header.method-stick .navigation .mega-menu-wrap a {
    color: inherit; }
  #header.method-stick.method-white .navigation a {
    color: #fff; }
  #header.method-stick.method-white button#menu-toggle:before, #header.method-stick.method-white button#menu-toggle:after,
  #header.method-stick.method-white button#menu-toggle-desktop:before,
  #header.method-stick.method-white button#menu-toggle-desktop:after {
    background-color: #fff; }
  #header.method-stick.method-white #search-button i {
    color: #fff; }
  #header.method-stick.method-white .method-label {
    color: #fff; }
  #header.method-stick.method-white .hamburger__line {
    background-color: #fff; }
  #header.method-stick.method-white span#menu-toggle::before {
    color: #fff; }
  #header.method-stick.method-white.scrolled .navigation a {
    color: #000; }
  #header.method-stick.method-white.scrolled button#menu-toggle:before, #header.method-stick.method-white.scrolled button#menu-toggle:after {
    background-color: #000; }
  #header.method-stick.method-white.scrolled #search-button i {
    color: #000; }
  #header.method-stick.method-white.scrolled .method-label {
    color: #000; }
  #header.method-stick.method-white.scrolled .hamburger__line {
    background-color: #000; }
  #header.method-stick.method-white.scrolled span#menu-toggle::before {
    color: #000; }

.slim-header #header {
  background: none; }

.slim-header #header,
#header {
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  min-width: 320px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease; }
  .slim-header #header.method-stick,
  #header.method-stick {
    position: fixed; }
  .slim-header #header.scrolled,
  .slim-header #header .single,
  #header.scrolled,
  #header .single {
    min-height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }
    .slim-header #header.scrolled .logo p,
    .slim-header #header .single .logo p,
    #header.scrolled .logo p,
    #header .single .logo p {
      color: #555; }
    .slim-header #header.scrolled .logo h1 a,
    .slim-header #header .single .logo h1 a,
    #header.scrolled .logo h1 a,
    #header .single .logo h1 a {
      color: #000; }
    .slim-header #header.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    .slim-header #header .single #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #header.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #header .single #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      color: #000; }
    .slim-header #header.scrolled .navigation .mega-sub-menu .widget_nav_menu ul a,
    .slim-header #header.scrolled .navigation .sub-menu .widget_nav_menu ul a,
    .slim-header #header .single .navigation .mega-sub-menu .widget_nav_menu ul a,
    .slim-header #header .single .navigation .sub-menu .widget_nav_menu ul a,
    #header.scrolled .navigation .mega-sub-menu .widget_nav_menu ul a,
    #header.scrolled .navigation .sub-menu .widget_nav_menu ul a,
    #header .single .navigation .mega-sub-menu .widget_nav_menu ul a,
    #header .single .navigation .sub-menu .widget_nav_menu ul a {
      color: #000; }
    .slim-header #header.scrolled .navigation a.nav-opener,
    .slim-header #header .single .navigation a.nav-opener,
    #header.scrolled .navigation a.nav-opener,
    #header .single .navigation a.nav-opener {
      color: #000; }
    @media (min-width: 768px) {
      .slim-header #header.scrolled .navigation ul ul a,
      .slim-header #header .single .navigation ul ul a,
      #header.scrolled .navigation ul ul a,
      #header .single .navigation ul ul a {
        color: #fff; }
      .slim-header #header.scrolled .navigation a,
      .slim-header #header .single .navigation a,
      #header.scrolled .navigation a,
      #header .single .navigation a {
        color: #000; } }
  .nav-active .slim-header #header, .nav-active
  #header {
    margin-left: -300px; }
    @media (min-width: 768px) {
      .nav-active .slim-header #header, .nav-active
      #header {
        margin-left: 0; } }

.logo {
  float: left;
  position: relative;
  z-index: 4; }
  .logo h1 {
    font-size: 2em; }
    .logo h1 a {
      text-decoration: none; }
  .logo img {
    max-width: none;
    width: 100%; }

.method-navigate .navigation {
  padding: 10px 0 0; }

.navigation {
  margin-left: auto;
  line-height: 1.3;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  .navigation .highlight {
    border: 2px solid #2ae9e9;
    padding: 9px 15px;
    margin-top: -10px; }
    .navigation .highlight:hover {
      margin-bottom: 0;
      background: #2ae9e9; }
      .navigation .highlight:hover a {
        padding-bottom: 0;
        color: #fff; }
  .navigation a {
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .2px; }
    .navigation a:hover {
      color: #2ae9e9; }
  .navigation .mega-sub-menu a,
  .navigation .sub-menu a {
    text-transform: none;
    font-size: 13px;
    font-weight: normal; }
  .navigation .mega-sub-menu .widget_nav_menu ul a,
  .navigation .sub-menu .widget_nav_menu ul a {
    color: inherit;
    font-size: 13px; }

.nav-opener {
  float: right;
  margin-left: 23px;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.cart-opener {
  float: right;
  font-size: 28px;
  position: relative;
  z-index: 4; }
  @media (min-width: 768px) {
    .cart-opener {
      margin: -8px 0 -10px 0px !important; } }
  @media (min-width: 1024px) {
    .cart-opener {
      margin-left: 33px; } }
  .cart-opener .num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    background: #2ae9e9;
    color: #fff;
    right: 10px;
    top: 1px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .cart-opener .num {
        right: -10px;
        top: -9px; } }

.nav-active #search-button {
  margin-top: 20px; }

.nav-holder {
  -webkit-transition: right 0.3s;
  transition: right 0.3s; }
  @media (max-width: 768px) {
    .nav-holder {
      z-index: 3;
      padding: 15px 0 0; }
      .nav-holder ul {
        padding: 24px 30px; }
        .nav-holder ul li a {
          display: block;
          line-height: 50px;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          text-decoration: none;
          text-transform: uppercase;
          color: #232629;
          border-top: 1px solid #eee; } }
  .nav-active .nav-holder {
    right: 0; }
  @media (min-width: 768px) {
    .nav-holder {
      float: left;
      position: static;
      overflow: visible;
      padding: 0;
      width: auto;
      background: transparent; } }

.main-nav {
  font-weight: bold;
  font-size: 14px; }
  .main-nav > li {
    position: relative; }
    .main-nav > li.mk-opener {
      float: right; }
      @media (max-width: 768px) {
        .main-nav > li.mk-opener {
          z-index: 10;
          height: 50px;
          margin-bottom: 40px; } }
      .main-nav > li.mk-opener ul {
        width: 220px;
        display: inline-block; }
      @media (min-width: 768px) {
        .main-nav > li.mk-opener {
          margin-right: 40px;
          margin-left: 15px; } }
      .main-nav > li.mk-opener .mk-cart-item {
        padding: 10px; }
      .main-nav > li.mk-opener .cart_item.empty {
        padding: 0 0 10px 20px; }
      .main-nav > li.mk-opener .edd-cart-number-of-items {
        display: none !important; }
      .main-nav > li.mk-opener .edd-cart-item-quantity,
      .main-nav > li.mk-opener .edd-cart-item-price {
        font-size: .8em; }
      .main-nav > li.mk-opener .edd-cart-item-title {
        display: inline-block;
        width: 90%; }
      .main-nav > li.mk-opener .edd-cart-meta.edd_subtotal,
      .main-nav > li.mk-opener .edd-cart-meta.edd_total {
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        padding: 15px 10px 15px 20px;
        color: #fff; }
      .main-nav > li.mk-opener .edd-cart-item-separator {
        display: none; }
      .main-nav > li.mk-opener .edd-remove-from-cart {
        display: inline-block;
        float: right;
        background: #232323;
        border-radius: 50%;
        padding: 6px 20px 2px 6px;
        margin-top: -15px;
        width: 12px; }
        @media (min-width: 768px) {
          .main-nav > li.mk-opener .edd-remove-from-cart {
            padding: 5px 5px 0px;
            width: auto; } }
        .main-nav > li.mk-opener .edd-remove-from-cart:hover {
          background: #bcbcbc; }
      .main-nav > li.mk-opener ul {
        border-radius: 4px 4px 0 0; }
        .main-nav > li.mk-opener ul.edd-cart {
          padding: 10px 0 0px 0px;
          border-radius: 0 0 4px 4px; }
          @media (min-width: 768px) {
            .main-nav > li.mk-opener ul.edd-cart {
              border-color: transparent transparent #181b1d;
              border-style: solid;
              border-width: 0 11px 10px;
              content: none;
              height: 0;
              left: 50%;
              position: absolute;
              margin-top: 0px; } }
    @media (min-width: 768px) {
      .main-nav > li {
        margin-right: 22px;
        float: left; } }
    @media (min-width: 1024px) {
      .main-nav > li {
        margin-right: 42px; } }
    @media (min-width: 768px) {
      .main-nav > li:hover {
        margin-bottom: -20px; } }
    @media (min-width: 768px) {
      .main-nav > li:hover > a {
        padding-bottom: 20px; } }
    .main-nav > li:hover > ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .main-nav > li:hover.mk-opener ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .main-nav a {
    display: inline-block;
    width: 100%;
    padding: 8px 15px; }
    @media (min-width: 768px) {
      .main-nav a {
        display: block;
        padding: 0;
        width: auto; } }
    .main-nav a.cart-opener {
      width: auto; }
    .main-nav a.cart-opener:hover {
      background: transparent;
      color: #2ae9e9; }
    @media (min-width: 768px) {
      .main-nav a:hover {
        background: transparent; } }
  .main-nav ul {
    background: #1a1919;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    overflow: 0;
    height: 0;
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    .main-nav ul li ul {
      top: auto;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 768px) {
        .main-nav ul li ul {
          left: 150%;
          margin-top: -40px;
          position: absolute; } }
      .main-nav ul li ul:before {
        border-width: 0px; }
    .main-nav ul li:hover > ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    @media (min-width: 768px) {
      .main-nav ul {
        background: #181b1d;
        position: absolute;
        height: auto;
        left: 50%;
        top: 100%;
        width: 180px;
        z-index: 99;
        border-radius: 4px;
        padding: 10px 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .main-nav ul:before {
      width: 0;
      height: 0;
      content: none;
      position: absolute;
      top: -10px;
      left: 50%;
      border-style: solid;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-width: 0 11px 10px 11px;
      border-color: transparent transparent #181b1d transparent; }
      @media (min-width: 768px) {
        .main-nav ul:before {
          content: ''; } }
    .main-nav ul li {
      display: block;
      float: none;
      margin: 0; }
      .main-nav ul li.edd_checkout {
        margin: 10px 20px 20px;
        background: #2ae9e9;
        text-align: center;
        -webkit-transition: color .3s linear, background .3s linear;
        transition: color .3s linear, background .3s linear; }
        .main-nav ul li.edd_checkout:hover {
          background: #8ebf60; }
    .main-nav ul a {
      color: #fff;
      -webkit-transition: color .3s linear, background .3s linear;
      transition: color .3s linear, background .3s linear;
      padding: 7px 20px; }
      .main-nav ul a:hover {
        background: #2ae9e9;
        color: #fff; }
  .main-nav .active > a {
    color: #2ae9e9; }

/* Off Canvas Menu */
@font-face {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/feather/feather.eot?1gafuo");
  src: url("fonts/feather/feather.eot?1gafuo#iefix") format("embedded-opentype"), url("fonts/feather/feather.woff2?1gafuo") format("woff2"), url("fonts/feather/feather.ttf?1gafuo") format("truetype"), url("fonts/feather/feather.woff?1gafuo") format("woff"), url("fonts/feather/feather.svg?1gafuo#feather") format("svg"); }

.iconf {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.iconf--arrow-left:before {
  content: '\e901'; }

.iconf--menu:before {
  content: '\e903'; }

.iconf--cross:before {
  content: '\e117'; }

/* Overlay Menu */
.opener {
  width: 50px;
  height: 50px;
  position: relative;
  right: 0;
  text-indent: -9999px;
  overflow: hidden; }
  .opener:before, .opener:after,
  .opener span {
    position: absolute;
    top: 30px;
    right: 22%;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 1px;
    background: #fff;
    right: 25%;
    margin-top: -4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media (min-width: 768px) {
      .opener:before, .opener:after,
      .opener span {
        top: 41px;
        left: 32%; } }
  .opener:hover {
    opacity: .9; }
  .opener:before, .opener:after {
    content: '';
    top: 23px; }
    @media (min-width: 768px) {
      .opener:before, .opener:after {
        top: 32px; } }
  .opener:after {
    top: 37px; }
    @media (min-width: 768px) {
      .opener:after {
        top: 49px; } }
  @media (min-width: 768px) {
    .opener {
      width: 71px;
      height: 72px; } }

.mk-fullscreen-search-overlay-show .method-big-menu {
  opacity: 1;
  visibility: visible; }

.method-big-menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 99;
  left: auto;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
  background: #000;
  min-height: 600px;
  padding: 100px 0;
  height: 100vh;
  width: 100%; }
  .method-big-menu:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .method-big-menu > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (min-width: 768px) {
    .method-big-menu {
      width: 100%;
      height: 100vh;
      padding: 0; } }
  @media (min-width: 768px) {
    .method-big-menu .block-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 30px; } }
  .method-big-menu .block-holder {
    vertical-align: top; }
    @media (min-width: 768px) {
      .method-big-menu .block-holder {
        display: inline-block; } }
  .method-big-menu .block {
    display: block; }
    @media (min-width: 768px) {
      .method-big-menu .block {
        margin: 0 0 42px 0;
        text-align: left; } }
  .method-big-menu h3 {
    margin: 0 0 27px 0; }
    .method-big-menu h3 a {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
      text-decoration: none;
      display: block; }
      @media (min-width: 768px) {
        .method-big-menu h3 a {
          cursor: default; } }
  .method-big-menu .slide {
    font-size: 14px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .method-big-menu .slide {
        height: auto !important;
        margin-bottom: 0; }
        .method-big-menu .slide.js-slide-hidden {
          position: static !important;
          height: auto !important; } }
    .method-big-menu .slide li {
      margin: 0 0 17px 0; }
    .method-big-menu .slide a {
      text-decoration: none;
      display: block;
      font-weight: 600; }

.active3 .menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  width: 100%; }
  @media (max-width: 767px) {
    .active3 .menu {
      overflow-y: auto;
      overflow-x: hidden; } }

.active3 .opener {
  z-index: 999; }
  .active3 .opener:after, .active3 .opener:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 30px;
    left: 23%;
    right: 15%; }
    @media (min-width: 768px) {
      .active3 .opener:after, .active3 .opener:before {
        top: 39px;
        left: 31%; } }
  .active3 .opener:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active3 .opener span {
    opacity: 0; }

.container-menu {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.form-holder {
  margin: 0 0 94px 0; }

.opener {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 999;
  text-indent: -9999px;
  overflow: hidden; }
  .opener:before, .opener:after,
  .opener span {
    position: absolute;
    top: 30px;
    right: 22%;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 1px;
    background: #fff;
    right: 25%;
    margin-top: -4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media (min-width: 768px) {
      .opener:before, .opener:after,
      .opener span {
        top: 41px;
        left: 32%; } }
  .opener:hover {
    opacity: .9; }
  .opener:before, .opener:after {
    content: '';
    top: 23px; }
    @media (min-width: 768px) {
      .opener:before, .opener:after {
        top: 32px; } }
  .opener:after {
    top: 37px; }
    @media (min-width: 768px) {
      .opener:after {
        top: 49px; } }
  @media (min-width: 768px) {
    .opener {
      width: 71px;
      height: 72px; } }

.method-big-menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 99;
  left: auto;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  background: #000;
  min-height: 600px;
  padding: 100px 0; }
  .method-big-menu:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .method-big-menu > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (min-width: 768px) {
    .method-big-menu {
      width: 100%;
      height: 100vh;
      padding: 0; } }
  @media (min-width: 768px) {
    .method-big-menu .block-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 30px; } }
  .method-big-menu .block-holder {
    vertical-align: top; }
    @media (min-width: 768px) {
      .method-big-menu .block-holder {
        display: inline-block; } }
  @media (min-width: 768px) {
    .method-big-menu .block {
      margin: 0 0 42px 0;
      text-align: left; } }
  .method-big-menu .form-holder {
    margin: 0 0 94px 0; }
  .method-big-menu .form-search {
    display: inline-block;
    margin: 0 0 0 -7px;
    position: relative; }
    .method-big-menu .form-search .icon-search {
      background: transparent;
      border: none;
      color: #333;
      font-size: 26px;
      position: absolute;
      width: 37px;
      top: 8px;
      right: 5px; }
      .method-big-menu .form-search .icon-search:focus {
        outline: none; }
      .method-big-menu .form-search .icon-search:hover {
        color: #2ae9e9; }
  .method-big-menu input[type="search"] {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
    font-style: italic;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 12px 42px 21px 23px;
    width: 100%; }
    .method-big-menu input[type="search"]::-webkit-input-placeholder {
      color: #333; }
    .method-big-menu input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #333; }
    .method-big-menu input[type="search"]:-moz-placeholder {
      color: #333; }
    .method-big-menu input[type="search"]:-ms-input-placeholder {
      color: #333; }
    .method-big-menu input[type="search"].placeholder {
      color: #333; }
    .method-big-menu input[type="search"]:focus {
      outline-color: #333; }
    @media (min-width: 768px) {
      .method-big-menu input[type="search"] {
        width: 329px; } }
  .method-big-menu .block {
    display: inline-block;
    vertical-align: top; }
  .method-big-menu h3 {
    margin: 0 0 27px 0; }
    .method-big-menu h3 a {
      font-size: 16px;
      text-transform: uppercase;
      color: #f7f7f7;
      text-decoration: none;
      display: block; }
      @media (min-width: 768px) {
        .method-big-menu h3 a {
          cursor: default; } }
  .method-big-menu .slide {
    font-size: 14px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .method-big-menu .slide {
        height: auto !important;
        margin-bottom: 0; }
        .method-big-menu .slide.js-slide-hidden {
          position: static !important;
          height: auto !important; } }
    .method-big-menu .slide li {
      margin: 0 0 17px 0; }
      .method-big-menu .slide li.active a {
        color: #2ae9e9; }
    .method-big-menu .slide .heading a {
      color: #fff; }
    .method-big-menu .slide a {
      color: #666;
      text-decoration: none;
      display: block;
      font-weight: 600; }
      .method-big-menu .slide a:hover {
        color: #2ae9e9; }

.active3 .menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  width: 100%; }
  @media (max-width: 767px) {
    .active3 .menu {
      overflow-y: auto;
      overflow-x: hidden; } }

.active3 .opener {
  z-index: 999; }
  .active3 .opener:after, .active3 .opener:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 30px;
    left: 23%;
    right: 15%; }
    @media (min-width: 768px) {
      .active3 .opener:after, .active3 .opener:before {
        top: 39px;
        left: 31%; } }
  .active3 .opener:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active3 .opener span {
    opacity: 0; }

.container-menu {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

/* Search/Nav  Overlay */
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0; }

#mk-fullscreen-searchform:focus {
  outline: none;
  border: none; }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -webkit-transition: -webkit-transform ease-out .2s;
  transition: -webkit-transform ease-out .2s;
  transition: transform ease-out .2s;
  transition: transform ease-out .2s, -webkit-transform ease-out .2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle; }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: auto;
  width: 300px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (min-width: 640px) {
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
      width: 400px; } }
  @media (min-width: 768px) {
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
      width: 800px; } }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
  boder: none;
  outline: none; }

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show,
.mk-fullscreen-nav-overlay.mk-fullscreen-nav-overlay-show {
  visibility: visible;
  opacity: 1; }

.mk-fullscreen-nav-overlay-show .method-big-menu {
  opacity: 1; }

.mk-fullscreen-search-overlay,
.mk-fullscreen-nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s; }

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay,
.mk-fullscreen-nav-overlay {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.mk-fullscreen-search-overlay,
.mk-fullscreen-nav-overlay {
  z-index: 999; }

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited,
.mk-fullscreen-nav-overlay .mk-fullscreen-close:link,
.mk-fullscreen-nav-overlay .mk-fullscreen-close:visited {
  color: #fff;
  text-decoration: none; }

.mk-fullscreen-search-overlay .mk-fullscreen-close,
.mk-fullscreen-nav-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  width: 30px;
  z-index: 500;
  font-size: 26px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-nav-overlay.mk-fullscreen-nav-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1); }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-nav-overlay #mk-fullscreen-nav-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }
  .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper.method-big,
  .mk-fullscreen-nav-overlay #mk-fullscreen-nav-wrapper.method-big {
    width: 100%;
    display: block; }

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

/* Search Button */
#search-button {
  display: relative;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding-right: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.scrolled .logo p,
.single .logo p {
  color: #555; }

.scrolled .logo h1 a,
.single .logo h1 a {
  color: #000; }

.scrolled #search-button i,
.single #search-button i {
  color: inherit !important; }

#search-button i {
  color: #000;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 14px; }

#mk-fullscreen-search-input:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #2ae9e9 !important;
          box-shadow: 0px 3px 0px 0px #2ae9e9 !important; }

.main-nav a.mk-search-trigger:hover, .main-nav a.mk-fullscreen-close:hover {
  background: none; }

.left-header #header.method-stick,
.default-header #header.method-stick,
.slim-header #header.method-stick {
  position: absolute; }
  .left-header #header.method-stick.scrolled,
  .default-header #header.method-stick.scrolled,
  .slim-header #header.method-stick.scrolled {
    position: fixed; }

.slim-header .slider-text h4:before,
.slim-header .slider-text.method-light h4:before {
  margin: 15px 0;
  background-color: #000; }

.slim-header .method-stick + .banner .slide-holder:after {
  margin: 15px 0; }

.slim-header .method-stick + .banner .slide-holder .slideset .slide .slider-text.sub {
  padding: 12% 0 0; }

.slim-header #header {
  z-index: 5; }

.slim-header .logo h1 a {
  color: #000; }

.slim-header .logo p {
  color: #000; }

.slim-header .navigation a {
  color: #000; }

.slim-header .navigation #search-button i {
  color: #000000 !important; }

.slim-header .navigation .sub-menu a {
  color: #fff; }

.slim-header .slide-holder .slideset .slide:before {
  background: #f9f9f9; }

.slim-header .slide-holder .slideset .slide .bg-img {
  display: none; }

.slim-header .slide-holder .slideset .slide .slider-text {
  text-align: left;
  margin: 0; }
  .slim-header .slide-holder .slideset .slide .slider-text h1 {
    color: #000; }
  .slim-header .slide-holder .slideset .slide .slider-text p {
    color: #000; }
  .slim-header .slide-holder .slideset .slide .slider-text.sub {
    padding: 2% 0; }

.left-header .slider-text {
  text-align: left;
  margin: 0; }

/* PUSH MENU */
#method-widget-menu {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 99;
  width: 300px;
  height: 100%;
  padding: 7px 30px;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-align: center;
  background-color: #fff; }
  #method-widget-menu aside {
    text-align: left; }
  #method-widget-menu .widget-area {
    padding-top: 30px; }
    #method-widget-menu .widget-area .widget {
      padding-bottom: 20px; }

#method-widget-menu .brand img {
  max-height: 80px; }

#method-widget-menu ul {
  font-weight: 500;
  padding: 0;
  margin-top: 30px; }
  #method-widget-menu ul .aptf-tweet-content a {
    color: #333; }
  #method-widget-menu ul li {
    list-style: none; }
    #method-widget-menu ul li .post-date {
      font-size: .8em; }

#method-widget-menu ul li a {
  display: block;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: -20px;
  color: #232629;
  border-top: 1px solid #eee;
  font-weight: normal;
  font-size: 14px; }

#method-widget-menu ul li:last-child a {
  border-bottom: none; }

body.open #method-widget-menu {
  right: 0;
  overflow-y: auto; }

@media (max-width: 768px) {
  body.open .main-nav > li,
  body.open #search-button,
  body.open .nav-opener {
    display: none; }
  body.open .default .nav-holder {
    border: none;
    height: 80px; } }

/* MAIN PAGE */
.page-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .page-wrap:after {
    content: '';
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 2; }

body.open .page-wrap {
  margin-left: -300px; }
  body.open .page-wrap:after {
    opacity: 1;
    position: fixed; }
  body.open .page-wrap .logo {
    visibility: hidden; }

/* MENU TOGGLE ICON */
button:focus {
  outline: none; }

button#menu-toggle,
button#menu-toggle-desktop {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  background: none;
  display: inline-block;
  float: right; }

body.open button#menu-toggle,
body.open button#menu-toggle-desktop {
  top: 30px;
  right: 20px;
  color: #000;
  position: fixed;
  display: none; }
  body.open button#menu-toggle:before, body.open button#menu-toggle:after,
  body.open button#menu-toggle-desktop:before,
  body.open button#menu-toggle-desktop:after {
    background-color: #000 !important; }

span#menu-toggle {
  font-size: 24px;
  cursor: pointer;
  color: #333f48;
  position: relative; }
  span#menu-toggle:before {
    background: none !important; }

button#menu-toggle:before,
button#menu-toggle:after,
button#menu-toggle-desktop:before,
button#menu-toggle-desktop:after {
  position: absolute;
  content: "";
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #000; }

.scrolled #menu-toggle:before,
.scrolled #menu-toggle:after, .slim-header #menu-toggle:before,
.slim-header #menu-toggle:after {
  background-color: #000; }

button#menu-toggle:before,
button#menu-toggle-desktop:before {
  top: 9px;
  left: 19px;
  width: 2px;
  height: 14px; }

button#menu-toggle:after,
button#menu-toggle-desktop:after {
  top: 15px;
  left: 12px;
  width: 15px;
  height: 2px; }

body.open button#menu-toggle:before, body.open button#menu-toggle:after,
body.open button#menu-toggle-desktop:before,
body.open button#menu-toggle-desktop:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000; }

#method-canvas-menu {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 998;
  width: 300px;
  height: 100%;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-align: center;
  background-color: #fff; }
  #method-canvas-menu input[type="search"] {
    width: 60%;
    float: left; }
  #method-canvas-menu .search-submit {
    margin-top: -1px;
    padding: 10px 12px; }
  #method-canvas-menu a {
    padding: 0px; }
  #method-canvas-menu ul li {
    text-align: left;
    width: 100%;
    display: block; }
    #method-canvas-menu ul li.menu-item-has-children:hover > .sub-menu {
      display: block;
      height: auto;
      max-height: 700px;
      width: 100%;
      background: #fff;
      -webkit-transform: none;
              transform: none;
      left: 0;
      float: left;
      -webkit-transition: all 1.2s ease;
      transition: all 1.2s ease; }
      #method-canvas-menu ul li.menu-item-has-children:hover > .sub-menu:before {
        border-color: #fff; }
  #method-canvas-menu .sub-menu {
    position: relative;
    max-height: 0px;
    margin-top: 0px;
    background: #fff;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }
    #method-canvas-menu .sub-menu li a {
      padding-left: 6px;
      font-size: .9em; }
      #method-canvas-menu .sub-menu li a:hover {
        background: none; }

#method-canvas-menu .brand img {
  max-height: 80px; }

#method-canvas-menu ul {
  padding: 0;
  margin-top: 30px; }
  #method-canvas-menu ul li {
    list-style: none; }
    #method-canvas-menu ul li:hover {
      margin-bottom: 0px; }

#method-canvas-menu ul li a {
  display: block;
  line-height: 50px;
  min-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #232629;
  border-top: 1px solid #eee;
  font-weight: normal; }

@media (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: block;
    line-height: 50px;
    min-height: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    text-transform: uppercase;
    color: #232629;
    border-top: 1px solid #eee; } }

#method-canvas-menu ul li:last-child a {
  border-bottom: 1px solid #fff; }

#method-canvas-menu ul li a:hover {
  letter-spacing: 1px; }

body.open-canvas .left-header #header,
body.open-canvas .default-header #header,
body.open-canvas .slim-header #header,
body.open .left-header #header,
body.open .default-header #header,
body.open .slim-header #header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

body.open-canvas #method-canvas-menu {
  left: 0;
  overflow-y: auto; }

@media (max-width: 768px) {
  body.open-canvas .method-desktop {
    left: 0; } }

body.open-canvas .page-wrap {
  margin-left: 300px; }
  body.open-canvas .page-wrap:after {
    opacity: 1;
    position: fixed; }
  body.open-canvas .page-wrap .logo {
    visibility: hidden; }

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.method-nav-items {
  margin-left: auto; }
  .method-nav-items span {
    display: inline-block; }

.scrolled .hamburger__line, .slim-header .hamburger__line {
  background: #000; }

.hamburger {
  cursor: pointer;
  display: block;
  height: 10px;
  position: relative;
  margin: 0 auto;
  width: 64px; }
  .hamburger__line {
    background-color: #000;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    width: 18px;
    position: absolute;
    -webkit-transition: all 240ms linear;
    transition: all 240ms linear; }
    .hamburger__line--top {
      top: 0%; }
    .hamburger__line--middle {
      top: 50%; }
    .hamburger__line--bottom {
      top: 100%; }
  .hamburger:hover .hamburger__line--top {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .hamburger:hover .hamburger__line--bottom {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.toggle {
  display: none; }

.method-label {
  color: #000;
  font-weight: normal;
  vertical-align: middle;
  position: absolute;
  bottom: -3px;
  right: 0;
  line-height: 1; }

.off_canvas #menu-toggle, .overlay #menu-toggle {
  float: right;
  top: -3px; }

.tailor-ui .tailor-tabs__navigation-item {
  font-weight: normal; }

.method-top-bar {
  width: 100%;
  background-color: #f9f9f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-size: 11px;
  z-index: 99; }
  .method-top-bar ~ #header.method-stick {
    top: 56px; }
    .method-top-bar ~ #header.method-stick.method-pad {
      top: 0px; }
  @media (min-width: 768px) {
    .method-top-bar {
      min-height: 40px; } }
  .method-top-bar .method-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .method-top-bar .method-container {
        padding: 0; } }
    .method-top-bar .method-container .social-networks {
      width: 100%;
      text-align: center;
      position: relative; }
      .method-top-bar .method-container .social-networks li {
        line-height: 20px; }
      .method-top-bar .method-container .social-networks:before {
        background: none; }
      @media (min-width: 768px) {
        .method-top-bar .method-container .social-networks {
          padding-left: 10px;
          float: right;
          width: auto; }
          .method-top-bar .method-container .social-networks:before {
            content: '';
            position: absolute;
            top: 36%;
            left: 0;
            height: 26px;
            width: 1px;
            background-color: #d4d4d3;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .method-top-bar .method-container .method-top-nav {
      text-align: center;
      width: 100%;
      display: inline-block;
      display: none; }
      .method-top-bar .method-container .method-top-nav .sub-menu {
        display: none !important; }
      @media (min-width: 768px) {
        .method-top-bar .method-container .method-top-nav {
          float: none;
          width: auto;
          display: block;
          margin: 0 auto; } }
      .method-top-bar .method-container .method-top-nav ul {
        margin: auto;
        margin-left: 0px;
        padding-left: 0px; }
        .method-top-bar .method-container .method-top-nav ul li {
          position: relative;
          display: inline-block;
          text-align: left;
          float: left;
          color: #b0bcc8; }
          @media (max-width: 768px) {
            .method-top-bar .method-container .method-top-nav ul li {
              display: inline-block;
              text-align: left;
              float: left;
              padding-left: 30px; } }
          .method-top-bar .method-container .method-top-nav ul li:before {
            left: 4px;
            top: -6px;
            position: absolute;
            font-size: 2em; }
            @media (min-width: 768px) {
              .method-top-bar .method-container .method-top-nav ul li:before {
                left: 0px; } }
          @media (min-width: 768px) {
            .method-top-bar .method-container .method-top-nav ul li {
              padding-left: 28px;
              margin-left: 25px;
              position: relative; } }
          .method-top-bar .method-container .method-top-nav ul li a {
            text-decoration: none;
            color: #818181;
            font-weight: 600;
            font-size: 1.1em;
            float: left;
            font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
            .method-top-bar .method-container .method-top-nav ul li a .sub {
              color: #b0bcc8;
              font-weight: 400; }

.page-wrap.default .slider-text h4:before {
  margin: 15px 0; }

.center.sub .slider-text h4:before {
  margin: 15px 0; }

.default-header .center.sub .slider-text h4:before {
  margin: 15px auto; }

.left-header .center.sub .slider-text h4:before,
.page-wrap.default .center.sub .slider-text h4:before {
  margin: 10px 0; }

body #secondary .wpcf7-submit {
  color: #000; }
  body #secondary .wpcf7-submit:hover {
    color: #fff; }

#mega-menu-wrap-primary {
  display: inline-block; }
  #mega-menu-wrap-primary ~ .mk-search-trigger {
    top: 10px;
    float: right; }

.mega-menu-primary button#menu-toggle {
  top: -4px;
  float: right; }

.mega-menu-primary .navigation a {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }

@media (max-width: 768px) {
  #mega-menu-wrap-primary {
    display: block;
    padding-top: 30px; }
    #mega-menu-wrap-primary .mega-menu-toggle {
      display: none; }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
      display: block; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
      background: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
        color: #000 !important;
        padding: 0px !important; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu form[id*="give-form"] .form-row-first,
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu form[id*="give-form"] .form-row-last {
        width: 100%; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
        margin-top: 10px;
        border: 1px solid #ddd; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu button.give-btn {
        color: #000 !important;
        border-color: #000 !important; }
  body .mega-menu-wrap .give-submit {
    color: #000 !important;
    border-color: #000 !important; } }

#method-canvas-menu a.mk-nav-close {
  top: -39px;
  right: -8px; }

a.mk-widget-close,
a.mk-nav-close {
  float: right;
  color: #000;
  text-decoration: none;
  top: 5px;
  position: relative; }
  a.mk-widget-close:hover,
  a.mk-nav-close:hover {
    color: #2ae9e9; }

.default button#menu-toggle-desktop {
  top: -9px; }

.default button#menu-toggle {
  top: -4px; }

.is-mobile {
  display: block; }
  @media (min-width: 768px) {
    .is-mobile {
      display: none; }
      .is-mobile#search-button {
        display: none; } }

.is-desktop {
  display: none; }
  @media (min-width: 768px) {
    .is-desktop {
      display: block; } }

/* Mega Menu Styling Fixes */
.mega-menu-primary .default .widget_nav_menu ul {
  border-right: 1px solid #d9e5e8; }

.mega-menu-primary .default button#menu-toggle-desktop {
  top: 0; }

#mega-menu-wrap-primary {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px; }

@media (max-width: 768px) {
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000; } }

@media (max-width: 768px) {
  #method-canvas-menu ul {
    margin-top: 0px; } }

@media (max-width: 768px) {
  .mega-menu-primary .default .widget_nav_menu ul {
    border-right: 0px; } }

@media (max-width: 768px) {
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000; } }

@media (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px; } }

@media (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px; } }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  border-radius: 4px; }

.site-description {
  font-weight: bold; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff; }

.banner {
  position: relative; }
  .banner.sub {
    overflow: hidden;
    background: #000;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }

.person-image {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  display: none; }
  @media (min-width: 768px) {
    .person-image {
      top: auto;
      bottom: 278px; } }
  @media (min-width: 640px) {
    .person-image {
      display: block; } }
  .person-image .container {
    position: relative; }
  .person-image .person {
    max-width: 280px;
    float: right; }
    @media (min-width: 1024px) {
      .person-image .person {
        margin-right: 40px;
        max-width: 390px; } }
    @media (min-width: 1200px) {
      .person-image .person {
        max-width: none; } }

.slim-header .slide-holder.sub {
  height: 346px; }
  .slim-header .slide-holder.sub .slider-text h1 {
    padding-top: 30px; }

.slide-holder {
  position: relative;
  height: 346px; }
  .slide-holder .container {
    height: 100%; }
  @media (min-width: 768px) {
    .slide-holder {
      height: 846px; }
      .slide-holder.sub {
        height: 220px; } }
  .slide-holder .bg-img {
    z-index: 1; }
  .slide-holder .mask {
    width: 100%;
    height: 100%; }
  .slide-holder .slideset {
    float: left;
    width: 100%;
    height: 100%; }
  .slide-holder .slide {
    float: left;
    width: 100%;
    height: 100%;
    position: relative; }
    .slide-holder .slide.video-container {
      position: absolute;
      z-index: 1;
      overflow: hidden; }
    .slide-holder .slide .bg-img {
      overflow: hidden;
      min-width: 100%;
      min-height: 110%;
      z-index: 0;
      clear: both;
      background-size: cover;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale')"; }
    .slide-holder .slide:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: #000;
      z-index: 0; }
    .slide-holder .slide .container {
      height: 100%;
      position: relative; }
    .slide-holder .slide.active {
      z-index: 1; }
  .slide-holder .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 4;
    text-align: center;
    line-height: 1; }
    @media (min-width: 768px) {
      .slide-holder .pagination {
        bottom: 152px; } }
    .slide-holder .pagination ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 8px; }
    .slide-holder .pagination ul a {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 8px;
      height: 8px;
      display: block;
      background: #89949f;
      -webkit-box-shadow: 0 0 0 3px transparent;
              box-shadow: 0 0 0 3px transparent;
      border-radius: 100%;
      -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
      transition: background 0.3s, -webkit-box-shadow 0.3s;
      transition: background 0.3s, box-shadow 0.3s;
      transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      .slide-holder .pagination ul a:hover {
        background: #fff;
        -webkit-box-shadow: 0 0 0 3px #000;
                box-shadow: 0 0 0 3px #000; }
    .slide-holder .pagination .active > a {
      background: #fff;
      -webkit-box-shadow: 0 0 0 3px #000;
              box-shadow: 0 0 0 3px #000; }

.slider-text {
  position: relative;
  z-index: 3;
  color: #000;
  max-width: 450px;
  margin: auto; }
  .slider-text.method-light {
    color: #fff; }
    .slider-text.method-light h1, .slider-text.method-light h4, .slider-text.method-light h6 {
      color: #fff; }
      .slider-text.method-light h1:before, .slider-text.method-light h4:before, .slider-text.method-light h6:before {
        background-color: #fff; }
  .slider-text.sub {
    padding: 35% 0 5%; }
    @media (min-width: 768px) {
      .slider-text.sub {
        padding: 35% 0 5%; } }
  @media (min-width: 768px) {
    .slider-text {
      max-width: 480px;
      font-size: 16px;
      line-height: 2.125; } }
  @media (min-width: 1024px) {
    .slider-text {
      max-width: 608px; } }
  .slider-text strong {
    padding-top: 10px;
    border-top: 2px solid #fff; }
  .slider-text h1 {
    line-height: 1.1636;
    margin: 0 0 10px;
    color: #000;
    letter-spacing: 5px; }
    @media (min-width: 768px) {
      .slider-text h1 {
        margin-bottom: 23px; } }
  .slider-text .entry-subtitle {
    line-height: 32px;
    font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: lighter;
    font-style: italic; }
    @media (max-width: 1024px) {
      .slider-text .entry-subtitle {
        font-size: .9em;
        line-height: 20px; } }
  .slider-text h4 {
    margin-bottom: 12px;
    margin-top: -10px;
    line-height: 1.3em; }
    .slider-text h4:before {
      content: '';
      display: block;
      position: relative;
      margin: 15px 0;
      width: 40px;
      height: 2px;
      background-color: #454545; }
    @media (min-width: 768px) {
      .slider-text h4 {
        margin-bottom: 41px;
        margin-top: -18px; } }
  .slider-text h6 {
    font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: lighter;
    font-style: italic;
    font-size: .9em; }
    .slider-text h6 .avatar {
      border-radius: 50%;
      margin-right: 8px;
      margin-top: -12px; }
  @media (min-width: 768px) {
    .slider-text .button {
      min-width: 188px; } }

.banner-text {
  position: relative;
  color: #8c8c8c;
  text-align: center; }
  @media (min-width: 768px) {
    .banner-text {
      text-align: left; } }
  .banner-text .spec-holder {
    border-bottom: 1px solid #d9e5e8;
    padding: 40px 0;
    float: left; }
    .banner-text .spec-holder .spec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .banner-text h3 {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .banner-text h3 {
        font-size: 20px; } }
  .banner-text .wrapper {
    background: #fff;
    padding: 39px 20px 17px 26px; }
    @media (min-width: 768px) {
      .banner-text .wrapper {
        padding: 70px 15px 23px; } }
    @media (min-width: 1024px) {
      .banner-text .wrapper {
        padding: 70px 30px 23px 30px; } }
    @media (min-width: 1200px) {
      .banner-text .wrapper {
        padding: 70px 51px 23px 99px; } }
  .banner-text h3 {
    position: relative;
    text-align: center;
    margin: 0 0 5px;
    color: #000; }
    @media (min-width: 768px) {
      .banner-text h3 {
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .banner-text h3 {
        margin: 0 51px 15px 0; } }
    .banner-text h3 .icon {
      position: absolute;
      color: rgba(234, 239, 242, 0.5);
      font-size: 45px;
      line-height: 1;
      margin: -10px 0 0 -24px; }
      @media (min-width: 768px) {
        .banner-text h3 .icon {
          font-size: 70px;
          margin: -12px 0 0 -24px; } }
      @media (min-width: 1024px) {
        .banner-text h3 .icon {
          font-size: 80px;
          margin: -27px 0 0 -34px; } }
    .banner-text h3 .text {
      position: relative;
      display: inline-block;
      z-index: 2;
      background: none;
      line-height: 28px; }

.three-columns .column {
  padding: 0 15px 15px; }
  @media (min-width: 768px) {
    .three-columns .column {
      float: left;
      width: 33.33%; } }

@media (min-width: 768px) {
  .three-columns .double-column {
    float: left;
    width: 66.66%;
    text-align: left; } }

.two-columns .column {
  padding: 0 15px 15px; }
  @media (min-width: 768px) {
    .two-columns .column {
      float: left;
      width: 50%; } }

.single-download .info-wrapper {
  padding: 0 0 60px; }

.info-wrapper {
  text-align: center;
  padding: 60px 0; }
  .info-wrapper .figure {
    margin: 0 0 24px; }
  .info-wrapper.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    background: #fff; }
    .info-wrapper.flex .flex-hold {
      height: 100%;
      table-layout: fixed; }
      .info-wrapper.flex .flex-hold .heading {
        padding: 40px 0 0; }
      .info-wrapper.flex .flex-hold .button {
        margin-top: 20px; }
      @media (min-width: 768px) {
        .info-wrapper.flex .flex-hold {
          display: table; } }
    .info-wrapper.flex .figure,
    .info-wrapper.flex .text-block {
      width: 100%; }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure,
        .info-wrapper.flex .text-block {
          width: 50%;
          display: table-cell;
          vertical-align: middle; } }
      .info-wrapper.flex .figure h2,
      .info-wrapper.flex .text-block h2 {
        margin: 0; }
      .info-wrapper.flex .figure h6,
      .info-wrapper.flex .text-block h6 {
        margin-bottom: 30px; }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure.right,
        .info-wrapper.flex .text-block.right {
          text-align: right; } }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure.left,
        .info-wrapper.flex .text-block.left {
          text-align: left; } }
    .info-wrapper.flex .container {
      width: 100%; }
    .info-wrapper.flex .figure {
      float: left; }
      .info-wrapper.flex .figure.mk-right {
        float: right; }
  .info-wrapper .text-block {
    max-width: 790px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8; }
    .info-wrapper .text-block .title {
      font-weight: 300;
      display: block;
      text-transform: uppercase; }
    .info-wrapper .text-block h2 {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .info-wrapper .text-block {
        line-height: 2.25; } }

.block-wrapper .center-wrap {
  position: relative;
  height: 350px;
  text-align: center;
  color: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .block-wrapper .center-wrap {
      height: 502px; } }
  .block-wrapper .center-wrap.quote-block {
    height: auto; }
    @media (min-width: 768px) {
      .block-wrapper .center-wrap.quote-block {
        min-height: 400px;
        height: 454px; } }
  .block-wrapper .center-wrap .container {
    height: 100%; }
  .block-wrapper .center-wrap h2 {
    color: #fff;
    margin-bottom: 20px; }
  .block-wrapper .center-wrap blockquote.mk-fader {
    display: none;
    position: absolute;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .block-wrapper .center-wrap blockquote.mk-fader.current {
      display: block; }

.block-wrapper.quote-block .parallax-section.bg-stretch:after {
  background: none; }

blockquote {
  margin: 20px auto;
  quotes: none;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  position: relative; }
  blockquote:before {
    position: absolute;
    content: '\ebf9';
    font-family: 'method';
    top: -18px;
    left: -10px; }
    @media (min-width: 768px) {
      blockquote:before {
        top: 0;
        left: -30px; } }
  @media (min-width: 768px) {
    blockquote {
      max-width: 82%;
      font-size: 20px; } }
  blockquote .icon-quote {
    display: block;
    color: #2ae9e9;
    font-size: 42px;
    line-height: 1; }
    @media (min-width: 768px) {
      blockquote .icon-quote {
        font-size: 62px; } }
  blockquote q,
  blockquote cite {
    display: block; }
  blockquote q {
    margin-bottom: 16px; }
  blockquote cite {
    font-style: italic;
    font-size: .8em;
    padding: 10px 0 0; }
  blockquote .name {
    display: block; }
  blockquote .post {
    display: block;
    font-size: 12px;
    color: #cccccc;
    font-weight: 300; }

.domain-form h2 {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .domain-form .hide-mob {
    display: none; } }

.domain-form .input-wrap {
  max-width: 601px;
  margin: 0 auto 17px;
  height: 50px;
  background: #293141;
  border-radius: 6px;
  padding: 4px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .domain-form .input-wrap {
      height: 68px; } }

.domain-form [type='text'] {
  float: left;
  width: 64.5%;
  height: 100%;
  border: none;
  font-weight: 300;
  color: #8a93a7;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  padding: 6px 18px;
  font-size: 14px; }
  .domain-form [type='text']::-webkit-input-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']::-moz-placeholder {
    opacity: 1;
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']:-moz-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']:-ms-input-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text'].placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .domain-form [type='text'] {
      padding: 9px 34px;
      font-size: 16px; } }

.domain-form [type="submit"] {
  float: right;
  width: 35.5%;
  border-radius: 6px;
  font-size: 14px;
  text-transform: none;
  height: 100%;
  padding: 5px; }
  @media (min-width: 768px) {
    .domain-form [type="submit"] {
      font-size: 18px; } }

.domain-form .form-text {
  color: #808691;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }

.text-info {
  padding: 35px 0; }
  @media (min-width: 768px) {
    .text-info {
      padding: 45px 0; } }
  @media (min-width: 1024px) {
    .text-info {
      padding: 95px 0 94px; } }
  .text-info.mk-features {
    text-align: center;
    background: #fff; }
  .text-info .column {
    text-align: left; }
  .text-info .holder {
    overflow: hidden; }
  .text-info .ico-wrap {
    float: left;
    width: 40px;
    text-align: center;
    color: #f7f7f6;
    font-size: 31px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .text-info .ico-wrap {
        width: 35px;
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .text-info .ico-wrap {
        font-size: 36px;
        width: 66px; } }
  .text-info .text-wrap {
    overflow: hidden; }
  .text-info h3 {
    font-size: 17px; }
    @media (min-width: 1024px) {
      .text-info h3 {
        font-size: 20px; } }

.mk-sort {
  margin: -20px 4px 20px;
  display: inline-block;
  width: 98%;
  border-bottom: 2px solid #dedede;
  position: relative; }
  .mk-sort .category-form {
    position: relative; }
    @media (min-width: 768px) {
      .mk-sort .category-form {
        width: 44.5%;
        float: left; } }
    .mk-sort .category-form span {
      position: absolute;
      font-size: 20px; }
    .mk-sort .category-form .input-wrap {
      padding-left: 15px; }

.count-block {
  background: #262c32;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .count-block {
      padding: 79px 0 76px; } }
  .count-block .num {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .count-block .num {
        font-size: 41px; } }
  .count-block .sep {
    color: #2ae9e9;
    width: 65px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 1; }
    @media (min-width: 768px) {
      .count-block .sep {
        margin-bottom: 6px; } }
    .count-block .sep:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 15px;
      border-top: 1px dashed #2ae9e9; }
    .count-block .sep .icon {
      display: inline-block;
      position: relative;
      z-index: 2;
      background: #262c32;
      border-radius: 100%; }

.four-columns {
  margin: 0 -15px;
  font-size: 0; }
  .four-columns .column {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0;
    width: 100%;
    float: left; }
    @media (min-width: 640px) {
      .four-columns .column {
        width: 50%; } }
    @media (min-width: 768px) {
      .four-columns .column {
        width: 25%;
        font-size: 14px; } }

.plan-block {
  text-align: center;
  padding: 35px 0;
  overflow: hidden;
  background: #f7f7f6; }
  @media (min-width: 768px) {
    .plan-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .plan-block {
      padding-bottom: 50px 0 72px; } }
  .plan-block .mk-cols {
    padding-top: 30px;
    float: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .plan-block .mk-cols {
        padding-top: 39px; } }

.plan-holder {
  border: 1px solid #ebebeb;
  border-bottom-color: #2ae9e9;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  background: #fff; }
  @media (min-width: 768px) {
    .plan-holder {
      font-size: 16px; } }
  .plan-holder:hover, .plan-holder.feature {
    border-color: transparent;
    border-bottom-color: #2ae9e9;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .plan-holder:hover, .plan-holder.feature {
        margin-top: -20px;
        -webkit-transition: margin 0.3s;
        transition: margin 0.3s; } }
    .plan-holder:hover header, .plan-holder.feature header {
      background: #2ae9e9; }
    .plan-holder:hover h3, .plan-holder.feature h3 {
      color: #fff; }
    .plan-holder:hover .list, .plan-holder.feature .list {
      color: #575757; }
    .plan-holder:hover .amount, .plan-holder.feature .amount {
      color: #2ae9e9; }
    .plan-holder:hover .button.blue, .plan-holder.feature .button.blue {
      background: #2ae9e9; }
  .plan-holder header {
    background: #89949f;
    min-height: 82px;
    padding: 22px 10px 10px;
    letter-spacing: 3px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    margin: -1px -1px 0;
    position: relative;
    border-radius: 4px 4px 0 0; }
  .plan-holder h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #fff; }
  .plan-holder .wrap {
    padding: 30px 20px; }
    @media (min-width: 1024px) {
      .plan-holder .wrap {
        padding: 37px 20px 55px; } }
  .plan-holder .price {
    display: block;
    text-transform: uppercase;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 30px;
    font-size: .8em; }
  .plan-holder .amount {
    display: block;
    color: #303030;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .plan-holder .amount {
        font-size: 42px; } }
  .plan-holder .button {
    min-width: 190px;
    padding: 12px 10px; }

.list {
  text-transform: uppercase;
  color: rgba(87, 87, 87, 0.6);
  padding-bottom: 29px; }
  .list li {
    position: relative;
    margin: 0 0 18px;
    font-size: .9em; }
    .list li:before {
      content: '';
      left: 50%;
      width: 100px;
      bottom: -8px;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 1px;
      background: rgba(0, 0, 0, 0.05); }

.blog-holder {
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .blog-holder {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .blog-holder {
      padding: 60px 0 104px; } }

.heading {
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  overflow: hidden;
  color: #000;
  padding: 40px 0 20px; }
  .heading a {
    font-size: 16px; }
  .heading .title {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #818186; }
    .heading .title.double {
      font-size: 1.2em; }

.blog-wrap {
  letter-spacing: -4px;
  font-size: 0;
  text-align: center;
  margin: 0 -15px; }
  @media (min-width: 1200px) {
    .blog-wrap {
      padding: 0 0 0 45px; } }
  .blog-wrap .blog-post {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0;
    width: 100%;
    padding: 0 15px 15px; }
    .blog-wrap .blog-post a {
      text-decoration: none; }
      .blog-wrap .blog-post a.moretag {
        font-size: .9em;
        font-weight: bold; }
    @media (min-width: 768px) {
      .blog-wrap .blog-post {
        width: 50%;
        font-size: 15px;
        padding-bottom: 25px; } }
    @media (min-width: 1200px) {
      .blog-wrap .blog-post {
        width: 43.3%; } }

.blog-post {
  text-align: left;
  overflow: hidden;
  font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 2; }
  .blog-post .figure {
    margin: 0 15px 0 0;
    float: left;
    max-width: 80px; }
    @media (min-width: 768px) {
      .blog-post .figure {
        max-width: 168px; } }
    @media (min-width: 1024px) {
      .blog-post .figure {
        margin-right: 30px; } }
  .blog-post .text {
    overflow: hidden; }
  .blog-post time {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 7px;
    letter-spacing: 0.04em; }
  .blog-post h3 {
    font-size: 16px;
    line-height: 1.556;
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .blog-post h3 {
        font-size: 18px; } }
    .blog-post h3 a {
      color: #000;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .blog-post h3 a:hover {
        color: #2ae9e9; }

body.error404 .mk-content,
body.error404 .woocommerce form.login,
body .cart-empty .mk-content,
body .cart-empty .woocommerce form.login, body.search-no-results .mk-content,
body.search-no-results .woocommerce form.login, body.woocommerce-account .mk-content,
body.woocommerce-account .woocommerce form.login {
  background: #fff;
  padding: 60px 40px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center; }
  @media (min-width: 768px) {
    body.error404 .mk-content,
    body.error404 .woocommerce form.login,
    body .cart-empty .mk-content,
    body .cart-empty .woocommerce form.login, body.search-no-results .mk-content,
    body.search-no-results .woocommerce form.login, body.woocommerce-account .mk-content,
    body.woocommerce-account .woocommerce form.login {
      max-width: 60%;
      margin: 60px auto; }
      body.error404 .mk-content .method-404-icon,
      body.error404 .woocommerce form.login .method-404-icon,
      body .cart-empty .mk-content .method-404-icon,
      body .cart-empty .woocommerce form.login .method-404-icon, body.search-no-results .mk-content .method-404-icon,
      body.search-no-results .woocommerce form.login .method-404-icon, body.woocommerce-account .mk-content .method-404-icon,
      body.woocommerce-account .woocommerce form.login .method-404-icon {
        font-size: 3em;
        color: #000; } }

body.woocommerce-account .woocommerce form.login {
  text-align: left; }

section {
  position: relative; }
  section.mk-dl {
    background: #f7f7f6; }
  section.mk-blog {
    padding: 0px;
    overflow: hidden; }
  @media (min-width: 768px) {
    section.mk-specs {
      max-width: 80%;
      margin: 0 auto; } }
  section h2 {
    margin-top: -24px !important; }
    section h2.woocommerce-loop-product__title {
      margin-top: 0 !important; }
  section.mk-port-featured h2 {
    margin-bottom: -10px; }

.pagination,
.entry-pagination {
  color: #fff;
  text-align: center;
  padding: 60px 15px 5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #f1f2ff; }
  @media (min-width: 1024px) {
    .pagination,
    .entry-pagination {
      margin-right: -39px; } }
  .pagination li,
  .pagination .page-numbers,
  .entry-pagination li,
  .entry-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #555;
    border: none; }
    .pagination li.current,
    .pagination .page-numbers.current,
    .entry-pagination li.current,
    .entry-pagination .page-numbers.current {
      display: inline-block;
      padding: 5px 9px;
      background: #000;
      color: #fff; }
      @media (min-width: 1024px) {
        .pagination li.current,
        .pagination .page-numbers.current,
        .entry-pagination li.current,
        .entry-pagination .page-numbers.current {
          padding: 10px 15px;
          margin: 0 5px 5px 0; } }
  .pagination .active strong a,
  .pagination .current a,
  .entry-pagination .active strong a,
  .entry-pagination .current a {
    display: block;
    padding: 5px 9px;
    background: #000;
    color: #fff; }
    @media (min-width: 1024px) {
      .pagination .active strong a,
      .pagination .current a,
      .entry-pagination .active strong a,
      .entry-pagination .current a {
        margin: 0;
        padding: 5px 15px; } }
  .pagination .prev a,
  .pagination .next a,
  .entry-pagination .prev a,
  .entry-pagination .next a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    padding: 5px 12px; }
    .pagination .prev a:hover,
    .pagination .next a:hover,
    .entry-pagination .prev a:hover,
    .entry-pagination .next a:hover {
      color: #fff;
      padding: 5px 12px; }
  .pagination a,
  .entry-pagination a {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #fff;
    display: block;
    padding: 5px 9px;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .pagination a,
      .entry-pagination a {
        padding: 5px 15px; }
        .pagination a.page-numbers,
        .entry-pagination a.page-numbers {
          padding: 10px 15px;
          color: #555; } }
    .pagination a:hover,
    .entry-pagination a:hover {
      background: #000;
      color: #fff;
      padding: 5px 9px; }
      @media (min-width: 1024px) {
        .pagination a:hover,
        .entry-pagination a:hover {
          margin: 0;
          padding: 5px 15px; }
          .pagination a:hover.page-numbers,
          .entry-pagination a:hover.page-numbers {
            padding: 10px 15px;
            margin: 0 5px 5px 0; } }

.method-navigate {
  font-size: .8em;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  display: inline-block; }
  .method-navigate:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 6px;
    background: #e7e7e7;
    left: -9999px;
    right: -9999px; }
  .method-navigate #crumbs {
    text-align: left;
    float: left;
    color: #323232;
    width: 100%;
    font-weight: bold; }
    @media (min-width: 640px) {
      .method-navigate #crumbs {
        width: 60%; } }
    .method-navigate #crumbs a {
      text-decoration: none; }

.mk-sidebar .mk-author {
  text-align: center;
  padding: 30px 20px;
  margin-top: 17px;
  background: #f7f7f6;
  border-radius: 2px;
  margin-bottom: 50px;
  border-top: 1px solid #2ae9e9; }
  .mk-sidebar .mk-author img {
    border: 3px solid #fff; }
  .mk-sidebar .mk-author a {
    display: inline;
    padding-left: 5px;
    font-color: #2ae9e9; }
  .mk-sidebar .mk-author cite {
    font-size: .9em;
    margin-top: -5px;
    display: block; }

@media (min-width: 768px) {
  .mk-author {
    text-align: right; } }

.mk-author span img {
  border-radius: 50%; }

.mk-author a {
  text-decoration: none;
  font-weight: bold; }

/*** Table Styles **/
table {
  text-align: left; }
  table td, table th {
    padding: 10px; }

.mk-table {
  margin: 1em 0;
  min-width: 100%; }
  .mk-table thead {
    background: #f7f7f6; }
    .mk-table thead tr th {
      color: #000; }
  .mk-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .mk-table tr:last-child {
      border-bottom: none; }
  .mk-table th {
    display: none; }
  .mk-table td {
    display: block; }
    .mk-table td:first-child {
      padding-top: .5em; }
    .mk-table td:last-child {
      padding-bottom: .5em;
      font-size: .9em; }
    .mk-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
    .mk-table td a {
      background: #2ae9e9;
      padding: 3px 5px;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: .7em;
      text-transform: uppercase;
      border-radius: 2px; }
      .mk-table td a:hover {
        opacity: .8; }
    .mk-table td[data-th="Name"] {
      color: #000;
      font-weight: bold; }

@media (min-width: 768px) {
  .mk-table td:before {
    display: none; } }

.mk-table th, .mk-table td {
  text-align: left; }

@media (min-width: 900px) {
  .mk-table th, .mk-table td {
    display: table-cell;
    padding: .25em .5em; }
  .mk-table th:first-child, .mk-table td:first-child {
    padding-left: 15px !important; }
  .mk-table th:last-child, .mk-table td:last-child {
    padding-right: 0; } }

.mk-table {
  border-radius: .4em;
  overflow: hidden; }

.mk-table tr {
  border-color: #f7f7f6; }

.mk-table th, .mk-table td {
  margin: .5em 1em; }

@media (min-width: 768px) {
  .mk-table th, .mk-table td {
    padding: 1em 0.2em !important; } }

.mk-table th, .mk-table td:before {
  color: #000; }

.mk-content.four-columns .no-results {
  font-size: 14px;
  background: #fff;
  padding: 60px 40px;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    .mk-content.four-columns .no-results {
      max-width: 60%;
      margin: 60px auto; } }
  @media (min-width: 768px) {
    .mk-content.four-columns .no-results:after {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #f7f7f6;
      content: '';
      z-index: -2; } }
  .mk-content.four-columns .no-results .screen-reader-text {
    display: none; }

div.image-wrap {
  min-height: 100px; }

.lSSlideOuter {
  text-align: center;
  position: relative; }
  .lSSlideOuter ul.lSPager.lSGallery {
    margin: 0 auto;
    position: absolute;
    left: 5px;
    bottom: 5px; }
    .lSSlideOuter ul.lSPager.lSGallery li {
      border: 2px solid #414141;
      border-radius: 0px !important; }

@media (min-width: 1024px) {
  video.fillWidth {
    width: 100%; } }

.aptf-tweet-content a,
.aptf-tweet-actions a {
  font-size: .86em;
  text-decoration: none; }

.aptf-tweet-date {
  font-size: .9em;
  font-style: italic; }

.tab-wrap {
  -webkit-transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  border-radius: 0px;
  max-width: 100%;
  position: relative;
  list-style: none;
  text-align: center;
  margin: 40px 0; }
  .tab-wrap .button {
    letter-spacing: 0px; }
    .tab-wrap .button a {
      color: #fff;
      text-decoration: none;
      display: block; }

.tab {
  display: none; }
  .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked + label {
    background-color: #2ae9e9;
    cursor: default;
    color: #ffffff;
    font-weight: bold; }
    .tab:checked + label:hover {
      background-color: #2ae9e9; }
  .tab + label {
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #333;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 40px;
    margin: 0 0 5px;
    background-color: #ffffff; }
    .tab + label:hover {
      background-color: #f9f9f9; }
  .tab__content {
    padding: 10px 0px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    border-radius: 0px; }

/*--------------------------------------------------------------
## Tabs & Toggles
--------------------------------------------------------------*/
.tab__content {
  padding: 20px 0 10px; }

.accordion {
  max-width: 800px;
  margin: 80px auto;
  border-top: 1px solid #d9e5e8; }

ul.accordion {
  padding-left: 0; }

.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style: none; }

.accordion li p {
  display: none;
  padding: 10px 25px 30px; }

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 16px;
  font-size: 0.875rem;
  text-indent: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #161b1f; }

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.accordion p {
  padding: 10px; }

a.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#video-background {
  display: none;
  /*  making the video fullscreen  */
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: auto;
  height: 100vh; }
  @media (min-width: 768px) {
    #video-background {
      display: block; } }

@media (min-width: 768px) {
  .mk-cover {
    display: none; } }

#imageGallery {
  opacity: 1; }

.mk-cols.mk-block {
  display: inline-block;
  width: 100%; }
  .mk-cols.mk-block .mk-col:last-child {
    text-align: right;
    float: right; }

.mk-cols .mk-col {
  float: left; }
  .mk-cols .mk-col p {
    padding-right: 0px; }
  .mk-cols .mk-col:first-child:nth-last-child(1), .mk-cols .mk-col:first-child:nth-last-child(2), .mk-cols .mk-col:first-child:nth-last-child(3), .mk-cols .mk-col:first-child:nth-last-child(4) {
    width: 100%; }
    .mk-cols .mk-col:first-child:nth-last-child(1) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(2) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(3) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(4) ~ .mk-col {
      width: 100%; }

@media (min-width: 768px) {
  .mk-cols .mk-col {
    padding: 0 10px; }
    .mk-cols .mk-col:last-child p {
      padding-right: 0px; }
    .mk-cols .mk-col:first-child:nth-last-child(1) {
      width: 100%; }
      .mk-cols .mk-col:first-child:nth-last-child(1) ~ .mk-col {
        width: 100%; }
    .mk-cols .mk-col:first-child:nth-last-child(2) {
      width: 50%; }
      .mk-cols .mk-col:first-child:nth-last-child(2) ~ .mk-col {
        width: 50%; }
    .mk-cols .mk-col:first-child:nth-last-child(3) {
      width: 33.3%; }
      .mk-cols .mk-col:first-child:nth-last-child(3) ~ .mk-col {
        width: 33.3%; }
    .mk-cols .mk-col:first-child:nth-last-child(4) {
      width: 25%; }
      .mk-cols .mk-col:first-child:nth-last-child(4) ~ .mk-col {
        width: 25%; } }

.mk-editor {
  position: relative; }
  .mk-editor .container {
    position: relative;
    padding: 60px 20px; }
  .mk-editor.mk-bg .container {
    padding: 80px 0; }

.parallax-section {
  background-position: center 0px;
  background-repeat: no-repeat;
  margin: 0px; }
  .parallax-section h2 {
    margin-bottom: 0px; }
  .parallax-section .button {
    margin-top: 20px; }
  .parallax-section.bg-stretch {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .parallax-section.bg-stretch img {
      width: 100%;
      height: 100%; }
    .parallax-section.bg-stretch:after {
      background: rgba(38, 44, 50, 0.5) none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.icon-holder {
  font-size: 4em; }

.mk-cta-banner {
  background: linear-gradient(225deg, #2ae9e9 0%, #70f6ea 100%);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  position: relative; }
  .mk-cta-banner:before {
    background-image: url(img/shapes-bg.png);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .mk-cta-banner .mk-cta-main {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .mk-cta-banner .mk-cta-main {
        width: 75%; } }
  .mk-cta-banner .mk-btn-holder {
    width: 100%; }
    @media (min-width: 768px) {
      .mk-cta-banner .mk-btn-holder {
        width: 25%;
        float: right;
        text-align: left;
        position: relative; } }
  .mk-cta-banner p {
    margin: 0; }
  .mk-cta-banner h4 {
    color: #fff;
    margin: 6px 0; }
  .mk-cta-banner .button {
    background: #0d141b; }
  @media (min-width: 1024px) {
    .mk-cta-banner {
      padding: 26px 0; } }

.mk-search-trigger {
  position: relative;
  float: right;
  margin-top: -16px; }
  @media (max-width: 768px) {
    .mk-search-trigger {
      position: absolute;
      width: 50px !important;
      z-index: 500;
      top: 15px;
      right: 10px; } }

.mega-menu .mk-search-trigger {
  margin-top: -3px; }

@media (min-width: 768px) {
  .single .mk-posts,
  .blog .mk-posts,
  .archive .mk-posts,
  .search .mk-posts,
  .page-template-sidebar-page .mk-posts {
    width: 100%; } }

.blog .mk-posts {
  padding-top: 60px; }

.mk-posts, .tailor-posts {
  position: relative;
  z-index: 0; }
  .mk-posts .entry, .tailor-posts .entry {
    background: #fff; }
  .mk-posts.mk-full-post, .tailor-posts.mk-full-post {
    margin: auto;
    float: none; }
  @media (min-width: 768px) {
    .mk-posts, .tailor-posts {
      float: left; } }
  @media (min-width: 768px) {
    .mk-posts.full, .tailor-posts.full {
      width: 100%; }
      .mk-posts.full:after, .tailor-posts.full:after {
        right: -9999px; } }
  .mk-posts.mk-downloads, .tailor-posts.mk-downloads {
    float: none;
    margin: 0 auto;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .mk-posts.mk-downloads, .tailor-posts.mk-downloads {
        width: 80%; } }
    .mk-posts.mk-downloads:after, .tailor-posts.mk-downloads:after {
      right: -9999px; }
  .mk-posts article, .tailor-posts article {
    padding: 0 0; }
  .mk-posts .sticky .post-date-aside, .tailor-posts .sticky .post-date-aside {
    color: #2ae9e9; }
  .mk-posts .sticky .mk-title h3, .tailor-posts .sticky .mk-title h3 {
    color: #2ae9e9; }
  .mk-posts .post-date-aside, .tailor-posts .post-date-aside {
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 0;
    float: left;
    text-align: left;
    height: 100%;
    display: block;
    text-transform: uppercase;
    font-family: "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #9a9a9a; }
    .mk-posts .post-date-aside span, .tailor-posts .post-date-aside span {
      display: block;
      width: 100%;
      line-height: 26px;
      text-align: center; }
      .mk-posts .post-date-aside span .day, .tailor-posts .post-date-aside span .day {
        font-size: 2.2em; }
      .mk-posts .post-date-aside span .month, .tailor-posts .post-date-aside span .month {
        font-size: 1em; }
  .mk-posts .text, .tailor-posts .text {
    min-height: 100px;
    text-align: left;
    background: #fff; }
    .mk-posts .text.mk-dtext, .tailor-posts .text.mk-dtext {
      margin-left: 0; }
      .mk-posts .text.mk-dtext .entry-title, .tailor-posts .text.mk-dtext .entry-title {
        text-align: left;
        font-size: 2rem; }
    .mk-posts .text .mk-text, .tailor-posts .text .mk-text {
      padding: 0 0px 20px; }
      .mk-posts .text .mk-text .wp-post-image, .tailor-posts .text .mk-text .wp-post-image {
        padding-bottom: 20px; }
      @media (min-width: 768px) {
        .mk-posts .text .mk-text, .tailor-posts .text .mk-text {
          padding: 0px 0px 20px;
          text-align: left; } }
      .mk-posts .text .mk-text .heading, .tailor-posts .text .mk-text .heading {
        text-align: center;
        padding: 0;
        line-height: 1.2; }
        .mk-posts .text .mk-text .heading .title.double, .tailor-posts .text .mk-text .heading .title.double {
          margin-top: -5px;
          padding: 0 0 20px;
          font-size: 1.1em; }
      .mk-posts .text .mk-text h3 a, .tailor-posts .text .mk-text h3 a {
        color: #000;
        text-decoration: none; }
      .mk-posts .text .mk-text .moretag,
      .mk-posts .text .mk-text .more-link, .tailor-posts .text .mk-text .moretag,
      .tailor-posts .text .mk-text .more-link {
        text-decoration: none;
        padding-left: 10px;
        font-size: .96em; }
  .mk-posts .screen-reader-text, .tailor-posts .screen-reader-text {
    display: none; }
  .mk-posts .navigation, .tailor-posts .navigation {
    float: right; }
    @media (max-width: 640px) {
      .mk-posts .navigation, .tailor-posts .navigation {
        width: 100%; } }
    .mk-posts .navigation .nav-links, .tailor-posts .navigation .nav-links {
      width: 100%;
      display: inline-block; }
      .mk-posts .navigation .nav-links .nav-previous,
      .mk-posts .navigation .nav-links .nav-next, .tailor-posts .navigation .nav-links .nav-previous,
      .tailor-posts .navigation .nav-links .nav-next {
        padding: 12px 10px 6px;
        background: #fff;
        -webkit-transition: border-color 0.3s ease 0s;
        transition: border-color 0.3s ease 0s; }
        .mk-posts .navigation .nav-links .nav-previous a,
        .mk-posts .navigation .nav-links .nav-next a, .tailor-posts .navigation .nav-links .nav-previous a,
        .tailor-posts .navigation .nav-links .nav-next a {
          display: block;
          font-weight: normal;
          color: #000; }
          @media (min-width: 640px) {
            .mk-posts .navigation .nav-links .nav-previous a,
            .mk-posts .navigation .nav-links .nav-next a, .tailor-posts .navigation .nav-links .nav-previous a,
            .tailor-posts .navigation .nav-links .nav-next a {
              padding-left: 20px; } }
        .mk-posts .navigation .nav-links .nav-previous:hover a,
        .mk-posts .navigation .nav-links .nav-next:hover a, .tailor-posts .navigation .nav-links .nav-previous:hover a,
        .tailor-posts .navigation .nav-links .nav-next:hover a {
          color: #2ae9e9; }
      .mk-posts .navigation .nav-links .nav-previous, .tailor-posts .navigation .nav-links .nav-previous {
        float: left; }
      .mk-posts .navigation .nav-links .nav-next, .tailor-posts .navigation .nav-links .nav-next {
        float: right; }
        @media (min-width: 640px) {
          .mk-posts .navigation .nav-links .nav-next, .tailor-posts .navigation .nav-links .nav-next {
            padding-left: 6px; }
            .mk-posts .navigation .nav-links .nav-next:before, .tailor-posts .navigation .nav-links .nav-next:before {
              content: "";
              display: block;
              width: 1px;
              position: absolute;
              background: #e7e7e7;
              top: 0px;
              bottom: 5px; } }

@media (min-width: 768px) {
  .mk-sidebar {
    width: 24%; } }

@media (min-width: 768px) {
  .mk-sidebar:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    content: '';
    z-index: -1;
    right: -9999px;
    min-height: 3000vh; } }

.mk-sidebar,
.tailor-widget-area,
.tailor-widget {
  position: relative;
  padding: 0px 20px 40px 20px; }
  .mk-sidebar input:not([type="submit"]), .mk-sidebar textarea, .mk-sidebar select,
  .tailor-widget-area input:not([type="submit"]),
  .tailor-widget-area textarea,
  .tailor-widget-area select,
  .tailor-widget input:not([type="submit"]),
  .tailor-widget textarea,
  .tailor-widget select {
    width: 70%;
    height: 2.7em;
    float: left; }
    @media (min-width: 768px) {
      .mk-sidebar input:not([type="submit"]), .mk-sidebar textarea, .mk-sidebar select,
      .tailor-widget-area input:not([type="submit"]),
      .tailor-widget-area textarea,
      .tailor-widget-area select,
      .tailor-widget input:not([type="submit"]),
      .tailor-widget textarea,
      .tailor-widget select {
        margin-right: 2px; } }
  .mk-sidebar ul,
  .tailor-widget-area ul,
  .tailor-widget ul {
    padding: 0px;
    margin: 0px; }
    .mk-sidebar ul ul,
    .tailor-widget-area ul ul,
    .tailor-widget ul ul {
      padding-left: 10px; }
    .mk-sidebar ul li,
    .tailor-widget-area ul li,
    .tailor-widget ul li {
      text-align: left;
      display: block;
      width: 100%;
      float: none; }
      .mk-sidebar ul li.cat-item span,
      .tailor-widget-area ul li.cat-item span,
      .tailor-widget ul li.cat-item span {
        background: #f7f7f6;
        padding: 0 7px 1px;
        border-radius: 4px;
        font-size: .9em;
        margin-left: 6px; }
      .mk-sidebar ul li:last-child,
      .tailor-widget-area ul li:last-child,
      .tailor-widget ul li:last-child {
        border-bottom: none; }
      .mk-sidebar ul li.active a,
      .tailor-widget-area ul li.active a,
      .tailor-widget ul li.active a {
        font-weight: bold; }
        .mk-sidebar ul li.active a .icon,
        .tailor-widget-area ul li.active a .icon,
        .tailor-widget ul li.active a .icon {
          color: #2ae9e9 !important; }
        .mk-sidebar ul li.active a:hover,
        .tailor-widget-area ul li.active a:hover,
        .tailor-widget ul li.active a:hover {
          font-weight: bold; }
      .mk-sidebar ul li a,
      .tailor-widget-area ul li a,
      .tailor-widget ul li a {
        -moz-user-select: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #333;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
        transition: background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
        transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
        transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
        -webkit-transition: margin 0.3s;
        transition: margin 0.3s; }
        .mk-sidebar ul li a:hover,
        .tailor-widget-area ul li a:hover,
        .tailor-widget ul li a:hover {
          margin-left: 6px; }
          .mk-sidebar ul li a:hover + div,
          .tailor-widget-area ul li a:hover + div,
          .tailor-widget ul li a:hover + div {
            margin-left: 6px; }
          .mk-sidebar ul li a:hover .icon,
          .tailor-widget-area ul li a:hover .icon,
          .tailor-widget ul li a:hover .icon {
            color: #2ae9e9; }
  .mk-sidebar a,
  .tailor-widget-area a,
  .tailor-widget a {
    color: #555;
    text-decoration: none; }
    .mk-sidebar a.mk-vend-link,
    .tailor-widget-area a.mk-vend-link,
    .tailor-widget a.mk-vend-link {
      color: #fff;
      font-weight: bold; }
  .mk-sidebar .widget,
  .tailor-widget-area .widget,
  .tailor-widget .widget {
    padding: 0 0 40px 0; }
    .mk-sidebar .widget label,
    .tailor-widget-area .widget label,
    .tailor-widget .widget label {
      display: block; }
    .mk-sidebar .widget.widget_search label span,
    .tailor-widget-area .widget.widget_search label span,
    .tailor-widget .widget.widget_search label span {
      display: none; }
    .mk-sidebar .widget .tagcloud,
    .tailor-widget-area .widget .tagcloud,
    .tailor-widget .widget .tagcloud {
      line-height: 24px; }
  @media (min-width: 768px) {
    .mk-sidebar,
    .tailor-widget-area,
    .tailor-widget {
      float: right;
      padding: 100px 0 0 52px; } }

.tag-clouds,
.tagcloud,
.comments-link,
.cat-links,
.entry-footer .post-categories,
.mk-sidebar .tagcloud,
.product_meta .posted_in,
.product_meta .tagged_as {
  margin: 8px 5px 15px 0;
  display: inline-block; }
  .tag-clouds li,
  .tagcloud li,
  .comments-link li,
  .cat-links li,
  .entry-footer .post-categories li,
  .mk-sidebar .tagcloud li,
  .product_meta .posted_in li,
  .product_meta .tagged_as li {
    display: inline-block; }
  .tag-clouds a,
  .tagcloud a,
  .comments-link a,
  .cat-links a,
  .entry-footer .post-categories a,
  .mk-sidebar .tagcloud a,
  .product_meta .posted_in a,
  .product_meta .tagged_as a {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    background: #f7f7f6;
    color: #666;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 0px 2px;
    font-size: .8em;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .tag-clouds a,
      .tagcloud a,
      .comments-link a,
      .cat-links a,
      .entry-footer .post-categories a,
      .mk-sidebar .tagcloud a,
      .product_meta .posted_in a,
      .product_meta .tagged_as a {
        padding: 2px 18px;
        border-radius: 2px; } }
    .tag-clouds a:hover,
    .tagcloud a:hover,
    .comments-link a:hover,
    .cat-links a:hover,
    .entry-footer .post-categories a:hover,
    .mk-sidebar .tagcloud a:hover,
    .product_meta .posted_in a:hover,
    .product_meta .tagged_as a:hover {
      background: #666;
      color: #f7f7f6; }

.product_meta .posted_in,
.product_meta .tagged_as {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }

.mk-sidebar .tagcloud a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
  display: inline-block;
  font-size: 0.9em !important; }

.single.single-product .method-primary {
  display: none; }

.single #container {
  max-width: 1170px;
  margin: 140px auto 60px; }

.blog .lSPager,
.single-post .lSPager,
.archive .lSPager,
.search .lSPager {
  display: none; }

.blog #crumbs,
.single-post #crumbs,
.archive #crumbs,
.search #crumbs {
  padding: 20px 0 5px; }
  @media (min-width: 640px) {
    .blog #crumbs,
    .single-post #crumbs,
    .archive #crumbs,
    .search #crumbs {
      padding: 20px 0; } }

.image-holder {
  position: relative; }
  .image-holder img {
    width: 100%;
    height: auto; }
    .image-holder img.avatar {
      width: 48px;
      margin-top: 10px; }

.wp-caption {
  margin: 0 0 1.5em 0;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-footer {
  font-size: .8em;
  border-top: 1px solid #f6f6f6;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  color: #555;
  margin-top: 30px;
  padding-top: 20px; }
  .entry-footer ul {
    font-size: 1.1em; }

body .mejs-container {
  bottom: 0;
  z-index: 200; }
  body .mejs-container + .mk-dl-tag {
    bottom: 28px !important; }
  body .mejs-container .mejs-controls {
    background: #000 !important; }
    body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #2ae9e9 !important; }

.mk-bio {
  padding: 20px 0; }

.mk-vid iframe {
  width: 100%; }

.mk-demo-btn {
  width: 100%;
  text-align: center;
  margin-top: -50px; }
  @media (max-width: 768px) {
    .mk-demo-btn .button.mk-append {
      padding: 4px 14px; } }

.mk-title {
  line-height: 32px; }
  .mk-title a {
    text-decoration: none; }

body .tailor-widget-area {
  width: 100%; }
  body .tailor-widget-area .entry-subtitle,
  body .tailor-widget-area .post-date {
    font-size: .8em;
    margin-top: -5px; }
  body .tailor-widget-area .post-date {
    display: block;
    color: #bbb; }
  body .tailor-widget-area:after {
    content: '';
    position: relative; }

body .entry__thumbnail .mejs-container {
  position: relative; }

.method-hidden {
  display: none; }

body .entry__thumbnail .wp-video .mejs-container .mejs-controls {
  visibility: hidden; }

body .entry__thumbnail .wp-video {
  width: 100% !important; }

.archive .post .wp-video {
  width: 100% !important;
  margin-bottom: 20px; }

.wp-video {
  width: 100% !important; }

.tailor-ui .tailor-posts--boxed .entry {
  border: none;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .tailor-ui .tailor-posts--boxed .entry:hover {
    top: -3px;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13) !important;
            box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13) !important; }

.tailor-ui .tailor-slideshow .slick-track {
  position: absolute;
  overflow: hidden; }

.method-hold {
  height: 0px;
  display: none; }

#loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px); }

@-webkit-keyframes loader {
  0% {
    left: -100px; }
  100% {
    left: 110%; } }

@keyframes loader {
  0% {
    left: -100px; }
  100% {
    left: 110%; } }

#box {
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px; }

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg); }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg); } }

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg); }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg); } }

#shadow {
  width: 30px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite; }

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1); } }

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1); } }

span.entry-subtitle {
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: lighter;
  font-style: italic;
  color: #818181;
  font-size: .67em; }

.mk-content .mk-social,
.woocommerce-tabs .mk-social {
  width: 100%;
  max-width: 900px;
  text-align: center;
  float: none;
  clear: both;
  margin: 40px auto -10px;
  display: none; }

.mk-content .mk-social .mk-link,
.woocommerce-tabs .mk-social .mk-link {
  border: none;
  display: inline-block;
  margin: 0 1%;
  border-radius: 50%;
  padding: 4px 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none; }

.mk-content .mk-social .mk-link.mk-twitter,
.woocommerce-tabs .mk-social .mk-link.mk-twitter {
  background-color: #1da1f2; }

.mk-content .mk-social .mk-link.mk-facebook,
.woocommerce-tabs .mk-social .mk-link.mk-facebook {
  background-color: #3b5998; }

.mk-content .mk-social .mk-link.mk-pinterest,
.woocommerce-tabs .mk-social .mk-link.mk-pinterest {
  background-color: #bd081c; }

.mk-content .mk-social .mk-link.mk-twitter:hover,
.woocommerce-tabs .mk-social .mk-link.mk-twitter:hover {
  background-color: #0a87d4; }

.mk-content .mk-social .mk-link.mk-facebook:hover,
.woocommerce-tabs .mk-social .mk-link.mk-facebook:hover {
  background-color: #0e2046; }

.mk-content .mk-social .mk-link.mk-pinterest:hover,
.woocommerce-tabs .mk-social .mk-link.mk-pinterest:hover {
  background-color: #940b1b; }

body .mk-sidebar .search-form button {
  display: block; }

body .search-form button {
  background: #2ae9e9;
  border: #2ae9e9;
  color: #fff;
  font-size: 1em;
  padding: 5px 10px 4px;
  margin-left: -3px;
  display: inline-block; }
  body .search-form button:hover {
    padding: 5px 10px 4px;
    border: 0px;
    background: #999999; }

body #method-canvas-menu .search-form button,
body .is-mobile .search-form button {
  display: block; }

body.woocommerce .search-form button {
  background: #2ae9e9;
  border: #2ae9e9;
  color: #fff;
  font-size: 1em;
  padding: 10px 10px;
  margin-left: -3px;
  display: block; }
  body.woocommerce .search-form button:hover {
    padding: 10px 10px;
    border: 0px;
    background: #999999; }

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li {
  position: relative;
  margin: 0 0 12px; }
  .recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
    border-radius: 50%; }
  .recent-posts-widget-with-thumbnails .rpwwt-widget ul li div {
    color: #818181;
    font-style: italic;
    font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: lighter;
    font-size: .8em;
    left: 61px;
    position: absolute;
    bottom: 16px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s; }

.tailor-widget .widget.widget_give_forms_widget label.give-hidden {
  display: none; }

.mk-sidebar .widget {
  text-align: left; }

.mk-sidebar .widget.widget_tag_cloud .tagcloud a {
  margin: 2px; }

.mk-sidebar .widget.widget_archive,
.mk-sidebar .widget.widget_categories {
  margin-bottom: 30px; }
  .mk-sidebar .widget.widget_archive .select-target.select-theme-default,
  .mk-sidebar .widget.widget_categories .select-target.select-theme-default {
    float: left; }
  .mk-sidebar .widget.widget_archive label.screen-reader-text,
  .mk-sidebar .widget.widget_categories label.screen-reader-text {
    display: none; }

/*--------------------------------------------------------------
>>> COMMENTS
----------------------------------------------------------------*/
@media (min-width: 768px) {
  .single-download .comments-area {
    width: 100%;
    float: left; } }

.comments-area {
  max-width: 1170px;
  margin: 20px 0;
  padding: 40px 0;
  background: #fff; }
  .comments-area .comments {
    min-width: 300px;
    margin: 20px auto; }
    .comments-area .comments article {
      position: relative;
      border-bottom: solid 1px rgba(178, 179, 153, 0.125);
      margin: 0 auto 50px auto; }
      .comments-area .comments article:last-child {
        border: none; }
      .comments-area .comments article:hover time {
        opacity: .75; }
      .comments-area .comments article img {
        position: relative;
        width: 50px;
        height: 50px;
        border-width: 0;
        border-radius: 100%; }
        @media (min-width: 1024px) {
          .comments-area .comments article img {
            position: absolute;
            top: -10px;
            left: -70px; } }
      .comments-area .comments article h4 {
        margin-bottom: 25px;
        font-size: 14px; }
        .comments-area .comments article h4 .comment-author-link {
          font-size: 14px; }
        .comments-area .comments article h4 a {
          color: #404040;
          text-transform: lowercase;
          text-decoration: none; }
          .comments-area .comments article h4 a.comment-author-link {
            text-transform: uppercase; }
      .comments-area .comments article time {
        display: inline;
        margin-right: 40px;
        opacity: 1;
        font-size: 12px; }
        .comments-area .comments article time:hover {
          opacity: .44;
          cursor: pointer; }
      .comments-area .comments article p {
        margin-bottom: 50px; }
        .comments-area .comments article p .reply {
          cursor: pointer; }
        .comments-area .comments article p.comment-meta-item {
          margin: -20px 0 10px; }
      .comments-area .comments article a.comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: .8em; }
  .comments-area .comment-form {
    float: left;
    width: 100%; }
    .comments-area .comment-form p {
      float: left;
      width: 100%;
      display: inline-block; }
    .comments-area .comment-form span {
      float: left; }
      .comments-area .comment-form span.required {
        margin-left: -16px;
        margin-top: -6px; }
    .comments-area .comment-form .comment-notes span {
      float: none; }
      .comments-area .comment-form .comment-notes span.required {
        margin-left: 2px; }
    .comments-area .comment-form input[type="text"],
    .comments-area .comment-form input[type="email"],
    .comments-area .comment-form textarea {
      width: 100%;
      padding: 10px 20px;
      margin-bottom: 7px; }
      .comments-area .comment-form input[type="text"]:focus,
      .comments-area .comment-form input[type="email"]:focus,
      .comments-area .comment-form textarea:focus {
        outline: none; }
      @media (min-width: 768px) {
        .comments-area .comment-form input[type="text"],
        .comments-area .comment-form input[type="email"],
        .comments-area .comment-form textarea {
          width: 61.7%;
          float: left;
          padding: 10px 15px;
          margin-right: 5px; } }
      @media (min-width: 1200px) {
        .comments-area .comment-form input[type="text"],
        .comments-area .comment-form input[type="email"],
        .comments-area .comment-form textarea {
          padding: 18px 34px;
          margin-right: 10px; } }
    .comments-area .comment-form .form-submit {
      float: left;
      width: 100%;
      margin: 20px 0; }

#reviews h2 {
  display: none; }

.page .comments-area .comment-form input[type="text"],
.page .comments-area .comment-form input[type="email"],
.page .comments-area .comment-form textarea {
  background: #f7f7f6; }

h3.comment-reply-title {
  font-size: 20px; }

#footer {
  display: table-footer-group;
  height: 1%;
  width: 100%;
  overflow: hidden; }
  #footer .social-networks a {
    color: #b0bcc8; }
  #footer .figure {
    padding-bottom: 20px; }
  #footer .post-date {
    display: block;
    font-size: .9em;
    margin-top: -5px; }
  #footer a {
    color: #fff; }

.footer-top {
  background: #0d141b;
  color: #b0bcc8;
  padding: 35px 0;
  line-height: 2.2;
  font-weight: normal;
  position: relative;
  font-size: .9em;
  z-index: 2; }
  .footer-top hr {
    border-color: rgba(255, 255, 255, 0.1);
    width: 100%; }
  .footer-top div {
    line-height: 2; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .footer-top {
      padding: 105px 0 47px; } }
  .footer-top .bg-footer-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    clear: both;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale')"; }
  .footer-top .widget-title {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal; }
    .footer-top .widget-title:after {
      background-color: #fff; }
  .footer-top h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px; }
  .footer-top .search-form .screen-reader-text {
    display: none; }
  .footer-top .search-form .search-field {
    width: 50%;
    margin-right: 2px;
    float: left;
    padding: 1em 0.7em; }
  .footer-top .search-form .search-submit {
    padding: 10px 27px;
    color: #fff; }
  @media (min-width: 1024px) {
    .footer-top .three-columns .column:first-child {
      padding-left: 85px; } }
  @media (min-width: 768px) {
    .footer-top .three-columns .column:nth-child(2n) {
      padding-left: 30px; } }
  @media (min-width: 768px) {
    .footer-top .three-columns .column:last-child {
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    .footer-top .three-columns .column:last-child {
      margin-left: 0; } }
  .footer-top ul {
    margin-left: 0px;
    padding-left: 0px; }
    .footer-top ul li {
      list-style: none; }
      .footer-top ul li a {
        text-decoration: none;
        font-weight: bold; }
  .footer-top .tagcloud {
    line-height: 24px; }
    .footer-top .tagcloud a {
      background: rgba(255, 255, 255, 0.1);
      font-size: 10px !important;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: .6px;
      margin-bottom: 6px; }
      .footer-top .tagcloud a:hover {
        background: rgba(255, 255, 255, 0.4); }

.footer-logo {
  width: 152px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: -12px 0 39px; } }

.widget_nav_menu ul li,
.footer-nav li {
  margin-bottom: 3px; }

.widget_nav_menu ul .space,
.footer-nav .space {
  width: 26px;
  display: inline-block; }

.widget_nav_menu ul a,
.footer-nav a {
  color: #b0bcc8;
  text-decoration: none; }
  .widget_nav_menu ul a:hover,
  .footer-nav a:hover {
    color: #2ae9e9; }

.left-footer .social-networks {
  float: right; }
  @media (min-width: 768px) {
    .left-footer .social-networks {
      text-align: right; } }

.right-footer .social-networks {
  float: left; }
  @media (min-width: 768px) {
    .right-footer .social-networks {
      text-align: left; } }

.social-networks {
  width: 100%; }
  @media (min-width: 768px) {
    .social-networks {
      width: 50%; } }
  @media (min-width: 1024px) {
    .social-networks {
      margin-right: 0; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    line-height: 32px; }
  .social-networks a {
    width: 30px;
    height: 30px;
    display: block;
    color: #b0bcc8;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s; }
    .social-networks a.gplus {
      font-size: 1.2em; }
    .social-networks a:hover {
      color: #2ae9e9;
      background-size: 29px 29px; }

@media (min-width: 768px) {
  .left-footer .footer-bottom {
    text-align: left; }
    .left-footer .footer-bottom .foot-text {
      float: left; } }

@media (min-width: 768px) {
  .right-footer .footer-bottom {
    text-align: right; }
    .right-footer .footer-bottom .foot-text {
      float: right; } }

.default-footer .footer-bottom .foot-text,
.default-footer .footer-bottom .social-networks {
  width: 100%; }

.footer-bottom {
  text-align: center;
  float: none;
  font: 300 12px/1.3 "Poiret One", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #89949f;
  padding: 15px 0;
  background: #fff; }
  .footer-bottom .method-foot-border {
    border-top: 1px solid #f1f2ff;
    padding-top: 20px; }
  .footer-bottom .foot-text {
    width: 100%; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 26px 0; }
      .footer-bottom .foot-text {
        width: 50%; } }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom span {
    display: inline-block;
    color: #d24d57;
    position: relative;
    font-size: 1.2em;
    top: 2px; }

.animated-foot {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes pound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.pulse {
  -webkit-animation-name: pound;
          animation-name: pound;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

#footer .aptf-tweet-content a {
  color: #fff; }

#footer .footer-top .wpcf7-submit {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #footer .footer-top .wpcf7-submit:hover {
    opacity: .8; }

html {
  overflow-y: visible !important; }

.tailor-ui .btn-round a {
  border-radius: 99px !important; }

.tailor-ui .mfp-wrap,
.tailor-ui .mfp-bg {
  display: none; }

.tailor-ui .give-modal.mfp-wrap, .tailor-ui .give-modal.mfp-bg {
  display: block; }

.tailor-ui .slick-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  border: none; }

.tailor-ui .slick-slider:hover .slick-arrow {
  background-color: rgba(0, 0, 0, 0.2); }

.tailor-ui .tailor-button--primary.tailor-button--large .tailor-button__inner {
  padding: 10px 30px; }

.tailor-ui .tailor-button--primary .tailor-button__inner {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  border: 2px solid #000;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 0px;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px 15px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none; }
  .tailor-ui .tailor-button--primary .tailor-button__inner:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.7); }

.tailor-ui .tailor-section {
  margin-bottom: 0px; }

.tailor-ui .tailor-element {
  margin-bottom: 0px; }
  .tailor-ui .tailor-element.method-progress {
    margin-bottom: 20px; }

.tailor-ui .tailor-projects {
  color: #000; }
  .tailor-ui .tailor-projects a {
    color: #000; }
  .tailor-ui .tailor-projects .entry__title {
    color: #000; }

.tailor-ui .tailor-posts .tailor-grid__item .post article,
.tailor-ui .tailor-posts .tailor-list .post article,
.tailor-ui .tailor-posts .tailor-carousel__item .post article {
  position: relative; }

.tailor-ui .tailor-posts .tailor-grid__item .post .entry__content,
.tailor-ui .tailor-posts .tailor-list .post .entry__content,
.tailor-ui .tailor-posts .tailor-carousel__item .post .entry__content {
  background: #fff;
  padding: 0px 15px 15px; }
  .tailor-ui .tailor-posts .tailor-grid__item .post .entry__content h2,
  .tailor-ui .tailor-posts .tailor-list .post .entry__content h2,
  .tailor-ui .tailor-posts .tailor-carousel__item .post .entry__content h2 {
    margin-bottom: 0px; }
    .tailor-ui .tailor-posts .tailor-grid__item .post .entry__content h2 a,
    .tailor-ui .tailor-posts .tailor-list .post .entry__content h2 a,
    .tailor-ui .tailor-posts .tailor-carousel__item .post .entry__content h2 a {
      font-size: .7em;
      text-decoration: none; }

.tailor-ui .tailor-posts .tailor-grid__item .entry__meta,
.tailor-ui .tailor-posts .tailor-list .entry__meta,
.tailor-ui .tailor-posts .tailor-carousel__item .entry__meta {
  padding: 0 0 10px; }
  .tailor-ui .tailor-posts .tailor-grid__item .entry__meta span:not(:last-child):after,
  .tailor-ui .tailor-posts .tailor-list .entry__meta span:not(:last-child):after,
  .tailor-ui .tailor-posts .tailor-carousel__item .entry__meta span:not(:last-child):after {
    content: '/'; }
  .tailor-ui .tailor-posts .tailor-grid__item .entry__meta a,
  .tailor-ui .tailor-posts .tailor-list .entry__meta a,
  .tailor-ui .tailor-posts .tailor-carousel__item .entry__meta a {
    text-decoration: none; }

.tailor-ui .tailor-posts .tailor-grid__item .entry__more,
.tailor-ui .tailor-posts .tailor-list .entry__more,
.tailor-ui .tailor-posts .tailor-carousel__item .entry__more {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }

article.post,
article.project {
  position: relative; }
  article.post .method-post-date,
  article.project .method-post-date {
    position: absolute;
    z-index: 210;
    top: 0px;
    left: 0px;
    display: inline-block;
    background-color: #1e1f20;
    color: #9d9fa2;
    padding: 5px 10px;
    text-align: center; }
    article.post .method-post-date .method-post-day,
    article.project .method-post-date .method-post-day {
      font-size: 3em;
      line-height: .6em;
      font-weight: 300;
      color: #fff;
      margin-top: 15px;
      text-align: center; }
    article.post .method-post-date .method-post-month,
    article.project .method-post-date .method-post-month {
      font-style: italic;
      font-size: 1em; }
  article.post.post_format-post-format-quote,
  article.project.post_format-post-format-quote {
    background: #1e1f20 !important; }
    article.post.post_format-post-format-quote .bg-img,
    article.project.post_format-post-format-quote .bg-img {
      z-index: 0;
      opacity: .3; }
    article.post.post_format-post-format-quote .cat-links,
    article.project.post_format-post-format-quote .cat-links {
      position: relative;
      z-index: 4; }
      article.post.post_format-post-format-quote .cat-links a,
      article.project.post_format-post-format-quote .cat-links a {
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
        display: inline; }
        article.post.post_format-post-format-quote .cat-links a:hover,
        article.project.post_format-post-format-quote .cat-links a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: #232323; }
    article.post.post_format-post-format-quote .entry__thumbnail figure,
    article.post.post_format-post-format-quote .entry__title,
    article.project.post_format-post-format-quote .entry__thumbnail figure,
    article.project.post_format-post-format-quote .entry__title {
      display: none; }
    article.post.post_format-post-format-quote .entry__excerpt,
    article.project.post_format-post-format-quote .entry__excerpt {
      padding-bottom: 20px;
      position: relative; }
      article.post.post_format-post-format-quote .entry__excerpt a,
      article.project.post_format-post-format-quote .entry__excerpt a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding-bottom: 20px; }
      article.post.post_format-post-format-quote .entry__excerpt:before,
      article.project.post_format-post-format-quote .entry__excerpt:before {
        position: absolute;
        content: '\ebf9';
        font-family: 'method';
        color: #999;
        top: -5px;
        left: -24px; }
    article.post.post_format-post-format-quote.post .entry__content,
    article.project.post_format-post-format-quote.post .entry__content {
      background: none !important;
      padding: 28% 10% 15% !important; }

article.project .method-post-date {
  background: none;
  left: 10px; }
  article.project .method-post-date .method-post-day {
    font-size: 2em;
    color: #000; }
  article.project .method-post-date .method-post-month {
    font-size: 1em; }

article.project .entry__meta span {
  padding: 0 !important;
  margin: 0 !important; }
  article.project .entry__meta span:after {
    content: "" !important; }

figure.method-hover {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center; }

figure.method-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

figure.method-hover img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.method-hover:after {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  border: 20px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

figure.method-hover figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

figure.method-hover .method-p-text {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  figure.method-hover .method-p-text .entry__excerpt {
    color: #000; }

figure.method-hover .method-p-text {
  padding: 0 30px; }
  figure.method-hover .method-p-text a {
    text-decoration: none; }

figure.method-hover:hover img,
figure.method-hover.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

figure.method-hover:hover:after,
figure.method-hover.hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

figure.method-hover:hover figcaption .method-p-text {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

figure.method-hover:hover figcaption .method-p-text {
  opacity: 1; }

.method-pricing {
  text-align: center;
  padding: 30px 0 15px; }
  .method-pricing .pricing__price {
    font-size: 4em;
    line-height: 1.2em; }
  .method-pricing i {
    font-size: 2.6em; }
  .method-pricing .pricing__period {
    vertical-align: top;
    margin-right: -20px;
    padding-left: 10px;
    font-size: .25em;
    font-weight: 300; }

.method-pricing.pricing--featured h4 {
  font-weight: 700; }

.pricing__content {
  text-align: center; }
  .pricing__content p {
    line-height: 2.6em; }
  .pricing__content hr {
    width: 30%; }

.skills span {
  position: relative;
  font-size: .9em;
  font-weight: bold; }
  .skills span.progress-right {
    float: right; }

.progress {
  width: 100%;
  height: 20px; }

.progress-wrap {
  background: #2ae9e9;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  border-radius: 2px; }
  .progress-wrap .progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0; }

.progress-gradient .progress-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#5320ea), to(#d8007e));
  background: linear-gradient(to right, #5320ea 0%, #d8007e 100%); }

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

.method-pie span.chart {
  font-size: 1.4em; }

.method-pie span.pie-title {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600; }

#header.method-hide {
  visibility: hidden; }

.team-member, .team-member .team-img {
  position: relative; }

.team-member {
  overflow: hidden; }

.team-member, .team-member .team-img {
  position: relative; }

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.team-member:hover .team-hover .desk {
  top: 35%; }

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1; }

.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px; }
  .team-hover .desk p.tailor-author__description {
    padding-top: 15%; }

.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222; }

.team-member:hover .team-hover .s-link {
  bottom: 10%; }

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1; }

.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
  margin: 0;
  padding: 0; }

.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222; }

.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px; }

.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%; }

.team-title h5 {
  margin-bottom: -8px;
  display: block;
  text-transform: uppercase; }

.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
  font-weight: 600; }

.tailor-ui .tailor-author.has-header-image .tailor-author__header {
  margin-bottom: 0px;
  min-height: 24rem; }

.tailor-ui .tailor-toggle__body {
  border: none; }

.tailor-ui .tailor-toggle__title {
  border-color: #f1f2ff; }

.method-hide {
  display: none; }

.tailor-ui .tailor-projects .entry__thumbnail a {
  display: block;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.tailor-ui .tailor-projects .entry {
  margin-bottom: 0px; }

.tailor-ui .tailor-posts .entry__thumbnail {
  margin-bottom: -18px;
  position: relative; }

.tailor-ui .tailor-posts .tailor-grid__item .post .entry__content h2,
.tailor-ui .tailor-posts .tailor-carousel__item .post .entry__content h2 {
  margin-top: 40px;
  line-height: 1em; }

.tailor-box__graphic.tailor-box--icon {
  height: 70px;
  line-height: 65px;
  background-color: #f6f6f9;
  border-radius: 50%; }

.tailor-ui .tailor-box--icon .tailor-box__graphic span {
  text-align: center; }

.tailor-ui .tailor-section.shade .tailor-section__background:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(11, 33, 47, 0.91);
  z-index: 0; }

body.tailor-ui .tailor-grid--tablet.tailor-grid--bordered.tailor-grid__item {
  border: none; }

.tailor-grid__item .entry-subtitle,
.tailor-carousel__item .entry-subtitle,
.tailor-list .post .entry-subtitle {
  display: none; }

.tailor-grid__item .entry__thumbnail,
.tailor-carousel__item .entry__thumbnail,
.tailor-list .post .entry__thumbnail {
  position: relative; }
  .tailor-grid__item .entry__thumbnail .entry__category.cat-links,
  .tailor-carousel__item .entry__thumbnail .entry__category.cat-links,
  .tailor-list .post .entry__thumbnail .entry__category.cat-links {
    position: absolute;
    z-index: 210;
    bottom: -10px;
    left: 8px; }
    .tailor-grid__item .entry__thumbnail .entry__category.cat-links a,
    .tailor-carousel__item .entry__thumbnail .entry__category.cat-links a,
    .tailor-list .post .entry__thumbnail .entry__category.cat-links a {
      background: rgba(255, 255, 255, 0.3);
      color: #fff;
      display: inline-block;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
      .tailor-grid__item .entry__thumbnail .entry__category.cat-links a:hover,
      .tailor-carousel__item .entry__thumbnail .entry__category.cat-links a:hover,
      .tailor-list .post .entry__thumbnail .entry__category.cat-links a:hover {
        background: rgba(255, 255, 255, 0.9);
        color: #232323; }

.tailor-grid__item .entry__meta .entry__author,
.tailor-carousel__item .entry__meta .entry__author,
.tailor-list .post .entry__meta .entry__author {
  color: #777;
  font-size: 1.2em; }
  .tailor-grid__item .entry__meta .entry__author a,
  .tailor-carousel__item .entry__meta .entry__author a,
  .tailor-list .post .entry__meta .entry__author a {
    color: inherit; }

.tailor-list .post .entry__meta .entry__author {
  font-size: 1em; }

.tailor-ui .tailor-posts .entry__meta span:not(:last-child)::after,
.tailor-ui .tailor-posts .tailor-grid__item .entry__meta span:not(:last-child):after,
.tailor-ui .tailor-posts .tailor-list .post .entry__meta span:not(:last-child):after,
.tailor-ui .tailor-posts.tailor-carousel .post .entry__meta span:not(:last-child):after {
  content: ''; }

.tailor-ui .slick-dots li button::before {
  background: #555; }

.tailor-ui .tailor-grid--tablet .tailor-grid__item {
  padding: .2em; }
  @media (max-width: 768px) {
    .tailor-ui .tailor-grid--tablet .tailor-grid__item {
      width: 100% !important; } }

.tailor-ui .tailor-posts .tailor-list .post {
  margin-bottom: 40px; }
  .tailor-ui .tailor-posts .tailor-list .post .entry__content h2 {
    margin-top: -10px;
    margin-top: 2rem; }
  .tailor-ui .tailor-posts .tailor-list .post .entry__meta {
    font-size: 1em; }

.tailor-ui .tailor-box--icon .tailor-box__graphic span {
  font-size: 2em;
  padding-left: 2px; }

h3.tailor-box__title {
  font-size: 20px; }

.tailor-ui .tailor-box--icon .tailor-box__title {
  margin-top: 15px; }

.tailor-ui .tailor-grid--posts .tailor-grid__item {
  margin-bottom: 20px; }

h4.entry__title {
  line-height: 1.3em; }

.tailor-ui .testimonial .testimonial__attribution:before {
  content: ''; }

.tailor-ui .testimonial .testimonial__attribution .testimonial__citation {
  font-style: normal;
  font-weight: 300;
  font-size: .9em; }

.tailor-ui .testimonial .testimonial__content .tailor-element:first-child p:first-child::before {
  position: absolute;
  content: '\ebf9';
  font-family: 'method';
  font-size: 2em;
  top: 0;
  left: -40px; }

.line-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  color: #2ae9e9; }

.line-icon:after, .line-icon:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10%;
  height: 1px;
  border-top: 1px solid #dedede;
  display: inline-block;
  content: '';
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%); }

.line-icon.dashed:after, .line-icon.dashed:before {
  border-top: 1px dashed #dedede; }

.line-icon.double:after, .line-icon.double:before {
  height: 3px;
  border-bottom: 1px solid #dedede; }

.method-divider span {
  font-size: 30px !important;
  vertical-align: middle; }

.tailor-ui .tailor-tab {
  border: none;
  background: none; }

.tailor-ui .tailor-tabs__navigation-item {
  padding: 1em 1em;
  font-weight: bold;
  border-bottom: 1px dashed #ededed;
  border-top: 1px dashed #ededed; }
  .tailor-ui .tailor-tabs__navigation-item:first-child {
    border-top: 1px solid #efefef; }
  .tailor-ui .tailor-tabs__navigation-item:last-child {
    border-bottom: 1px solid #efefef; }
  @media (min-width: 640px) {
    .tailor-ui .tailor-tabs__navigation-item {
      max-width: 300px;
      padding: 2em 2em; } }

.tailor-ui .tailor-tabs--top .tailor-tabs__navigation-item {
  border: 1px solid #efefef; }

@media (min-width: 640px) {
  .tailor-ui .tailor-tabs--left .tailor-tabs__navigation-item.is-active {
    border-right: 3px solid #2ae9e9; } }

@media (min-width: 640px) {
  .tailor-ui .tailor-tabs--left .tailor-tabs__content .tailor-tab {
    padding-left: 80px; } }

@media (min-width: 640px) {
  .tailor-ui .tailor-tabs--top .tailor-tabs__navigation-item.is-active {
    border-bottom: 3px solid #2ae9e9; } }

body.tailor-ui .tailor-tabs--top {
  text-align: center; }
  body.tailor-ui .tailor-tabs--top .tailor-tabs__navigation-item {
    float: none;
    display: inline-block; }
    body.tailor-ui .tailor-tabs--top .tailor-tabs__navigation-item.is-active {
      background: #fff; }

.method-counter .md-outer {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  text-align: center;
  min-width: 80px; }
  @media (min-width: 640px) {
    .method-counter .md-outer {
      min-width: 94px; } }
  .method-counter .md-outer:not(:first-child):after {
    content: ':';
    display: block;
    width: 3px;
    height: 22px;
    color: inherit;
    position: absolute;
    top: 0;
    left: -2px; }
  .method-counter .md-outer .md {
    font-size: .3em;
    display: block;
    width: 100%;
    margin-top: -5px; }

.method-counter i {
  font-size: 3em;
  display: inline; }

.method-counter .method-circle {
  background-color: #fafafa;
  width: 85px;
  height: 85px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px; }

.method-counter h1#countdown {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  overflow: hidden;
  font-weight: bold; }

.tailor-ui .wpcf7 input {
  margin-bottom: 15px; }

.blog .tailor-gallery {
  display: none; }

.tailor-element .post_format-post-format-gallery .entry__thumbnail {
  min-height: 230px;
  background: #000; }

.tailor-element .post_format-post-format-gallery .slick-arrow {
  opacity: 0.5 !important; }

.tailor-element .post_format-post-format-gallery a {
  text-decoration: none; }
  .tailor-element .post_format-post-format-gallery a.moretag {
    font-size: .9em;
    font-weight: bold; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .js-stretch,
  .js-stretch-content {
    margin-left: -15px !important;
    min-width: 100vw !important; } }

.tailor-widget h2 {
  font-size: 1.4em; }

.tailor-ui .tailor-posts .entry:last-child {
  margin-bottom: 10px; }

.page-template-sidebar-page.tailor-ui .tailor-posts .entry__thumbnail {
  margin-bottom: 40px; }

.tailor-ui .tailor-content.method-shadow,
.tailor-ui .tailor-element.method-shadow {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13) !important;
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13) !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .tailor-ui .tailor-content.method-shadow:hover,
  .tailor-ui .tailor-element.method-shadow:hover {
    top: -3px;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13) !important;
            box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13) !important; }
			
		
