@charset "UTF-8";

/*!
Theme Name: Frey
Theme URI: http://frey.zooka.io
Author: ZookaStudio
Author URI: http://zooka.io
Description: Frey - A Creative Portfolio WordPress Theme.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frey
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Vendor
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
.primary-font,
.page-template-portfolio-slider .tm-swiper .swiper-pagination,
.tm-product div.product .product-thumbnail .actions .add_to_cart_button,
.mini-cart .widget_shopping_cart_content li>a:not(.remove),
.widget_shopping_cart_content .total .amount,
.widget_shopping_cart_content .buttons a,
.woocommerce ul.product_list_widget li .amount,
.woocommerce .price,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .products div.product .product-thumbnail .actions .add_to_cart_button,
.woocommerce .cart.shop_table td.product-name a,
.woocommerce .cart.shop_table td.product-price,
.woocommerce .cart.shop_table td.product-subtotal,
.woocommerce .cart-collaterals .cart_totals .amount,
body.woocommerce-cart .wc-proceed-to-checkout a,
.woocommerce.single-product div.product form.cart label,
.woocommerce.single-product div.product .product-meta-wrap h6,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  font-family: Poppins, sans-serif;
}

/*
Tools store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* firefox font smoothing css */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input[type="search"] {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-right-0 {
  margin-right: 0%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66667%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66667%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66667%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66667%;
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-right-0 {
    margin-right: 0%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-md-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-right-0 {
    margin-right: 0%;
  }

  .col-lg-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-lg-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  .col-lg-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-lg-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  .col-lg-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-lg-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  .col-lg-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-lg-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-right-0 {
    margin-right: 0%;
  }

  .col-xl-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-xl-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-xl-offset-right-3 {
    margin-right: 25%;
  }

  .col-xl-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-xl-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-xl-offset-right-6 {
    margin-right: 50%;
  }

  .col-xl-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-xl-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-xl-offset-right-9 {
    margin-right: 75%;
  }

  .col-xl-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-xl-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-xl-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1920px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-pull-1 {
    right: 8.33333%;
  }

  .col-xxl-pull-2 {
    right: 16.66667%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-4 {
    right: 33.33333%;
  }

  .col-xxl-pull-5 {
    right: 41.66667%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-7 {
    right: 58.33333%;
  }

  .col-xxl-pull-8 {
    right: 66.66667%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-10 {
    right: 83.33333%;
  }

  .col-xxl-pull-11 {
    right: 91.66667%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .col-xxl-push-1 {
    left: 8.33333%;
  }

  .col-xxl-push-2 {
    left: 16.66667%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-4 {
    left: 33.33333%;
  }

  .col-xxl-push-5 {
    left: 41.66667%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-7 {
    left: 58.33333%;
  }

  .col-xxl-push-8 {
    left: 66.66667%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-10 {
    left: 83.33333%;
  }

  .col-xxl-push-11 {
    left: 91.66667%;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-offset-0 {
    margin-left: 0%;
  }

  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxl-offset-right-0 {
    margin-right: 0%;
  }

  .col-xxl-offset-right-1 {
    margin-right: 8.33333%;
  }

  .col-xxl-offset-right-2 {
    margin-right: 16.66667%;
  }

  .col-xxl-offset-right-3 {
    margin-right: 25%;
  }

  .col-xxl-offset-right-4 {
    margin-right: 33.33333%;
  }

  .col-xxl-offset-right-5 {
    margin-right: 41.66667%;
  }

  .col-xxl-offset-right-6 {
    margin-right: 50%;
  }

  .col-xxl-offset-right-7 {
    margin-right: 58.33333%;
  }

  .col-xxl-offset-right-8 {
    margin-right: 66.66667%;
  }

  .col-xxl-offset-right-9 {
    margin-right: 75%;
  }

  .col-xxl-offset-right-10 {
    margin-right: 83.33333%;
  }

  .col-xxl-offset-right-11 {
    margin-right: 91.66667%;
  }

  .col-xxl-offset-right-12 {
    margin-right: 100%;
  }
}

.col-xs-first {
  order: -1;
}

.col-xs-last {
  order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    order: -1;
  }

  .col-sm-last {
    order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    order: -1;
  }

  .col-md-last {
    order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    order: -1;
  }

  .col-lg-last {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }

  .col-xl-last {
    order: 1;
  }
}

@media (min-width: 1920px) {
  .col-xxl-first {
    order: -1;
  }

  .col-xxl-last {
    order: 1;
  }
}

.row-xs-top {
  align-items: flex-start;
}

.row-xs-center {
  align-items: center;
}

.row-xs-bottom {
  align-items: flex-end;
}

@media (min-width: 544px) {
  .row-sm-top {
    align-items: flex-start;
  }

  .row-sm-center {
    align-items: center;
  }

  .row-sm-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start;
  }

  .row-md-center {
    align-items: center;
  }

  .row-md-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start;
  }

  .row-lg-center {
    align-items: center;
  }

  .row-lg-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start;
  }

  .row-xl-center {
    align-items: center;
  }

  .row-xl-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1920px) {
  .row-xxl-top {
    align-items: flex-start;
  }

  .row-xxl-center {
    align-items: center;
  }

  .row-xxl-bottom {
    align-items: flex-end;
  }
}

.row-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 544px) {
  .row-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .row-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .row-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .row-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .row-xxl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.row-xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

@media (min-width: 544px) {
  .row-sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .row-xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1920px) {
  .row-xxl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

.col-xs-top {
  align-self: flex-start;
}

.col-xs-center {
  align-self: center;
}

.col-xs-bottom {
  align-self: flex-end;
}

@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start;
  }

  .col-sm-center {
    align-self: center;
  }

  .col-sm-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start;
  }

  .col-md-center {
    align-self: center;
  }

  .col-md-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start;
  }

  .col-lg-center {
    align-self: center;
  }

  .col-lg-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }

  .col-xl-center {
    align-self: center;
  }

  .col-xl-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 1920px) {
  .col-xxl-top {
    align-self: flex-start;
  }

  .col-xxl-center {
    align-self: center;
  }

  .col-xxl-bottom {
    align-self: flex-end;
  }
}

/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #000000;
  color: white;
  padding: 8px 10px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #000000;
}

.hint--top-right:before {
  border-top-color: #000000;
}

.hint--top:before {
  border-top-color: #000000;
}

.hint--bottom-left:before {
  border-bottom-color: #000000;
}

.hint--bottom-right:before {
  border-bottom-color: #000000;
}

.hint--bottom:before {
  border-bottom-color: #000000;
}

.hint--left:before {
  border-left-color: #000000;
}

.hint--right:before {
  border-right-color: #000000;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -16px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -16px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.sl-button {
  padding-right: 10px;
  color: inherit;
}

a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #666666;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  transform: translateZ(0);
  animation-delay: -.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -.375em;
  animation-delay: -.32s;
}

.loader:after {
  left: .375em;
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }

  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block;
}

@font-face {
  font-family: lg;
  src: url(/assets/lg.eot?n1z373);
  src: url(/assets/lg.eot#iefixn1z373) format("embedded-opentype"), url(/assets/lg.woff?n1z373) format("woff"), url(/assets/lg.ttf?n1z373) format("truetype"), url(/assets/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/assets/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/assets/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/assets/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/assets/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/assets/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/assets/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery>.entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}

.justified-gallery>.entry-visible>img,
.justified-gallery>.entry-visible>a>img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-filtered {
  display: none;
}

.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery>.spinner>span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}

p:last-child::after,
.page-links::after,
.nav-links::after,
.page-top-bar-02 .top-bar-social-network::after,
.entry-content::after,
.single-post .page-main-content .entry-author .author-social-networks::after,
.portfolio-details-social::after,
.comment-content::after,
.comment-list .comment::after,
.comment-list .pingback::after,
.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools::after,
.preview-icon-list::after,
.page-template-portfolio-fullscreen-split-slider-2 .slide-wrapper::after,
.page-template-fullscreen-split-feature .fullscreen-wrap::after,
.tm-blog .tm-grid::after,
.tm-blog.style-list::after,
.tm-blog.style-carousel .format-gallery::after,
.tm-blog.style-grid_classic .format-gallery::after,
.tm-list::after,
.tm-list--modern-icon .tm-list__header::after,
.tm-restaurant-menu .menu-header::after,
.tm-box-icon::after,
.tm-social-networks::after,
.tm-product div.product .product-thumbnail .actions::after,
.vc_progress_bar .vc_single_bar_title::after,
.vc_tta-container .vc_tta-tabs.vc_tta-style-frey-03::after,
.tm-posts-widget .post-item::after,
.cart_list.product_list_widget li::after,
.woocommerce .products div.product .product-thumbnail .actions::after,
.woocommerce.single-product #reviews #comments .commentlist .comment_container::after,
.woocommerce.single-product #reviews #comments .commentlist .comment::after {
  content: "";
  display: table;
  clear: both;
}

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
a {
  color: royalblue;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.link-secret {
  color: currentColor;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-weight: normal;
  font-size: 15px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-weight: normal;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 2px solid #dddddd;
  border-radius: 0;
  color: #878c9b;
  background: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #333333;
  color: #111111;
}

select {
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 2px solid #dddddd;
  border-radius: 0;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=") no-repeat right center;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select:focus {
  border-color: #333333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
  height: 53px;
}

textarea {
  display: block;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

/* FF 19+ */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

/* IE 10+ */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19+ */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #cccccc;
}

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  vertical-align: top;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

th {
  font-weight: 700;
  color: #222222;
  background: url("/assets/th_bg.png") repeat-x top left;
}

table th.empty {
  visibility: hidden;
  border: 0;
  background: none;
}

table tr:first-child td {
  background: url("/assets/box_shadow.png") repeat-x left top;
}

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01);
}

.table-responsive {
  overflow-x: auto;
}

body,
button,
input,
select,
textarea {
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  position: relative;
  margin: 40px 0;
  padding: 0 0 0 100px;
  font-size: 18px;
  color: #222;
}

blockquote:before {
  content: '”';
  font-family: Poppins;
  font-size: 100px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: 8px;
  color: #0038E3;
}

blockquote p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  blockquote {
    margin: 0;
    padding: 30px;
    font-size: 18px;
  }
}

/*
Objects are "formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#page-content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.text-align-xs-left {
  text-align: left;
}

.text-align-xs-right {
  text-align: right;
}

.text-align-xs-center {
  text-align: center;
}

@media (min-width: 544px) {
  .text-align-sm-left {
    text-align: left;
  }

  .text-align-sm-right {
    text-align: right;
  }

  .text-align-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-align-md-left {
    text-align: left;
  }

  .text-align-md-right {
    text-align: right;
  }

  .text-align-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-align-lg-left {
    text-align: left;
  }

  .text-align-lg-right {
    text-align: right;
  }

  .text-align-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-align-xl-left {
    text-align: left;
  }

  .text-align-xl-right {
    text-align: right;
  }

  .text-align-xl-center {
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .text-align-xxl-left {
    text-align: left;
  }

  .text-align-xxl-right {
    text-align: right;
  }

  .text-align-xxl-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  [text-align='left'] {
    text-align: left;
  }

  [text-align='right'] {
    text-align: right;
  }

  [text-align='center'] {
    text-align: center;
  }
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 0 0 30px;
  max-width: 100%;
}

.wp-caption.aligncenter {
  margin: 0 auto 30px;
}

.wp-caption.alignleft {
  margin: 0 30px 30px 0;
}

.wp-caption.alignright {
  margin: 0 0 30px 30px;
}

.wp-caption-text {
  text-align: center;
  background: #f8f8f8;
  padding: 5px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0 33px;
  height: 53px;
  line-height: 53px;
  outline: none;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  color: #45deb0;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

[data-balloon] {
  position: relative;
}

[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  position: absolute;
  z-index: 10;
  padding: .5em 1em;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  content: attr(data-balloon);
  white-space: nowrap;
  font-size: 12px;
}

[data-balloon]:before {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  position: absolute;
  z-index: 10;
  content: '';
}

[data-balloon]:hover:before,
[data-balloon]:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-balloon][data-balloon-break]:after {
  white-space: normal;
}

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:after {
  top: 100%;
  left: 50%;
  margin-top: 11px;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='left']:after {
  top: 50%;
  right: 100%;
  margin-right: 11px;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
  top: 50%;
  left: 100%;
  margin-left: 11px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  top: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-length='small']:after {
  width: 80px;
  white-space: normal;
}

[data-balloon][data-balloon-length='medium']:after {
  width: 150px;
  white-space: normal;
}

[data-balloon][data-balloon-length='large']:after {
  width: 260px;
  white-space: normal;
}

[data-balloon][data-balloon-length='xlarge']:after {
  width: 380px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-balloon][data-balloon-length='fit']:after {
  width: 100%;
  white-space: normal;
}

.comment-nav-links,
.page-pagination {
  margin: -5px;
  padding: 0;
}

.comment-nav-links li,
.page-pagination li {
  display: inline-block;
  padding: 5px;
  list-style-type: none;
}

.comment-nav-links li span,
.comment-nav-links li a,
.page-pagination li span,
.page-pagination li a {
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  background: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #bbb;
  font-family: Poppins;
}

.comment-nav-links li .dots,
.page-pagination li .dots {
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
  border: 0;
  background: none;
  width: 20px;
}

.comment-nav-links li a:hover,
.comment-nav-links li a:focus,
.comment-nav-links li span.current,
.page-pagination li a:hover,
.page-pagination li a:focus,
.page-pagination li span.current {
  color: #ffffff;
}

.page-pagination {
  margin-top: 30px;
}

.comment-nav-links ul {
  padding: 0;
}

#comment-nav-above ul {
  margin: 50px 0;
}

#comment-nav-below ul {
  margin: 0 0 74px;
}

.page-links {
  clear: both;
  padding-top: 20px;
  margin: 20px -5px 0;
}

.page-links>span,
.page-links>a {
  display: block;
  float: left;
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #bbb;
  font-family: Poppins, sans-serif;
}

.page-links>a:hover,
.page-links>a:focus,
.page-links>span {
  color: #ffffff;
}

.nav-links {
  margin-bottom: 30px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
}

.nav-links .nav-previous {
  text-align: left;
  float: left;
}

.nav-links .nav-previous a {
  padding-left: 25px;
}

.nav-links .nav-previous a:after {
  left: 0;
  content: '\f104';
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-next a {
  padding-right: 25px;
}

.nav-links .nav-next a:after {
  right: 0;
  content: '\f105';
}

.nav-links a {
  position: relative;
  display: block;
}

.nav-links a:after {
  position: absolute;
  top: 50%;
  height: 10px;
  font-family: FontAwesome;
  line-height: 10px;
  transform: translate(0, -50%);
}

.boxed {
  margin: 0 auto;
  max-width: 1200px;
}

.boxed .content {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.page-top-bar {
  z-index: 99999;
  border-bottom: 1px solid transparent;
}

.page-top-bar ul {
  z-index: 9999;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-top-bar a {
  display: block;
}

.page-top-bar .menu li {
  position: relative;
}

.page-top-bar .menu>li {
  display: inline-block;
  margin-bottom: 0;
}

.page-top-bar .menu>li>a {
  padding: 5px;
}

.page-top-bar .menu .menu-item-has-children:hover>.sub-menu {
  display: block;
}

.page-top-bar .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 250px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.page-top-bar .menu .sub-menu a {
  padding: 10px 15px;
}

.page-top-bar .menu .sub-menu a+a {
  border-top: 1px solid #eee;
}

.page-top-bar .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.top-bar-wrap {
  display: flex;
}

.top-bar-wrap.top-bar-right {
  justify-content: flex-end;
}

.top-bar-info .info-item {
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}

.top-bar-info .info-item:last-child {
  margin-right: 0;
}

.top-bar-info .info-icon {
  font-size: 18px;
  margin-right: 2px;
  vertical-align: middle;
}

.top-bar-social-network a {
  line-height: 1;
  display: inline-block;
}

.top-bar-social-network a+a {
  margin-left: 15px;
}

.page-top-bar-02 .top-bar-info .info-item {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-left: 1px solid #eee;
  margin-right: 0;
}

.page-top-bar-02 .top-bar-info .info-item:last-child {
  padding-right: 0;
}

.page-top-bar-02 .top-bar-social-network a {
  float: left;
  font-size: 14px;
  border-left: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 0;
}

.page-top-bar-02 .top-bar-social-network a:last-child {
  border-right: 1px solid #eee;
}

@media (max-width: 767px) {

  .top-bar-wrap.top-bar-left,
  .top-bar-wrap.top-bar-right {
    justify-content: center;
    text-align: center;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.page-header {
  position: relative;
  z-index: 4;
}

.page-header-inner {
  border-bottom: 1px solid transparent;
}

.page-header-behind .headroom--top .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.page-header-behind .page-header:not(.headroom) .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-sticky-both .headroom.headroom--not-top {
  position: relative;
  z-index: 9999;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row {
  height: 100%;
}

.header-sticky-both .headroom.headroom--not-top .main-logo {
  display: none;
}

.header-sticky-both .headroom.headroom--not-top .sticky-logo {
  display: block;
}

.header-sticky-both .headroom.headroom--not-top .header-on-top-button {
  display: none;
}

.header-sticky-both .headroom.headroom--not-top .header-sticky-button {
  display: block;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned {
  position: relative;
  z-index: 9999;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row {
  height: 100%;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .main-logo {
  display: none;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .sticky-logo {
  display: block;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .header-on-top-button {
  display: none;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .header-sticky-button {
  display: block;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
  position: relative;
  z-index: 9999;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
  height: 100%;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .main-logo {
  display: none;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .sticky-logo {
  display: block;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .header-sticky-button {
  display: block;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .header-on-top-button {
  display: none;
}

.header-button .header-sticky-button {
  display: none;
}

.sticky-logo,
.dark-logo,
.light-logo {
  display: none;
}

.header-right {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  flex-shrink: 0;
}

.header-right>div {
  padding: 0 10px;
}

.popup-search-wrap {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.popup-search-wrap i {
  font-weight: normal;
}

.header-social-networks a {
  padding: 0 12px;
  font-size: 18px;
}

.page-open-main-menu {
  display: none;
  height: 30px;
  align-items: center;
}

.page-open-main-menu:hover i:before,
.page-open-main-menu:hover i:after {
  width: 100%;
}

.page-open-main-menu div {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
}

.page-open-main-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-main-menu i:before,
.page-open-main-menu i:after {
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  background: inherit;
  content: '';
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-main-menu i:before {
  top: -8px;
}

.page-open-main-menu i:after {
  top: 8px;
}

.page-close-main-menu {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 100000;
  visibility: hidden;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  opacity: 0;
  cursor: pointer;
}

.page-off-canvas-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.3);
}

.page-off-canvas-main-menu .menu--primary .sm-simple li {
  display: block;
}

.page-off-canvas-main-menu .navigation {
  display: table;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-off-canvas-main-menu .navigation .menu__container {
  display: table-cell;
  vertical-align: middle;
}

.page-off-canvas-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-off-canvas-main-menu .menu__container>li {
  opacity: 0;
  transition: transform .2s, opacity .2s;
  transform: translateY(50px);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}

.page-off-canvas-main-menu li {
  list-style-type: none;
}

.page-off-canvas-main-menu .sub-menu {
  display: none;
}

.page-off-canvas-main-menu .widgettitle {
  margin-top: 10px;
  font-size: 24px;
}

.page-off-canvas-main-menu .vc_column_container {
  display: block !important;
  float: none;
  width: 100% !important;
}

.admin-bar .page-off-canvas-main-menu {
  top: 32px;
}

.page-off-canvas-main-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.page-off-canvas-main-menu .insight-core-bmw a,
.page-off-canvas-main-menu .widget_nav_menu a {
  padding: 0;
}

.page-off-canvas-menu-opened {
  overflow: hidden;
}

.page-off-canvas-menu-opened .page-header {
  z-index: 99999;
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu .menu__container>li {
  opacity: 1;
  transform: translateY(0);
}

.page-off-canvas-menu-opened .page-close-main-menu {
  visibility: visible;
  opacity: 1;
}

.desktop-menu .page-open-main-menu {
  display: flex;
}

.switcher-language-wrapper {
  position: relative;
}

.switcher-language-wrapper .switcher-language-current {
  display: flex;
  align-items: center;
}

.switcher-language-wrapper .switcher-language-current .language-flag {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  border-radius: 50%;
}

.switcher-language-wrapper .switcher-language-current .language-flag img {
  width: 34px;
  height: 23px;
}

.switcher-language-wrapper .switcher-language-current .language-name {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.switcher-language-wrapper .switcher-language-current .language-down {
  margin-left: 8px;
  font-size: 10px;
}

.switcher-language-wrapper .switcher-language-current .language-down span {
  font-weight: 700;
}

.switcher-language-wrapper:hover .switcher-language-list {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.switcher-language-wrapper .switcher-language-list {
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 15px 0;
  margin: 0;
  list-style-type: none;
  min-width: 180px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  z-index: 9999;
}

.switcher-language-wrapper .switcher-language-list li+li {
  border-top: 1px solid #eee;
}

.switcher-language-wrapper .switcher-language-list a {
  display: block;
  padding: 8px 15px;
  font-size: 15px;
}

.switcher-language-wrapper .switcher-language-list a img {
  vertical-align: middle;
}

.switcher-language-wrapper .switcher-language-list a span {
  text-transform: uppercase;
  margin-left: 15px !important;
}

.header01 .navigation {
  text-align: center;
}

.header01 .branding,
.header01 .header-right {
  z-index: 9999;
}

.header01.desktop-menu .branding {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}

.header01.desktop-menu .header-right {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.header01.mobile-menu .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

.header01.mobile-menu .header-wrap .branding {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .header01 .branding {
    left: 110px !important;
  }

  .header01 .header-right {
    right: 110px !important;
  }
}

.header10 .navigation {
  text-align: center;
}

.header10 .header-right {
  justify-content: flex-end;
}

.header10.mobile-menu .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

.header10.mobile-menu .header-wrap .branding {
  width: 100%;
}

.header02 .header-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.header02 .branding {
  width: 100%;
}

.header03 .header-wrap {
  display: flex;
  align-items: center;
}

.header03 .branding {
  width: 100%;
}

@media (min-width: 1200px) {
  .header03 .header-wrap {
    padding: 0 85px;
  }
}

.header04.desktop-menu.admin-bar .page-header {
  top: 32px;
}

.header04.desktop-menu .page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
}

.header04.desktop-menu .branding__logo {
  padding: 8px 60px 45px;
}

.header04.desktop-menu .page-header-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
  border-right: 1px solid transparent;
}

.header04.desktop-menu .page-header-inner.has-shadow {
  box-shadow: 3px 1px 29px rgba(0, 0, 0, 0.12);
}

.header04.desktop-menu .navigation {
  flex-grow: 1;
}

.header04.desktop-menu .branding,
.header04.desktop-menu .page-header-widgets {
  flex-shrink: 0;
}

.header04.desktop-menu .page-header-widgets {
  padding: 60px;
  font-size: 14px;
  line-height: 1.7;
}

.header04.desktop-menu .page-header-widgets .tm-social-networks--icons {
  margin: 0 -9px;
}

.header04.desktop-menu .page-header-widgets .tm-social-networks--icons .link {
  font-size: 18px;
  padding: 0 9px;
}

.header04.desktop-menu .menu--primary {
  display: block;
}

.header04.desktop-menu .menu--primary .sm-simple {
  display: block;
}

.header04.desktop-menu .menu--primary .sm-simple>li>a .menu-item-title {
  padding-bottom: 0;
}

.header04.desktop-menu .menu--primary .sm-simple>li>a .menu-item-title:after {
  left: -30px;
  margin-left: 0;
  top: 50%;
  bottom: auto;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.header04.desktop-menu .menu--primary .sm-simple>li:hover .menu-item-title:after,
.header04.desktop-menu .menu--primary .sm-simple>li.current-menu-item .menu-item-title:after,
.header04.desktop-menu .menu--primary .sm-simple>li.current-menu-parent .menu-item-title:after {
  left: -18px;
}

.header04.desktop-menu .navigation .menu__container {
  width: 100%;
}

.header04.desktop-menu .navigation li {
  display: block !important;
  width: 100%;
}

.header04.desktop-menu .navigation a {
  width: 100%;
}

.header04.desktop-menu .page-toggle-mainmenu {
  display: none;
}

.header04.desktop-menu .menu--primary {
  display: block;
}

.header04.desktop-menu .sub-menu.mega-menu li>a {
  white-space: normal;
}

.header04.mobile-menu .page-header {
  position: static;
  width: 100%;
  overflow-y: visible;
}

.header04.mobile-menu .page-header:after {
  content: '';
  clear: both;
}

.header04.mobile-menu .page-header .branding__logo {
  padding: 0;
}

.header04.mobile-menu .page-header .page-header-inner {
  display: flex;
}

.header04.mobile-menu .page-header .page-logo {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.header04.mobile-menu .page-header .tm-social-networks {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.header04.mobile-menu .page-header-inner {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.header04.mobile-menu .branding {
  width: 100%;
}

.header04.mobile-menu .page-toggle-mainmenu {
  display: block;
  justify-content: flex-end;
}

.header04.mobile-menu .page-header-widgets {
  display: none;
}

.header05 .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.header05 .header-wrap .branding {
  width: 100%;
}

.header05 .header-left {
  flex-shrink: 0;
}

.header05 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}

.header05 .page-navigation-wrap {
  flex-grow: 1;
}

.header05 .page-header-inner .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.header05.desktop-menu .menu--primary {
  position: static;
  text-align: right;
}

.header05.mobile-menu .page-header-inner .container-fluid {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.header05.mobile-menu .tm-button.tm-button {
  padding: 0 25px;
  height: 45px;
  border-radius: 22px;
  font-size: 12px;
  line-height: 45px;
}

@media (max-width: 1199px) {
  .header05.mobile-menu .header-left {
    flex-grow: 1;
  }
}

.header06 .navigation {
  text-align: center;
}

.header06 .branding,
.header06 .header-right {
  z-index: 9999;
}

.header06.desktop-menu .branding {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}

.header06.desktop-menu .header-right {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.header06.mobile-menu .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

.header06.mobile-menu .header-wrap .branding {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .header06 .branding {
    left: 110px !important;
  }

  .header06 .header-right {
    right: 110px !important;
  }
}

.header07 .header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header07 .header-left,
.header07 .header-right {
  z-index: 9999;
}

@media (min-width: 768px) {
  .header07 .header-left {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
  }

  .header07 .header-right {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 1400px) {
  .header07 .header-left {
    left: 110px;
  }

  .header07 .header-right {
    right: 110px;
  }
}

@media (max-width: 991px) {
  .header07 .header-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 15px;
  }

  .header07 .header-wrap .branding {
    width: 100%;
  }

  .header07 .header-left {
    display: none;
  }
}

.header08 .header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.header08.desktop-menu .header-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.header08.desktop-menu .header-right {
  flex-shrink: 0;
}

.header08.desktop-menu .page-navigation-wrap {
  margin-left: 85px;
}

.header08.desktop-menu .menu--primary {
  position: static;
}

.header08.desktop-menu .header-social-networks a {
  font-size: 16px;
}

.header08.mobile-menu .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

.header08.mobile-menu .header-wrap .branding {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .header08.desktop-menu .container-fluid>.row .col-md-12 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.header09 .header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.header09.desktop-menu .header-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.header09.desktop-menu .header-right {
  flex-shrink: 0;
}

.header09.desktop-menu .page-navigation-wrap {
  margin-left: 35px;
}

.header09.desktop-menu .menu--primary {
  position: static;
}

.header09.desktop-menu .header-social-networks a {
  font-size: 16px;
}

.header09.mobile-menu .header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

.header09.mobile-menu .header-wrap .branding {
  width: 100%;
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes show-animation {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(60px);
    opacity: 0;
  }
}

.desktop-menu {
  /* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
		You need this once per page no matter how many menu trees or different themes you use.
	-------------------------------------------------------------------------------------------*/
  /* Switch to desktop layout
	-----------------------------------------------
		These transform the menu tree from
		collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  /* ...end */
}

.desktop-menu .sm {
  position: relative;
  z-index: 9999;
}

.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: transparent;
}

.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
  text-align: right;
  direction: rtl;
}

.desktop-menu .sm>li h1,
.desktop-menu .sm>li h2,
.desktop-menu .sm>li h3,
.desktop-menu .sm>li h4,
.desktop-menu .sm>li h5,
.desktop-menu .sm>li h6 {
  margin: 0;
  padding: 0;
}

.desktop-menu .sm ul {
  display: none;
}

.desktop-menu .sm li,
.desktop-menu .sm a {
  position: relative;
}

.desktop-menu .sm a {
  display: block;
}

.desktop-menu .sm a.disabled {
  cursor: not-allowed;
}

.desktop-menu .sm,
.desktop-menu .sm *,
.desktop-menu .sm *:before,
.desktop-menu .sm *:after {
  box-sizing: border-box;
}

.desktop-menu .sm-simple a,
.desktop-menu .sm-simple a:hover,
.desktop-menu .sm-simple a:focus,
.desktop-menu .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
}

.desktop-menu .sm-simple a.current {
  background: #555;
  color: white;
}

.desktop-menu .sm-simple a.disabled {
  color: #ccc;
}

.desktop-menu .sm-simple a .sub-arrow {
  font-size: 0;
}

.desktop-menu .sm-simple a .sub-arrow:before {
  position: absolute;
  top: 50%;
  right: 2px;
  content: '\f107';
  font-size: 14px;
  font-weight: bold;
  font-family: FontAwesome;
  transform: translate(0, -50%);
}

.desktop-menu .sm-simple .sub-menu a .sub-arrow:before {
  right: 30px;
}

.desktop-menu .sm-simple ul {
  position: absolute;
  width: 12em;
}

.desktop-menu .sm-simple.sm-rtl li {
  float: right;
}

.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
  float: none;
}

.desktop-menu .sm-simple a {
  white-space: nowrap;
}

.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
  white-space: normal;
}

.desktop-menu .sm-simple .sm-nowrap>li>a,
.desktop-menu .sm-simple .sm-nowrap>li> :not(ul) a {
  white-space: nowrap;
}

.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  height: 20px;
  background: white;
}

.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  overflow: hidden;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}

.desktop-menu .sm-simple .scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}

.desktop-menu .sm-simple.sm-rtl .has-submenu {
  padding-right: 20px;
  padding-left: 32px;
}

.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl ul .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl>li:first-child {
  border-left: 1px solid #eee;
}

.desktop-menu .sm-simple.sm-rtl>li:last-child {
  border-left: 0;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
  position: static !important;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
  right: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
  max-width: calc(100vw - 320px) !important;
  width: 1170px !important;
}

.desktop-menu .sm-simple.sm-vertical a .sub-arrow:before {
  right: 40px;
  content: '\f105';
}

.desktop-menu .menu--primary {
  position: relative;
  text-align: center;
}

.desktop-menu .menu--primary .sm-simple {
  position: static;
  display: inline-block;
}

.desktop-menu .menu--primary .sm-simple>li {
  display: inline-block;
}

.desktop-menu .menu--primary .sm-simple>li>a .menu-item-title {
  position: relative;
  padding-bottom: 10px;
}

.desktop-menu .menu--primary .sm-simple>li>a .menu-item-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: '';
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.desktop-menu .menu--primary .sm-simple>li:hover>a .menu-item-title:after,
.desktop-menu .menu--primary .sm-simple>li.current-menu-item>a .menu-item-title:after,
.desktop-menu .menu--primary .sm-simple>li.current-menu-ancestor>a .menu-item-title:after,
.desktop-menu .menu--primary .sm-simple>li.current-menu-parent>a .menu-item-title:after {
  width: 100%;
}

.desktop-menu .menu--primary .widgettitle {
  margin: 0 0 20px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.desktop-menu .menu--primary .sub-menu,
.desktop-menu .menu--primary .children {
  padding: 25px 0;
  min-width: 270px !important;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.desktop-menu .menu--primary .sub-menu a,
.desktop-menu .menu--primary .children a {
  padding: 11px 30px;
}

.desktop-menu .menu--primary .sub-menu .sub-arrow:before,
.desktop-menu .menu--primary .children .sub-arrow:before {
  content: '\f105';
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu {
  padding-top: 34px;
  padding-bottom: 23px;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu ul {
  position: static;
  display: block;
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.desktop-menu .menu--primary .has-mega-menu .scroll-up,
.desktop-menu .menu--primary .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

.desktop-menu .menu--primary .has-mega-menu .wpb_column+.wpb_column {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-menu .menu--primary .has-mega-menu .wpb_wrapper {
  margin-bottom: 15px;
}

.desktop-menu .menu--primary .has-mega-menu .wpb_button,
.desktop-menu .menu--primary .has-mega-menu .wpb_content_element,
.desktop-menu .menu--primary .has-mega-menu ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.desktop-menu .menu--primary .has-mega-menu .widget_recent_entries ul,
.desktop-menu .menu--primary .has-mega-menu .widget_recent_comments ul,
.desktop-menu .menu--primary .has-mega-menu .widget_archive ul,
.desktop-menu .menu--primary .has-mega-menu .widget_categories ul,
.desktop-menu .menu--primary .has-mega-menu .widget_meta ul,
.desktop-menu .menu--primary .has-mega-menu .widget_product_categories ul,
.desktop-menu .menu--primary .has-mega-menu .widget_rss ul,
.desktop-menu .menu--primary .has-mega-menu .widget_pages ul,
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu ul,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw ul {
  margin: 0;
  padding: 0;
}

.desktop-menu .menu--primary .has-mega-menu .widget_recent_entries li,
.desktop-menu .menu--primary .has-mega-menu .widget_recent_comments li,
.desktop-menu .menu--primary .has-mega-menu .widget_archive li,
.desktop-menu .menu--primary .has-mega-menu .widget_categories li,
.desktop-menu .menu--primary .has-mega-menu .widget_meta li,
.desktop-menu .menu--primary .has-mega-menu .widget_product_categories li,
.desktop-menu .menu--primary .has-mega-menu .widget_rss li,
.desktop-menu .menu--primary .has-mega-menu .widget_pages li,
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu li,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.desktop-menu .menu--primary .has-mega-menu .tm-list {
  padding-right: 30px;
  padding-left: 30px;
}

.desktop-menu .menu--primary .has-mega-menu .tm-list .item-wrapper {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 20px;
}

.desktop-menu .menu--primary .menu-item-feature {
  position: relative;
  margin-left: 10px;
}

.desktop-menu .menu--primary .menu-item-feature:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f005';
  font-size: 12px;
  margin-top: 1px;
  font-family: FontAwesome;
  transform: translate(0, -50%);
}

.desktop-menu .menu--primary ul {
  /* show animation */
  /* hide animation */
}

.desktop-menu .menu--primary ul.show-animation {
  -webkit-animation: show-animation .5s;
  animation: show-animation .5s;
}

.desktop-menu .menu--primary ul.hide-animation {
  -webkit-animation: hide-animation .5s;
  animation: hide-animation .5s;
}

.sm-simple .menu-item-image_hover {
  position: absolute;
  top: -10px;
  right: -100px;
  z-index: 1;
  display: block;
  visibility: hidden;
  max-width: 100%;
  width: 150px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(20px);
}

.sm-simple .menu-item-image_hover img {
  border-radius: 5px;
}

.sm-simple .has-image-hover:hover>a>.menu-item-image_hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
  display: none;
}

.page-open-mobile-menu {
  display: flex;
  height: 30px;
  align-items: center;
}

.page-open-mobile-menu div {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
}

.page-open-mobile-menu:hover i:before,
.page-open-mobile-menu:hover i:after {
  width: 100%;
}

.page-open-mobile-menu i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-mobile-menu i:before,
.page-open-mobile-menu i:after {
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  background: inherit;
  content: '';
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-mobile-menu i:before {
  top: -8px;
}

.page-open-mobile-menu i:after {
  top: 8px;
}

.page-close-mobile-menu {
  display: flex;
  height: 30px;
  align-items: center;
}

.page-close-mobile-menu div {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.page-close-mobile-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: transparent !important;
}

.page-close-mobile-menu i:before,
.page-close-mobile-menu i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-close-mobile-menu i:before {
  transform: rotate(-45deg);
}

.page-close-mobile-menu i:after {
  transform: rotate(45deg);
}

.page-mobile-menu-header {
  display: flex;
  padding: 0 30px;
  height: 85px;
  background: #ffffff;
  align-items: center;
}

.page-mobile-menu-logo {
  flex-grow: 1;
}

.page-mobile-menu-opened {
  overflow: hidden;
}

.page-mobile-main-menu {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 9999999;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: left;
  transition: all .3s;
}

.admin-bar .page-mobile-main-menu {
  top: 32px;
  height: calc(100% - 32px);
}

.page-mobile-menu-opened .page-mobile-main-menu {
  right: 0;
}

.page-mobile-main-menu .widgettitle {
  margin: 15px 0 10px;
}

.page-mobile-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-mobile-main-menu li {
  display: block;
  list-style-type: none;
}

.page-mobile-main-menu li.opened>a .toggle-sub-menu:after {
  content: '\f107';
}

.page-mobile-main-menu .sub-menu {
  display: none;
  margin: 12px 0 14px 10px;
}

.page-mobile-main-menu .sub-menu a {
  padding: 8px 0;
}

.page-mobile-main-menu .children {
  margin: 0 0 10px 15px;
}

.page-mobile-main-menu .children a {
  padding: 8px 0;
}

.page-mobile-main-menu .wpb_column.vc_column_container {
  width: 100% !important;
}

.page-mobile-main-menu .menu__container {
  padding: 20px 30px 30px;
}

.page-mobile-main-menu .menu__container>li>a {
  padding: 10px 0;
  border: 0;
  border-color: transparent;
}

.page-mobile-main-menu .menu__container>li+li>a {
  border-top: 1px solid transparent;
}

.page-mobile-main-menu .menu__container>li.opened>a {
  border-bottom: 1px solid transparent;
}

.page-mobile-main-menu .menu__container a {
  position: relative;
  display: block;
}

.page-mobile-main-menu .tm-list {
  margin-bottom: 16px;
}

.page-mobile-main-menu .mega-menu {
  margin-top: 20px;
}

.page-mobile-main-menu .wpb_button,
.page-mobile-main-menu .wpb_content_element,
.page-mobile-main-menu ul.wpb_thumbnails-fluid>li {
  margin-bottom: 30px;
}

.page-mobile-main-menu .widget_recent_entries li,
.page-mobile-main-menu .widget_recent_comments li,
.page-mobile-main-menu .widget_archive li,
.page-mobile-main-menu .widget_categories li,
.page-mobile-main-menu .widget_meta li,
.page-mobile-main-menu .widget_product_categories li,
.page-mobile-main-menu .widget_rss li,
.page-mobile-main-menu .widget_pages li,
.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-mobile-main-menu .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  transform: translate(0, -50%);
}

.page-mobile-main-menu .toggle-sub-menu:after {
  display: block;
  content: '\f105';
  font-size: 18px;
  font-family: FontAwesome;
}

.page-mobile-main-menu .toggle-sub-menu:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 782px) {
  .admin-bar .page-mobile-main-menu {
    top: 46px;
    height: calc(100% - 46px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .page-mobile-main-menu {
    top: 0;
    height: 100%;
  }
}

.desktop-menu .page-open-mobile-menu {
  display: none !important;
}

.page-footer .mc4wp-form {
  position: relative;
}

.page-footer .mc4wp-form input[type=email] {
  padding: 3px 10px 3px 26px;
  width: calc(100% - 54px);
  height: 45px;
  border: 0;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  font-size: 15px;
}

.page-footer .mc4wp-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 54px;
  height: 45px;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-size: 0;
}

.page-footer .mc4wp-form button[type=submit] i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-weight: bold;
  font-size: 18.6px;
  line-height: 0.65em;
  transform: translate(0, -50%);
}

.page-footer-inner {
  position: relative;
}

.page-footer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

@media (min-width: 1200px) {
  .page-footer.footer-modern .first-column {
    padding-right: 30px;
    flex: 0 0 calc(58.33333% - 15px);
    max-width: calc(58.33333% - 15px);
  }

  .page-footer.footer-modern .second-column {
    padding-left: 0;
    padding-right: 30px;
  }

  .page-footer.footer-modern .third-column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-footer.footer-modern .tm-social-networks.layout-two-columns .item {
    width: 100%;
    float: none;
  }
}

.page-title-bar {
  position: relative;
}

.page-title-bar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-title-bar-inner {
  border-bottom: 1px solid transparent;
}

.page-title-bar-01 .page-breadcrumb {
  position: absolute;
  bottom: 47px;
  width: 100%;
  text-align: center;
}

.page-title-bar-01 .page-title-bar-heading {
  margin-bottom: 7px;
}

.page-title-bar-01 .page-title-bar-inner {
  text-align: center;
}

.page-title-bar-01 .page-title-bar-inner>div {
  width: 100%;
}

.page-title-bar-02 .page-breadcrumb,
.page-title-bar-03 .page-breadcrumb {
  text-align: right;
}

.page-title-bar-04 .page-breadcrumb,
.page-title-bar-05 .page-breadcrumb {
  width: 100%;
  text-align: center;
}

.page-title-bar-04 .page-title-bar-heading,
.page-title-bar-05 .page-title-bar-heading {
  margin-bottom: 12px;
}

.page-title-bar-04 .page-title-bar-inner,
.page-title-bar-05 .page-title-bar-inner {
  text-align: center;
}

.page-title-bar-04 .page-title-bar-inner>div,
.page-title-bar-05 .page-title-bar-inner>div {
  width: 100%;
}

.insight_core_breadcrumb {
  margin: 0;
  padding: 0;
}

.insight_core_breadcrumb li {
  display: inline-block;
}

.insight_core_breadcrumb li+li {
  position: relative;
  padding-left: 11px;
}

.insight_core_breadcrumb li+li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  left: 2px;
}

@media (max-width: 767px) {

  .page-title-bar-02 .page-title-bar,
  .page-title-bar-03 .page-title-bar {
    text-align: center;
  }

  .page-title-bar-02 .page-title-bar .page-breadcrumb,
  .page-title-bar-03 .page-title-bar .page-breadcrumb {
    margin-top: 10px;
    text-align: center;
  }
}

.scrollup {
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  opacity: 1;
  cursor: pointer;
}

.scrollup i {
  color: #ffffff;
}

.scrollup:hover {
  opacity: .8;
}

.scrollup--fixed {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.scrollup--fixed.show {
  bottom: 30px;
}

.popup-search-opened {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

.popup-search-opened .page-popup-search {
  visibility: visible;
  opacity: .95;
}

.popup-search-opened .page-popup-search .page-popup-search-inner {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup-search-opened .page-popup-search .search-field {
  transition: .5s ease-out .3s;
  transform: scale3d(1, 1, 1);
}

.popup-search-opened .page-popup-search .form-description {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-popup-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all ease-in-out .25s;
}

.page-popup-search-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  visibility: hidden;
  padding: 0 50px;
  width: 75%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: all ease-in-out .3s;
  transform: translate(-50%, -50%) scale(0.8);
}

.page-popup-search .popup-search-close {
  position: absolute;
  top: 60px;
  right: 60px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.page-popup-search .form-description {
  display: block;
  padding: 0.85em 0;
  color: #fff;
  text-align: right;
  font-weight: bold;
  font-size: 90%;
  opacity: 0;
  transition: opacity .4s, transform .4s;
  transform: translate3d(0, 50px, 0);
}

.page-popup-search .search-form {
  position: relative;
}

.page-popup-search .search-field {
  padding: .05em 0;
  height: auto;
  border: 0;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 10vw;
  transition: transform .3s;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  -webkit-appearance: none;
}

.page-popup-search .search-field:focus {
  color: #fff;
}

.page-popup-search .search-field::-webkit-input-placeholder {
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field:-ms-input-placeholder {
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-submit {
  display: none;
}

@media (max-width: 767px) {
  .page-popup-search-inner {
    padding: 0 15px;
  }

  .page-popup-search .popup-search-close {
    top: 20px;
    right: 20px;
  }
}

a,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.single-portfolio .related-post-item .post-overlay,
.single-portfolio .related-post-item .post-overlay-content,
.portfolio-details-gallery .overlay,
.tm-button,
.tm-gallery .overlay,
.tm-instagram .inner .overlay,
.tm-product-categories.style-carousel .cat-content,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li,
.tm-posts-widget .post-widget-overlay,
.mini-cart .widget_shopping_cart_content,
.woocommerce .cats .cat-text,
.woocommerce .cats .cat-title,
.woocommerce .cats .cat-count,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-main-menu i,
.page-close-main-menu,
.page-off-canvas-main-menu,
.switcher-language-wrapper .switcher-language-list,
.sm-simple .menu-item-image_hover,
.page-open-mobile-menu i,
.page-close-mobile-menu i,
.page-mobile-main-menu .toggle-sub-menu,
.tm-swiper .swiper-pagination-bullet:before,
.tm-swiper .swiper-nav-button,
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav span:before,
.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-tools,
.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-nav-button,
.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split .swiper-pagination,
.page-template-fullscreen-split-feature .tm-social-network a span:after,
.tm-grid-wrapper .filter-text:after,
.tm-grid-wrapper .filter-counter,
.tm-blog .post-read-more .btn-text,
.tm-blog .post-read-more .btn-icon,
.tm-portfolio .post-thumbnail img,
.tm-portfolio [data-overlay-animation="faded"] .post-overlay,
.tm-portfolio [data-overlay-animation="modern"] .post-overlay,
.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon,
.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:before,
.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:after,
.tm-info-boxes.style-grid .box-button:before,
.tm-button.style-text .button-icon,
.tm-box-icon.style-6 .content-wrap,
.tm-box-icon.style-6 .heading,
.tm-box-icon.style-6 .text,
.tm-box-icon.style-7 .content-wrap,
.tm-box-icon.style-7 .heading,
.tm-box-icon.style-7 .text,
.tm-accordion .accordion-title,
.tm-accordion .accordion-title:before,
.tm-accordion .accordion-title:after,
.tm-heading a:before,
.tm-testimonial.style-3 .testimonial-item,
.tm-pricing.style-1 .inner,
.tm-team-member.style-1 .info-footer:after,
.tm-team-member.style-2 .overlay,
.tm-team-member.style-2 .info,
.tm-popup-video.style-poster .video-play,
.tm-popup-video.style-poster-2 .video-play,
.tm-popup-video.style-poster .video-play .icon,
.tm-popup-video.style-poster-2 .video-play .icon,
.tm-popup-video.style-poster-3 .video-play,
.tm-popup-video.style-poster-3 .video-play .icon,
.tm-popup-video.style-button .video-play .icon,
.tm-popup-video.style-button-2 .video-play .icon,
.tm-popup-video.style-button-3 .video-play .icon,
.tm-popup-video.style-button-4 .video-play .icon,
.tm-popup-video.style-button-5 .video-play .icon,
.tm-view-demo-icon .item-wrap,
.tm-product div.product .product-thumbnail .actions,
.tm-rotate-box.style-2 .tm-button.style-text:before,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab .vc_tta-icon,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-panel-heading .vc_tta-icon,
.woocommerce .products div.product .product-thumbnail .actions,
.woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-message .button:after {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.popup-search-wrap i {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Simple-Line-Icons-Pro';
  src: url("/assets/Simple-Line-Icons-Pro.eot?x5satp");
  src: url("/assets/Simple-Line-Icons-Pro.eot?x5satp#iefix") format("embedded-opentype"), url("/assets/Simple-Line-Icons-Pro.ttf?x5satp") format("truetype"), url("/assets/Simple-Line-Icons-Pro.woff?x5satp") format("woff"), url("/assets/Simple-Line-Icons-Pro.svg?x5satp#Simple-Line-Icons-Pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Simple-Line-Icons-Pro';
  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-arrow-1-circle-down:before {
  content: "\e800";
}

.icon-arrow-1-circle-left:before {
  content: "\e801";
}

.icon-arrow-1-circle-right:before {
  content: "\e802";
}

.icon-arrow-1-circle-up:before {
  content: "\e803";
}

.icon-arrow-1-down:before {
  content: "\e804";
}

.icon-arrow-1-left:before {
  content: "\e805";
}

.icon-arrow-1-right:before {
  content: "\e806";
}

.icon-arrow-1-square-down:before {
  content: "\e807";
}

.icon-arrow-1-square-left:before {
  content: "\e808";
}

.icon-arrow-1-square-right:before {
  content: "\e809";
}

.icon-arrow-1-square-up:before {
  content: "\e80a";
}

.icon-arrow-1-up:before {
  content: "\e80b";
}

.icon-arrow-2-circle-down:before {
  content: "\e80c";
}

.icon-arrow-2-circle-left:before {
  content: "\e80d";
}

.icon-arrow-2-circle-right:before {
  content: "\e80e";
}

.icon-arrow-2-circle-up:before {
  content: "\e80f";
}

.icon-arrow-2-down:before {
  content: "\e810";
}

.icon-arrow-2-left:before {
  content: "\e811";
}

.icon-arrow-2-right:before {
  content: "\e812";
}

.icon-arrow-2-square-down:before {
  content: "\e813";
}

.icon-arrow-2-square-left:before {
  content: "\e814";
}

.icon-arrow-2-square-right:before {
  content: "\e815";
}

.icon-arrow-2-square-up:before {
  content: "\e816";
}

.icon-arrow-2-up:before {
  content: "\e817";
}

.icon-arrow-3-circle-down:before {
  content: "\e818";
}

.icon-arrow-3-circle-left:before {
  content: "\e819";
}

.icon-arrow-3-circle-right:before {
  content: "\e81a";
}

.icon-arrow-3-circle-up:before {
  content: "\e81b";
}

.icon-arrow-3-down:before {
  content: "\e81c";
}

.icon-arrow-3-left:before {
  content: "\e81d";
}

.icon-arrow-3-right:before {
  content: "\e81e";
}

.icon-arrow-3-square-down:before {
  content: "\e81f";
}

.icon-arrow-3-square-left:before {
  content: "\e820";
}

.icon-arrow-3-square-right:before {
  content: "\e821";
}

.icon-arrow-3-square-up:before {
  content: "\e822";
}

.icon-arrow-3-up:before {
  content: "\e823";
}

.icon-back-1:before {
  content: "\e824";
}

.icon-back-2:before {
  content: "\e825";
}

.icon-back-3:before {
  content: "\e826";
}

.icon-back-4-circle:before {
  content: "\e827";
}

.icon-back-4-square:before {
  content: "\e828";
}

.icon-back-4:before {
  content: "\e829";
}

.icon-back-5:before {
  content: "\e82a";
}

.icon-back-6:before {
  content: "\e82b";
}

.icon-back-7:before {
  content: "\e82c";
}

.icon-backward-7:before {
  content: "\e82d";
}

.icon-double-arrows-1-left:before {
  content: "\e82e";
}

.icon-double-arrows-1-right:before {
  content: "\e82f";
}

.icon-fork-arrows:before {
  content: "\e830";
}

.icon-forward-7:before {
  content: "\e831";
}

.icon-next-1:before {
  content: "\e832";
}

.icon-next-2:before {
  content: "\e833";
}

.icon-next-3:before {
  content: "\e834";
}

.icon-next-4-circle:before {
  content: "\e835";
}

.icon-next-4-square:before {
  content: "\e836";
}

.icon-next-4:before {
  content: "\e837";
}

.icon-next-5:before {
  content: "\e838";
}

.icon-next-6:before {
  content: "\e839";
}

.icon-next-7:before {
  content: "\e83a";
}

.icon-s-arrow-1:before {
  content: "\e83b";
}

.icon-s-arrow-2:before {
  content: "\e83c";
}

.icon-s-arrow-3:before {
  content: "\e83d";
}

.icon-answer:before {
  content: "\e83e";
}

.icon-call-back:before {
  content: "\e83f";
}

.icon-call-block:before {
  content: "\e840";
}

.icon-call-end:before {
  content: "\e841";
}

.icon-call-hold:before {
  content: "\e842";
}

.icon-call-in:before {
  content: "\e843";
}

.icon-call-logs:before {
  content: "\e844";
}

.icon-call-off:before {
  content: "\e845";
}

.icon-call-out:before {
  content: "\e846";
}

.icon-call:before {
  content: "\e847";
}

.icon-chat-1:before {
  content: "\e848";
}

.icon-chat-2:before {
  content: "\e849";
}

.icon-chat-3:before {
  content: "\e84a";
}

.icon-comment-1:before {
  content: "\e84b";
}

.icon-comment-2-hashtag:before {
  content: "\e84c";
}

.icon-comment-2-quote:before {
  content: "\e84d";
}

.icon-comment-2-smile:before {
  content: "\e84e";
}

.icon-comment-2-write-2:before {
  content: "\e84f";
}

.icon-comment-2:before {
  content: "\e850";
}

.icon-comment-3-write-2:before {
  content: "\e851";
}

.icon-comment-3:before {
  content: "\e852";
}

.icon-comments-1:before {
  content: "\e853";
}

.icon-comments-2:before {
  content: "\e854";
}

.icon-comments-3:before {
  content: "\e855";
}

.icon-email-2-at:before {
  content: "\e856";
}

.icon-email-2-letter:before {
  content: "\e857";
}

.icon-email-2-open:before {
  content: "\e858";
}

.icon-email-2-search:before {
  content: "\e859";
}

.icon-email-at:before {
  content: "\e85a";
}

.icon-email-ban:before {
  content: "\e85b";
}

.icon-email-check:before {
  content: "\e85c";
}

.icon-email-close:before {
  content: "\e85d";
}

.icon-email-delete:before {
  content: "\e85e";
}

.icon-email-edit:before {
  content: "\e85f";
}

.icon-email-forward:before {
  content: "\e860";
}

.icon-email-in:before {
  content: "\e861";
}

.icon-email-letter:before {
  content: "\e862";
}

.icon-email-locked:before {
  content: "\e863";
}

.icon-email-new:before {
  content: "\e864";
}

.icon-email-open:before {
  content: "\e865";
}

.icon-email-out:before {
  content: "\e866";
}

.icon-email-refresh:before {
  content: "\e867";
}

.icon-email-reply:before {
  content: "\e868";
}

.icon-email-search:before {
  content: "\e869";
}

.icon-email-send:before {
  content: "\e86a";
}

.icon-email-star:before {
  content: "\e86b";
}

.icon-email:before {
  content: "\e86c";
}

.icon-inbox-empty:before {
  content: "\e86d";
}

.icon-inbox-full:before {
  content: "\e86e";
}

.icon-inbox:before {
  content: "\e86f";
}

.icon-letter:before {
  content: "\e870";
}

.icon-letters:before {
  content: "\e871";
}

.icon-megaphone-1:before {
  content: "\e872";
}

.icon-megaphone-2:before {
  content: "\e873";
}

.icon-message-1-alert:before {
  content: "\e874";
}

.icon-message-1-ask:before {
  content: "\e875";
}

.icon-message-1-hashtag:before {
  content: "\e876";
}

.icon-message-1-heart:before {
  content: "\e877";
}

.icon-message-1-like:before {
  content: "\e878";
}

.icon-message-1-music-tone:before {
  content: "\e879";
}

.icon-message-1-pause:before {
  content: "\e87a";
}

.icon-message-1-quote:before {
  content: "\e87b";
}

.icon-message-1-smile:before {
  content: "\e87c";
}

.icon-message-1-write:before {
  content: "\e87d";
}

.icon-message-1:before {
  content: "\e87e";
}

.icon-message-2-alert:before {
  content: "\e87f";
}

.icon-message-2-ask:before {
  content: "\e880";
}

.icon-message-2-heart:before {
  content: "\e881";
}

.icon-message-2-like:before {
  content: "\e882";
}

.icon-message-2-music-tone:before {
  content: "\e883";
}

.icon-message-2-pause:before {
  content: "\e884";
}

.icon-message-2-write:before {
  content: "\e885";
}

.icon-message-2:before {
  content: "\e886";
}

.icon-message-3-alert:before {
  content: "\e887";
}

.icon-message-3-ask:before {
  content: "\e888";
}

.icon-message-3-hashtag:before {
  content: "\e889";
}

.icon-message-3-heart:before {
  content: "\e88a";
}

.icon-message-3-like:before {
  content: "\e88b";
}

.icon-message-3-music-tone:before {
  content: "\e88c";
}

.icon-message-3-pause:before {
  content: "\e88d";
}

.icon-message-3-quote:before {
  content: "\e88e";
}

.icon-message-3-smile:before {
  content: "\e88f";
}

.icon-message-3-write:before {
  content: "\e890";
}

.icon-message-3:before {
  content: "\e891";
}

.icon-outbox:before {
  content: "\e892";
}

.icon-paper-plane-2:before {
  content: "\e893";
}

.icon-phone-call-in:before {
  content: "\e894";
}

.icon-phone-call-out:before {
  content: "\e895";
}

.icon-phone-contacts:before {
  content: "\e896";
}

.icon-phone-message-1:before {
  content: "\e897";
}

.icon-phone-message-2:before {
  content: "\e898";
}

.icon-phone-message-3:before {
  content: "\e899";
}

.icon-phone-ring:before {
  content: "\e89a";
}

.icon-Q-and-A:before {
  content: "\e89b";
}

.icon-telephone-1:before {
  content: "\e89c";
}

.icon-voicemail:before {
  content: "\e89d";
}

.icon-abacus:before {
  content: "\e89e";
}

.icon-alphabet:before {
  content: "\e89f";
}

.icon-blackboard-1:before {
  content: "\e8a0";
}

.icon-blackboard-2:before {
  content: "\e8a1";
}

.icon-blackboard-3:before {
  content: "\e8a2";
}

.icon-blackboard-alphabet:before {
  content: "\e8a3";
}

.icon-blackboard-pointer:before {
  content: "\e8a4";
}

.icon-bomb:before {
  content: "\e8a5";
}

.icon-briefcase-2:before {
  content: "\e8a6";
}

.icon-bulb-add:before {
  content: "\e8a7";
}

.icon-bulb-checked:before {
  content: "\e8a8";
}

.icon-bulb-close:before {
  content: "\e8a9";
}

.icon-bulb-idea:before {
  content: "\e8aa";
}

.icon-bulb-remove:before {
  content: "\e8ab";
}

.icon-bulb:before {
  content: "\e8ac";
}

.icon-chemistry-1-test-failed:before {
  content: "\e8ad";
}

.icon-chemistry-1-test-successful:before {
  content: "\e8ae";
}

.icon-chemistry-1:before {
  content: "\e8af";
}

.icon-chemistry-2:before {
  content: "\e8b0";
}

.icon-chemistry-3:before {
  content: "\e8b1";
}

.icon-chemistry-5:before {
  content: "\e8b2";
}

.icon-divider:before {
  content: "\e8b3";
}

.icon-drawers:before {
  content: "\e8b4";
}

.icon-earth-globe:before {
  content: "\e8b5";
}

.icon-formula-2:before {
  content: "\e8b6";
}

.icon-formula:before {
  content: "\e8b7";
}

.icon-germs:before {
  content: "\e8b8";
}

.icon-grade:before {
  content: "\e8b9";
}

.icon-graduation-cap:before {
  content: "\e8ba";
}

.icon-learning:before {
  content: "\e8bb";
}

.icon-math:before {
  content: "\e8bc";
}

.icon-molecule:before {
  content: "\e8bd";
}

.icon-nerd-glasses:before {
  content: "\e8be";
}

.icon-physics-1:before {
  content: "\e8bf";
}

.icon-physics-2:before {
  content: "\e8c0";
}

.icon-planet:before {
  content: "\e8c1";
}

.icon-school-bag:before {
  content: "\e8c2";
}

.icon-telescope:before {
  content: "\e8c3";
}

.icon-university:before {
  content: "\e8c4";
}

.icon-d-axis:before {
  content: "\e8c5";
}

.icon-d-axis-2:before {
  content: "\e8c6";
}

.icon-d-axis2:before {
  content: "\e8c7";
}

.icon-d-cube:before {
  content: "\e8c8";
}

.icon-blur:before {
  content: "\e8c9";
}

.icon-bring-forward:before {
  content: "\e8ca";
}

.icon-brush-1:before {
  content: "\e8cb";
}

.icon-brush-2:before {
  content: "\e8cc";
}

.icon-brush-pencil:before {
  content: "\e8cd";
}

.icon-cmyk:before {
  content: "\e8ce";
}

.icon-color-palette:before {
  content: "\e8cf";
}

.icon-crop:before {
  content: "\e8d0";
}

.icon-easel:before {
  content: "\e8d1";
}

.icon-eraser:before {
  content: "\e8d2";
}

.icon-eyedropper-1:before {
  content: "\e8d3";
}

.icon-eyedropper-2:before {
  content: "\e8d4";
}

.icon-golden-spiral:before {
  content: "\e8d5";
}

.icon-graphic-tablet:before {
  content: "\e8d6";
}

.icon-grid:before {
  content: "\e8d7";
}

.icon-layers-1:before {
  content: "\e8d8";
}

.icon-layers-2:before {
  content: "\e8d9";
}

.icon-layers-add-1:before {
  content: "\e8da";
}

.icon-layers-add-2:before {
  content: "\e8db";
}

.icon-layers-linked--1:before {
  content: "\e8dc";
}

.icon-layers-linked-2:before {
  content: "\e8dd";
}

.icon-layers-locked-1:before {
  content: "\e8de";
}

.icon-layers-locked-2:before {
  content: "\e8df";
}

.icon-layers-off-1:before {
  content: "\e8e0";
}

.icon-layers-remove-1:before {
  content: "\e8e1";
}

.icon-layers-remove-2:before {
  content: "\e8e2";
}

.icon-paint-bucket-1:before {
  content: "\e8e3";
}

.icon-paint-bucket-2:before {
  content: "\e8e4";
}

.icon-paint-roll:before {
  content: "\e8e5";
}

.icon-pantone-charts:before {
  content: "\e8e6";
}

.icon-pathfinder-exclude:before {
  content: "\e8e7";
}

.icon-pathfinder-intersect:before {
  content: "\e8e8";
}

.icon-pathfinder-minus-front:before {
  content: "\e8e9";
}

.icon-pathfinder-unite:before {
  content: "\e8ea";
}

.icon-pen-1:before {
  content: "\e8eb";
}

.icon-pen-2:before {
  content: "\e8ec";
}

.icon-pen-pencil:before {
  content: "\e8ed";
}

.icon-pencil-1:before {
  content: "\e8ee";
}

.icon-pencil-2:before {
  content: "\e8ef";
}

.icon-pencil-ruler:before {
  content: "\e8f0";
}

.icon-rgb:before {
  content: "\e8f1";
}

.icon-ruler-triangle:before {
  content: "\e8f2";
}

.icon-ruler:before {
  content: "\e8f3";
}

.icon-scissors-2:before {
  content: "\e8f4";
}

.icon-scissors:before {
  content: "\e8f5";
}

.icon-send-backward:before {
  content: "\e8f6";
}

.icon-sharpener:before {
  content: "\e8f7";
}

.icon-smart-object:before {
  content: "\e8f8";
}

.icon-spiral:before {
  content: "\e8f9";
}

.icon-spray-can:before {
  content: "\e8fa";
}

.icon-square-circle:before {
  content: "\e8fb";
}

.icon-square-triangle-circle:before {
  content: "\e8fc";
}

.icon-square-triangle:before {
  content: "\e8fd";
}

.icon-stylus:before {
  content: "\e8fe";
}

.icon-varnish-brush:before {
  content: "\e8ff";
}

.icon-vector-arc:before {
  content: "\e900";
}

.icon-vector-circle:before {
  content: "\e901";
}

.icon-vector-line:before {
  content: "\e902";
}

.icon-vector-path-1:before {
  content: "\e903";
}

.icon-vector-path-2:before {
  content: "\e904";
}

.icon-vector-path-3:before {
  content: "\e905";
}

.icon-vector-rectangle:before {
  content: "\e906";
}

.icon-vector-triangle:before {
  content: "\e907";
}

.icon-agenda-1:before {
  content: "\e908";
}

.icon-agenda-2:before {
  content: "\e909";
}

.icon-article-2:before {
  content: "\e90a";
}

.icon-article-3:before {
  content: "\e90b";
}

.icon-article:before {
  content: "\e90c";
}

.icon-ballpen:before {
  content: "\e90d";
}

.icon-bold:before {
  content: "\e90e";
}

.icon-book-2:before {
  content: "\e90f";
}

.icon-book-3:before {
  content: "\e910";
}

.icon-book-4:before {
  content: "\e911";
}

.icon-book-5:before {
  content: "\e912";
}

.icon-book-6:before {
  content: "\e913";
}

.icon-book:before {
  content: "\e914";
}

.icon-bookmark-1:before {
  content: "\e915";
}

.icon-bookmark-2:before {
  content: "\e916";
}

.icon-bookmark-3:before {
  content: "\e917";
}

.icon-bookmark-add:before {
  content: "\e918";
}

.icon-bookmark-checked:before {
  content: "\e919";
}

.icon-bookmark:before {
  content: "\e91a";
}

.icon-bookmarks:before {
  content: "\e91b";
}

.icon-character:before {
  content: "\e91c";
}

.icon-characters:before {
  content: "\e91d";
}

.icon-clipboard-1:before {
  content: "\e91e";
}

.icon-clipboard-2:before {
  content: "\e91f";
}

.icon-clipboard-check:before {
  content: "\e920";
}

.icon-clipboard-file:before {
  content: "\e921";
}

.icon-cmd:before {
  content: "\e922";
}

.icon-content-1:before {
  content: "\e923";
}

.icon-content-2:before {
  content: "\e924";
}

.icon-content-3:before {
  content: "\e925";
}

.icon-copy-plain-text:before {
  content: "\e926";
}

.icon-copy-styles:before {
  content: "\e927";
}

.icon-CV-2:before {
  content: "\e928";
}

.icon-CV:before {
  content: "\e929";
}

.icon-document-envelope-1:before {
  content: "\e92a";
}

.icon-document-envelope-2:before {
  content: "\e92b";
}

.icon-document-pencil:before {
  content: "\e92c";
}

.icon-indent-left:before {
  content: "\e92d";
}

.icon-indent-right:before {
  content: "\e92e";
}

.icon-liner:before {
  content: "\e92f";
}

.icon-list-bullets:before {
  content: "\e930";
}

.icon-list-numbers:before {
  content: "\e931";
}

.icon-marker:before {
  content: "\e932";
}

.icon-newspaper:before {
  content: "\e933";
}

.icon-nib-1:before {
  content: "\e934";
}

.icon-nib-2:before {
  content: "\e935";
}

.icon-note:before {
  content: "\e936";
}

.icon-notebook:before {
  content: "\e937";
}

.icon-office-archive:before {
  content: "\e938";
}

.icon-paper-clamp:before {
  content: "\e939";
}

.icon-papyrus:before {
  content: "\e93a";
}

.icon-paragraph-down:before {
  content: "\e93b";
}

.icon-paragraph-up:before {
  content: "\e93c";
}

.icon-paragraph:before {
  content: "\e93d";
}

.icon-pen-12:before {
  content: "\e93e";
}

.icon-pencil-12:before {
  content: "\e93f";
}

.icon-pencil-22:before {
  content: "\e940";
}

.icon-quill-ink-pot:before {
  content: "\e941";
}

.icon-quill:before {
  content: "\e942";
}

.icon-quotes:before {
  content: "\e943";
}

.icon-research:before {
  content: "\e944";
}

.icon-spell-check:before {
  content: "\e945";
}

.icon-strikethrough:before {
  content: "\e946";
}

.icon-text-box:before {
  content: "\e947";
}

.icon-text-color:before {
  content: "\e948";
}

.icon-text-input:before {
  content: "\e949";
}

.icon-text-italic:before {
  content: "\e94a";
}

.icon-text:before {
  content: "\e94b";
}

.icon-translate:before {
  content: "\e94c";
}

.icon-underline:before {
  content: "\e94d";
}

.icon-user-manual-2:before {
  content: "\e94e";
}

.icon-user-manual:before {
  content: "\e94f";
}

.icon-write-2:before {
  content: "\e950";
}

.icon-write-3:before {
  content: "\e951";
}

.icon-write-off:before {
  content: "\e952";
}

.icon-write:before {
  content: "\e953";
}

.icon-add-notification:before {
  content: "\e954";
}

.icon-add-tab:before {
  content: "\e955";
}

.icon-airplane-mode-off:before {
  content: "\e956";
}

.icon-airplane-mode:before {
  content: "\e957";
}

.icon-align-bottom:before {
  content: "\e958";
}

.icon-align-left:before {
  content: "\e959";
}

.icon-align-right:before {
  content: "\e95a";
}

.icon-align-top:before {
  content: "\e95b";
}

.icon-backward:before {
  content: "\e95c";
}

.icon-ban:before {
  content: "\e95d";
}

.icon-brightness-high:before {
  content: "\e95e";
}

.icon-brightness-low:before {
  content: "\e95f";
}

.icon-cancel-circle:before {
  content: "\e960";
}

.icon-cancel-square-2:before {
  content: "\e961";
}

.icon-cancel-square:before {
  content: "\e962";
}

.icon-check-all:before {
  content: "\e963";
}

.icon-check-circle-2:before {
  content: "\e964";
}

.icon-check-circle:before {
  content: "\e965";
}

.icon-check-square-2:before {
  content: "\e966";
}

.icon-check-square:before {
  content: "\e967";
}

.icon-check:before {
  content: "\e968";
}

.icon-close:before {
  content: "\e969";
}

.icon-config-1:before {
  content: "\e96a";
}

.icon-config-2:before {
  content: "\e96b";
}

.icon-contract-2:before {
  content: "\e96c";
}

.icon-contract-3:before {
  content: "\e96d";
}

.icon-contract-4:before {
  content: "\e96e";
}

.icon-contract:before {
  content: "\e96f";
}

.icon-cursor-click:before {
  content: "\e970";
}

.icon-cursor-double-click:before {
  content: "\e971";
}

.icon-cursor-select:before {
  content: "\e972";
}

.icon-cursor:before {
  content: "\e973";
}

.icon-door-lock:before {
  content: "\e974";
}

.icon-double-tap:before {
  content: "\e975";
}

.icon-download-1:before {
  content: "\e976";
}

.icon-download-2:before {
  content: "\e977";
}

.icon-drag-1:before {
  content: "\e978";
}

.icon-drag1:before {
  content: "\e979";
}

.icon-edit-1:before {
  content: "\e97a";
}

.icon-edit-2:before {
  content: "\e97b";
}

.icon-edit-3:before {
  content: "\e97c";
}

.icon-expand-2:before {
  content: "\e97d";
}

.icon-expand-3:before {
  content: "\e97e";
}

.icon-expand-4:before {
  content: "\e97f";
}

.icon-expand-horizontal:before {
  content: "\e980";
}

.icon-expand-vertical:before {
  content: "\e981";
}

.icon-expand:before {
  content: "\e982";
}

.icon-eye-off:before {
  content: "\e983";
}

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

.icon-fingerprint:before {
  content: "\e985";
}

.icon-flash-2:before {
  content: "\e986";
}

.icon-flash-3:before {
  content: "\e987";
}

.icon-flash-4:before {
  content: "\e988";
}

.icon-flip-horizontal:before {
  content: "\e989";
}

.icon-flip-vertical:before {
  content: "\e98a";
}

.icon-forward:before {
  content: "\e98b";
}

.icon-grid-circles:before {
  content: "\e98c";
}

.icon-grid-squares-2:before {
  content: "\e98d";
}

.icon-grid-squares:before {
  content: "\e98e";
}

.icon-hamburger-menu-1:before {
  content: "\e98f";
}

.icon-hamburger-menu-2:before {
  content: "\e990";
}

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

.icon-help-1:before {
  content: "\e992";
}

.icon-help-2:before {
  content: "\e993";
}

.icon-home:before {
  content: "\e994";
}

.icon-info:before {
  content: "\e995";
}

.icon-inside:before {
  content: "\e996";
}

.icon-key-1:before {
  content: "\e997";
}

.icon-key-2:before {
  content: "\e998";
}

.icon-label-cancel:before {
  content: "\e999";
}

.icon-label:before {
  content: "\e99a";
}

.icon-layout-1:before {
  content: "\e99b";
}

.icon-layout-2:before {
  content: "\e99c";
}

.icon-layout-3:before {
  content: "\e99d";
}

.icon-list-1:before {
  content: "\e99e";
}

.icon-list-2:before {
  content: "\e99f";
}

.icon-list-3:before {
  content: "\e9a0";
}

.icon-list-4:before {
  content: "\e9a1";
}

.icon-lock:before {
  content: "\e9a2";
}

.icon-loop:before {
  content: "\e9a3";
}

.icon-magic-wand-1:before {
  content: "\e9a4";
}

.icon-magic-wand-2:before {
  content: "\e9a5";
}

.icon-magnet:before {
  content: "\e9a6";
}

.icon-magnifier-1:before {
  content: "\e9a7";
}

.icon-magnifier-2:before {
  content: "\e9a8";
}

.icon-maximize-left:before {
  content: "\e9a9";
}

.icon-maximize-right:before {
  content: "\e9aa";
}

.icon-menu-circle-grid:before {
  content: "\e9ab";
}

.icon-minus-circle:before {
  content: "\e9ac";
}

.icon-minus-square:before {
  content: "\e9ad";
}

.icon-more-circle:before {
  content: "\e9ae";
}

.icon-more-circles-horizontal:before {
  content: "\e9af";
}

.icon-more-circles-vertical:before {
  content: "\e9b0";
}

.icon-more-squares-vertical-filled:before {
  content: "\e9b1";
}

.icon-more-squares-vertical:before {
  content: "\e9b2";
}

.icon-notification-2:before {
  content: "\e9b3";
}

.icon-notification-off:before {
  content: "\e9b4";
}

.icon-notification-paused:before {
  content: "\e9b5";
}

.icon-notification:before {
  content: "\e9b6";
}

.icon-outside:before {
  content: "\e9b7";
}

.icon-paper-clip:before {
  content: "\e9b8";
}

.icon-paper-plane:before {
  content: "\e9b9";
}

.icon-pass:before {
  content: "\e9ba";
}

.icon-phone-shake:before {
  content: "\e9bb";
}

.icon-pin-1:before {
  content: "\e9bc";
}

.icon-pin-2:before {
  content: "\e9bd";
}

.icon-pin-3:before {
  content: "\e9be";
}

.icon-pin-code:before {
  content: "\e9bf";
}

.icon-plus-circle:before {
  content: "\e9c0";
}

.icon-plus-square:before {
  content: "\e9c1";
}

.icon-plus:before {
  content: "\e9c2";
}

.icon-pointer:before {
  content: "\e9c3";
}

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

.icon-press:before {
  content: "\e9c5";
}

.icon-question:before {
  content: "\e9c6";
}

.icon-refresh-2:before {
  content: "\e9c7";
}

.icon-refresh-warning:before {
  content: "\e9c8";
}

.icon-refresh:before {
  content: "\e9c9";
}

.icon-reload-checked:before {
  content: "\e9ca";
}

.icon-reload:before {
  content: "\e9cb";
}

.icon-remove-tab:before {
  content: "\e9cc";
}

.icon-rotate:before {
  content: "\e9cd";
}

.icon-scroll:before {
  content: "\e9ce";
}

.icon-search-history:before {
  content: "\e9cf";
}

.icon-settings-1:before {
  content: "\e9d0";
}

.icon-settings-2:before {
  content: "\e9d1";
}

.icon-share-1:before {
  content: "\e9d2";
}

.icon-share-2:before {
  content: "\e9d3";
}

.icon-share-3:before {
  content: "\e9d4";
}

.icon-share-4:before {
  content: "\e9d5";
}

.icon-spread:before {
  content: "\e9d6";
}

.icon-swap-horizontal:before {
  content: "\e9d7";
}

.icon-swap-vertical:before {
  content: "\e9d8";
}

.icon-swipe-down:before {
  content: "\e9d9";
}

.icon-swipe-left:before {
  content: "\e9da";
}

.icon-swipe-right:before {
  content: "\e9db";
}

.icon-swipe-up:before {
  content: "\e9dc";
}

.icon-switch-off:before {
  content: "\e9dd";
}

.icon-switch-on:before {
  content: "\e9de";
}

.icon-switches-1:before {
  content: "\e9df";
}

.icon-switches-2:before {
  content: "\e9e0";
}

.icon-tabs-2:before {
  content: "\e9e1";
}

.icon-tabs:before {
  content: "\e9e2";
}

.icon-tap:before {
  content: "\e9e3";
}

.icon-touch:before {
  content: "\e9e4";
}

.icon-trash-recycle:before {
  content: "\e9e5";
}

.icon-trash:before {
  content: "\e9e6";
}

.icon-unlocked:before {
  content: "\e9e7";
}

.icon-upload-1:before {
  content: "\e9e8";
}

.icon-upload-2:before {
  content: "\e9e9";
}

.icon-warning-circle:before {
  content: "\e9ea";
}

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

.icon-warning-triangle:before {
  content: "\e9ec";
}

.icon-zoom-in-1:before {
  content: "\e9ed";
}

.icon-zoom-in-2:before {
  content: "\e9ee";
}

.icon-zoom-out-1:before {
  content: "\e9ef";
}

.icon-zoom-out-2:before {
  content: "\e9f0";
}

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

.icon-file-aep:before {
  content: "\e9f2";
}

.icon-file-ai:before {
  content: "\e9f3";
}

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

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

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

.icon-file-avi:before {
  content: "\e9f7";
}

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

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

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

.icon-file-clip:before {
  content: "\e9fb";
}

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

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

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

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

.icon-file-delete:before {
  content: "\ea00";
}

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

.icon-file-doc:before {
  content: "\ea02";
}

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

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

.icon-file-eps:before {
  content: "\ea05";
}

.icon-file-error:before {
  content: "\ea06";
}

.icon-file-exchange:before {
  content: "\ea07";
}

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

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

.icon-file-flv:before {
  content: "\ea0a";
}

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

.icon-file-ico:before {
  content: "\ea0c";
}

.icon-file-image:before {
  content: "\ea0d";
}

.icon-file-info:before {
  content: "\ea0e";
}

.icon-file-jpg:before {
  content: "\ea0f";
}

.icon-file-linked:before {
  content: "\ea10";
}

.icon-file-load:before {
  content: "\ea11";
}

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

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

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

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

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

.icon-file-otf:before {
  content: "\ea17";
}

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

.icon-file-png:before {
  content: "\ea19";
}

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

.icon-file-rar:before {
  content: "\ea1b";
}

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

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

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

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

.icon-file-star:before {
  content: "\ea20";
}

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

.icon-file-sync:before {
  content: "\ea22";
}

.icon-file-table:before {
  content: "\ea23";
}

.icon-file-text:before {
  content: "\ea24";
}

.icon-file-tif:before {
  content: "\ea25";
}

.icon-file-ttf:before {
  content: "\ea26";
}

.icon-file-txt:before {
  content: "\ea27";
}

.icon-file-upload:before {
  content: "\ea28";
}

.icon-file-vector:before {
  content: "\ea29";
}

.icon-file-video:before {
  content: "\ea2a";
}

.icon-file-warning:before {
  content: "\ea2b";
}

.icon-file-xls:before {
  content: "\ea2c";
}

.icon-file-xml:before {
  content: "\ea2d";
}

.icon-file-zip:before {
  content: "\ea2e";
}

.icon-file2:before {
  content: "\ea2f";
}

.icon-files-2:before {
  content: "\ea30";
}

.icon-files:before {
  content: "\ea31";
}

.icon-folder-archive:before {
  content: "\ea32";
}

.icon-folder-audio:before {
  content: "\ea33";
}

.icon-folder-backup:before {
  content: "\ea34";
}

.icon-folder-bookmark:before {
  content: "\ea35";
}

.icon-folder-check:before {
  content: "\ea36";
}

.icon-folder-code:before {
  content: "\ea37";
}

.icon-folder-copy:before {
  content: "\ea38";
}

.icon-folder-delete:before {
  content: "\ea39";
}

.icon-folder-download:before {
  content: "\ea3a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-7-support-1:before {
  content: "\ea4f";
}

.icon-7-support-2:before {
  content: "\ea50";
}

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

.icon-ATM-1:before {
  content: "\ea52";
}

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

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

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

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

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

.icon-banknote-coins:before {
  content: "\ea58";
}

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

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

.icon-bar-chart-board:before {
  content: "\ea5b";
}

.icon-bar-chart-down:before {
  content: "\ea5c";
}

.icon-bar-chart-search:before {
  content: "\ea5d";
}

.icon-bar-chart-stats-down:before {
  content: "\ea5e";
}

.icon-bar-chart-stats-up:before {
  content: "\ea5f";
}

.icon-bar-chart-up:before {
  content: "\ea60";
}

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

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

.icon-bill-2:before {
  content: "\ea63";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-credit-card-2:before {
  content: "\ea6f";
}

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

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

.icon-donut-chart-1:before {
  content: "\ea72";
}

.icon-donut-chart-2:before {
  content: "\ea73";
}

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

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

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

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

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

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

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

.icon-graph-chart-board-down:before {
  content: "\ea7b";
}

.icon-graph-chart-board-up:before {
  content: "\ea7c";
}

.icon-graph-chart-board:before {
  content: "\ea7d";
}

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

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

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

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

.icon-hand-banknote:before {
  content: "\ea82";
}

.icon-hand-banknotes:before {
  content: "\ea83";
}

.icon-hand-bill-1:before {
  content: "\ea84";
}

.icon-hand-bill-2:before {
  content: "\ea85";
}

.icon-hand-coin:before {
  content: "\ea86";
}

.icon-hand-coins:before {
  content: "\ea87";
}

.icon-hand-credit-card:before {
  content: "\ea88";
}

.icon-JPY-circle:before {
  content: "\ea89";
}

.icon-JPY:before {
  content: "\ea8a";
}

.icon-money-bag-coins:before {
  content: "\ea8b";
}

.icon-money-bag:before {
  content: "\ea8c";
}

.icon-money-hierarchy:before {
  content: "\ea8d";
}

.icon-networking:before {
  content: "\ea8e";
}

.icon-pie-chart-1:before {
  content: "\ea8f";
}

.icon-pie-chart-2:before {
  content: "\ea90";
}

.icon-pie-chart-3:before {
  content: "\ea91";
}

.icon-pie-chart-board:before {
  content: "\ea92";
}

.icon-piggy-bank:before {
  content: "\ea93";
}

.icon-presentation:before {
  content: "\ea94";
}

.icon-safe:before {
  content: "\ea95";
}

.icon-search-money:before {
  content: "\ea96";
}

.icon-search-stats:before {
  content: "\ea97";
}

.icon-send-money:before {
  content: "\ea98";
}

.icon-shacking-hands:before {
  content: "\ea99";
}

.icon-speach-buble-money:before {
  content: "\ea9a";
}

.icon-stamp:before {
  content: "\ea9b";
}

.icon-support:before {
  content: "\ea9c";
}

.icon-target-1:before {
  content: "\ea9d";
}

.icon-target-2:before {
  content: "\ea9e";
}

.icon-target-3:before {
  content: "\ea9f";
}

.icon-target-4:before {
  content: "\eaa0";
}

.icon-target-money:before {
  content: "\eaa1";
}

.icon-tasks-1:before {
  content: "\eaa2";
}

.icon-tasks-2:before {
  content: "\eaa3";
}

.icon-tasks-3:before {
  content: "\eaa4";
}

.icon-tasks-checked:before {
  content: "\eaa5";
}

.icon-tie:before {
  content: "\eaa6";
}

.icon-time-money:before {
  content: "\eaa7";
}

.icon-USD-circle:before {
  content: "\eaa8";
}

.icon-USD:before {
  content: "\eaa9";
}

.icon-voucher:before {
  content: "\eaaa";
}

.icon-workflow:before {
  content: "\eaab";
}

.icon-write-check:before {
  content: "\eaac";
}

.icon-alcoohol:before {
  content: "\eaad";
}

.icon-apple-1:before {
  content: "\eaae";
}

.icon-apple-2:before {
  content: "\eaaf";
}

.icon-apple-3:before {
  content: "\eab0";
}

.icon-avocado:before {
  content: "\eab1";
}

.icon-banana:before {
  content: "\eab2";
}

.icon-barbecue:before {
  content: "\eab3";
}

.icon-beer-mug:before {
  content: "\eab4";
}

.icon-beverage:before {
  content: "\eab5";
}

.icon-blender:before {
  content: "\eab6";
}

.icon-bottle-beer:before {
  content: "\eab7";
}

.icon-bottle-milk:before {
  content: "\eab8";
}

.icon-bottle-wine:before {
  content: "\eab9";
}

.icon-bowl:before {
  content: "\eaba";
}

.icon-bread-1:before {
  content: "\eabb";
}

.icon-bread-2:before {
  content: "\eabc";
}

.icon-butcher-knife:before {
  content: "\eabd";
}

.icon-cake:before {
  content: "\eabe";
}

.icon-candy:before {
  content: "\eabf";
}

.icon-carrot:before {
  content: "\eac0";
}

.icon-champagne:before {
  content: "\eac1";
}

.icon-cheese:before {
  content: "\eac2";
}

.icon-chef-hat-1:before {
  content: "\eac3";
}

.icon-chef-hat-2:before {
  content: "\eac4";
}

.icon-chef-knife:before {
  content: "\eac5";
}

.icon-cherry:before {
  content: "\eac6";
}

.icon-chicken:before {
  content: "\eac7";
}

.icon-coconut:before {
  content: "\eac8";
}

.icon-coffee-bean:before {
  content: "\eac9";
}

.icon-coffee-cup:before {
  content: "\eaca";
}

.icon-coffee-mug:before {
  content: "\eacb";
}

.icon-coffeee-machine:before {
  content: "\eacc";
}

.icon-cookie-1:before {
  content: "\eacd";
}

.icon-cookie-2:before {
  content: "\eace";
}

.icon-cooking-pan:before {
  content: "\eacf";
}

.icon-cooking-pot:before {
  content: "\ead0";
}

.icon-cooking-timer-1:before {
  content: "\ead1";
}

.icon-cooking-timer-2:before {
  content: "\ead2";
}

.icon-cooking-timer-3:before {
  content: "\ead3";
}

.icon-cooking-timer-4:before {
  content: "\ead4";
}

.icon-cooking-timer-5:before {
  content: "\ead5";
}

.icon-cooking-timer-6:before {
  content: "\ead6";
}

.icon-cooking-timer-7:before {
  content: "\ead7";
}

.icon-cooking-timer-8:before {
  content: "\ead8";
}

.icon-corkscrew:before {
  content: "\ead9";
}

.icon-croissant:before {
  content: "\eada";
}

.icon-cupcake:before {
  content: "\eadb";
}

.icon-egg:before {
  content: "\eadc";
}

.icon-fast-food:before {
  content: "\eadd";
}

.icon-fire:before {
  content: "\eade";
}

.icon-fork-knife-1:before {
  content: "\eadf";
}

.icon-fork-knife-2:before {
  content: "\eae0";
}

.icon-fork-spoon-knife:before {
  content: "\eae1";
}

.icon-fork-spoon:before {
  content: "\eae2";
}

.icon-fork:before {
  content: "\eae3";
}

.icon-fridge:before {
  content: "\eae4";
}

.icon-fried-egg:before {
  content: "\eae5";
}

.icon-fries:before {
  content: "\eae6";
}

.icon-glass-beer-1:before {
  content: "\eae7";
}

.icon-glass-beer-2:before {
  content: "\eae8";
}

.icon-glass-champagme-1:before {
  content: "\eae9";
}

.icon-glass-champagme-2:before {
  content: "\eaea";
}

.icon-glass-cocktail-1:before {
  content: "\eaeb";
}

.icon-glass-cocktail-2:before {
  content: "\eaec";
}

.icon-glass-water:before {
  content: "\eaed";
}

.icon-glass-wine-1:before {
  content: "\eaee";
}

.icon-glass-wine-2:before {
  content: "\eaef";
}

.icon-glass-wine-3:before {
  content: "\eaf0";
}

.icon-grapes:before {
  content: "\eaf1";
}

.icon-grinder:before {
  content: "\eaf2";
}

.icon-hamburger:before {
  content: "\eaf3";
}

.icon-ice-cream-1:before {
  content: "\eaf4";
}

.icon-ice-cream-2:before {
  content: "\eaf5";
}

.icon-ice-cream-3:before {
  content: "\eaf6";
}

.icon-jam-jar:before {
  content: "\eaf7";
}

.icon-kitchen-glove:before {
  content: "\eaf8";
}

.icon-kitchen-scale:before {
  content: "\eaf9";
}

.icon-knife:before {
  content: "\eafa";
}

.icon-ladle:before {
  content: "\eafb";
}

.icon-lemon:before {
  content: "\eafc";
}

.icon-lollipop-1:before {
  content: "\eafd";
}

.icon-lollipop-2:before {
  content: "\eafe";
}

.icon-meal-time:before {
  content: "\eaff";
}

.icon-meal:before {
  content: "\eb00";
}

.icon-microwave:before {
  content: "\eb01";
}

.icon-mushroom:before {
  content: "\eb02";
}

.icon-pear-1:before {
  content: "\eb03";
}

.icon-pear-2:before {
  content: "\eb04";
}

.icon-pear-apple:before {
  content: "\eb05";
}

.icon-pepper:before {
  content: "\eb06";
}

.icon-pitcher:before {
  content: "\eb07";
}

.icon-pizza:before {
  content: "\eb08";
}

.icon-pretzel:before {
  content: "\eb09";
}

.icon-recipe:before {
  content: "\eb0a";
}

.icon-sausage:before {
  content: "\eb0b";
}

.icon-shake:before {
  content: "\eb0c";
}

.icon-skewer:before {
  content: "\eb0d";
}

.icon-spoon:before {
  content: "\eb0e";
}

.icon-strawberry:before {
  content: "\eb0f";
}

.icon-sushi-1:before {
  content: "\eb10";
}

.icon-sushi-2:before {
  content: "\eb11";
}

.icon-tea-cup:before {
  content: "\eb12";
}

.icon-tea-mug:before {
  content: "\eb13";
}

.icon-teapot-1:before {
  content: "\eb14";
}

.icon-teapot-2:before {
  content: "\eb15";
}

.icon-togo-cup-1:before {
  content: "\eb16";
}

.icon-water-can:before {
  content: "\eb17";
}

.icon-watermelon:before {
  content: "\eb18";
}

.icon-battery-1:before {
  content: "\eb19";
}

.icon-battery-2:before {
  content: "\eb1a";
}

.icon-battery-3:before {
  content: "\eb1b";
}

.icon-battery-4:before {
  content: "\eb1c";
}

.icon-battery-5:before {
  content: "\eb1d";
}

.icon-battery-charging:before {
  content: "\eb1e";
}

.icon-battery-empty:before {
  content: "\eb1f";
}

.icon-battery-fully-charged:before {
  content: "\eb20";
}

.icon-battery-low:before {
  content: "\eb21";
}

.icon-battery-warning:before {
  content: "\eb22";
}

.icon-cable-1:before {
  content: "\eb23";
}

.icon-cable-2:before {
  content: "\eb24";
}

.icon-cd-burn:before {
  content: "\eb25";
}

.icon-cd:before {
  content: "\eb26";
}

.icon-charger-plug-1:before {
  content: "\eb27";
}

.icon-charger-plug-2:before {
  content: "\eb28";
}

.icon-charger-plug-3:before {
  content: "\eb29";
}

.icon-desktop:before {
  content: "\eb2a";
}

.icon-diskette-1:before {
  content: "\eb2b";
}

.icon-diskette-2:before {
  content: "\eb2c";
}

.icon-diskette-3:before {
  content: "\eb2d";
}

.icon-flashdrive:before {
  content: "\eb2e";
}

.icon-gameboy:before {
  content: "\eb2f";
}

.icon-hdd:before {
  content: "\eb30";
}

.icon-imac:before {
  content: "\eb31";
}

.icon-ipod:before {
  content: "\eb32";
}

.icon-iwatch:before {
  content: "\eb33";
}

.icon-joystick-1:before {
  content: "\eb34";
}

.icon-joystick-2:before {
  content: "\eb35";
}

.icon-keyboard-1:before {
  content: "\eb36";
}

.icon-keyboard-2:before {
  content: "\eb37";
}

.icon-laptop-1:before {
  content: "\eb38";
}

.icon-laptop-2:before {
  content: "\eb39";
}

.icon-monitor:before {
  content: "\eb3a";
}

.icon-mouse-1:before {
  content: "\eb3b";
}

.icon-mouse-2:before {
  content: "\eb3c";
}

.icon-mouse-3:before {
  content: "\eb3d";
}

.icon-old-computer:before {
  content: "\eb3e";
}

.icon-old-radio-1:before {
  content: "\eb3f";
}

.icon-old-radio-2:before {
  content: "\eb40";
}

.icon-old-radio-3:before {
  content: "\eb41";
}

.icon-old-telephone:before {
  content: "\eb42";
}

.icon-old-tv-1:before {
  content: "\eb43";
}

.icon-old-tv-2:before {
  content: "\eb44";
}

.icon-outlet:before {
  content: "\eb45";
}

.icon-plug:before {
  content: "\eb46";
}

.icon-printer:before {
  content: "\eb47";
}

.icon-projector:before {
  content: "\eb48";
}

.icon-psp:before {
  content: "\eb49";
}

.icon-remote:before {
  content: "\eb4a";
}

.icon-router:before {
  content: "\eb4b";
}

.icon-security-camera:before {
  content: "\eb4c";
}

.icon-shredder:before {
  content: "\eb4d";
}

.icon-sim-1:before {
  content: "\eb4e";
}

.icon-sim-2:before {
  content: "\eb4f";
}

.icon-smart-watch:before {
  content: "\eb50";
}

.icon-smartphone-3G:before {
  content: "\eb51";
}

.icon-smartphone-4G:before {
  content: "\eb52";
}

.icon-smartphone-desktop:before {
  content: "\eb53";
}

.icon-smartphone-hand-1:before {
  content: "\eb54";
}

.icon-smartphone-hand-2:before {
  content: "\eb55";
}

.icon-smartphone-landscape:before {
  content: "\eb56";
}

.icon-smartphone-laptop:before {
  content: "\eb57";
}

.icon-smartphone-off:before {
  content: "\eb58";
}

.icon-smartphone-orientation:before {
  content: "\eb59";
}

.icon-smartphone-rotate-left:before {
  content: "\eb5a";
}

.icon-smartphone-rotate-right:before {
  content: "\eb5b";
}

.icon-smartphone-tablet-1:before {
  content: "\eb5c";
}

.icon-smartphone-tablet-2:before {
  content: "\eb5d";
}

.icon-smartphone-tablet-desktop:before {
  content: "\eb5e";
}

.icon-smartphone:before {
  content: "\eb5f";
}

.icon-smartphones:before {
  content: "\eb60";
}

.icon-switch:before {
  content: "\eb61";
}

.icon-tablet-desktop:before {
  content: "\eb62";
}

.icon-tablet-landscape:before {
  content: "\eb63";
}

.icon-tablet-orientation-landscape:before {
  content: "\eb64";
}

.icon-tablet-orientation-portrait:before {
  content: "\eb65";
}

.icon-tablet-stylus:before {
  content: "\eb66";
}

.icon-tablet:before {
  content: "\eb67";
}

.icon-tablets:before {
  content: "\eb68";
}

.icon-telephone:before {
  content: "\eb69";
}

.icon-tv:before {
  content: "\eb6a";
}

.icon-usb-wireless:before {
  content: "\eb6b";
}

.icon-web-camera:before {
  content: "\eb6c";
}

.icon-auction:before {
  content: "\eb6d";
}

.icon-barcode-scan:before {
  content: "\eb6e";
}

.icon-barcode:before {
  content: "\eb6f";
}

.icon-basket-add:before {
  content: "\eb70";
}

.icon-basket-checked:before {
  content: "\eb71";
}

.icon-basket-close:before {
  content: "\eb72";
}

.icon-basket-in:before {
  content: "\eb73";
}

.icon-basket-out:before {
  content: "\eb74";
}

.icon-basket-remove:before {
  content: "\eb75";
}

.icon-basket:before {
  content: "\eb76";
}

.icon-cart-1-add:before {
  content: "\eb77";
}

.icon-cart-1-cancel:before {
  content: "\eb78";
}

.icon-cart-1-checked:before {
  content: "\eb79";
}

.icon-cart-1-in:before {
  content: "\eb7a";
}

.icon-cart-1-loaded:before {
  content: "\eb7b";
}

.icon-cart-1-out:before {
  content: "\eb7c";
}

.icon-cart-1-remove:before {
  content: "\eb7d";
}

.icon-cart-1:before {
  content: "\eb7e";
}

.icon-cart-2-add:before {
  content: "\eb7f";
}

.icon-cart-2-cancel:before {
  content: "\eb80";
}

.icon-cart-2-checked:before {
  content: "\eb81";
}

.icon-cart-2-in:before {
  content: "\eb82";
}

.icon-cart-2-loaded:before {
  content: "\eb83";
}

.icon-cart-2-out:before {
  content: "\eb84";
}

.icon-cart-2-remove:before {
  content: "\eb85";
}

.icon-cart-2:before {
  content: "\eb86";
}

.icon-cart-3-loaded:before {
  content: "\eb87";
}

.icon-cart-3:before {
  content: "\eb88";
}

.icon-delivery-1:before {
  content: "\eb89";
}

.icon-delivery-2:before {
  content: "\eb8a";
}

.icon-delivery-3:before {
  content: "\eb8b";
}

.icon-delivery-box-1:before {
  content: "\eb8c";
}

.icon-delivery-box-2:before {
  content: "\eb8d";
}

.icon-discount-circle:before {
  content: "\eb8e";
}

.icon-discount-star:before {
  content: "\eb8f";
}

.icon-handbag:before {
  content: "\eb90";
}

.icon-list-heart:before {
  content: "\eb91";
}

.icon-open-sign:before {
  content: "\eb92";
}

.icon-price-tag:before {
  content: "\eb93";
}

.icon-qr-code:before {
  content: "\eb94";
}

.icon-shop-1:before {
  content: "\eb95";
}

.icon-shop-2-location:before {
  content: "\eb96";
}

.icon-shop-2:before {
  content: "\eb97";
}

.icon-shopping-bag-add:before {
  content: "\eb98";
}

.icon-shopping-bag-ckecked:before {
  content: "\eb99";
}

.icon-shopping-bag-close:before {
  content: "\eb9a";
}

.icon-shopping-bag-heart:before {
  content: "\eb9b";
}

.icon-shopping-bag-remove:before {
  content: "\eb9c";
}

.icon-shopping-bag:before {
  content: "\eb9d";
}

.icon-shopping-tag:before {
  content: "\eb9e";
}

.icon-shopping-tags:before {
  content: "\eb9f";
}

.icon-ticket:before {
  content: "\eba0";
}

.icon-wallet-1:before {
  content: "\eba1";
}

.icon-wallet-add:before {
  content: "\eba2";
}

.icon-wallet-ban:before {
  content: "\eba3";
}

.icon-wallet-cancel:before {
  content: "\eba4";
}

.icon-wallet-info:before {
  content: "\eba5";
}

.icon-wallet-loaded:before {
  content: "\eba6";
}

.icon-wallet-locked:before {
  content: "\eba7";
}

.icon-wallet-remove:before {
  content: "\eba8";
}

.icon-wallet-verified:before {
  content: "\eba9";
}

.icon-wallet:before {
  content: "\ebaa";
}

.icon-airplay:before {
  content: "\ebab";
}

.icon-antena-1:before {
  content: "\ebac";
}

.icon-antena-2:before {
  content: "\ebad";
}

.icon-antena-3:before {
  content: "\ebae";
}

.icon-bluetooth:before {
  content: "\ebaf";
}

.icon-broadcast:before {
  content: "\ebb0";
}

.icon-cloud-backup:before {
  content: "\ebb1";
}

.icon-cloud-check:before {
  content: "\ebb2";
}

.icon-cloud-download:before {
  content: "\ebb3";
}

.icon-cloud-edit:before {
  content: "\ebb4";
}

.icon-cloud-error-2:before {
  content: "\ebb5";
}

.icon-cloud-error:before {
  content: "\ebb6";
}

.icon-cloud-help:before {
  content: "\ebb7";
}

.icon-cloud-hosting:before {
  content: "\ebb8";
}

.icon-cloud-locked:before {
  content: "\ebb9";
}

.icon-cloud-minus:before {
  content: "\ebba";
}

.icon-cloud-music:before {
  content: "\ebbb";
}

.icon-cloud-off:before {
  content: "\ebbc";
}

.icon-cloud-plus:before {
  content: "\ebbd";
}

.icon-cloud-search:before {
  content: "\ebbe";
}

.icon-cloud-settings:before {
  content: "\ebbf";
}

.icon-cloud-share:before {
  content: "\ebc0";
}

.icon-cloud-sync:before {
  content: "\ebc1";
}

.icon-cloud-upload:before {
  content: "\ebc2";
}

.icon-cloud:before {
  content: "\ebc3";
}

.icon-database-backup:before {
  content: "\ebc4";
}

.icon-database-check:before {
  content: "\ebc5";
}

.icon-database-edit:before {
  content: "\ebc6";
}

.icon-database-error:before {
  content: "\ebc7";
}

.icon-database-firewall:before {
  content: "\ebc8";
}

.icon-database-locked:before {
  content: "\ebc9";
}

.icon-database-plus:before {
  content: "\ebca";
}

.icon-database-refresh:before {
  content: "\ebcb";
}

.icon-database-remove:before {
  content: "\ebcc";
}

.icon-database-search:before {
  content: "\ebcd";
}

.icon-database-settings:before {
  content: "\ebce";
}

.icon-database:before {
  content: "\ebcf";
}

.icon-internet-block:before {
  content: "\ebd0";
}

.icon-internet-location:before {
  content: "\ebd1";
}

.icon-internet-lock:before {
  content: "\ebd2";
}

.icon-internet-refresh:before {
  content: "\ebd3";
}

.icon-internet-search:before {
  content: "\ebd4";
}

.icon-internet-settings:before {
  content: "\ebd5";
}

.icon-internet-time:before {
  content: "\ebd6";
}

.icon-internet:before {
  content: "\ebd7";
}

.icon-mobile-hotspot:before {
  content: "\ebd8";
}

.icon-network-desktop:before {
  content: "\ebd9";
}

.icon-network-laptop:before {
  content: "\ebda";
}

.icon-network-smartphone:before {
  content: "\ebdb";
}

.icon-network:before {
  content: "\ebdc";
}

.icon-satelite-signal:before {
  content: "\ebdd";
}

.icon-satelite:before {
  content: "\ebde";
}

.icon-server-backup:before {
  content: "\ebdf";
}

.icon-server-check:before {
  content: "\ebe0";
}

.icon-server-edit:before {
  content: "\ebe1";
}

.icon-server-error:before {
  content: "\ebe2";
}

.icon-server-firewall:before {
  content: "\ebe3";
}

.icon-server-locked:before {
  content: "\ebe4";
}

.icon-server-plus:before {
  content: "\ebe5";
}

.icon-server-refresh:before {
  content: "\ebe6";
}

.icon-server-remove:before {
  content: "\ebe7";
}

.icon-server-search:before {
  content: "\ebe8";
}

.icon-server-settings:before {
  content: "\ebe9";
}

.icon-server:before {
  content: "\ebea";
}

.icon-signal-1:before {
  content: "\ebeb";
}

.icon-signal-2:before {
  content: "\ebec";
}

.icon-signal-4:before {
  content: "\ebed";
}

.icon-usb-1:before {
  content: "\ebee";
}

.icon-usb-2:before {
  content: "\ebef";
}

.icon-wifi-locked:before {
  content: "\ebf0";
}

.icon-wifi-tethering-off:before {
  content: "\ebf1";
}

.icon-wifi-tethering:before {
  content: "\ebf2";
}

.icon-wifi:before {
  content: "\ebf3";
}

.icon-K:before {
  content: "\ebf4";
}

.icon-album-2:before {
  content: "\ebf5";
}

.icon-album:before {
  content: "\ebf6";
}

.icon-albums:before {
  content: "\ebf7";
}

.icon-aperture:before {
  content: "\ebf8";
}

.icon-aspect-ratio:before {
  content: "\ebf9";
}

.icon-audiobook-2:before {
  content: "\ebfa";
}

.icon-audiobook:before {
  content: "\ebfb";
}

.icon-boombox-1:before {
  content: "\ebfc";
}

.icon-boombox-2:before {
  content: "\ebfd";
}

.icon-camcorder:before {
  content: "\ebfe";
}

.icon-camera-focus:before {
  content: "\ebff";
}

.icon-camera-off:before {
  content: "\ec00";
}

.icon-camera-reverse:before {
  content: "\ec01";
}

.icon-camera-swap:before {
  content: "\ec02";
}

.icon-camera-tripod:before {
  content: "\ec03";
}

.icon-camera:before {
  content: "\ec04";
}

.icon-cassette:before {
  content: "\ec05";
}

.icon-CD:before {
  content: "\ec06";
}

.icon-clapperboard:before {
  content: "\ec07";
}

.icon-closed-caption:before {
  content: "\ec08";
}

.icon-director-chair:before {
  content: "\ec09";
}

.icon-earphones-1:before {
  content: "\ec0a";
}

.icon-earphones-2:before {
  content: "\ec0b";
}

.icon-earphones-3:before {
  content: "\ec0c";
}

.icon-eject-circle:before {
  content: "\ec0d";
}

.icon-eject:before {
  content: "\ec0e";
}

.icon-end-circle:before {
  content: "\ec0f";
}

.icon-end:before {
  content: "\ec10";
}

.icon-exposure:before {
  content: "\ec11";
}

.icon-external-flash:before {
  content: "\ec12";
}

.icon-film-1:before {
  content: "\ec13";
}

.icon-film-2:before {
  content: "\ec14";
}

.icon-film-reel:before {
  content: "\ec15";
}

.icon-flash-auto:before {
  content: "\ec16";
}

.icon-flash-off:before {
  content: "\ec17";
}

.icon-flash:before {
  content: "\ec18";
}

.icon-forward-circle:before {
  content: "\ec19";
}

.icon-forward2:before {
  content: "\ec1a";
}

.icon-frame:before {
  content: "\ec1b";
}

.icon-HD:before {
  content: "\ec1c";
}

.icon-headphones-1:before {
  content: "\ec1d";
}

.icon-headphones-2:before {
  content: "\ec1e";
}

.icon-loop-1:before {
  content: "\ec1f";
}

.icon-loop-all:before {
  content: "\ec20";
}

.icon-loop2:before {
  content: "\ec21";
}

.icon-macro:before {
  content: "\ec22";
}

.icon-media-player:before {
  content: "\ec23";
}

.icon-mic-2:before {
  content: "\ec24";
}

.icon-microphone-off:before {
  content: "\ec25";
}

.icon-microphone:before {
  content: "\ec26";
}

.icon-movie-camera:before {
  content: "\ec27";
}

.icon-music-tone-1-off:before {
  content: "\ec28";
}

.icon-music-tone-1:before {
  content: "\ec29";
}

.icon-music-tone-2-off:before {
  content: "\ec2a";
}

.icon-music-tone-2:before {
  content: "\ec2b";
}

.icon-mute:before {
  content: "\ec2c";
}

.icon-panorama:before {
  content: "\ec2d";
}

.icon-pause-circle:before {
  content: "\ec2e";
}

.icon-pause:before {
  content: "\ec2f";
}

.icon-photo-add:before {
  content: "\ec30";
}

.icon-photo-album:before {
  content: "\ec31";
}

.icon-photo:before {
  content: "\ec32";
}

.icon-photos:before {
  content: "\ec33";
}

.icon-play-circle:before {
  content: "\ec34";
}

.icon-play:before {
  content: "\ec35";
}

.icon-playlist-1:before {
  content: "\ec36";
}

.icon-playlist-add:before {
  content: "\ec37";
}

.icon-playlist-audio:before {
  content: "\ec38";
}

.icon-playlist-video:before {
  content: "\ec39";
}

.icon-podcast:before {
  content: "\ec3a";
}

.icon-rec-circle:before {
  content: "\ec3b";
}

.icon-retro-camera:before {
  content: "\ec3c";
}

.icon-rewind-circle:before {
  content: "\ec3d";
}

.icon-rewind:before {
  content: "\ec3e";
}

.icon-rotate-left:before {
  content: "\ec3f";
}

.icon-rotate-right:before {
  content: "\ec40";
}

.icon-SD:before {
  content: "\ec41";
}

.icon-shuffle:before {
  content: "\ec42";
}

.icon-slideshow-1:before {
  content: "\ec43";
}

.icon-slideshow-2:before {
  content: "\ec44";
}

.icon-soundwave:before {
  content: "\ec45";
}

.icon-speaker-1:before {
  content: "\ec46";
}

.icon-speaker-2:before {
  content: "\ec47";
}

.icon-start-circle:before {
  content: "\ec48";
}

.icon-start:before {
  content: "\ec49";
}

.icon-stereo-1:before {
  content: "\ec4a";
}

.icon-stereo-2:before {
  content: "\ec4b";
}

.icon-stop-circle:before {
  content: "\ec4c";
}

.icon-stop:before {
  content: "\ec4d";
}

.icon-turntable:before {
  content: "\ec4e";
}

.icon-video-camera-2:before {
  content: "\ec4f";
}

.icon-video-camera-off:before {
  content: "\ec50";
}

.icon-video-camera:before {
  content: "\ec51";
}

.icon-volume-1:before {
  content: "\ec52";
}

.icon-volume-2:before {
  content: "\ec53";
}

.icon-volume-off:before {
  content: "\ec54";
}

.icon-vumeter:before {
  content: "\ec55";
}

.icon-D-glasses:before {
  content: "\ec56";
}

.icon-armchair:before {
  content: "\ec57";
}

.icon-balloons:before {
  content: "\ec58";
}

.icon-baseball-1:before {
  content: "\ec59";
}

.icon-baseball-2:before {
  content: "\ec5a";
}

.icon-basketball-2:before {
  content: "\ec5b";
}

.icon-basketball:before {
  content: "\ec5c";
}

.icon-binoculars:before {
  content: "\ec5d";
}

.icon-bow-arrow:before {
  content: "\ec5e";
}

.icon-bowling-1:before {
  content: "\ec5f";
}

.icon-bowling-2:before {
  content: "\ec60";
}

.icon-chess-1:before {
  content: "\ec61";
}

.icon-chess-2:before {
  content: "\ec62";
}

.icon-couch:before {
  content: "\ec63";
}

.icon-cutter:before {
  content: "\ec64";
}

.icon-diamond-1:before {
  content: "\ec65";
}

.icon-diamond-2:before {
  content: "\ec66";
}

.icon-diamond-ring:before {
  content: "\ec67";
}

.icon-do-not-disturb:before {
  content: "\ec68";
}

.icon-dress:before {
  content: "\ec69";
}

.icon-duck-toy:before {
  content: "\ec6a";
}

.icon-fireworks:before {
  content: "\ec6b";
}

.icon-fishing:before {
  content: "\ec6c";
}

.icon-fitness:before {
  content: "\ec6d";
}

.icon-flashlight:before {
  content: "\ec6e";
}

.icon-football:before {
  content: "\ec6f";
}

.icon-funnel:before {
  content: "\ec70";
}

.icon-gift:before {
  content: "\ec71";
}

.icon-golf:before {
  content: "\ec72";
}

.icon-guitar:before {
  content: "\ec73";
}

.icon-hammer:before {
  content: "\ec74";
}

.icon-hanger-1:before {
  content: "\ec75";
}

.icon-hanger-2:before {
  content: "\ec76";
}

.icon-hat-1:before {
  content: "\ec77";
}

.icon-hat-2:before {
  content: "\ec78";
}

.icon-hipster-glasses:before {
  content: "\ec79";
}

.icon-iron:before {
  content: "\ec7a";
}

.icon-kg:before {
  content: "\ec7b";
}

.icon-kite:before {
  content: "\ec7c";
}

.icon-lamp-1:before {
  content: "\ec7d";
}

.icon-lamp-2:before {
  content: "\ec7e";
}

.icon-lego-1:before {
  content: "\ec7f";
}

.icon-lego-2:before {
  content: "\ec80";
}

.icon-magic-wand-12:before {
  content: "\ec81";
}

.icon-magic-wand-22:before {
  content: "\ec82";
}

.icon-origami-1:before {
  content: "\ec83";
}

.icon-origami-2:before {
  content: "\ec84";
}

.icon-pants:before {
  content: "\ec85";
}

.icon-pingpong:before {
  content: "\ec86";
}

.icon-pool:before {
  content: "\ec87";
}

.icon-puzzle:before {
  content: "\ec88";
}

.icon-razor:before {
  content: "\ec89";
}

.icon-ribbon-bow:before {
  content: "\ec8a";
}

.icon-safety-pin:before {
  content: "\ec8b";
}

.icon-saw:before {
  content: "\ec8c";
}

.icon-screwdriver:before {
  content: "\ec8d";
}

.icon-scuba:before {
  content: "\ec8e";
}

.icon-shirt:before {
  content: "\ec8f";
}

.icon-shoes:before {
  content: "\ec90";
}

.icon-shovel:before {
  content: "\ec91";
}

.icon-soccer-shoe:before {
  content: "\ec92";
}

.icon-soccer:before {
  content: "\ec93";
}

.icon-swimsuit:before {
  content: "\ec94";
}

.icon-swiss-knife:before {
  content: "\ec95";
}

.icon-t-shirt:before {
  content: "\ec96";
}

.icon-umbrella-open:before {
  content: "\ec97";
}

.icon-underwear:before {
  content: "\ec98";
}

.icon-volleyball:before {
  content: "\ec99";
}

.icon-watering-can:before {
  content: "\ec9a";
}

.icon-wedding-rings:before {
  content: "\ec9b";
}

.icon-whistle:before {
  content: "\ec9c";
}

.icon-wrench-1:before {
  content: "\ec9d";
}

.icon-wrench-2:before {
  content: "\ec9e";
}

.icon-wrench-3:before {
  content: "\ec9f";
}

.icon-wrench-hammer:before {
  content: "\eca0";
}

.icon-wrench-screwdriver-1:before {
  content: "\eca1";
}

.icon-wrench-screwdriver-2:before {
  content: "\eca2";
}

.icon-gag:before {
  content: "\eca3";
}

.icon-px:before {
  content: "\eca4";
}

.icon-after-effects:before {
  content: "\eca5";
}

.icon-aim:before {
  content: "\eca6";
}

.icon-airbnb:before {
  content: "\eca7";
}

.icon-amazon:before {
  content: "\eca8";
}

.icon-android:before {
  content: "\eca9";
}

.icon-apple:before {
  content: "\ecaa";
}

.icon-audition:before {
  content: "\ecab";
}

.icon-bebo:before {
  content: "\ecac";
}

.icon-behance:before {
  content: "\ecad";
}

.icon-blogger:before {
  content: "\ecae";
}

.icon-bridge:before {
  content: "\ecaf";
}

.icon-chrome:before {
  content: "\ecb0";
}

.icon-codepen:before {
  content: "\ecb1";
}

.icon-creativecloud:before {
  content: "\ecb2";
}

.icon-creativemarket:before {
  content: "\ecb3";
}

.icon-delicious:before {
  content: "\ecb4";
}

.icon-deviantart:before {
  content: "\ecb5";
}

.icon-digg:before {
  content: "\ecb6";
}

.icon-dreamweaver:before {
  content: "\ecb7";
}

.icon-dribbble:before {
  content: "\ecb8";
}

.icon-drive:before {
  content: "\ecb9";
}

.icon-dropbox:before {
  content: "\ecba";
}

.icon-envato:before {
  content: "\ecbb";
}

.icon-facebook-messenger:before {
  content: "\ecbc";
}

.icon-facebook:before {
  content: "\ecbd";
}

.icon-finder:before {
  content: "\ecbe";
}

.icon-firefox:before {
  content: "\ecbf";
}

.icon-flash2:before {
  content: "\ecc0";
}

.icon-flicr:before {
  content: "\ecc1";
}

.icon-forrst:before {
  content: "\ecc2";
}

.icon-foursquare:before {
  content: "\ecc3";
}

.icon-git:before {
  content: "\ecc4";
}

.icon-google-play-1:before {
  content: "\ecc5";
}

.icon-google-play-2:before {
  content: "\ecc6";
}

.icon-google-plus:before {
  content: "\ecc7";
}

.icon-hangouts:before {
  content: "\ecc8";
}

.icon-illustrator:before {
  content: "\ecc9";
}

.icon-inbox2:before {
  content: "\ecca";
}

.icon-indesign:before {
  content: "\eccb";
}

.icon-inspect:before {
  content: "\eccc";
}

.icon-instagram:before {
  content: "\eccd";
}

.icon-kickstarter:before {
  content: "\ecce";
}

.icon-lastfm:before {
  content: "\eccf";
}

.icon-linkedin:before {
  content: "\ecd0";
}

.icon-opera:before {
  content: "\ecd1";
}

.icon-osx:before {
  content: "\ecd2";
}

.icon-paypal:before {
  content: "\ecd3";
}

.icon-photoshop:before {
  content: "\ecd4";
}

.icon-picasa:before {
  content: "\ecd5";
}

.icon-pinterest:before {
  content: "\ecd6";
}

.icon-prelude:before {
  content: "\ecd7";
}

.icon-premiere-pro:before {
  content: "\ecd8";
}

.icon-rdio:before {
  content: "\ecd9";
}

.icon-reddit:before {
  content: "\ecda";
}

.icon-rss:before {
  content: "\ecdb";
}

.icon-safari:before {
  content: "\ecdc";
}

.icon-skype:before {
  content: "\ecdd";
}

.icon-soundcloud:before {
  content: "\ecde";
}

.icon-spotify:before {
  content: "\ecdf";
}

.icon-squarespace:before {
  content: "\ece0";
}

.icon-stumble-upon:before {
  content: "\ece1";
}

.icon-tumblr:before {
  content: "\ece2";
}

.icon-twitter:before {
  content: "\ece3";
}

.icon-vimeo-1:before {
  content: "\ece4";
}

.icon-vimeo-2:before {
  content: "\ece5";
}

.icon-vk:before {
  content: "\ece6";
}

.icon-whatsup:before {
  content: "\ece7";
}

.icon-wikipedia:before {
  content: "\ece8";
}

.icon-windows:before {
  content: "\ece9";
}

.icon-wordpress:before {
  content: "\ecea";
}

.icon-xing:before {
  content: "\eceb";
}

.icon-yahoo:before {
  content: "\ecec";
}

.icon-youtube:before {
  content: "\eced";
}

.icon-zerply:before {
  content: "\ecee";
}

.icon-alarm-add:before {
  content: "\ecef";
}

.icon-alarm-off:before {
  content: "\ecf0";
}

.icon-alarm-on:before {
  content: "\ecf1";
}

.icon-alarm:before {
  content: "\ecf2";
}

.icon-calendar-2:before {
  content: "\ecf3";
}

.icon-calendar-check:before {
  content: "\ecf4";
}

.icon-calendar-date-2:before {
  content: "\ecf5";
}

.icon-calendar-date:before {
  content: "\ecf6";
}

.icon-calendar-time:before {
  content: "\ecf7";
}

.icon-calendar:before {
  content: "\ecf8";
}

.icon-clock-2:before {
  content: "\ecf9";
}

.icon-clock:before {
  content: "\ecfa";
}

.icon-compass-1:before {
  content: "\ecfb";
}

.icon-compass-2:before {
  content: "\ecfc";
}

.icon-direction:before {
  content: "\ecfd";
}

.icon-directions-1:before {
  content: "\ecfe";
}

.icon-directions-2:before {
  content: "\ecff";
}

.icon-distance-1:before {
  content: "\ed00";
}

.icon-distance-2:before {
  content: "\ed01";
}

.icon-fast-delivery:before {
  content: "\ed02";
}

.icon-gps-location:before {
  content: "\ed03";
}

.icon-history:before {
  content: "\ed04";
}

.icon-hourglass-1:before {
  content: "\ed05";
}

.icon-hourglass-2:before {
  content: "\ed06";
}

.icon-hourglass-reverse:before {
  content: "\ed07";
}

.icon-infinite-loop:before {
  content: "\ed08";
}

.icon-infinite:before {
  content: "\ed09";
}

.icon-location-1-off:before {
  content: "\ed0a";
}

.icon-location-1-on:before {
  content: "\ed0b";
}

.icon-location-1-search:before {
  content: "\ed0c";
}

.icon-location-2-add:before {
  content: "\ed0d";
}

.icon-location-2-check:before {
  content: "\ed0e";
}

.icon-location-2-delete:before {
  content: "\ed0f";
}

.icon-location-2-off:before {
  content: "\ed10";
}

.icon-location-2-remove:before {
  content: "\ed11";
}

.icon-location-2:before {
  content: "\ed12";
}

.icon-location-3:before {
  content: "\ed13";
}

.icon-location-4:before {
  content: "\ed14";
}

.icon-map-2:before {
  content: "\ed15";
}

.icon-map-location-1:before {
  content: "\ed16";
}

.icon-map-location-2:before {
  content: "\ed17";
}

.icon-map-location-3:before {
  content: "\ed18";
}

.icon-map-location-4:before {
  content: "\ed19";
}

.icon-map-timezone:before {
  content: "\ed1a";
}

.icon-map:before {
  content: "\ed1b";
}

.icon-navigation-1:before {
  content: "\ed1c";
}

.icon-navigation-2:before {
  content: "\ed1d";
}

.icon-phone-location:before {
  content: "\ed1e";
}

.icon-street-location:before {
  content: "\ed1f";
}

.icon-street-view:before {
  content: "\ed20";
}

.icon-timer-1:before {
  content: "\ed21";
}

.icon-timer-2:before {
  content: "\ed22";
}

.icon-wind-direction:before {
  content: "\ed23";
}

.icon-wrist-watch:before {
  content: "\ed24";
}

.icon-anchor:before {
  content: "\ed25";
}

.icon-bicycle:before {
  content: "\ed26";
}

.icon-bicycling:before {
  content: "\ed27";
}

.icon-boat-1:before {
  content: "\ed28";
}

.icon-boat-2:before {
  content: "\ed29";
}

.icon-bus-wifi:before {
  content: "\ed2a";
}

.icon-bus:before {
  content: "\ed2b";
}

.icon-cable-ski:before {
  content: "\ed2c";
}

.icon-car-2:before {
  content: "\ed2d";
}

.icon-car-battery:before {
  content: "\ed2e";
}

.icon-car-key:before {
  content: "\ed2f";
}

.icon-car-parking:before {
  content: "\ed30";
}

.icon-car-service:before {
  content: "\ed31";
}

.icon-car-wash:before {
  content: "\ed32";
}

.icon-car-wifi:before {
  content: "\ed33";
}

.icon-car:before {
  content: "\ed34";
}

.icon-cog:before {
  content: "\ed35";
}

.icon-construction--cone:before {
  content: "\ed36";
}

.icon-construction-barricade:before {
  content: "\ed37";
}

.icon-directions:before {
  content: "\ed38";
}

.icon-elevator-1:before {
  content: "\ed39";
}

.icon-elevator-2:before {
  content: "\ed3a";
}

.icon-escalator-down:before {
  content: "\ed3b";
}

.icon-escalator-up:before {
  content: "\ed3c";
}

.icon-flight-land:before {
  content: "\ed3d";
}

.icon-flight-takeoff:before {
  content: "\ed3e";
}

.icon-forklift:before {
  content: "\ed3f";
}

.icon-fuel:before {
  content: "\ed40";
}

.icon-garage:before {
  content: "\ed41";
}

.icon-gas-station:before {
  content: "\ed42";
}

.icon-gearbox:before {
  content: "\ed43";
}

.icon-helicopter:before {
  content: "\ed44";
}

.icon-helmet-1:before {
  content: "\ed45";
}

.icon-helmet-2:before {
  content: "\ed46";
}

.icon-kids-scooter:before {
  content: "\ed47";
}

.icon-motorcycle:before {
  content: "\ed48";
}

.icon-off-roader:before {
  content: "\ed49";
}

.icon-pickup-truck:before {
  content: "\ed4a";
}

.icon-racing-flag:before {
  content: "\ed4b";
}

.icon-road:before {
  content: "\ed4c";
}

.icon-rudder:before {
  content: "\ed4d";
}

.icon-scooter:before {
  content: "\ed4e";
}

.icon-ship:before {
  content: "\ed4f";
}

.icon-speedometer:before {
  content: "\ed50";
}

.icon-stairs-down:before {
  content: "\ed51";
}

.icon-stairs-up:before {
  content: "\ed52";
}

.icon-supercar:before {
  content: "\ed53";
}

.icon-taxi-1:before {
  content: "\ed54";
}

.icon-taxi-2:before {
  content: "\ed55";
}

.icon-tractor:before {
  content: "\ed56";
}

.icon-traffic-light:before {
  content: "\ed57";
}

.icon-trailer:before {
  content: "\ed58";
}

.icon-train-1:before {
  content: "\ed59";
}

.icon-train-2:before {
  content: "\ed5a";
}

.icon-train-wifi:before {
  content: "\ed5b";
}

.icon-tram:before {
  content: "\ed5c";
}

.icon-truck:before {
  content: "\ed5d";
}

.icon-van:before {
  content: "\ed5e";
}

.icon-wagon:before {
  content: "\ed5f";
}

.icon-aids:before {
  content: "\ed60";
}

.icon-ambulance:before {
  content: "\ed61";
}

.icon-bandage-1:before {
  content: "\ed62";
}

.icon-bandage-2:before {
  content: "\ed63";
}

.icon-blood-1:before {
  content: "\ed64";
}

.icon-blood-2:before {
  content: "\ed65";
}

.icon-brain:before {
  content: "\ed66";
}

.icon-cardio:before {
  content: "\ed67";
}

.icon-cross-circle:before {
  content: "\ed68";
}

.icon-cross-rectangle:before {
  content: "\ed69";
}

.icon-DNA:before {
  content: "\ed6a";
}

.icon-drugs:before {
  content: "\ed6b";
}

.icon-emergency-call:before {
  content: "\ed6c";
}

.icon-emergency:before {
  content: "\ed6d";
}

.icon-first-aid:before {
  content: "\ed6e";
}

.icon-fitness-app:before {
  content: "\ed6f";
}

.icon-handicap:before {
  content: "\ed70";
}

.icon-healthcare:before {
  content: "\ed71";
}

.icon-heart-beat:before {
  content: "\ed72";
}

.icon-hospital-building:before {
  content: "\ed73";
}

.icon-hospital-circle:before {
  content: "\ed74";
}

.icon-hospital-home:before {
  content: "\ed75";
}

.icon-hospital-rectangle:before {
  content: "\ed76";
}

.icon-medical-book:before {
  content: "\ed77";
}

.icon-medical-folder:before {
  content: "\ed78";
}

.icon-medical-tests:before {
  content: "\ed79";
}

.icon-microscope:before {
  content: "\ed7a";
}

.icon-ointment:before {
  content: "\ed7b";
}

.icon-paramedic:before {
  content: "\ed7c";
}

.icon-pharmacy:before {
  content: "\ed7d";
}

.icon-pill-2:before {
  content: "\ed7e";
}

.icon-pill-3:before {
  content: "\ed7f";
}

.icon-pill:before {
  content: "\ed80";
}

.icon-pulse:before {
  content: "\ed81";
}

.icon-spermatosoid:before {
  content: "\ed82";
}

.icon-stethoscope:before {
  content: "\ed83";
}

.icon-stretcher:before {
  content: "\ed84";
}

.icon-surgical-knife:before {
  content: "\ed85";
}

.icon-surgical-scissors:before {
  content: "\ed86";
}

.icon-syringe:before {
  content: "\ed87";
}

.icon-teeth-care:before {
  content: "\ed88";
}

.icon-test-tube-2:before {
  content: "\ed89";
}

.icon-test-tube:before {
  content: "\ed8a";
}

.icon-thermometer-1:before {
  content: "\ed8b";
}

.icon-toilet-paper:before {
  content: "\ed8c";
}

.icon-tooth:before {
  content: "\ed8d";
}

.icon-weight:before {
  content: "\ed8e";
}

.icon-alien:before {
  content: "\ed8f";
}

.icon-biohazard:before {
  content: "\ed90";
}

.icon-bird-house:before {
  content: "\ed91";
}

.icon-bird:before {
  content: "\ed92";
}

.icon-butterfly:before {
  content: "\ed93";
}

.icon-casino-chip:before {
  content: "\ed94";
}

.icon-coffin:before {
  content: "\ed95";
}

.icon-controller-1:before {
  content: "\ed96";
}

.icon-controller-2:before {
  content: "\ed97";
}

.icon-controller-3:before {
  content: "\ed98";
}

.icon-crossed-bones:before {
  content: "\ed99";
}

.icon-day-night:before {
  content: "\ed9a";
}

.icon-death:before {
  content: "\ed9b";
}

.icon-dice:before {
  content: "\ed9c";
}

.icon-dream-house:before {
  content: "\ed9d";
}

.icon-eco-house:before {
  content: "\ed9e";
}

.icon-emoticon-grin:before {
  content: "\ed9f";
}

.icon-emoticon-smile:before {
  content: "\eda0";
}

.icon-emoticon:before {
  content: "\eda1";
}

.icon-exit:before {
  content: "\eda2";
}

.icon-fence:before {
  content: "\eda3";
}

.icon-fir-tree-1:before {
  content: "\eda4";
}

.icon-fir-tree-2:before {
  content: "\eda5";
}

.icon-fire2:before {
  content: "\eda6";
}

.icon-ghost:before {
  content: "\eda7";
}

.icon-hanging:before {
  content: "\eda8";
}

.icon-happy-mask:before {
  content: "\eda9";
}

.icon-house-fire:before {
  content: "\edaa";
}

.icon-house-lightning:before {
  content: "\edab";
}

.icon-house-search:before {
  content: "\edac";
}

.icon-incognito:before {
  content: "\edad";
}

.icon-labyrinth-1:before {
  content: "\edae";
}

.icon-labyrinth-2:before {
  content: "\edaf";
}

.icon-leaf:before {
  content: "\edb0";
}

.icon-lighthouse:before {
  content: "\edb1";
}

.icon-love:before {
  content: "\edb2";
}

.icon-middle-finger:before {
  content: "\edb3";
}

.icon-moon:before {
  content: "\edb4";
}

.icon-moustache:before {
  content: "\edb5";
}

.icon-no-smoking:before {
  content: "\edb6";
}

.icon-pacman:before {
  content: "\edb7";
}

.icon-plant:before {
  content: "\edb8";
}

.icon-playing-cards:before {
  content: "\edb9";
}

.icon-poison:before {
  content: "\edba";
}

.icon-pong:before {
  content: "\edbb";
}

.icon-poo:before {
  content: "\edbc";
}

.icon-pool2:before {
  content: "\edbd";
}

.icon-radioactive:before {
  content: "\edbe";
}

.icon-recycle:before {
  content: "\edbf";
}

.icon-robot-1:before {
  content: "\edc0";
}

.icon-robot-2:before {
  content: "\edc1";
}

.icon-rock:before {
  content: "\edc2";
}

.icon-run:before {
  content: "\edc3";
}

.icon-sad-mask:before {
  content: "\edc4";
}

.icon-scythe:before {
  content: "\edc5";
}

.icon-Shape515:before {
  content: "\edc6";
}

.icon-Shape516:before {
  content: "\edc7";
}

.icon-shooting-star:before {
  content: "\edc8";
}

.icon-skull:before {
  content: "\edc9";
}

.icon-smoking:before {
  content: "\edca";
}

.icon-snow-flake:before {
  content: "\edcb";
}

.icon-snow-man:before {
  content: "\edcc";
}

.icon-steps:before {
  content: "\edcd";
}

.icon-sun:before {
  content: "\edce";
}

.icon-tetris:before {
  content: "\edcf";
}

.icon-theatre-masks:before {
  content: "\edd0";
}

.icon-tombstone:before {
  content: "\edd1";
}

.icon-tree:before {
  content: "\edd2";
}

.icon-ufo:before {
  content: "\edd3";
}

.icon-unicorn:before {
  content: "\edd4";
}

.icon-vigilante:before {
  content: "\edd5";
}

.icon-wall:before {
  content: "\edd6";
}

.icon-wheat:before {
  content: "\edd7";
}

.icon-account-book-1:before {
  content: "\edd8";
}

.icon-account-book-female:before {
  content: "\edd9";
}

.icon-account-book-male:before {
  content: "\edda";
}

.icon-contatcs:before {
  content: "\eddb";
}

.icon-female-sign:before {
  content: "\eddc";
}

.icon-head-brainstorming:before {
  content: "\eddd";
}

.icon-head-idea:before {
  content: "\edde";
}

.icon-head-money:before {
  content: "\eddf";
}

.icon-head-question:before {
  content: "\ede0";
}

.icon-head-search:before {
  content: "\ede1";
}

.icon-head-settings:before {
  content: "\ede2";
}

.icon-head-speech:before {
  content: "\ede3";
}

.icon-head-time:before {
  content: "\ede4";
}

.icon-head:before {
  content: "\ede5";
}

.icon-ID-card:before {
  content: "\ede6";
}

.icon-male-sign:before {
  content: "\ede7";
}

.icon-people-female:before {
  content: "\ede8";
}

.icon-people-idea:before {
  content: "\ede9";
}

.icon-people-male:before {
  content: "\edea";
}

.icon-people-money:before {
  content: "\edeb";
}

.icon-people-question:before {
  content: "\edec";
}

.icon-people-speech-1:before {
  content: "\eded";
}

.icon-people-speech-2:before {
  content: "\edee";
}

.icon-people-target:before {
  content: "\edef";
}

.icon-people-time:before {
  content: "\edf0";
}

.icon-people:before {
  content: "\edf1";
}

.icon-public-speaking:before {
  content: "\edf2";
}

.icon-rolodex-2:before {
  content: "\edf3";
}

.icon-rolodex:before {
  content: "\edf4";
}

.icon-team-1:before {
  content: "\edf5";
}

.icon-team-2:before {
  content: "\edf6";
}

.icon-team-3:before {
  content: "\edf7";
}

.icon-team-hierarchy:before {
  content: "\edf8";
}

.icon-useer-male-picture:before {
  content: "\edf9";
}

.icon-user-add:before {
  content: "\edfa";
}

.icon-user-check:before {
  content: "\edfb";
}

.icon-user-circle:before {
  content: "\edfc";
}

.icon-user-delete:before {
  content: "\edfd";
}

.icon-user-female-add:before {
  content: "\edfe";
}

.icon-user-female-check:before {
  content: "\edff";
}

.icon-user-female-circle:before {
  content: "\ee00";
}

.icon-user-female-delete:before {
  content: "\ee01";
}

.icon-user-female-edit:before {
  content: "\ee02";
}

.icon-user-female-options:before {
  content: "\ee03";
}

.icon-user-female-picture-add:before {
  content: "\ee04";
}

.icon-user-female-picture:before {
  content: "\ee05";
}

.icon-user-female-pictures:before {
  content: "\ee06";
}

.icon-user-female-portrait:before {
  content: "\ee07";
}

.icon-user-female-profile:before {
  content: "\ee08";
}

.icon-user-female-settings:before {
  content: "\ee09";
}

.icon-user-female-speech-1:before {
  content: "\ee0a";
}

.icon-user-female-speech-2:before {
  content: "\ee0b";
}

.icon-user-female:before {
  content: "\ee0c";
}

.icon-user-male-add:before {
  content: "\ee0d";
}

.icon-user-male-check:before {
  content: "\ee0e";
}

.icon-user-male-circle:before {
  content: "\ee0f";
}

.icon-user-male-delete:before {
  content: "\ee10";
}

.icon-user-male-edit:before {
  content: "\ee11";
}

.icon-user-male-options:before {
  content: "\ee12";
}

.icon-user-male-picture-add:before {
  content: "\ee13";
}

.icon-user-male-pictures:before {
  content: "\ee14";
}

.icon-user-male-portrait:before {
  content: "\ee15";
}

.icon-user-male-profile:before {
  content: "\ee16";
}

.icon-user-male-settings:before {
  content: "\ee17";
}

.icon-user-male-speech-1:before {
  content: "\ee18";
}

.icon-user-male-speech-2:before {
  content: "\ee19";
}

.icon-user-male:before {
  content: "\ee1a";
}

.icon-user-picture-1:before {
  content: "\ee1b";
}

.icon-user-picture-2:before {
  content: "\ee1c";
}

.icon-user-picture-add:before {
  content: "\ee1d";
}

.icon-user-profile-1:before {
  content: "\ee1e";
}

.icon-user-profile-2:before {
  content: "\ee1f";
}

.icon-user-search-2:before {
  content: "\ee20";
}

.icon-user-target:before {
  content: "\ee21";
}

.icon-user:before {
  content: "\ee22";
}

.icon-users-male-female:before {
  content: "\ee23";
}

.icon-users-male:before {
  content: "\ee24";
}

.icon-users:before {
  content: "\ee25";
}

.icon-VIP-card:before {
  content: "\ee26";
}

.icon-badge-1:before {
  content: "\ee27";
}

.icon-badge-2:before {
  content: "\ee28";
}

.icon-crown:before {
  content: "\ee29";
}

.icon-diploma-1:before {
  content: "\ee2a";
}

.icon-diploma-2:before {
  content: "\ee2b";
}

.icon-diploma-3:before {
  content: "\ee2c";
}

.icon-flag-1:before {
  content: "\ee2d";
}

.icon-flag-2:before {
  content: "\ee2e";
}

.icon-flag-3:before {
  content: "\ee2f";
}

.icon-flag-4:before {
  content: "\ee30";
}

.icon-heart-broken:before {
  content: "\ee31";
}

.icon-heart:before {
  content: "\ee32";
}

.icon-hearts:before {
  content: "\ee33";
}

.icon-like-2:before {
  content: "\ee34";
}

.icon-like:before {
  content: "\ee35";
}

.icon-medal-1:before {
  content: "\ee36";
}

.icon-medal-2:before {
  content: "\ee37";
}

.icon-medal-3:before {
  content: "\ee38";
}

.icon-medal-4:before {
  content: "\ee39";
}

.icon-medal-5:before {
  content: "\ee3a";
}

.icon-medal-6:before {
  content: "\ee3b";
}

.icon-olympic-torch:before {
  content: "\ee3c";
}

.icon-podium:before {
  content: "\ee3d";
}

.icon-star-circle:before {
  content: "\ee3e";
}

.icon-star-plus:before {
  content: "\ee3f";
}

.icon-star:before {
  content: "\ee40";
}

.icon-trophy-1:before {
  content: "\ee41";
}

.icon-trophy-2:before {
  content: "\ee42";
}

.icon-trophy-3:before {
  content: "\ee43";
}

.icon-unlike-2:before {
  content: "\ee44";
}

.icon-unlike:before {
  content: "\ee45";
}

.icon-verification:before {
  content: "\ee46";
}

.icon-votes-2:before {
  content: "\ee47";
}

.icon-votes:before {
  content: "\ee48";
}

.icon-binary-code:before {
  content: "\ee49";
}

.icon-bug-fixed:before {
  content: "\ee4a";
}

.icon-bug-search:before {
  content: "\ee4b";
}

.icon-bug:before {
  content: "\ee4c";
}

.icon-code-1:before {
  content: "\ee4d";
}

.icon-code-2:before {
  content: "\ee4e";
}

.icon-code-3:before {
  content: "\ee4f";
}

.icon-CPU-overclock:before {
  content: "\ee50";
}

.icon-CPU:before {
  content: "\ee51";
}

.icon-firewall-1:before {
  content: "\ee52";
}

.icon-firewall-allert:before {
  content: "\ee53";
}

.icon-firewall-block:before {
  content: "\ee54";
}

.icon-firewall-disable:before {
  content: "\ee55";
}

.icon-firewall-done:before {
  content: "\ee56";
}

.icon-firewall-help:before {
  content: "\ee57";
}

.icon-firewall-refresh:before {
  content: "\ee58";
}

.icon-firewall-star:before {
  content: "\ee59";
}

.icon-firewall:before {
  content: "\ee5a";
}

.icon-hierarchy-structure-1:before {
  content: "\ee5b";
}

.icon-hierarchy-structure-2:before {
  content: "\ee5c";
}

.icon-hierarchy-structure-3:before {
  content: "\ee5d";
}

.icon-hierarchy-structure-4:before {
  content: "\ee5e";
}

.icon-hierarchy-structure-5:before {
  content: "\ee5f";
}

.icon-hierarchy-structure-6:before {
  content: "\ee60";
}

.icon-html-5:before {
  content: "\ee61";
}

.icon-link-1-add:before {
  content: "\ee62";
}

.icon-link-1-broken:before {
  content: "\ee63";
}

.icon-link-1-remove:before {
  content: "\ee64";
}

.icon-link-1:before {
  content: "\ee65";
}

.icon-link-2-broken:before {
  content: "\ee66";
}

.icon-link-2:before {
  content: "\ee67";
}

.icon-link-3-broken:before {
  content: "\ee68";
}

.icon-link-3:before {
  content: "\ee69";
}

.icon-search-stats2:before {
  content: "\ee6a";
}

.icon-window-404:before {
  content: "\ee6b";
}

.icon-window-binary-code:before {
  content: "\ee6c";
}

.icon-window-bookmark:before {
  content: "\ee6d";
}

.icon-window-code:before {
  content: "\ee6e";
}

.icon-window-console:before {
  content: "\ee6f";
}

.icon-window-content:before {
  content: "\ee70";
}

.icon-window-cursor:before {
  content: "\ee71";
}

.icon-window-edit:before {
  content: "\ee72";
}

.icon-window-layout:before {
  content: "\ee73";
}

.icon-window-loading:before {
  content: "\ee74";
}

.icon-window-lock:before {
  content: "\ee75";
}

.icon-window-refresh:before {
  content: "\ee76";
}

.icon-window-search:before {
  content: "\ee77";
}

.icon-window-settings:before {
  content: "\ee78";
}

.icon-window-user:before {
  content: "\ee79";
}

.icon-window:before {
  content: "\ee7a";
}

.icon-windows-open:before {
  content: "\ee7b";
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
@-webkit-keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveVertical {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveVertical {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveHorizontal {
  0% {}

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {}

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUp {
  0% {}

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {}

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fallPerspective {
  0% {}

  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  0% {}

  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fly {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes helix {
  0% {}

  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  0% {}

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes popUp {
  0% {}

  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {}

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.tm-animation {
  opacity: 0;
}

.tm-animation.fade-in.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
}

.tm-animation.move-up.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-down.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-left.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.move-right.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.scale-up.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-animation.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-animation.fall-perspective.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}

.tm-animation.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-animation.fly.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

.tm-animation.flip.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

.tm-animation.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-animation.helix.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}

.tm-animation.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-animation.pop-up.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}

.embed-responsive,
.video-player {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive iframe,
.video-player iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9,
.video-player {
  padding-bottom: 56.25%;
}

.instagram-media {
  max-width: 100% !important;
}

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.line-height-0 {
  line-height: 0;
}

.font-size-inherit {
  font-size: inherit !important;
}

.zindex2 {
  position: relative;
  z-index: 2 !important;
}

.rev_slider .slide-overlay-style-01 .slotholder:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background: #1a237e;
  background: -webkit-gradient(linear, top left, top right, color-stop(30%, #1a237e), color-stop(80%, #c21065));
  background: -moz-linear-gradient(top, #1a237e 30%, #c21065 80%);
  background: -webkit-linear-gradient(top, #1a237e 30%, #c21065 80%);
  background: -o-linear-gradient(top, #1a237e 30%, #c21065 80%);
  background: -ms-linear-gradient(top, #1a237e 30%, #c21065 80%);
  background: linear-gradient(top, #1a237e 30%, #c21065 80%);
  content: "";
  opacity: .9;
  pointer-events: none;
}

@keyframes textAnimation01 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0% 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0% 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@keyframes textAnimation02 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

@keyframes textAnimation03 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
}

@keyframes textAnimation04 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Begin Make footer always bottom of page */
@media only screen and (min-width: 1024px) {
  #footer-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .page-footer-parallax:not(.page-template-one-page-scroll) {
    height: 100%;
  }

  .page-footer-parallax:not(.page-template-one-page-scroll) .site {
    min-height: 100%;
    position: static;
  }

  .page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
    position: relative;
    z-index: 3;
    background: inherit;
  }

  .page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-footer-parallax:not(.header04) .site {
    background-color: inherit;
  }
}

body {
  background-size: cover;
}

.site {
  overflow: hidden;
  word-wrap: break-word;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.post-password-form input[type=submit] {
  display: block;
  margin: 30px auto 0;
}

.tm-box-content {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eee;
  background-color: #fff;
}

.blog .page-content {
  background-color: #f5f5f5;
}

.single-post .page-content {
  background-color: #f5f5f5;
}

.single-post .page-main-content {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.single-post .page-main-content>.post .post-inner {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 65px 30px 0;
}

.single-post .page-main-content .entry-header {
  text-align: center;
  margin-bottom: 35px;
}

.single-post .page-main-content .entry-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.single-post .page-main-content .post-date {
  color: #999;
  font-size: 13px;
}

.single-post .page-main-content .entry-content {
  margin-bottom: 35px;
}

.single-post .page-main-content .entry-author {
  display: flex;
  padding: 45px 42px 40px;
  background: #fff;
  margin-top: 30px;
}

.single-post .page-main-content .entry-author .author-avatar {
  min-width: 120px;
  width: 120px;
}

.single-post .page-main-content .entry-author .author-avatar img {
  border-radius: 50%;
}

.single-post .page-main-content .entry-author .author-description {
  margin-left: 40px;
}

.single-post .page-main-content .entry-author .author-name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.single-post .page-main-content .entry-author .author-role {
  text-transform: capitalize;
  font-size: 14px;
}

.single-post .page-main-content .entry-author .author-biographical-info {
  margin-top: 15px;
  line-height: 1.5;
}

.single-post .page-main-content .entry-author .author-social-networks {
  margin: 14px -10px 0;
}

.single-post .page-main-content .entry-author .author-social-networks a {
  display: block;
  float: left;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1;
}

.single-post .page-main-content .post-thumbnail {
  text-align: center;
}

.single-post .page-main-content .post-tags h6 {
  display: inline-block;
  margin-right: 12px;
  font-weight: 600;
  font-size: 14px;
}

.single-post .page-main-content .post-tags a {
  display: inline-block;
  padding: 3px 0;
  color: inherit;
}

.single-post .post-categories {
  margin-bottom: 15px;
}

.single-post .post-categories a {
  color: inherit;
  font-size: 14px;
}

.single-post .post-meta {
  font-size: 16px;
}

.single-post .post-meta>div {
  display: inline-block;
}

.single-post .entry-footer {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.single-post .post-audio {
  margin-bottom: -8px;
}

.single-post .post-audio iframe {
  width: 100%;
  height: 170px;
  border: 0;
}

.single-post .post-link {
  padding: 50px 35px;
}

.single-post .post-link a {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
}

.single-post .post-link a:hover {
  color: #fff;
}

.single-post .post-feature img {
  margin-bottom: 46px;
}

.single-post .post-feature .post-quote {
  padding: 50px 40px;
  position: relative;
}

.single-post .post-feature .post-quote:before {
  content: '”';
  font-family: Poppins;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: calc(100% - 50px);
  right: 30px;
}

.single-post .post-feature .post-quote .post-quote-text {
  margin-bottom: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.single-post .post-feature .post-quote .post-quote-name {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.single-post .post-feature .post-quote .post-quote-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  content: '';
  transform: translateY(-50%);
}

.single-post .post-feature .post-quote .post-quote-name a {
  color: #fff;
}

.single-post .format-gallery .swiper-pagination {
  bottom: 27px;
}

.single-post .format-gallery .swiper-pagination .swiper-pagination-bullet:before {
  background-color: #fff;
}

.single-post .post-share {
  text-align: left;
}

@media (min-width: 768px) {
  .single-post .post-share {
    margin: 0 -8px;
    text-align: right;
  }
}

.single-post .post-share h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}

.single-post .post-share a {
  display: inline-block;
  padding: 6px 8px;
  font-size: 16px;
}

.single-post .blog-header-image {
  position: relative;
  padding: 350px 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-post .blog-header-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.single-post .blog-header-image .entry-title {
  color: #fff;
  letter-spacing: -.03em;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.single-post .blog-header-image .entry-content {
  margin-top: 0;
}

.single-post .blog-header-image .post-meta {
  color: #fff;
}

.single-post .blog-header-image .page-breadcrumb {
  position: absolute;
  bottom: 52px;
  width: 100%;
  text-align: center;
}

.single-post .blog-header-image .insight_core_breadcrumb li,
.single-post .blog-header-image .insight_core_breadcrumb a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.single-post .blog-header-image .post-categories {
  font-weight: 500;
}

.single-post .related-posts-wrap {
  margin-top: 30px;
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  background-color: #fff;
  padding: 38px 30px 50px;
}

.single-post .related-posts-wrap .related-title {
  margin-bottom: 38px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  line-height: 1.3;
}

.single-post .related-posts .related-post-item .post-feature img {
  margin-bottom: 0;
}

.single-post .related-posts .post-item-wrapper {
  position: relative;
  z-index: 1;
}

.single-post .related-posts.tm-swiper {
  margin-bottom: 30px;
}

.single-post .related-posts.tm-swiper .swiper-pagination {
  margin-top: 0;
  bottom: -30px;
}

.single-post .related-posts.tm-swiper .swiper-pagination-bullet-active:before {
  width: 50%;
  height: 50%;
}

.single-post .post-navigation {
  margin-top: 30px;
}

.single-post .post-navigation a {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 992px) {
  .page-has-no-sidebar .page-content>.container>.row {
    justify-content: center;
  }

  .page-has-no-sidebar .page-main-content {
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }
}

@media (max-width: 991px) {
  .single-post .page-main-content .entry-author {
    padding: 30px;
  }

  .single-post .blog-header-image {
    padding: 250px 0;
  }
}

@media (max-width: 767px) {
  .single-post .page-main-content .entry-title {
    font-size: 24px;
  }

  .single-post .page-main-content .entry-content {
    margin-bottom: 50px;
  }

  .single-post .page-main-content .entry-author {
    display: block;
    margin-bottom: 35px;
    padding: 30px;
  }

  .single-post .page-main-content .entry-author .author-avatar {
    margin-bottom: 30px;
    min-width: 130px;
    width: 130px;
  }

  .single-post .page-main-content .entry-author .author-description {
    margin-left: 0;
  }

  .single-post .blog-header-image {
    padding: 200px 0;
  }

  .single-post .blog-header-image .entry-title {
    font-size: 40px;
  }
}

@media (max-width: 543px) {
  .single-post .blog-header-image {
    padding: 150px 0;
  }

  .single-post .blog-header-image .entry-title {
    font-size: 30px;
  }
}

.single-portfolio .post-video {
  margin-bottom: 93px;
}

.single-portfolio .post-share {
  margin: 0 -8px;
}

.single-portfolio .post-share a {
  padding: 0 8px;
  font-size: 16px;
}

.single-portfolio .portfolio-title {
  margin-bottom: 25px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #1f1f1f;
}

.single-portfolio .portfolio-link a {
  word-wrap: break-word;
}

.single-portfolio .portfolio-categories {
  margin-bottom: 43px;
  font-weight: 500;
  font-size: 16px;
}

.single-portfolio .portfolio-categories a {
  color: inherit;
  font-size: inherit;
}

.single-portfolio .swiper-nav-button {
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
}

.single-portfolio .swiper-nav-button:hover {
  color: #ffffff;
}

.single-portfolio .swiper-button-prev {
  left: 50px;
}

.single-portfolio .swiper-button-next {
  right: 50px;
}

.single-portfolio .related-portfolio-title {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 30px;
}

.single-portfolio .related-portfolio-wrap .tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 50%;
  height: 50%;
}

.single-portfolio .related-post-item .post-thumbnail>img {
  width: 100%;
}

.single-portfolio .related-post-item .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.single-portfolio .related-post-item .post-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.single-portfolio .related-post-item .post-overlay-content-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.single-portfolio .related-post-item .post-overlay-info {
  display: table-cell;
  vertical-align: middle;
}

.single-portfolio .related-post-item .post-overlay-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateY(-20px);
  margin-bottom: 10px;
}

.single-portfolio .related-post-item .post-overlay-title a {
  color: inherit;
  font-size: inherit;
}

.single-portfolio .related-post-item .post-overlay-categories {
  margin-bottom: 7px;
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateY(20px);
}

.single-portfolio .related-post-item .post-overlay-categories a {
  color: inherit;
  font-weight: 500;
  font-size: 14px;
}

.single-portfolio .related-post-item:hover .post-thumbnail {
  overflow: hidden;
}

.single-portfolio .related-post-item:hover .post-thumbnail img {
  transform: scale3d(1.2, 1.2, 1.2);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-portfolio .related-post-item:hover .post-overlay {
  visibility: visible;
  opacity: .9;
}

.single-portfolio .related-post-item:hover .post-overlay-content {
  visibility: visible;
  opacity: 1;
}

.single-portfolio .related-post-item:hover .post-overlay-title,
.single-portfolio .related-post-item:hover .post-overlay-categories {
  opacity: 1;
  transition: .5s ease-out .3s;
  transform: translateY(0);
}

.portfolio-nav {
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-top: 67px;
}

.portfolio-nav:before,
.portfolio-nav:after {
  content: '';
  display: block;
  width: 1000px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: -1px;
  bottom: -1px;
}

.portfolio-nav:before {
  left: 100%;
}

.portfolio-nav:after {
  right: 100%;
}

.portfolio-nav .title,
.portfolio-nav .cats {
  display: block;
}

.portfolio-nav .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.portfolio-nav .cats {
  font-size: 14px;
}

.portfolio-nav .cats a {
  color: inherit;
}

.portfolio-nav .prev-portfolio,
.portfolio-nav .next-portfolio {
  display: flex;
  align-items: center;
}

.portfolio-nav .prev-portfolio .icon:before,
.portfolio-nav .next-portfolio .icon:before {
  content: "\e684";
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  font-weight: normal;
  color: #bbb;
}

.portfolio-nav .prev-portfolio .icon {
  margin-left: -22px;
}

.portfolio-nav .prev-portfolio .icon:before {
  content: "\e686";
}

.portfolio-nav .next-portfolio {
  justify-content: flex-end;
}

.portfolio-nav .next-portfolio .icon {
  margin-right: -22px;
}

.single-portfolio-style-right_details .portfolio-details-style1 .feature-wrap {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .single-portfolio-style-right_details .portfolio-details-style1>.col-md-4 {
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .single-portfolio-style-right_details .portfolio-details-style1>.col-md-4 {
    padding-left: 70px;
  }
}

.single-portfolio-style-left_details .portfolio-details-style1 .feature-wrap {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .single-portfolio-style-left_details .portfolio-details-style1>.col-md-4 {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .single-portfolio-style-left_details .portfolio-details-style1>.col-md-4 {
    padding-right: 70px;
  }
}

.single-portfolio-style-top_details .portfolio-thumbnail {
  margin-bottom: 10px;
}

.single-portfolio-style-top_details .portfolio-details-gallery .gallery-item {
  margin-bottom: 0;
}

.single-portfolio-style-top_details .feature-wrap {
  margin-top: 80px;
}

.single-portfolio-style-bottom_details .portfolio-thumbnail {
  margin-bottom: 10px;
}

.single-portfolio-style-bottom_details .portfolio-details-gallery .gallery-item {
  margin-bottom: 0;
}

.single-portfolio-style-bottom_details .feature-wrap {
  margin-bottom: 80px;
}

.single-portfolio-style-fullscreen .page-content {
  padding: 0;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-container {
  height: 100vh;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-slide {
  min-width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-nav-button {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto !important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  line-height: 80px;
  font-size: 60px;
  color: #222;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-nav-button:hover {
  color: #fff;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-nav-button .nav-button-icon {
  height: 60px;
}

.single-portfolio-style-fullscreen .tm-swiper .swiper-button-prev {
  right: 80px;
  width: 81px;
  border-right: 1px solid #eeeeee;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas {
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 9998;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  transition: all .3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.single-portfolio-style-fullscreen .portfolio-details-canvas.open {
  left: 0 !important;
  overflow-y: auto;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas.open .btn-open {
  right: 0;
  left: calc(50% - 90px);
  box-shadow: none;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas.open .btn-open .close-icon {
  display: inline-block;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas.open .btn-open .open-icon {
  display: none;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9999;
  width: 90px;
  height: 240px;
  background: #ffffff;
  font-size: 16px;
  line-height: 90px;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transform: translate(0, -50%);
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open div {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open i {
  margin-right: 20px;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open .close-icon {
  display: none;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .content {
  padding: 120px 110px;
}

.single-portfolio-style-fullscreen .portfolio-details-canvas .content .portfolio-details-heading {
  margin-bottom: 25px;
  font-size: 36px;
}

.single-portfolio-style-fullscreen .return-prev-page {
  position: fixed;
  top: 50px;
  right: 60px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.single-portfolio-style-fullscreen .return-prev-page:before,
.single-portfolio-style-fullscreen .return-prev-page:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 70px;
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.single-portfolio-style-fullscreen .return-prev-page:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.single-portfolio-style-fullscreen .return-prev-page:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.single-portfolio-style-fullscreen .portfolio-details-social {
  padding: 25px 0 0;
}

@media (max-width: 767px) {
  .single-portfolio-style-fullscreen .swiper-nav-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }

  .single-portfolio-style-fullscreen .swiper-button-prev {
    right: 50px;
  }

  .single-portfolio-style-fullscreen .swiper-button-next {
    right: 0;
  }

  .single-portfolio-style-fullscreen .portfolio-details-canvas {
    width: 80%;
    left: -80%;
  }

  .single-portfolio-style-fullscreen .portfolio-details-canvas .content {
    padding: 30px 60px 30px 30px;
  }

  .single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open {
    height: 160px;
    width: 50px;
  }

  .single-portfolio-style-fullscreen .portfolio-details-canvas .btn-open i {
    margin-right: 10px;
  }

  .single-portfolio-style-fullscreen .portfolio-details-canvas.open .btn-open {
    left: calc(80% - 50px);
  }

  .single-portfolio-style-fullscreen .return-prev-page {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .single-portfolio-style-fullscreen .return-prev-page:before,
  .single-portfolio-style-fullscreen .return-prev-page:after {
    width: 55px;
  }

  .single-portfolio-style-fullscreen .portfolio-details-heading {
    font-size: 24px;
  }

  .single-portfolio-style-fullscreen .portfolio-details-social .post-view,
  .single-portfolio-style-fullscreen .portfolio-details-social .post-likes {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
}

.single-portfolio-style-gallery .portfolio-details-list li,
.single-portfolio-style-video .portfolio-details-list li,
.single-portfolio-style-slider .portfolio-details-list li {
  display: inline-block;
}

.single-portfolio-style-gallery .portfolio-details-list,
.single-portfolio-style-video .portfolio-details-list,
.single-portfolio-style-slider .portfolio-details-list {
  padding-top: 24px;
  border-top: 0;
}

.single-portfolio-style-gallery .portfolio-details-content,
.single-portfolio-style-video .portfolio-details-content,
.single-portfolio-style-slider .portfolio-details-content {
  margin-bottom: 30px;
}

.single-portfolio-style-gallery .portfolio-details-social {
  margin-bottom: 55px;
}

.portfolio-details-style4 .tm-swiper {
  margin-bottom: 100px;
}

.portfolio-details-content {
  margin-bottom: 38px;
}

.portfolio-details-list {
  margin: 0;
  padding: 10px 0 8px;
}

.portfolio-details-list::after {
  content: "";
  display: table;
  clear: both;
}

.portfolio-details-list li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.portfolio-details-list label,
.portfolio-details-list span {
  display: block;
}

.portfolio-details-list label {
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.portfolio-details-gallery a {
  display: block;
  color: #999;
}

.portfolio-details-gallery img+img {
  margin-top: 30px;
}

.portfolio-details-gallery .gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: .9;
}

.portfolio-details-gallery .gallery-item img {
  width: 100%;
}

.portfolio-details-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.portfolio-details-gallery .overlay>div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 32px;
  transform: translate(-50%, -50%);
}

.single-portfolio-style-slider .tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 50%;
  height: 50%;
}

.portfolio-details-social {
  padding: 20px 0 30px;
  border-top: 1px solid #dddddd;
}

.portfolio-details-social .post-view,
.portfolio-details-social .post-likes {
  float: right;
  font-size: 15px;
}

.portfolio-details-social .post-view {
  color: #333333;
}

.portfolio-details-social .post-view i {
  color: #aaaaaa;
}

.portfolio-details-social .post-likes {
  margin-left: 15px;
}

.portfolio-details-social .post-likes .sl-button {
  padding-right: 0;
}

.portfolio-details-social .post-likes .sl-icon {
  margin-right: 8px;
}

.portfolio-details-social .post-likes .loader {
  margin-left: 10px;
}

.portfolio-details-social .post-likes a,
.portfolio-details-social .post-likes a.liked {
  color: #de4630;
}

.portfolio-feature {
  margin-bottom: 78px;
}

.single-portfolio-style-6 .page-content {
  padding: 0;
}

.single-portfolio-style-6 .tm-swiper .swiper-container {
  height: 100vh;
}

.single-portfolio-style-6 .tm-swiper .swiper-slide {
  min-width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-portfolio-style-6 .swiper-nav-button {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto !important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  line-height: 80px;
}

.single-portfolio-style-6 .swiper-button-prev {
  right: 80px;
  width: 81px;
  border-right: 1px solid #eeeeee;
}

.single-portfolio-style-6 .portfolio-details-canvas {
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 9998;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.single-portfolio-style-6 .portfolio-details-canvas.open {
  left: 0 !important;
  overflow-y: auto;
}

.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open {
  right: 0;
  left: calc(50% - 90px);
  box-shadow: none;
}

.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open .close-icon {
  display: inline-block;
}

.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open .open-icon {
  display: none;
}

.single-portfolio-style-6 .portfolio-details-canvas .btn-open {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9999;
  width: 90px;
  height: 270px;
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 90px;
  cursor: pointer;
  transition: all .3s;
  transform: translate(0, -50%);
}

.single-portfolio-style-6 .portfolio-details-canvas .btn-open div {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.single-portfolio-style-6 .portfolio-details-canvas .btn-open i {
  margin-right: 20px;
}

.single-portfolio-style-6 .portfolio-details-canvas .btn-open .close-icon {
  display: none;
}

.single-portfolio-style-6 .portfolio-details-canvas .content {
  padding: 120px 110px;
}

.single-portfolio-style-6 .return-prev-page {
  position: fixed;
  top: 50px;
  right: 60px;
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.single-portfolio-style-6 .return-prev-page:before,
.single-portfolio-style-6 .return-prev-page:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 2px;
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  content: '';
}

.single-portfolio-style-6 .return-prev-page:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.single-portfolio-style-6 .return-prev-page:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.single-portfolio-style-6 .portfolio-details-social {
  padding: 25px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-list>li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
  .single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
    width: calc((100% - 30px) / 2);
  }

  .single-portfolio .swiper-nav-button {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .single-portfolio .swiper-button-prev {
    left: 20px;
  }

  .single-portfolio .swiper-button-next {
    right: 20px;
  }

  .portfolio-details-style4 .tm-swiper {
    margin-bottom: 50px;
  }

  .portfolio-details-style5 .tm-popup-video {
    margin-bottom: 50px;
  }

  .single-portfolio-style-6 .swiper-nav-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }

  .single-portfolio-style-6 .swiper-button-prev {
    right: 50px;
  }

  .single-portfolio-style-6 .swiper-button-next {
    right: 0;
  }

  .single-portfolio-style-6 .portfolio-details-canvas {
    left: -80%;
    width: 80%;
  }

  .single-portfolio-style-6 .portfolio-details-canvas .content {
    padding: 30px 60px 30px 30px;
  }

  .single-portfolio-style-6 .portfolio-details-canvas .btn-open {
    width: 50px;
    height: 160px;
  }

  .single-portfolio-style-6 .portfolio-details-canvas .btn-open i {
    margin-right: 10px;
  }

  .single-portfolio-style-6 .portfolio-details-canvas.open .btn-open {
    left: calc(80% - 50px);
  }

  .single-portfolio-style-6 .return-prev-page {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .single-portfolio-style-6 .return-prev-page:before,
  .single-portfolio-style-6 .return-prev-page:after {
    width: 55px;
  }

  .single-portfolio-style-6 .portfolio-title {
    font-size: 24px;
  }

  .single-portfolio-style-6 .portfolio-details-social .post-view,
  .single-portfolio-style-6 .portfolio-details-social .post-likes {
    float: left;
    margin-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 543px) {

  .single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
  .single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
    width: 100%;
  }

  .portfolio-details-list li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search-results .page-content,
.search-no-results .page-content {
  background-color: #f5f5f5;
}

.search-results .page-main-content .search-form,
.search-no-results .page-main-content .search-form {
  position: relative;
}

.search-results .page-main-content .search-form .search-submit,
.search-no-results .page-main-content .search-form .search-submit {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  border: 0;
  padding: 0;
  font-size: 21px;
  background: none;
  color: #333333;
}

.search-page-search-form {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px;
  margin-bottom: 30px;
}

.search-no-results .no-results {
  background: #ffffff;
  padding: 45px 30px 60px;
  border: 1px solid #eeeeee;
}

.search-no-results .no-results .page-title {
  margin-bottom: 21px;
}

.search-no-results .no-results .search-no-results-text {
  margin-bottom: 30px;
}

.error404 {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.error404 .site {
  height: 100%;
}

.error404 .error404--header {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 80px;
}

.error404 .error404--header .branding {
  position: static;
  transform: translate(0, 0);
}

.error404 .error404--content-wrap {
  padding: 50px 0;
  display: table-cell;
  vertical-align: middle;
}

.error404 .error404--title {
  margin: 30px 0 10px;
}

.error404 .error-buttons {
  margin-top: 28px;
}

.error404 .error-buttons .tm-button {
  margin: 0 3px;
}

@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -100%;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -100%;
  }
}

@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }

  50% {
    margin-left: 100%;
  }

  100% {
    margin-left: -100%;
  }
}

@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }

  50% {
    margin-left: 100%;
  }

  100% {
    margin-left: -100%;
  }
}

.maintenance-bg-img {
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.maintenance-page {
  display: table;
  width: 100%;
  height: 100%;
}

.maintenance-page .tm-mailchimp-form div {
  display: block;
}

.maintenance-header {
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
}

@media (min-width: 992px) {
  .maintenance-header {
    top: 110px;
  }
}

.maintenance-body {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.maintenance-progress {
  display: inline-block;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 600px;
  margin-bottom: 65px;
  position: relative;
}

.maintenance-progress:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: -6px;
}

.maintenance-number {
  line-height: 1;
  position: absolute;
  min-width: 40px;
  text-align: right;
  top: -35px;
  margin-left: -40px;
}

.maintenance-progress-bar {
  height: 4px;
  color: #ffffff;
  background-color: #dec8ae;
}

.maintenance-title {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (min-width: 544px) {
  .maintenance-title {
    font-size: 50px;
  }
}

.maintenance-title--white {
  color: #ffffff;
}

.maintenance-text {
  margin-bottom: 32px;
  color: #999;
}

.maintenance-sub-text {
  color: #999;
}

.maintenance-footer {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 50px;
}

@media (min-width: 992px) {
  .maintenance-footer {
    bottom: 110px;
  }
}

.maintenance-social-list {
  font-size: 20px;
}

.maintenance-social-list>a+a {
  margin-left: 35px;
}

/* Coming Soon */
.comingsoon-page {
  position: relative;
}

.comingsoon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000;
  height: 100vh;
}

.comingsoon-wrap:before {
  content: '';
  width: 1000px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 100%;
}

.comingsoon-wrap:after {
  content: '';
  width: 200px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
  clip-path: polygon(100% 0, 0 100%, 0 0);
}

.comingsoon-header {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .comingsoon-header {
    margin-bottom: 120px;
  }
}

.comingsoon-title {
  max-width: 600px;
}

.comingsoon-text {
  margin-bottom: 50px;
}

@media (min-width: 544px) {
  .cs-countdown {
    margin-bottom: 40px;
  }
}

.cs-countdown .countdown-wrap>div {
  display: inline-block;
}

.cs-countdown .countdown-wrap>div+div {
  margin-left: 20px;
  position: relative;
}

@media (min-width: 544px) {
  .cs-countdown .countdown-wrap>div+div {
    margin-left: 108px;
  }
}

@media (min-width: 544px) {
  .cs-countdown .countdown-wrap>div+div:before {
    content: ":";
    font-size: 30px;
    position: absolute;
    left: -54px;
    top: 50%;
    margin-top: -20px;
    color: #ffffff;
  }
}

.cs-countdown .number,
.cs-countdown .text {
  display: block;
}

.cs-countdown .number {
  font-size: 36px;
  line-height: 1;
}

.cs-countdown .text {
  font-size: 14px;
  color: #ddd;
  text-transform: capitalize;
  text-align: center;
  margin-top: 10px;
}

.cs-form {
  margin-top: 20px;
}

.cs-form [class*='col-'] {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
}

.cs-form input {
  max-width: 520px;
  margin-bottom: 10px;
  color: #fff !important;
}

@media (min-width: 992px) {
  .cs-form input {
    margin-bottom: 70px;
  }
}

.cs-form button:hover {
  background-color: #fff !important;
  color: #222 !important;
}

.page-template-coming-soon .maintenance-social-list {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.page-template-coming-soon .maintenance-social-list a {
  color: #fff;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-respond {
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  background-color: #fff;
  padding: 38px 30px 70px;
}

.bypostauthor {
  display: block;
}

.comments-title,
.comment-reply-title {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.comments-area {
  margin-top: 30px;
}

.comments-title {
  margin-bottom: 42px;
}

.comment-list-wrap {
  padding: 38px 30px 50px;
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  background-color: #fff;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list .comment {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}

.comment-list .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .pingback {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}

.comment-list .pingback:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .pingback .comment-content {
  margin-left: 0;
}

.comment-list .children {
  margin-top: 36px;
  padding-top: 36px;
  padding-left: 58px;
  border-top: 1px solid #eee;
}

.comment-list .children .children {
  padding-left: 50px;
}

.comment-list .comment-author {
  float: left;
}

.comment-list .comment-author img {
  border-radius: 50%;
}

.comment-list .comment-meta {
  margin-bottom: 15px;
  color: #999;
}

.comment-list .comment-meta a {
  font-size: 13px;
  color: #999;
}

.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 146px;
  font-size: 15px;
}

.comment-list .fn {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.comment-list .fn a {
  font-style: inherit;
  font-size: inherit;
}

.comment-list .comment-datetime {
  font-size: 13px;
  color: #999;
}

.comment-list .comment-text {
  margin-bottom: 12px;
}

.comment-list .comment-text p:last-child {
  margin-bottom: 0;
}

.comment-list .comment-awaiting-messages {
  display: block;
}

.comment-list .comment-respond {
  margin-top: 30px;
}

.comment-form-wrap {
  margin-top: 30px;
}

.comment-form textarea {
  height: 45px;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
}

.comment-form .comment-form-comment {
  margin: 0 0 53px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  margin: 0 0 58px;
}

.comment-form p.form-submit {
  margin: 0;
}

@media (max-width: 1199px) {
  .comment-list .vcard img {
    width: 50px;
  }

  .comment-list .children,
  .comment-list .children .children {
    padding-left: 20px;
  }

  .comment-list .comment-content {
    margin-left: 80px;
  }
}

@media (max-width: 767px) {
  .comment-list .comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .comment-list .children {
    margin-top: 30px;
    padding-top: 30px;
  }

  .comment-list .children,
  .comment-list .children .children {
    padding-left: 20px;
  }

  .comment-list .comment-actions {
    position: static;
  }

  .comment-list .comment-actions a {
    margin-left: 0;
    margin-right: 10px;
  }

  .comment-list-wrap {
    padding: 40px;
  }

  .comment-form-wrap .comment-respond {
    padding: 40px;
  }
}

.form-subscribe {
  display: flex;
  margin: 0 -10px;
}

.form-subscribe .form-item-wrap {
  padding: 0 10px;
}

.form-subscribe .form-input {
  width: 50%;
}

@media (max-width: 767px) {
  .form-subscribe {
    display: block;
    margin: 0 -10px;
  }

  .form-subscribe .form-item-wrap {
    padding: 0 10px;
  }

  .form-subscribe .form-input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line {
  border-top-color: #dddddd;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0 !important;
}

.wpb_wrapper .wpb_button,
.wpb_wrapper .wpb_content_element,
.wpb_wrapper ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.wpb-js-composer.wpb-js-composer .vc_tta-container {
  margin-bottom: 0;
}

.rev_slider iframe {
  border: 0 !important;
}

#rev_slider_28_1_wrapper .tp-loader.spinner3 div {
  background-color: #fff !important;
}

#rev_slider_28_1_wrapper .frey-tab-01.tp-span-wrapper {
  border-bottom: 1px solid #eee;
  background: #fff;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab {
  transition: all .5s;
  opacity: 1;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:last-child {
  border-right: 1px solid #eee;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab-content {
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab-number {
  display: inline-block;
  color: #d8d8d8;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab-title {
  display: inline-block;
  text-align: left;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 17px;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:before,
#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:before {
  content: '';
  opacity: 0;
  transition: all .5s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 15px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:hover:before,
#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab.selected:before {
  transform: translate(-50%, 0);
  opacity: 1;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:hover,
#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab.selected {
  box-shadow: 0 12px 30px rgba(34, 34, 34, 0.07);
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:hover .tp-tab-number,
#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab.selected .tp-tab-number {
  color: #46deb1;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab:hover .tp-tab-title,
#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab.selected .tp-tab-title {
  color: #222;
}

#rev_slider_28_1_wrapper .frey-tab-01 .tp-tab-mask {
  overflow: visible !important;
}

/* media queries */
html .row:before,
html .row:after {
  display: block;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15,
.col-xxl-15 {
  position: relative;
  min-height: 1px;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
}

.col-xs-15 {
  flex: 20%;
  max-width: 20%;
}

@media (min-width: 544px) {
  .col-sm-15 {
    flex: 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    flex: 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    flex: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-15 {
    flex: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1920px) {
  .col-xxl-15 {
    flex: 20%;
    max-width: 20%;
  }
}

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #000000;
  opacity: .95;
  transition: opacity .5s ease 0s;
}

.page-load-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -35px;
  text-align: center;
  transition: transform .5s ease 0s;
}

body.loaded .page-loading {
  opacity: 0;
}

body.loaded .page-load-inner {
  transform: translate3d(0px, -100px, 0px);
}

.sk-three-bounce {
  width: 70px;
}

.sk-three-bounce .sk-child {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffffff;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -.16s;
}

@-webkit-keyframes sk-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.admin-bar .headroom.headroom--not-top .page-header-inner {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html.js_active {
    margin-top: 0 !important;
  }

  .admin-bar .page-top-bar,
  .admin-bar .page-header {
    margin-top: 46px;
  }

  .admin-bar .page-top-bar+.page-header {
    margin-top: 0;
  }

  .admin-bar .headroom.headroom--not-top .page-header-inner {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .headroom.headroom--not-top .page-header-inner {
    top: 0;
  }
}

.lg-backdrop {
  z-index: 999998 !important;
}

.lg-outer {
  z-index: 999999 !important;
}

.lg-sub-html * {
  color: inherit;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 143px !important;
}

.tm-swiper {
  position: relative;
  z-index: 1;
}

.tm-swiper .swiper-container {
  width: 100%;
}

.tm-swiper.auto-slide-wide .swiper-slide {
  width: auto;
}

.tm-swiper.auto-slide-wide .swiper-slide img {
  width: auto;
}

.tm-swiper.has-pagination {
  margin-bottom: 60px;
}

.tm-swiper.equal-height .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.tm-swiper.equal-height .swiper-slide {
  display: flex;
  height: auto;
}

.tm-swiper.auto-height .swiper-wrapper {
  height: auto !important;
}

.tm-swiper.v-center .swiper-slide {
  align-self: center;
}

.tm-swiper .swiper-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  user-select: none;
}

.tm-swiper .swiper-pagination-bullet {
  box-sizing: border-box;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  opacity: 1;
  position: relative;
}

.tm-swiper .swiper-pagination-bullet:hover:before,
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  height: 100%;
}

.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}

.tm-swiper .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background: #ddd;
  z-index: 1;
}

.tm-swiper .swiper-nav-button {
  background-image: none;
  text-align: center;
  user-select: none;
  width: 45px;
  height: 45px;
  font-size: 40px;
  color: #ddd;
}

.tm-swiper .swiper-nav-button.swiper-button-disabled {
  display: none;
}

.tm-swiper .swiper-nav-button:hover {
  color: #333;
}

.tm-swiper .swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-swiper .swiper-nav-button i:before {
  font-family: 'Pe-icon-7-stroke';
}

.tm-swiper.pagination-style-2 .swiper-pagination-bullet {
  margin: 0 3px;
  width: 18px;
}

.tm-swiper.pagination-style-2 .swiper-pagination-bullet:before {
  width: 12px;
  height: 12px;
  background: rgba(216, 216, 216, 0.3);
}

.tm-swiper.pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #c8c5c5;
}

.tm-swiper.pagination-style-3 {
  margin-bottom: 60px;
}

.tm-swiper.pagination-style-3 .swiper-pagination {
  bottom: -60px;
  text-align: center;
}

.tm-swiper.pagination-style-3 .swiper-pagination-bullet {
  margin: 0 3px;
  width: 20px;
}

.tm-swiper.pagination-style-3 .swiper-pagination-bullet:before {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.tm-swiper.pagination-style-4 .swiper-pagination {
  color: #222;
  font-size: 18px;
  font-weight: 400;
}

.tm-swiper .swiper-pagination-fraction span {
  padding: 0 10px;
}

.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools .swiper-nav-button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools .swiper-button-prev {
  order: 1;
}

.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools .swiper-button-next {
  order: 3;
}

.tm-swiper.pagination-style-4.nav-style-7 .swiper-tools .swiper-pagination {
  position: static;
  order: 2;
  width: 80px;
}

.tm-swiper .swiper-button-prev {
  left: 10px;
}

.tm-swiper .swiper-button-prev i:before {
  content: '\e686';
}

.tm-swiper .swiper-button-next {
  right: 10px;
}

.tm-swiper .swiper-button-next i:before {
  content: '\e684';
}

.tm-swiper.nav-style-2 .swiper-button-next,
.tm-swiper.nav-style-3 .swiper-button-next {
  right: -75px;
}

.tm-swiper.nav-style-2 .swiper-button-prev,
.tm-swiper.nav-style-3 .swiper-button-prev {
  left: -75px;
}

.tm-swiper.nav-style-3 .swiper-nav-button {
  color: #eee;
}

.tm-swiper.nav-style-4 .swiper-nav-button {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 40px;
}

.tm-swiper.nav-style-4 .swiper-nav-button:hover {
  color: #fff;
}

.tm-swiper.nav-style-4 .swiper-button-prev {
  left: -56px;
  right: auto;
}

.tm-swiper.nav-style-4 .swiper-button-next {
  left: 0;
  right: auto;
}

.tm-swiper.nav-style-5:hover .swiper-nav-button {
  opacity: 1;
}

.tm-swiper.nav-style-5 .swiper-nav-button {
  opacity: 0;
  top: 0;
  margin-top: 0;
  height: 100%;
}

.tm-swiper.nav-style-5 .swiper-button-next {
  right: -75px;
}

.tm-swiper.nav-style-5 .swiper-button-prev {
  left: -75px;
}

.tm-swiper.nav-style-6 {
  margin-bottom: 58px;
}

.tm-swiper.nav-style-6 .swiper-nav-button {
  top: auto;
  bottom: -58px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 40px;
}

.tm-swiper.nav-style-6 .swiper-button-prev {
  left: auto;
  right: 40px;
}

.tm-swiper.nav-style-6 .swiper-button-prev i:before {
  content: '\f104';
}

.tm-swiper.nav-style-6 .swiper-button-next {
  left: auto;
  right: 0;
}

.tm-swiper.nav-style-6 .swiper-button-next i:before {
  content: '\f105';
}

.tm-swiper.nav-style-7 {
  margin-bottom: 58px;
}

.tm-swiper.nav-style-7 .swiper-nav-button {
  top: auto;
  bottom: -58px;
  width: 40px;
  height: 40px;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 700;
}

.tm-swiper.nav-style-7 .swiper-nav-button i:before {
  font-family: 'Simple-Line-Icons-Pro';
}

.tm-swiper.nav-style-7 .swiper-nav-button:hover {
  color: #222;
}

.tm-swiper.nav-style-7 .swiper-button-prev {
  left: auto;
  right: 40px;
}

.tm-swiper.nav-style-7 .swiper-button-prev i:before {
  content: '\e805';
}

.tm-swiper.nav-style-7 .swiper-button-next {
  left: auto;
  right: 0;
}

.tm-swiper.nav-style-7 .swiper-button-next i:before {
  content: '\e806';
}

@media screen and (max-width: 1400px) {

  .tm-swiper.nav-style-2 .swiper-button-prev,
  .tm-swiper.nav-style-3 .swiper-button-prev,
  .tm-swiper.nav-style-5 .swiper-button-prev {
    left: 10px;
  }

  .tm-swiper.nav-style-2 .swiper-button-next,
  .tm-swiper.nav-style-3 .swiper-button-next,
  .tm-swiper.nav-style-5 .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .tm-swiper.nav-style-4 .swiper-button-prev {
    left: 10px;
    right: auto;
  }

  .tm-swiper.nav-style-4 .swiper-button-next {
    right: 10px;
    left: auto;
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -moz-transition: -moz-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -ms-transition: -ms-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -o-transition: -o-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -moz-transition: -moz-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -ms-transition: -ms-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -o-transition: -o-transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 3s cubic-bezier(0.6, 0.3, 0.3, 1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.preview-icon-list {
  text-align: center;
  margin-bottom: -40px;
}

.preview-icon-list span {
  display: block;
  float: left;
  width: 33.333333%;
  margin-bottom: 40px;
  position: relative;
}

.preview-icon-list span:before {
  margin-bottom: 10px;
  display: block;
  font-size: 32px;
}

@media (max-width: 991px) {
  .preview-icon-list span {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .preview-icon-list span {
    width: 100%;
  }
}

.page-template-portfolio-fullscreen-slider .page-header-inner {
  position: fixed;
  width: 100%;
}

.page-template-portfolio-fullscreen-slider .tm-swiper {
  height: 100vh;
}

.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container {
  height: 100%;
}

.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-slide {
  min-width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-nav-button {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  height: 60px;
  line-height: 1;
  width: 60px;
  top: 50%;
  transform: translate(0, -50%);
}

.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-button-prev,
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-next {
  left: 45px;
}

.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-button-next,
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-prev {
  right: 45px;
}

.page-template-portfolio-fullscreen-slider .portfolio-info {
  position: absolute;
  bottom: 130px;
  right: 130px;
  text-align: right;
}

.page-template-portfolio-fullscreen-slider .portfolio-title {
  margin-bottom: 34px;
  max-width: 590px;
}

.page-template-portfolio-fullscreen-slider .portfolio-title a {
  color: #ffffff;
  font-size: 3.1vw;
  font-weight: bold;
  letter-spacing: -0.43px;
  line-height: 1.05em;
}

.page-template-portfolio-fullscreen-slider .portfolio-categories a {
  color: inherit;
}

.page-template-portfolio-fullscreen-slider.admin-bar .tm-swiper {
  height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
  .page-template-portfolio-fullscreen-slider.admin-bar .tm-swiper {
    height: calc(100vh - 46px);
  }
}

.page-template-portfolio-slider .inner {
  background-color: #fff;
}

.page-template-portfolio-slider .portfolio-info {
  padding: 30px;
  margin-bottom: 30px;
}

.page-template-portfolio-slider .portfolio-word {
  display: none;
}

.page-template-portfolio-slider .portfolio-categories {
  font-size: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}

.page-template-portfolio-slider .portfolio-categories a {
  display: inline-block;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.page-template-portfolio-slider .portfolio-categories a+a {
  margin-left: 10px;
}

.page-template-portfolio-slider .portfolio-title {
  font-size: 42px;
  margin-bottom: 45px;
  overflow: hidden;
}

.page-template-portfolio-slider .portfolio-title a {
  display: block;
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.page-template-portfolio-slider .tm-button {
  border-color: #eee !important;
  display: inline-block;
}

.page-template-portfolio-slider .image {
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.page-template-portfolio-slider .swiper-slide-active .portfolio-categories a,
.page-template-portfolio-slider .swiper-slide-active .portfolio-title a,
.page-template-portfolio-slider .swiper-slide-active .image {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.page-template-portfolio-slider .swiper-slide-active .tm-button {
  animation-name: textAnimation02;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.page-template-portfolio-slider .swiper-slide-active .portfolio-word span {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.page-template-portfolio-slider .tm-social-network a {
  font-size: 18px;
}

.page-template-portfolio-slider .tm-social-network a+a {
  margin-left: 10px;
}

.page-template-portfolio-slider .swiper-container {
  padding-bottom: 60px;
}

.page-template-portfolio-slider .tm-swiper .swiper-nav-button {
  top: auto;
  bottom: 100px;
}

.page-template-portfolio-slider .tm-swiper .swiper-button-prev {
  left: auto;
  right: 50px;
}

.page-template-portfolio-slider .tm-swiper .swiper-button-next {
  right: 0;
}

.page-template-portfolio-slider .tm-swiper .swiper-pagination {
  z-index: 5;
  bottom: 0;
  left: 0;
  text-align: right;
  font-weight: 700;
}

.page-template-portfolio-slider .tm-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 60px;
}

@media (min-width: 992px) {
  .page-template-portfolio-slider .tm-swiper .swiper-nav-button {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }

  .page-template-portfolio-slider .tm-swiper .swiper-button-prev {
    left: auto;
    right: 50px;
  }

  .page-template-portfolio-slider .tm-swiper .swiper-button-next {
    right: 0;
  }

  .page-template-portfolio-slider .tm-social-network {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    z-index: 4;
  }

  .page-template-portfolio-slider .tm-social-network a {
    display: block;
    font-size: 20px;
  }

  .page-template-portfolio-slider .tm-social-network a+a {
    margin-top: 20px;
    margin-left: 0 !important;
  }

  .page-template-portfolio-slider .inner {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 100px;
  }

  .page-template-portfolio-slider .col-left {
    width: 45%;
    position: relative;
  }

  .page-template-portfolio-slider .col-right {
    width: 55%;
  }

  .page-template-portfolio-slider .portfolio-info {
    max-width: 444px;
    padding: 0;
  }

  .page-template-portfolio-slider .portfolio-word {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    font-size: 200px;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

  .page-template-portfolio-slider .portfolio-word span {
    display: inline-block;
    animation-delay: 0.5s;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .page-template-portfolio-slider .swiper-container {
    padding-bottom: 0;
  }

  .page-template-portfolio-slider .tm-swiper .swiper-nav-button {
    bottom: 0;
  }

  .page-template-portfolio-slider .tm-swiper .swiper-pagination {
    z-index: 5;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0 100px;
    font-weight: 700;
  }

  .page-template-portfolio-slider .tm-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 60px;
  }
}

.page-template-portfolio-fullscreen-slider-center .page-header-inner {
  position: fixed;
  width: 100%;
}

.page-template-portfolio-fullscreen-slider-center .page-main-content {
  width: 100%;
  height: calc(100vh - 32px);
}

.page-template-portfolio-fullscreen-slider-center .swiper-background-fade-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-portfolio-fullscreen-slider-center .swiper-background-fade-wrapper .inner {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-size: cover;
  transition: background 1s cubic-bezier(0.41, 0.88, 0.4, 0.98);
  filter: blur(10px);
  transform: scale(1.02);
}

.page-template-portfolio-fullscreen-slider-center .swiper-background-fade-wrapper .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.page-template-portfolio-fullscreen-slider-center .swiper-button-prev,
.page-template-portfolio-fullscreen-slider-center .swiper-button-next {
  padding-bottom: 6px;
  width: 120px;
  height: auto;
  border-bottom: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-top: -61px;
}

.page-template-portfolio-fullscreen-slider-center .swiper-button-prev {
  right: 78%;
  left: auto;
}

.page-template-portfolio-fullscreen-slider-center .swiper-button-next {
  left: 78%;
  right: auto;
  text-align: right;
}

.page-template-portfolio-fullscreen-slider-center #fullscreen-center-slider {
  display: flex;
  height: 100%;
  align-items: center;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-thumbnail {
  overflow: hidden;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-item {
  padding: 0 20%;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-info {
  padding-top: 41px;
}

.page-template-portfolio-fullscreen-slider-center .swiper-slide {
  width: 100% !important;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-title {
  color: #ffffff;
  font-size: 42px;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-title a {
  color: inherit;
  font-size: inherit;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-categories {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 18px;
}

.page-template-portfolio-fullscreen-slider-center .portfolio-categories a {
  color: inherit;
}

.page-template-portfolio-fullscreen-slider-center .extra-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 100px;
  height: 100px;
}

.page-template-portfolio-fullscreen-slider-center .extra-info .center-column {
  text-align: center;
}

.page-template-portfolio-fullscreen-slider-center .extra-info .right-column {
  text-align: right;
}

.page-template-portfolio-fullscreen-slider-center .extra-info a {
  color: inherit;
}

.page-template-portfolio-fullscreen-slider-center .extra-info a:hover {
  color: #ffffff;
}

.page-template-portfolio-fullscreen-slider-center .tm-social-network {
  margin: 0 -10px;
}

.page-template-portfolio-fullscreen-slider-center .tm-social-network a {
  padding: 5px 10px;
}

.page-template-portfolio-fullscreen-slider-center.admin-bar .page-main-content {
  height: calc(100vh - 32px);
}

@media (max-width: 991px) {
  .page-template-portfolio-fullscreen-slider-center .portfolio-item {
    padding: 0 15%;
  }

  .page-template-portfolio-fullscreen-slider-center .extra-info {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .page-template-portfolio-fullscreen-slider-center .swiper-navigation-wrap {
    display: none;
  }

  .page-template-portfolio-fullscreen-slider-center .portfolio-title {
    font-size: 30px;
  }

  .page-template-portfolio-fullscreen-slider-center .extra-info .col-sm-4+.col-sm-4 {
    margin-top: 10px;
  }

  .page-template-portfolio-fullscreen-slider-center .left-column,
  .page-template-portfolio-fullscreen-slider-center .right-column {
    text-align: center !important;
  }
}

.page-template-portfolio-fullscreen-split-slider .site {
  height: 100%;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav.right {
  left: 30px;
  right: auto;
}

@media (min-width: 992px) {
  .page-template-portfolio-fullscreen-split-slider #multiscroll-nav.right {
    left: calc(50% + 50px);
  }
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li {
  width: 19px;
  height: 18px;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li .active span:before,
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li:hover span:before {
  width: 50%;
  height: 50%;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li .active span {
  background-color: transparent;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 0;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: #dddddd;
  z-index: 1;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav .multiscroll-tooltip {
  left: 30px;
  color: #222;
}

.page-template-portfolio-fullscreen-split-slider .ms-section {
  background: #000000 no-repeat center;
  background-size: cover;
}

.page-template-portfolio-fullscreen-split-slider .ms-right {
  position: relative;
  z-index: 2;
  width: 55% !important;
}

.page-template-portfolio-fullscreen-split-slider .ms-left {
  position: relative;
  z-index: 3;
  width: 45% !important;
}

.page-template-portfolio-fullscreen-split-slider .ms-left .ms-section:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}

.page-template-portfolio-fullscreen-split-slider .ms-left .ms-section .ms-tableCell {
  z-index: 2;
  position: relative;
}

.page-template-portfolio-fullscreen-split-slider .ms-left .image {
  position: absolute;
  top: 165px;
  bottom: 125px;
  left: 0;
  right: -100px;
  background-size: cover;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-info {
  padding-left: 120px;
  padding-right: 80px;
  text-align: right;
}

@media (min-width: 992px) {
  .page-template-portfolio-fullscreen-split-slider .portfolio-info {
    padding-right: 160px;
  }
}

.page-template-portfolio-fullscreen-split-slider .portfolio-title {
  margin-left: -5px;
  margin-bottom: 48px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.05em;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories {
  margin-bottom: 32px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories a {
  color: #fff;
}

@media (min-width: 992px) {
  .page-template-portfolio-fullscreen-split-slider .portfolio-categories {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-bottom: 0;
  }
}

.page-template-portfolio-fullscreen-split-slider .extra-info {
  position: fixed;
  bottom: 50px;
  left: 1px;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}

.page-template-portfolio-fullscreen-split-slider .extra-info .left-column {
  font-size: 14px;
}

@media (min-width: 992px) {
  .page-template-portfolio-fullscreen-split-slider .extra-info {
    padding: 0 30px;
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .page-template-portfolio-fullscreen-split-slider .extra-info {
    padding: 0 100px;
  }
}

.page-template-portfolio-fullscreen-split-slider .tm-social-network {
  margin: 0 -10px;
  margin-top: 10px;
}

@media (min-width: 544px) {
  .page-template-portfolio-fullscreen-split-slider .tm-social-network {
    text-align: right;
    padding-top: 0;
  }
}

.page-template-portfolio-fullscreen-split-slider .tm-social-network a {
  padding: 5px 10px;
}

@media (max-width: 991px) {
  .page-template-portfolio-fullscreen-split-slider .ms-left {
    display: none;
  }

  .page-template-portfolio-fullscreen-split-slider .ms-right {
    width: 100% !important;
  }

  .page-template-portfolio-fullscreen-split-slider .ms-right .ms-section:before {
    opacity: .6;
  }

  .page-template-portfolio-fullscreen-split-slider .portfolio-title a {
    font-size: 50px;
  }

  .page-template-portfolio-fullscreen-split-slider .extra-info {
    width: 100%;
  }

  .page-template-portfolio-fullscreen-split-slider .extra-info .left-column {
    font-size: 14px;
  }
}

@media (max-width: 543px) {
  .page-template-portfolio-fullscreen-split-slider .portfolio-title a {
    font-size: 40px;
  }
}

.page-template-portfolio-fullscreen-split-slider-2 .site {
  height: 100%;
}

.page-template-portfolio-fullscreen-split-slider-2 .page-header-inner {
  position: fixed;
  width: 100%;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper {
  height: 100vh;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-container {
  height: 100%;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-slide {
  min-width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-tools {
  position: absolute;
  top: auto;
  right: calc(50% + 75px);
  bottom: 80px;
  left: auto;
  display: inline-block;
  padding: 13px 2em;
  z-index: 999;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-tools:hover .swiper-pagination {
  visibility: visible;
  opacity: 1;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-tools:hover .swiper-button-prev {
  transform: translate(-50%, -100%);
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-tools:hover .swiper-button-next {
  transform: translate(-50%, 100%);
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-nav-button {
  right: 0 !important;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  width: 71px;
  height: 18px;
  font-size: 0;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-button-prev {
  top: 0;
  bottom: auto;
  background: url("/assets/slider-prev.png") no-repeat center;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  background: url("/assets/slider-next.png") no-repeat center;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split {
  margin-bottom: 0 !important;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split .swiper-pagination {
  visibility: hidden;
  opacity: 0;
  position: static;
  text-align: right;
  font-size: 20px;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split .swiper-pagination-bullet {
  width: auto;
  height: auto;
  color: #222222;
  margin: 0;
  padding: 0 10px;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split .swiper-pagination-bullet:before {
  display: none;
}

.page-template-portfolio-fullscreen-split-slider-2 .tm-swiper.pagination-style-portfolio-fullscreen-split .swiper-pagination-bullet-active {
  color: inherit !important;
}

.page-template-portfolio-fullscreen-split-slider-2.admin-bar .tm-swiper {
  height: calc(100vh - 32px);
}

.page-template-portfolio-fullscreen-split-slider-2 .slide-wrapper {
  width: 100%;
  height: 100%;
}

.page-template-portfolio-fullscreen-split-slider-2 .left-section,
.page-template-portfolio-fullscreen-split-slider-2 .right-section {
  float: left;
  height: 100%;
}

.page-template-portfolio-fullscreen-split-slider-2 .left-section {
  display: table;
  width: calc(50% - 30px);
}

.page-template-portfolio-fullscreen-split-slider-2 .left-section-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-template-portfolio-fullscreen-split-slider-2 .right-section {
  width: calc(50% + 30px);
  background-position: center;
  background-size: cover;
}

.page-template-portfolio-fullscreen-split-slider-2 .portfolio-info {
  padding-right: 120px;
  padding-left: 120px;
}

.page-template-portfolio-fullscreen-split-slider-2 .portfolio-title {
  margin-bottom: 36px;
  margin-left: -5px;
  max-width: 550px;
  font-size: 70px;
}

.page-template-portfolio-fullscreen-split-slider-2 .portfolio-categories {
  margin-bottom: 19px;
}

.page-template-portfolio-fullscreen-split-slider-2 .portfolio-categories a {
  color: inherit;
  font-weight: 500;
  font-size: 18px;
}

.page-template-fullscreen-split-feature .tm-animation {
  opacity: 1;
}

.page-template-fullscreen-split-feature .left-section,
.page-template-fullscreen-split-feature .right-section {
  float: left;
  width: 50%;
  height: 100%;
}

.page-template-fullscreen-split-feature .left-section {
  width: 50%;
  height: 100%;
  background: #000000 no-repeat center;
  background-size: cover;
}

.page-template-fullscreen-split-feature .right-section {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 150px 120px 100px 100px;
  background-color: #182141;
}

.page-template-fullscreen-split-feature .tm-social-network {
  position: fixed;
  top: 25%;
  right: 80px;
  transform: rotate(-90deg);
  transform-origin: top right;
  margin: 0 -10px;
}

.page-template-fullscreen-split-feature .tm-social-network a {
  padding: 5px 10px;
}

.page-template-fullscreen-split-feature .tm-social-network a span {
  position: relative;
}

.page-template-fullscreen-split-feature .tm-social-network a span:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
}

.page-template-fullscreen-split-feature .tm-social-network a:hover span:after {
  width: 100%;
}

.page-template-fullscreen-split-feature .tm-heading {
  word-break: break-word;
}

.page-template-fullscreen-split-feature .vc_row {
  position: static !important;
  width: auto !important;
}

@media (max-width: 1199px) {
  .page-template-fullscreen-split-feature .right-section {
    padding: 150px 50px 100px 50px;
  }

  .page-template-fullscreen-split-feature .tm-social-network {
    margin-top: 50px;
    position: static;
    transform: rotate(0deg);
  }
}

@media (max-width: 1023px) {
  .page-template-fullscreen-split-feature .fullscreen-wrap {
    height: auto !important;
    width: 100% !important;
  }

  .page-template-fullscreen-split-feature .left-section,
  .page-template-fullscreen-split-feature .right-section {
    float: none;
    width: 100%;
  }
}

/*
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
  /* Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #ffffff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 16px;
  height: 16px;
  margin: 12px 7px;
  position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
  background: #eeeeee;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  width: 100%;
  height: 100%;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 90px;
}

#fp-nav.left {
  left: 90px;
}

.page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li a {
  color: #ffffff;
}

.page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li span {
  border-color: #ffffff;
}

.page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li span {
  border-color: #e6e8ee;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 13px;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 30px;
}

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.fp-scrollable {
  overflow: hidden;
}

.fp-scrollable .fp-scroller {
  overflow: hidden;
}

.one-page-scroll.tm-enable-onepage-animation>.vc-row-wrapper,
.one-page-scroll.tm-enable-onepage-animation>.vc_vc_row {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 1;
}

.one-page-scroll.tm-enable-onepage-animation>.vc-row-wrapper.active,
.one-page-scroll.tm-enable-onepage-animation>.vc_vc_row.active {
  z-index: 10;
}

.one-page-scroll.tm-enable-onepage-animation>.vc-row-wrapper:not(.active):not(.fp-completely),
.one-page-scroll.tm-enable-onepage-animation>.vc_vc_row:not(.active):not(.fp-completely) {
  top: 100%;
  pointer-events: none;
  visibility: hidden;
}

.fp-enabled .vc_row.vc_row-outer {
  margin-left: 0;
  margin-right: 0;
}

.fp-enabled .fp-table {
  display: table !important;
}

.fp-enabled .section-full-wide .wpb_row {
  width: 100%;
}

.fp-enabled .wpb_row {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.fp-enabled .wpb_row:before,
.fp-enabled .wpb_row:after {
  content: " ";
  display: table;
}

.fp-enabled .wpb_row:after {
  clear: both;
}

.fp-enabled .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .wpb_row>.vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp-enabled .vc_row.vc_row-o-content-middle .wpb_row>.vc_column_container>.vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row>.vc_column_container {
  display: flex;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row>.vc_column_container>.vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fp-enabled .site {
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.fp-enabled .page-template-one-page-scroll #page-content,
.fp-enabled .page-template-one-page-scroll #page-footer-wrapper {
  position: relative;
  z-index: 2;
  transition: transform .6s ease;
}

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-content {
  transform: translateY(-50px);
}

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-footer-wrapper {
  transform: translateY(-100%);
}

.fp-enabled .page-template-one-page-scroll .main-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .onepage-pagination a {
  color: #ffffff;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .popup-search-wrap i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .mini-cart .mini-cart-icon {
  color: #ffffff !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .light-logo {
  display: inline-block;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .dark-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .onepage-pagination a {
  color: inherit;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .page-open-mobile-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .page-open-main-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .popup-search-wrap i,
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .mini-cart .mini-cart-icon {
  color: #222 !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .light-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .dark-logo {
  display: inline-block;
}

@media (max-width: 767px) {
  #fp-nav.right {
    right: 40px;
  }

  #fp-nav.left {
    left: 40px;
  }
}

@media (max-width: 543px) {
  #fp-nav.right {
    right: 20px;
  }

  #fp-nav.left {
    left: 20px;
  }
}

/*
Shortcodes
*/
.tm-grid-wrapper .tm-filter-button-group {
  padding-bottom: 80px;
}

.tm-grid-wrapper .tm-filter-button-group.right {
  text-align: right;
}

.tm-grid-wrapper .tm-filter-button-group.center {
  text-align: center;
}

.tm-grid-wrapper .tm-filter-button-group.show-filter-counter {
  padding-top: 30px;
}

.tm-grid-wrapper .tm-filter-button-group-inner {
  margin: 0 -15px;
}

.tm-grid-wrapper .btn-filter {
  position: relative;
  display: inline-block;
  padding: 10px 15px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.tm-grid-wrapper .btn-filter:hover .filter-counter {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}

.tm-grid-wrapper .btn-filter.current .filter-text:after,
.tm-grid-wrapper .btn-filter:hover .filter-text:after {
  width: 100%;
}

.tm-grid-wrapper .filter-text {
  padding: 10px 0 3px;
  position: relative;
  text-transform: capitalize;
  color: #999999;
}

.tm-grid-wrapper .filter-text:after {
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -6px;
  left: 0;
  content: '';
  display: block;
}

.tm-grid-wrapper .filter-counter {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  margin: 0 auto;
  min-width: 30px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  background-color: #1a237e;
  color: #ffffff;
  text-align: center;
  opacity: 0;
}

.tm-grid-wrapper.style-4 .grid-item {
  overflow: hidden;
}

.tm-loader {
  display: none;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #979797;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  animation: spin 1.2s linear infinite;
}

.tm-grid-loadmore-btn {
  min-width: 180px;
  margin-top: 20px;
}

.tm-grid-messages {
  margin-top: 50px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tm-grid.has-animation .grid-item {
  opacity: 0;
}

.tm-grid.fade-in .animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn .95s ease forwards;
}

.tm-grid.move-up .animate {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.tm-grid.move-down .animate {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.tm-grid.move-left .animate {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-grid.move-right .animate {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-grid.scale-up .animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-grid.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-grid.fall-perspective .animate {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tm-grid.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-grid.fly .animate {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tm-grid.flip .animate {
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tm-grid.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-grid.helix .animate {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tm-grid.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.tm-grid.pop-up .animate {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tm-blog .tm-filter-button-group {
  padding-bottom: 93px;
}

.tm-blog .btn-filter {
  font-size: 16px;
  font-weight: 500;
}

.tm-blog .post-item {
  box-sizing: border-box;
  word-wrap: break-word;
}

.tm-blog .format-gallery .swiper-pagination {
  bottom: 27px;
}

.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet:before {
  background: #fff;
}

.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 50%;
  height: 50%;
}

.tm-blog .post-title a {
  color: inherit;
  font-size: inherit;
}

.tm-blog .post-audio {
  margin-bottom: -8px;
}

.tm-blog .post-audio iframe {
  width: 100%;
  height: 145px;
  border: 0;
}

.tm-blog .post-link {
  padding: 50px 40px;
  background-color: #222;
}

.tm-blog .post-link a {
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.tm-blog .post-quote {
  padding: 50px 40px;
  position: relative;
}

.tm-blog .post-quote:before {
  content: '”';
  font-family: Poppins;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: calc(100% - 50px);
  right: 30px;
}

.tm-blog .post-quote .post-quote-text {
  margin-bottom: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.tm-blog .post-quote .post-quote-name {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.tm-blog .post-quote .post-quote-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  content: '';
  transform: translateY(-50%);
}

.tm-blog .post-quote .post-quote-name a {
  color: #fff;
}

.tm-blog .post-excerpt p:last-child {
  margin-bottom: 0;
}

.tm-blog .post-read-more a {
  position: relative;
  padding-right: 22px;
  line-height: 1.2;
}

.tm-blog .post-read-more a:hover .btn-icon {
  margin-left: 10px;
}

.tm-blog .post-read-more .btn-text {
  font-weight: 600;
  font-size: 14px;
}

.tm-blog .post-read-more .btn-icon {
  font-size: 10px;
  margin-left: 5px;
  font-weight: normal;
}

.tm-blog.style-list .post-item {
  margin-bottom: 30px;
}

.tm-blog.style-list .post-thumbnail {
  position: relative;
  text-align: center;
}

.tm-blog.style-list .post-thumbnail,
.tm-blog.style-list .post-gallery,
.tm-blog.style-list .post-video,
.tm-blog.style-list .post-audio,
.tm-blog.style-list .post-quote {
  margin-bottom: 0px;
}

.tm-blog.style-list .post-info {
  background-color: #fff;
  padding: 40px 30px;
}

.tm-blog.style-list .post-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.tm-blog.style-list .post-meta {
  margin-bottom: 11px;
  font-size: 14px;
}

.tm-blog.style-list .post-meta>div {
  display: inline-block;
}

.tm-blog.style-list .post-categories {
  margin-right: 15px;
}

.tm-blog.style-list .post-categories a {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
}

.tm-blog.style-list .post-date {
  font-size: 13px;
}

.tm-blog.style-list .post-excerpt {
  margin-bottom: 20px;
}

.tm-blog.style-grid_classic .grid-item {
  margin-bottom: 50px;
}

.tm-blog.style-carousel .post-thumbnail img,
.tm-blog.style-carousel .swiper-slide img,
.tm-blog.style-grid_classic .post-thumbnail img,
.tm-blog.style-grid_classic .swiper-slide img {
  width: 100%;
}

.tm-blog.style-carousel .grid-item.format-standard .wrap:hover .post-thumbnail img,
.tm-blog.style-grid_classic .grid-item.format-standard .wrap:hover .post-thumbnail img {
  transform: scale(1.2);
}

.tm-blog.style-carousel .wrap,
.tm-blog.style-grid_classic .wrap {
  position: relative;
  padding-top: 45px;
  width: 100%;
  box-sizing: border-box;
}

.tm-blog.style-carousel .post-thumbnail,
.tm-blog.style-grid_classic .post-thumbnail {
  overflow: hidden;
}

.tm-blog.style-carousel .post-thumbnail img,
.tm-blog.style-grid_classic .post-thumbnail img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-blog.style-carousel .post-date,
.tm-blog.style-grid_classic .post-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.tm-blog.style-carousel .post-date span,
.tm-blog.style-grid_classic .post-date span {
  display: block;
  font-size: 50px;
  font-weight: 900;
}

.tm-blog.style-carousel .post-info,
.tm-blog.style-grid_classic .post-info {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 30px 28px 53px;
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-top: -30px;
}

.tm-blog.style-carousel .post-title,
.tm-blog.style-grid_classic .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.tm-blog.style-carousel .post-categories,
.tm-blog.style-grid_classic .post-categories {
  margin-bottom: 10px;
}

.tm-blog.style-carousel .post-categories a,
.tm-blog.style-grid_classic .post-categories a {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
}

.tm-blog.style-carousel .post-link a,
.tm-blog.style-grid_classic .post-link a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.tm-blog.style-carousel .format-quote .post-quote,
.tm-blog.style-grid_classic .format-quote .post-quote {
  padding: 50px 40px;
  background-color: #222;
}

.tm-blog.style-carousel .format-quote .post-quote-text,
.tm-blog.style-grid_classic .format-quote .post-quote-text {
  margin-bottom: 29px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
}

.tm-blog.style-carousel .format-quote .post-info,
.tm-blog.style-grid_classic .format-quote .post-info {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.tm-blog.style-carousel .format-quote .post-categories,
.tm-blog.style-grid_classic .format-quote .post-categories {
  display: none;
}

.tm-blog.style-carousel .format-quote .post-title,
.tm-blog.style-grid_classic .format-quote .post-title {
  font-size: 0;
}

.tm-blog.style-carousel .format-quote .post-title a,
.tm-blog.style-grid_classic .format-quote .post-title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.tm-blog.style-carousel .format-gallery .swiper-pagination,
.tm-blog.style-grid_classic .format-gallery .swiper-pagination {
  bottom: 45px;
}

.tm-blog.style-carousel .format-gallery .tm-swiper.has-pagination,
.tm-blog.style-grid_classic .format-gallery .tm-swiper.has-pagination {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tm-blog.style-grid_classic .format-quote .post-info {
    padding-top: 80px;
  }

  .tm-blog.style-grid_classic .format-gallery .post-feature,
  .tm-blog.style-grid_classic .format-gallery .inner {
    float: none;
    width: 100%;
  }

  .tm-blog.style-grid_classic .format-gallery .post-footer {
    left: 34px;
  }
}

.tm-banner.style-1 {
  position: relative;
}

.tm-banner.style-1 img {
  width: 100%;
}

.tm-banner.style-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 46px 50px;
}

.tm-banner.style-1 .heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .tm-banner.style-1 .content {
    padding: 86px 90px;
  }

  .tm-banner.style-1 .heading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 23px;
  }
}

.tm-portfolio .tm-grid-pagination {
  margin-top: 100px;
}

.tm-portfolio.style-metro .post-item-wrapper {
  height: 100%;
}

.tm-portfolio.style-metro .post-thumbnail {
  height: 100%;
}

.tm-portfolio.style-metro .post-thumbnail img {
  height: 100%;
}

.tm-portfolio.style-full-wide-slider .post-overlay-categories {
  margin-bottom: 15px;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.tm-portfolio.style-full-wide-slider .post-overlay-title {
  line-height: 34px;
  font-size: 28px;
  margin-bottom: 20px;
}

.tm-portfolio.style-full-wide-slider .post-overlay-title a {
  font-size: 28px;
}

.tm-portfolio.style-full-wide-slider .post-thumbnail {
  background-color: #fff;
}

.tm-portfolio.style-full-wide-slider .post-overlay-info {
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.tm-portfolio.style-full-wide-slider .post-overlay-categories,
.tm-portfolio.style-full-wide-slider .post-overlay-title,
.tm-portfolio.style-full-wide-slider .post-overlay-link {
  opacity: 0;
}

.tm-portfolio.style-full-wide-slider .post-overlay-title,
.tm-portfolio.style-full-wide-slider .post-overlay-link {
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.tm-portfolio.style-full-wide-slider .post-overlay-link a {
  border-color: #eee;
}

.tm-portfolio.style-full-wide-slider .tm-swiper .swiper-nav-button {
  top: 30px;
  left: 0;
  transform: translate(0, 0);
}

.tm-portfolio.style-full-wide-slider .tm-swiper .swiper-nav-button.swiper-button-next {
  left: 70px;
}

@media (min-width: 992px) {
  .tm-portfolio.style-full-wide-slider .post-overlay-categories {
    margin-bottom: 34px;
  }

  .tm-portfolio.style-full-wide-slider .post-overlay-title {
    line-height: 52px;
    font-size: 42px;
    margin-bottom: 45px;
  }

  .tm-portfolio.style-full-wide-slider .post-overlay-title a {
    font-size: 42px;
  }

  .tm-portfolio.style-full-wide-slider .post-thumbnail {
    padding-left: 200px;
    background-color: #fff;
  }

  .tm-portfolio.style-full-wide-slider .post-overlay-info {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 400px;
    max-width: 100%;
    background-color: transparent;
  }

  .tm-portfolio.style-full-wide-slider .tm-swiper .swiper-nav-button {
    top: auto;
    bottom: -13px;
    left: 140px;
    transform: translate(0, 0);
    font-size: 50px;
  }

  .tm-portfolio.style-full-wide-slider .tm-swiper .swiper-nav-button.swiper-button-prev {
    left: 80px;
  }

  .tm-portfolio.style-full-wide-slider .tm-swiper .swiper-nav-button.swiper-button-next {
    left: 140px;
  }

  .tm-portfolio.style-full-wide-slider .swiper-slide-active .post-overlay-categories,
  .tm-portfolio.style-full-wide-slider .swiper-slide-active .post-overlay-title,
  .tm-portfolio.style-full-wide-slider .swiper-slide-active .post-overlay-link {
    animation-name: textAnimation04;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}

.tm-portfolio .post-thumbnail {
  position: relative;
}

.tm-portfolio .post-thumbnail img {
  width: 100%;
}

.tm-portfolio .post-overlay-categories {
  font-weight: 600;
  font-size: 14px;
}

.tm-portfolio .post-overlay-categories a {
  color: inherit;
  font-size: inherit;
}

.tm-portfolio .post-overlay-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.tm-portfolio .post-overlay-title a {
  font-size: inherit;
}

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay {
  visibility: visible;
  opacity: .9;
}

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-content {
  visibility: visible;
  opacity: 1;
}

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-categories {
  opacity: 1;
  transition: .5s ease-out .3s;
  transform: translateY(0);
}

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-thumbnail img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.tm-portfolio [data-overlay-animation="faded"] .post-thumbnail {
  overflow: hidden;
}

.tm-portfolio [data-overlay-animation="faded"] .post-thumbnail img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  overflow: hidden;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-info {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories {
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateY(20px);
  margin-bottom: 7px;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title {
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateY(-20px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay {
  visibility: visible;
  opacity: .7;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-content {
  visibility: visible;
  opacity: 1;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-icon:before,
.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-icon:after {
  visibility: visible;
  opacity: 1;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-categories {
  opacity: 1;
  transform: translateX(0);
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-title {
  transition: .4s ease-out .5s;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-categories {
  transition: .4s ease-out .25s;
}

.tm-portfolio [data-overlay-animation="modern"] .grid-item:hover .post-overlay-icon {
  transition: .4s ease-out .25s;
  transform: scale(1);
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon {
  position: absolute;
  top: 55px;
  right: 53px;
  width: 32px;
  height: 32px;
  transform: scale(0.5);
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:before,
.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: '';
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:before {
  height: 1px;
  width: 31px;
  margin-left: -15px;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-icon:after {
  margin-top: -15px;
  width: 1px;
  height: 31px;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 65px 62px;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-categories {
  font-size: 16px;
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateX(-20px);
  margin-bottom: 7px;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-title {
  opacity: 0;
  transition: .3s ease-out 0s;
  transform: translateX(-20px);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-title a {
  color: #fff;
}

.tm-portfolio[data-type="justified"] [data-overlay-animation="faded"] .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-portfolio[data-type="justified"] [data-overlay-animation="faded"] img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-portfolio[data-type="justified"] [data-overlay-animation="faded"] .grid-item:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail {
  overflow: hidden;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-info {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 41px 15px 41px;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-categories {
  margin-bottom: 2px;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-title {
  font-size: 18px;
  line-height: 1.3;
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-thumbnail {
  overflow: hidden;
  margin-bottom: 27px;
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-thumbnail img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-thumbnail:hover img {
  transform: scale(1.1);
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-overlay-info {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-overlay-categories {
  margin-bottom: 8px;
}

.tm-portfolio [data-overlay-animation="zoom2"] .post-overlay-title {
  font-size: 18px;
  line-height: 1.3;
}

.tm-info-boxes.style-metro .grid-item.has-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tm-info-boxes.style-metro .box-content {
  display: table;
  width: 100%;
  height: 100%;
}

.tm-info-boxes.style-metro .box-content-inner {
  display: table-cell;
  padding: 30px 70px;
  vertical-align: middle;
}

.tm-info-boxes.style-metro .box-title {
  margin-bottom: 18px;
  color: #f2b636;
  font-size: 32px;
  line-height: 1.16;
}

.tm-info-boxes.style-metro .box-text {
  color: #fff;
}

.tm-info-boxes.style-grid .box-info-wrapper {
  margin-bottom: 30px;
}

.tm-info-boxes.style-grid .image img {
  width: 100%;
}

.tm-info-boxes.style-grid .box-info {
  top: 100%;
  background-color: #fff;
  padding: 50px 40px;
}

.tm-info-boxes.style-grid .has-image .image {
  position: relative;
  overflow: hidden;
}

.tm-info-boxes.style-grid .has-image .image img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-info-boxes.style-grid .has-image .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 2;
}

.tm-info-boxes.style-grid .has-image .box-info {
  margin-top: -100px;
  position: relative;
  z-index: 3;
  left: 50px;
  right: 0;
  width: calc(100% - 50px);
}

.tm-info-boxes.style-grid .has-image:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.tm-info-boxes.style-grid .has-image:hover .image:before {
  opacity: 0.6;
}

.tm-info-boxes.style-grid .box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 18px;
}

.tm-info-boxes.style-grid .box-text {
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
  margin-bottom: 20px;
}

.tm-info-boxes.style-grid .box-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  position: relative;
  margin-top: 30px;
}

.tm-info-boxes.style-grid .box-button:before {
  content: '\f054';
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -48%);
  font-size: 10px;
}

.tm-info-boxes.style-grid .box-button:hover:before {
  right: -20px;
}

@media (max-width: 1600px) {
  .tm-info-boxes.style-metro .box-content-inner {
    padding: 30px;
  }
}

.tm-numbered-boxes {
  position: relative;
  background-color: #fff;
  padding: 75px 50px 65px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-numbered-boxes .number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.tm-numbered-boxes .heading {
  font-size: 20px;
  margin-bottom: 15px;
}

.tm-numbered-boxes.style-1 {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.tm-numbered-boxes.style-3 {
  border: 1px solid #ddd;
  padding: 65px 35px;
}

.tm-numbered-boxes.align-right {
  text-align: right;
}

.tm-numbered-boxes.align-center {
  text-align: center;
}

.tm-numbered-boxes:hover {
  box-shadow: none;
}

.tm-numbered-boxes:hover .heading,
.tm-numbered-boxes:hover .text,
.tm-numbered-boxes:hover .number {
  color: #fff;
}

.tm-button {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  border-style: solid;
}

.tm-button.tm-button-full-wide {
  width: 100% !important;
}

.tm-button.style-flat {
  padding: 0 33px;
  height: 53px;
  border-width: 0;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 53px;
}

.tm-button.style-flat.has-icon.icon-right {
  padding-right: 60px;
}

.tm-button.style-flat.has-icon.icon-right .button-icon {
  right: 30px;
}

.tm-button.style-flat.has-icon.icon-left {
  padding-left: 60px;
}

.tm-button.style-flat.has-icon.icon-left .button-icon {
  left: 30px;
  right: auto;
}

.tm-button.style-flat .button-icon {
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.tm-button.style-flat.tm-button-primary,
.tm-button.style-flat.tm-button-secondary {
  color: #fff;
}

.tm-button.style-flat.tm-button-primary:hover,
.tm-button.style-flat.tm-button-secondary:hover {
  background-color: transparent;
}

.tm-button.style-flat.tm-button-white {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}

.tm-button.style-flat.tm-button-lg {
  padding: 0 38px;
  height: 63px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 63px;
}

.tm-button.style-flat.tm-button-sm {
  padding: 0 29px;
  height: 43px;
  font-size: 13px;
  line-height: 43px;
}

.tm-button.style-flat.tm-button-xs {
  padding: 0 25px;
  height: 33px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 33px;
}

.tm-button.style-outline {
  padding: 0 33px;
  height: 53px;
  border-width: 1px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 51px;
}

.tm-button.style-outline.has-icon.icon-right {
  padding-right: 60px;
}

.tm-button.style-outline.has-icon.icon-left {
  padding-left: 60px;
}

.tm-button.style-outline.has-icon.icon-left .button-icon {
  left: 30px;
  right: auto;
  text-align: left;
}

.tm-button.style-outline .button-icon {
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
}

.tm-button.style-outline.tm-button-primary,
.tm-button.style-outline.tm-button-secondary {
  background-color: transparent;
}

.tm-button.style-outline.tm-button-primary:hover,
.tm-button.style-outline.tm-button-secondary:hover {
  color: #fff;
}

.tm-button.style-outline.tm-button-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.tm-button.style-outline.tm-button-white:hover {
  background-color: #fff;
  color: #222;
}

.tm-button.style-outline.tm-button-lg {
  padding: 0 38px;
  height: 60px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 56px;
}

.tm-button.style-outline.tm-button-sm {
  padding: 0 29px;
  height: 50px;
  font-size: 13px;
  line-height: 46px;
}

.tm-button.style-outline.tm-button-xs {
  padding: 0 25px;
  height: 45px;
  border-radius: 22px;
  font-size: 12px;
  line-height: 41px;
}

.tm-button.style-text {
  padding: 0 15px 0 0;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
}

.tm-button.style-text .button-icon {
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 10px;
}

.tm-button.style-text:hover .button-icon {
  transform: translate(5px, -50%);
}

.tm-button.style-text.tm-button-lg {
  font-size: 15px;
}

.tm-button.style-text.tm-button-lg .button-icon {
  font-size: 23.5px;
  line-height: .6;
}

.tm-button.style-text.tm-button-sm {
  font-size: 13px;
  padding-right: 31px;
}

.tm-button.style-text.tm-button-sm .button-icon {
  font-size: 18.69px;
}

.tm-button.style-text.tm-button-xs {
  font-size: 12px;
  padding-right: 27px;
}

.tm-button.style-text.tm-button-xs .button-icon {
  font-size: 13.8px;
  line-height: .7em;
}

.tm-button.style-text.tm-button-white {
  color: #fff;
}

.rev-btn {
  transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.rev_slider .btn-icon {
  font-size: 18px;
}

.rev_slider .left-icon {
  margin-right: 10px;
}

.rev_slider .right-icon {
  margin-left: 10px;
}

.tm-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -15px;
}

.tm-button-group.right {
  justify-content: flex-end;
}

.tm-button-group.center {
  justify-content: center;
}

.tm-button-group .tm-button-wrapper {
  padding: 15px;
}

.tm-list {
  margin: 0 -15px 30px;
  padding: 0;
  list-style-type: none;
}

.tm-list__item {
  position: relative;
  margin-bottom: 16px;
  padding: 0 15px;
}

.tm-list__item:last-child {
  margin-bottom: 0;
}

.tm-list__item:first-child:last-child {
  margin-bottom: 0;
}

.tm-list--modern-icon .tm-list__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tm-list--modern-icon .tm-list__item {
    margin-bottom: 70px;
  }
}

.tm-list--circle .tm-list__item {
  position: relative;
  padding-left: 29px;
}

.tm-list--circle .tm-list__item .tm-list__marker:before {
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background: currentColor;
}

.tm-list--delimited .tm-list__item {
  padding: 22px 15px;
  margin: 0;
}

.tm-list--delimited .tm-list__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.tm-list--icon-above .tm-list__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tm-list--icon-above .tm-list__item {
    margin-bottom: 50px;
  }
}

.tm-list--modern-icon .tm-list__header {
  margin-bottom: 18px;
}

.tm-list__marker {
  display: inline-block;
  float: left;
}

.tm-list--modern-icon .tm-list__marker {
  margin-right: 10px;
  min-width: 36px;
  font-size: 34px;
  line-height: 1;
}

@media (max-width: 767px) {
  .tm-list--modern-icon .tm-list__marker {
    min-width: 30px;
    font-size: 28px;
  }
}

.tm-list--icon-above .tm-list__marker {
  font-size: 40px;
  display: block;
  float: none;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .tm-list--icon-above .tm-list__marker {
    font-size: 34px;
  }
}

.tm-list--icon .tm-list__marker {
  min-width: calc(1em + 8px);
}

.tm-list--auto-numbered .tm-list__marker,
.tm-list--manual-numbered .tm-list__marker {
  margin-right: 10px;
  min-width: 1em;
}

.tm-list--basic .tm-list__marker {
  margin-right: 5px;
}

.tm-list--plus .tm-list__marker {
  margin-right: 10px;
}

.mega-menu-content.mega-menu-content .tm-list__marker {
  color: inherit;
}

.tm-list__heading {
  overflow: hidden;
}

.tm-list__link {
  padding: 0;
  color: currentColor;
}

.tm-list__title {
  line-height: inherit;
}

.tm-list--modern-icon .tm-list__title {
  font-size: 24px;
}

@media (max-width: 767px) {
  .tm-list--modern-icon .tm-list__title {
    font-size: 18px;
  }
}

.tm-list--icon .tm-list__title,
.tm-list--basic .tm-list__title,
.tm-list--plus .tm-list__title,
.tm-list--auto-numbered .tm-list__title,
.tm-list--manual-numbered .tm-list__title,
.tm-list--circle .tm-list__title,
.tm-list--delimited .tm-list__title,
.tm-list--icon-above .tm-list__title {
  color: inherit;
  font-size: inherit;
}

.tm-list__desc {
  font-size: 16px;
  line-height: 1.5;
}

.tm-gradation {
  margin: 0 -15px;
  display: flex;
  text-align: center;
}

.tm-gradation .count-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 50px;
}

.tm-gradation .count-wrap:before,
.tm-gradation .count-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.tm-gradation .count-wrap:before {
  width: 80px;
  height: 80px;
  opacity: .2;
  z-index: 1;
}

.tm-gradation .count-wrap:after {
  width: 65px;
  height: 65px;
  opacity: .5;
  z-index: 2;
}

.tm-gradation .count {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.tm-gradation .item {
  width: 25%;
  padding: 0 15px;
  position: relative;
  opacity: 0;
}

.tm-gradation .item.animate {
  opacity: 1;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-gradation .item:first-child .line:before {
  display: none;
}

.tm-gradation .item:last-child .line:after {
  display: none;
}

.tm-gradation .line:before,
.tm-gradation .line:after {
  content: '';
  position: absolute;
  top: 40px;
  border-top: 1px dashed #dddddd;
  width: 50%;
  height: 1px;
}

.tm-gradation .line:before {
  left: 0;
}

.tm-gradation .line:after {
  right: 0;
}

.tm-gradation .title {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .tm-gradation {
    display: block;
  }

  .tm-gradation .item {
    width: 100%;
  }

  .tm-gradation .item+.item {
    margin-top: 50px;
  }

  .tm-gradation .count-wrap {
    margin-bottom: 25px;
  }

  .tm-gradation .line:before,
  .tm-gradation .line:after {
    display: none;
  }
}

.tm-restaurant-menu .menu-list {
  margin: 0;
  padding: 0 26px 0 0;
  list-style-type: none;
}

.tm-restaurant-menu .menu-header {
  position: relative;
  margin-bottom: 12px;
}

.tm-restaurant-menu .menu-header:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  display: block;
  border-top: 1px solid #eeeeee;
  content: "";
}

.tm-restaurant-menu .menu-badge.new {
  position: absolute;
  top: -26px;
  right: -35px;
  width: 40px;
  height: 20px;
  background: #de4630;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  line-height: 20px;
  z-index: 2;
}

.tm-restaurant-menu .menu-badge.new:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #de4630;
  transform: rotate(45deg);
}

.tm-restaurant-menu .menu-title {
  position: relative;
  z-index: 1;
  display: inline;
  background: #ffffff;
  color: #1f1f1f;
  font-size: 16px;
  padding-right: 10px;
}

.tm-restaurant-menu .menu-price {
  position: relative;
  z-index: 1;
  float: right;
  background-color: #ffffff;
  color: #1f1f1f;
  font-size: 16px;
}

.tm-restaurant-menu .menu-text {
  background: none;
  font-style: italic;
  font-size: 15px;
}

.tm-restaurant-menu li+li {
  margin-top: 38px;
}

.tm-icon .icon {
  font-size: 20px;
}

.tm-icon .icon i {
  font-size: inherit;
  font-weight: inherit;
}

.tm-icon .tm-svg {
  display: inline-block;
}

.tm-icon .tm-svg * {
  stroke: currentColor;
}

.tm-box-icon {
  margin-bottom: 30px;
  position: relative;
}

.tm-box-icon .icon {
  line-height: 1;
}

.tm-box-icon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-box-icon .content-wrap {
  position: relative;
}

.tm-box-icon .tm-svg * {
  stroke: currentColor;
}

.tm-box-icon.style-1 .icon {
  font-size: 76px;
}

.tm-box-icon.style-1 svg {
  width: 76px;
}

.tm-box-icon.style-1 .icon,
.tm-box-icon.style-1 .image {
  margin-bottom: 20px;
}

.tm-box-icon.style-1 .heading {
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 23px;
}

.tm-box-icon.style-2 {
  background: #fff;
}

.tm-box-icon.style-2 .content-wrap {
  position: relative;
  padding: 90px 30px 70px;
}

.tm-box-icon.style-2 .icon {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  font-size: 90px;
  color: #222;
  opacity: 0.1;
}

.tm-box-icon.style-2 svg {
  width: 90px;
}

.tm-box-icon.style-2 .content {
  position: relative;
  z-index: 2;
}

.tm-box-icon.style-2 .icon,
.tm-box-icon.style-2 .image {
  margin-bottom: 20px;
}

.tm-box-icon.style-2 .heading {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 23px;
  font-weight: 600;
}

.tm-box-icon.style-3 .image {
  margin-bottom: 50px;
}

.tm-box-icon.style-3 .box-header {
  display: flex;
  margin-bottom: 18px;
}

.tm-box-icon.style-3 .icon {
  margin-right: 15px;
  min-width: 36px;
  font-size: 34px;
  line-height: 1;
}

.tm-box-icon.style-3 svg {
  width: 34px;
}

.tm-box-icon.style-3 .heading {
  font-size: 24px;
}

.tm-box-icon.style-4 .icon {
  font-size: 50px;
}

.tm-box-icon.style-4 svg {
  width: 50px;
}

.tm-box-icon.style-4 .icon,
.tm-box-icon.style-4 .image {
  margin-bottom: 35px;
}

.tm-box-icon.style-4 .heading {
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 20px;
}

.tm-box-icon.style-4 .tm-box-icon__btn {
  margin-top: 27px;
}

.tm-box-icon.style-5 .icon {
  font-size: 50px;
  margin-bottom: 35px;
}

.tm-box-icon.style-5 svg {
  width: 50px;
}

.tm-box-icon.style-5 .image {
  margin-bottom: 40px;
}

.tm-box-icon.style-5 .heading {
  line-height: 1.25;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.tm-box-icon.style-5 .tm-box-icon__btn {
  margin-top: 27px;
}

.tm-box-icon.style-6 {
  margin-bottom: 30px;
}

.tm-box-icon.style-6:hover .tm-svg * {
  stroke: #fff;
}

.tm-box-icon.style-6:hover .heading {
  color: #fff;
}

.tm-box-icon.style-6:hover .text {
  color: #fff;
}

.tm-box-icon.style-6:hover .tm-box-icon__btn {
  color: #fff;
}

.tm-box-icon.style-6 .content-wrap {
  border-radius: 5px;
  padding: 42px 40px 49px;
}

.tm-box-icon.style-6 .icon {
  font-size: 50px;
  margin-bottom: 24px;
}

.tm-box-icon.style-6 svg {
  width: 50px;
}

.tm-box-icon.style-6 .image {
  margin-bottom: 30px;
}

.tm-box-icon.style-6 .image img {
  width: 100%;
}

.tm-box-icon.style-6 .heading {
  line-height: 1.25;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.tm-box-icon.style-6 .text {
  font-size: 15px;
  font-weight: 500;
}

.tm-box-icon.style-6 .tm-box-icon__btn {
  margin-top: 27px;
}

.tm-box-icon.style-7 {
  margin-bottom: 30px;
}

.tm-box-icon.style-7:hover .tm-svg * {
  stroke: #fff;
}

.tm-box-icon.style-7:hover .heading {
  color: #fff;
}

.tm-box-icon.style-7:hover .text {
  color: #fff;
}

.tm-box-icon.style-7:hover .tm-box-icon__btn {
  color: #fff;
}

.tm-box-icon.style-7 .content-wrap {
  padding: 61px 25px 87px;
  background: #fff;
  border-bottom: 3px solid #222;
}

.tm-box-icon.style-7 .icon {
  font-size: 50px;
  margin-bottom: 28px;
}

.tm-box-icon.style-7 svg {
  width: 50px;
}

.tm-box-icon.style-7 .image {
  margin-bottom: 30px;
}

.tm-box-icon.style-7 .image img {
  width: 100%;
}

.tm-box-icon.style-7 .heading {
  line-height: 1.25;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.tm-box-icon.style-7 .text {
  font-size: 15px;
}

.tm-box-icon.style-7 .tm-box-icon__btn {
  margin-top: 27px;
}

.tm-box-icon .tm-box-icon__btn {
  margin-top: 30px;
}

@media (min-width: 992px) {

  .tm-box-icon.style-1 .icon,
  .tm-box-icon.style-1 .image,
  .tm-box-icon.style-2 .icon,
  .tm-box-icon.style-2 .image {
    margin-bottom: 30px;
  }
}

.tm-accordion {
  margin: 0 0 30px;
}

.tm-accordion>.accordion-section {
  overflow: hidden;
}

.tm-accordion>.accordion-section+.accordion-section {
  margin-top: 33px;
}

.tm-accordion .accordion-title {
  display: block;
  position: relative;
  padding: 10px 20px 10px 0;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.6;
  cursor: pointer;
}

.tm-accordion .accordion-title:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  height: 2px;
}

.tm-accordion .accordion-title:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  z-index: 1;
}

.tm-accordion .accordion-title:hover:before {
  opacity: 0;
}

.tm-accordion .accordion-title:hover:after {
  width: 100%;
}

.tm-accordion .accordion-icon:before {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  content: '\f054';
  font-family: FontAwesome;
  color: #eee;
}

.tm-accordion .active>.accordion-title:after {
  width: 100%;
}

.tm-accordion .active>.accordion-title .accordion-icon:before {
  content: '\f077';
}

.tm-accordion .accordion-content {
  padding: 27px 0 8px;
  display: none;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tm-heading.center .heading {
  margin-left: auto;
  margin-right: auto;
}

.tm-heading a {
  font-size: inherit;
  color: inherit;
  position: relative;
}

.tm-heading a:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: currentColor;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.tm-heading a:hover {
  color: inherit;
}

.tm-heading a:hover:before {
  width: 100%;
}

.tm-heading .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
}

.tm-heading.secondary-font .heading {
  font-family: inherit !important;
}

.highlight-text mark,
.typed-text mark,
.typed-text-2 mark {
  background: none;
}

.typed-text-2 mark {
  font-style: italic;
}

.tm-testimonial.style-1 .testimonial-item {
  padding-top: 70px;
  width: 100%;
}

.tm-testimonial.style-1 .testimonial-item:before {
  content: '”';
  font-family: Poppins;
  font-size: 100px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.tm-testimonial.style-1 .testimonial-header {
  display: flex;
  justify-content: center;
}

.tm-testimonial.style-1 .inner {
  text-align: center;
}

.tm-testimonial.style-1 .testimonial-name {
  font-size: 16px;
  margin-bottom: 7px;
}

.tm-testimonial.style-1 .testimonial-by-line {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.tm-testimonial.style-1 .testimonial-desc {
  font-size: 15px;
  font-style: normal;
  text-align: center;
  margin: 0 auto 22px;
  width: 100%;
  max-width: 600px;
}

.tm-testimonial.style-1 .post-thumbnail {
  margin-bottom: 10px;
}

.tm-testimonial.style-1 .post-thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.tm-testimonial.style-2 .testimonial-item {
  padding-top: 70px;
}

.tm-testimonial.style-2 .testimonial-item:before {
  content: '”';
  font-family: Poppins;
  font-size: 100px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.tm-testimonial.style-2 .testimonial-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding-top: 25px;
  width: 100%;
}

.tm-testimonial.style-2 .inner {
  display: flex;
}

.tm-testimonial.style-2 .testimonial-info {
  align-self: center;
  flex-grow: 1;
}

.tm-testimonial.style-2 .testimonial-name {
  font-size: 16px;
  margin-bottom: 7px;
}

.tm-testimonial.style-2 .testimonial-by-line {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.tm-testimonial.style-2 .testimonial-desc {
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}

.tm-testimonial.style-2 .post-thumbnail {
  flex-shrink: 0;
}

.tm-testimonial.style-2 .post-thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.tm-testimonial.style-3 {
  margin: -30px -30px 60px;
}

.tm-testimonial.style-3 .swiper-container {
  padding: 30px;
}

.tm-testimonial.style-3 .testimonial-item {
  padding: 34px 39px 30px 41px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
}

.tm-testimonial.style-3 .testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}

.tm-testimonial.style-3 .testimonial-desc {
  font-size: 15px;
  line-height: 1.66;
  margin-bottom: 85px;
}

.tm-testimonial.style-3 .inner {
  display: flex;
  align-items: center;
}

.tm-testimonial.style-3 .post-thumbnail {
  flex-shrink: 0;
  margin-right: 20px;
}

.tm-testimonial.style-3 .post-thumbnail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.tm-testimonial.style-3 .testimonial-name {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 600;
  margin-bottom: 4px;
}

.tm-testimonial.style-3 .testimonial-by-line {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}

.tm-testimonial.skin-light .testimonial-name,
.tm-testimonial.skin-light .testimonial-desc {
  color: #fff;
}

.tm-testimonial.skin-light.style-1 .testimonial-item,
.tm-testimonial.skin-light.style-2 .testimonial-item {
  background-image: url(/assets/blockquote4.png);
}

@media (max-width: 543px) {

  .tm-testimonial.style-1 .testimonial-desc,
  .tm-testimonial.style-2 .testimonial-desc {
    font-size: 16px;
  }
}

.tm-slider .spacing {
  height: 32px;
}

.tm-slider .heading {
  font-size: 24px;
  margin-bottom: 12px;
}

.tm-slider.fw-image .image img {
  width: 100%;
}

.tm-slider .swiper-slide a:hover {
  cursor: pointer;
}

.tm-slider .swiper-slide a .text {
  color: #999;
}

.tm-client .image {
  transition: all .6s;
}

.tm-client .image-hover {
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

.tm-client .has-image-hover {
  position: relative;
}

.tm-client .has-image-hover:hover .image {
  visibility: hidden;
}

.tm-client .has-image-hover:hover .image-hover {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.tm-client .swiper-slide {
  justify-content: center;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .heading {
  font-size: 24px;
  margin-bottom: 21px;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .icon {
  font-size: 50px;
  width: 75px;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .slide-item-wrapper {
  display: flex;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .slide-item-wrapper+.slide-item-wrapper {
  margin-top: 71px;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .icon {
  flex-shrink: 0;
}

.tm-slider-icon-list.style-two-vertical-item-list-icon .slide-content-wrapper {
  flex-grow: 1;
}

.tm-slider-icon-list.style-numbered-manual .number {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}

.tm-slider-icon-list.style-numbered-manual .heading {
  font-size: 20px;
  margin-bottom: 22px;
}

.pricing-wrap {
  display: flex;
  align-items: flex-start;
}

.pricing-wrap .tm-pricing {
  flex: 1 1 auto;
}

.tm-pricing {
  z-index: 2;
}

.tm-pricing.style-1 {
  margin-bottom: 30px;
}

.tm-pricing.style-1 .inner {
  position: relative;
  margin: 0 auto;
  padding: 58px 30px 67px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 5px solid red;
}

.tm-pricing.style-1 .inner:hover {
  transform: translate(0, -30px);
}

.tm-pricing.style-1.tm-pricing-featured .inner {
  padding: 64px 30px 87px;
  border-bottom: 1px solid #ddd;
  border-top: 5px solid red;
}

.tm-pricing.style-1 .tm-pricing-header {
  margin-bottom: 25px;
  text-align: center;
}

.tm-pricing.style-1 .price-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.tm-pricing.style-1 .price {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.tm-pricing.style-1 .price span {
  font-size: 20px;
  vertical-align: top;
}

.tm-pricing.style-1 .period {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.tm-pricing.style-1 .tm-pricing-featured-text {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.tm-pricing.style-1 .image {
  margin-bottom: 30px;
  text-align: center;
}

.tm-pricing.style-1 .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.tm-pricing.style-1 .tm-pricing-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.tm-pricing.style-1 .tm-pricing-list li {
  position: relative;
  display: block;
  padding: 6px 0;
  list-style-type: none;
}

.tm-pricing.style-1 .tm-pricing-list li i {
  font-size: 16px;
  margin-right: 5px;
}

.tm-pricing.style-1 .tm-pricing-content {
  padding: 0 15px;
}

.tm-pricing.style-1 .tm-pricing-footer {
  padding-top: 15px;
  text-align: center;
}

.tm-pricing.style-1 .tm-pricing-button {
  border-color: #ddd !important;
}

@media (max-width: 991px) {
  .pricing-wrap {
    flex-wrap: wrap;
  }

  .pricing-wrap .tm-pricing {
    width: 100%;
    max-width: 100%;
  }
}

.tm-countdown {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}

.tm-countdown .day,
.tm-countdown .hour,
.tm-countdown .minute,
.tm-countdown .second {
  text-align: center;
  flex-grow: 1;
}

.tm-countdown .countdown-wrap {
  display: flex;
  align-items: center;
}

.tm-countdown .number {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}

.tm-countdown .text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ddd;
}

.tm-countdown .separator {
  letter-spacing: .42px;
}

.tm-countdown.skin-light .number {
  color: #ffffff;
}

.tm-countdown.skin-light .text {
  color: rgba(255, 255, 255, 0.7);
}

.tm-countdown.skin-light .separator {
  color: #ffffff;
}

.tm-counter {
  margin-bottom: 30px;
}

.tm-counter.style-1 .counter-wrap {
  position: relative;
}

.tm-counter.style-1 .icon {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 130px;
  opacity: .08;
  line-height: 1;
}

.tm-counter.style-1 .number-wrap {
  display: flex;
  margin-bottom: 7px;
  font-size: 36px;
  line-height: 1.5;
}

.tm-counter.style-1 .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #ddd;
}

.tm-counter.style-1.skin-light .icon {
  color: #ffffff;
}

.tm-counter.style-1.skin-light .text {
  color: #ffffff;
}

.tm-counter.style-1.align-left {
  /*.icon {
				left: 50px;
			}
			.counter-wrap {
				padding-left: 50px;
			}*/
}

.tm-counter.style-1.align-center .icon {
  right: 50%;
  left: auto;
}

.tm-counter.style-1.align-right .icon {
  right: 50px;
}

.tm-counter.align-left .number-wrap {
  justify-content: flex-start;
}

.tm-counter.align-center .number-wrap {
  justify-content: center;
}

.tm-counter.align-right .number-wrap {
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .tm-counter.style-1 .icon {
    font-size: 100px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .tm-counter.style-1 .icon {
    font-size: 80px;
  }
}

.tm-team-member {
  position: relative;
}

.tm-team-member .photo img {
  width: 100%;
}

.tm-team-member.style-1 .photo {
  margin-bottom: 34px;
}

.tm-team-member.style-1 .info-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.tm-team-member.style-1 .info-wrap {
  display: table-cell;
  vertical-align: middle;
}

.tm-team-member.style-1 .info-footer {
  position: relative;
  margin-top: 45px;
  padding-top: 20px;
}

.tm-team-member.style-1 .info-footer:before,
.tm-team-member.style-1 .info-footer:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
}

.tm-team-member.style-1 .info-footer:before {
  width: 100%;
  height: 1px;
  background: #eee;
}

.tm-team-member.style-1 .info-footer:after {
  width: 0;
  height: 2px;
  z-index: 1;
}

.tm-team-member.style-1 .social-networks {
  margin: 0 -8px;
}

.tm-team-member.style-1 .social-networks a {
  display: inline-block;
  padding: 5px 8px;
  font-size: 18px;
  line-height: 1;
  color: #aaa;
}

.tm-team-member.style-1 .name {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.tm-team-member.style-1 .position {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 11px;
}

.tm-team-member.style-1:hover .social-networks:after {
  width: 100%;
}

.tm-team-member.style-2 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #000;
}

.tm-team-member.style-2 .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.tm-team-member.style-2:hover .overlay {
  opacity: .9;
  visibility: visible;
}

.tm-team-member.style-2:hover .info {
  opacity: 1;
  visibility: visible;
}

.tm-team-member.style-2 .info-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.tm-team-member.style-2 .info-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

.tm-team-member.style-2 .social-networks {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
}

.tm-team-member.style-2 .social-networks a {
  display: inline-block;
  padding: 5px 11px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.tm-team-member.style-2 .social-networks a:hover {
  color: rgba(255, 255, 255, 0.3);
}

.tm-team-member.style-2 .name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tm-team-member.style-2 .position {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

.tm-team-member.style-2 .description {
  color: #fff;
}

.tm-social-networks {
  padding: 0;
  margin: 0 -8px;
}

.tm-social-networks .item {
  list-style-type: none;
  margin: 0 0 5px;
}

.tm-social-networks .link {
  padding: 5px 8px;
}

.tm-social-networks .link:hover .link-icon {
  color: red;
}

.tm-social-networks .link-icon {
  color: #222;
}

.tm-social-networks.layout-list {
  display: block;
}

.tm-social-networks.layout-inline .item {
  display: inline-block;
}

.tm-social-networks.layout-two-columns {
  margin: 0 -10px;
}

.tm-social-networks.layout-two-columns .item {
  display: block;
  float: left;
  width: 50%;
}

.tm-social-networks.layout-two-columns .link {
  padding: 5px 10px;
}

.tm-social-networks.style-icons {
  font-size: 20px;
}

.tm-social-networks.style-icons-with-border {
  font-size: 16px;
}

.tm-social-networks.style-icons-with-border .item {
  padding: 0;
}

.tm-social-networks.style-icons-with-border .link {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #eee;
  background: #fff;
  color: #222;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}

.tm-social-networks.style-icons-with-border .link:hover {
  color: #fff;
}

.tm-social-networks.style-icons-with-border .link:hover .link-icon {
  color: #fff;
}

.tm-social-networks.style-icon-title .link-icon {
  font-size: 20px;
  min-width: 25px;
  margin-right: 5px;
}

.tm-social-networks.style-title .link:hover .link-text:after {
  width: 100%;
}

.tm-social-networks.style-title .link-text {
  position: relative;
}

.tm-social-networks.style-title .link-text:after {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  height: 1px;
  width: 0;
  background: currentColor;
}

.tm-social-networks .link {
  display: inline-block;
  color: inherit;
}

.tm-social-networks br {
  display: none;
}

.tm-social-networks.skin-light .link {
  color: #999;
}

.tm-social-networks.skin-light.style-icons .link-icon,
.tm-social-networks.skin-light.style-icon-title .link-icon {
  color: #fff;
}

.tm-pie-chart {
  margin-bottom: 30px;
  text-align: center;
}

.tm-pie-chart .chart {
  position: relative;
  margin: 0 auto 50px;
  width: 126px;
  height: 126px;
}

.tm-pie-chart .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.tm-pie-chart .piecharts-number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-pie-chart .piecharts-number span {
  vertical-align: super;
  font-size: 20px;
}

.tm-pie-chart .inner-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.tm-pie-chart .title {
  margin-bottom: 12px;
}

.tm-pie-chart .title h6 {
  font-size: 20px;
}

.tm-pie-chart .subtitle {
  font-size: 15px;
}

@media (max-width: 543px) {
  .tm-pie-chart {
    margin-bottom: 50px;
  }

  .tm-pie-chart .chart {
    margin-bottom: 30px;
  }
}

.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border: 0;
  color: #fff;
}

.wpcf7 .wpcf7-validation-errors {
  background: #f0ad4e;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #5cb85c;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d9534f;
  font-size: 12px;
}

.tm-contact-form-7 .wpcf7-form br {
  display: none;
}

.tm-contact-form-7 .wpcf7-form-control-wrap {
  display: block;
}

.tm-contact-form-7 .wpcf7-form-control {
  margin-bottom: 30px;
}

.tm-contact-form-7 .wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
}

.tm-contact-form-7 .wpcf7-textarea {
  height: 53px;
  line-height: 50px;
}

.tm-contact-form-7 .ajax-loader {
  display: none !important;
}

.tm-contact-form-7 .wpcf7-submit {
  display: block;
}

.tm-contact-form-7 .wpcf7-submit span,
.tm-contact-form-7 .wpcf7-submit i {
  margin-left: 10px;
  font-size: 14px;
}

.tm-contact-form-7.skin-light .wpcf7-text,
.tm-contact-form-7.skin-light .wpcf7-textarea,
.tm-contact-form-7.skin-classic-light .wpcf7-text,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}

.tm-contact-form-7.skin-light .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7.skin-light .wpcf7-textarea::-webkit-input-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.tm-contact-form-7.skin-light .wpcf7-text:-moz-placeholder,
.tm-contact-form-7.skin-light .wpcf7-textarea:-moz-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-text:-moz-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}

.tm-contact-form-7.skin-light .wpcf7-text::-moz-placeholder,
.tm-contact-form-7.skin-light .wpcf7-textarea::-moz-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-text::-moz-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}

.tm-contact-form-7.skin-light .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7.skin-light .wpcf7-textarea:-ms-input-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.tm-contact-form-7.skin-light .wpcf7-text:focus,
.tm-contact-form-7.skin-light .wpcf7-textarea:focus,
.tm-contact-form-7.skin-classic-light .wpcf7-text:focus,
.tm-contact-form-7.skin-classic-light .wpcf7-textarea:focus {
  color: #fff;
  border-color: #fff;
}

.tm-contact-form-7.skin-light .wpcf7-submit,
.tm-contact-form-7.skin-classic-light .wpcf7-submit {
  border: 1px solid transparent;
  color: #fff;
  background: transparent;
}

.tm-contact-form-7.skin-classic input[type="text"],
.tm-contact-form-7.skin-classic input[type="email"],
.tm-contact-form-7.skin-classic input[type="url"],
.tm-contact-form-7.skin-classic input[type="password"],
.tm-contact-form-7.skin-classic input[type="search"],
.tm-contact-form-7.skin-classic input[type="number"],
.tm-contact-form-7.skin-classic input[type="tel"],
.tm-contact-form-7.skin-classic input[type="range"],
.tm-contact-form-7.skin-classic input[type="date"],
.tm-contact-form-7.skin-classic input[type="month"],
.tm-contact-form-7.skin-classic input[type="week"],
.tm-contact-form-7.skin-classic input[type="time"],
.tm-contact-form-7.skin-classic input[type="datetime"],
.tm-contact-form-7.skin-classic input[type="datetime-local"],
.tm-contact-form-7.skin-classic input[type="color"],
.tm-contact-form-7.skin-classic textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0px 24px;
}

.tm-contact-form-7.skin-classic input[type="text"]:focus,
.tm-contact-form-7.skin-classic input[type="email"]:focus,
.tm-contact-form-7.skin-classic input[type="url"]:focus,
.tm-contact-form-7.skin-classic input[type="password"]:focus,
.tm-contact-form-7.skin-classic input[type="search"]:focus,
.tm-contact-form-7.skin-classic input[type="number"]:focus,
.tm-contact-form-7.skin-classic input[type="tel"]:focus,
.tm-contact-form-7.skin-classic input[type="range"]:focus,
.tm-contact-form-7.skin-classic input[type="date"]:focus,
.tm-contact-form-7.skin-classic input[type="month"]:focus,
.tm-contact-form-7.skin-classic input[type="week"]:focus,
.tm-contact-form-7.skin-classic input[type="time"]:focus,
.tm-contact-form-7.skin-classic input[type="datetime"]:focus,
.tm-contact-form-7.skin-classic input[type="datetime-local"]:focus,
.tm-contact-form-7.skin-classic input[type="color"]:focus,
.tm-contact-form-7.skin-classic textarea:focus {
  color: #111111;
}

.tm-contact-form-7.skin-classic .wpcf7-textarea {
  height: 122px;
}

.tm-contact-form-7.skin-classic-light input[type="text"],
.tm-contact-form-7.skin-classic-light input[type="email"],
.tm-contact-form-7.skin-classic-light input[type="url"],
.tm-contact-form-7.skin-classic-light input[type="password"],
.tm-contact-form-7.skin-classic-light input[type="search"],
.tm-contact-form-7.skin-classic-light input[type="number"],
.tm-contact-form-7.skin-classic-light input[type="tel"],
.tm-contact-form-7.skin-classic-light input[type="range"],
.tm-contact-form-7.skin-classic-light input[type="date"],
.tm-contact-form-7.skin-classic-light input[type="month"],
.tm-contact-form-7.skin-classic-light input[type="week"],
.tm-contact-form-7.skin-classic-light input[type="time"],
.tm-contact-form-7.skin-classic-light input[type="datetime"],
.tm-contact-form-7.skin-classic-light input[type="datetime-local"],
.tm-contact-form-7.skin-classic-light input[type="color"],
.tm-contact-form-7.skin-classic-light textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 0px 24px;
}

.tm-contact-form-7.skin-classic-light input[type="text"]:focus,
.tm-contact-form-7.skin-classic-light input[type="email"]:focus,
.tm-contact-form-7.skin-classic-light input[type="url"]:focus,
.tm-contact-form-7.skin-classic-light input[type="password"]:focus,
.tm-contact-form-7.skin-classic-light input[type="search"]:focus,
.tm-contact-form-7.skin-classic-light input[type="number"]:focus,
.tm-contact-form-7.skin-classic-light input[type="tel"]:focus,
.tm-contact-form-7.skin-classic-light input[type="range"]:focus,
.tm-contact-form-7.skin-classic-light input[type="date"]:focus,
.tm-contact-form-7.skin-classic-light input[type="month"]:focus,
.tm-contact-form-7.skin-classic-light input[type="week"]:focus,
.tm-contact-form-7.skin-classic-light input[type="time"]:focus,
.tm-contact-form-7.skin-classic-light input[type="datetime"]:focus,
.tm-contact-form-7.skin-classic-light input[type="datetime-local"]:focus,
.tm-contact-form-7.skin-classic-light input[type="color"]:focus,
.tm-contact-form-7.skin-classic-light textarea:focus {
  color: #fff;
  border-color: #fff;
}

.tm-contact-form-7.skin-classic-light .wpcf7-textarea {
  height: 122px;
}

.tm-contact-form-7.skin-classic-light .wpcf7-submit {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
}

.tm-mailchimp-form .subscribe-form {
  display: flex;
  margin: 0 -15px;
}

.tm-mailchimp-form .form-item {
  padding: 0 15px;
}

.tm-mailchimp-form .form-item.flex-auto {
  flex-grow: 1;
}

.tm-mailchimp-form .form-item.flex-shrink {
  flex-shrink: 0;
}

.tm-mailchimp-form button i {
  display: none;
}

.tm-mailchimp-form.style-2 input[type=text],
.tm-mailchimp-form.style-2 input[type=email] {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.tm-mailchimp-form.style-2 input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.style-2 input[type=email]::-webkit-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form.style-2 input[type=text]:-moz-placeholder,
.tm-mailchimp-form.style-2 input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

.tm-mailchimp-form.style-2 input[type=text]::-moz-placeholder,
.tm-mailchimp-form.style-2 input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

.tm-mailchimp-form.style-2 input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.style-2 input[type=email]:-ms-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form.style-2 button {
  border: 2px solid #fff;
  background: transparent;
}

.tm-mailchimp-form.style-2 button:hover {
  background: #fff;
  color: #333;
}

.tm-mailchimp-form.style-4 {
  text-align: right;
}

.tm-mailchimp-form.style-4 .subscribe-form {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  width: 350px;
}

.tm-mailchimp-form.style-4 .form-item {
  padding: 0;
}

.tm-mailchimp-form.style-4 input[type=text],
.tm-mailchimp-form.style-4 input[type=email] {
  color: #999;
  border: 2px solid #eee;
  border-radius: 100px;
  padding: 0 50px 0 30px;
  height: 55px;
}

.tm-mailchimp-form.style-4 input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.style-4 input[type=email]::-webkit-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form.style-4 input[type=text]:-moz-placeholder,
.tm-mailchimp-form.style-4 input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

.tm-mailchimp-form.style-4 input[type=text]::-moz-placeholder,
.tm-mailchimp-form.style-4 input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

.tm-mailchimp-form.style-4 input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.style-4 input[type=email]:-ms-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form.style-4 button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  font-size: 0;
}

.tm-mailchimp-form.style-4 button i {
  font-weight: bold;
  color: #222;
  font-size: 15px;
  display: block;
}

.tm-mailchimp-form.style-4 button:hover {
  color: #333;
}

@media (max-width: 543px) {
  .tm-mailchimp-form .subscribe-form {
    display: block;
    margin: 0;
  }

  .tm-mailchimp-form .form-item {
    padding: 0;
  }

  .tm-mailchimp-form button {
    display: block;
    margin: 30px 0 0;
  }
}

.tm-popup-video.style-poster,
.tm-popup-video.style-poster-2,
.tm-popup-video.style-poster-3 {
  position: relative;
}

.tm-popup-video.style-poster.overlay-style-1 .video-overlay,
.tm-popup-video.style-poster-2.overlay-style-1 .video-overlay,
.tm-popup-video.style-poster-3.overlay-style-1 .video-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.tm-popup-video.style-poster .video-overlay,
.tm-popup-video.style-poster-2 .video-overlay,
.tm-popup-video.style-poster-3 .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tm-popup-video.style-poster img,
.tm-popup-video.style-poster-2 img,
.tm-popup-video.style-poster-3 img {
  width: 100%;
}

.tm-popup-video.style-poster:hover .video-play,
.tm-popup-video.style-poster-2:hover .video-play,
.tm-popup-video.style-poster-3:hover .video-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.tm-popup-video.style-poster .video-play,
.tm-popup-video.style-poster-2 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster .video-play .icon,
.tm-popup-video.style-poster-2 .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster-3 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.tm-popup-video.style-poster-3 .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster-2 .video-play {
  right: -40px;
  left: auto;
  transform: translate(0, -50%);
}

.tm-popup-video.style-poster-2:hover .video-play {
  transform: translate(0, -50%) scale(1.1);
}

.tm-popup-video.style-button .video-play {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
}

.tm-popup-video.style-button .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-2 .video-play {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.tm-popup-video.style-button-2 .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-2 .video-text {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  text-decoration: underline;
}

.tm-popup-video.style-button-2 .video-wrap {
  display: flex;
  align-items: center;
}

.tm-popup-video.style-button-3 .video-play {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}

.tm-popup-video.style-button-3 .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-4 .video-play {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
}

.tm-popup-video.style-button-4 .video-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-5 .video-play {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
}

.tm-popup-video.style-button-5 .video-play .icon {
  margin-top: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.tm-popup-video.style-button .video-play,
.tm-popup-video.style-button-2 .video-play,
.tm-popup-video.style-button-3 .video-play,
.tm-popup-video.style-button-4 .video-play,
.tm-popup-video.style-button-5 .video-play {
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
}

.tm-popup-video.style-button .video-play:hover,
.tm-popup-video.style-button-2 .video-play:hover,
.tm-popup-video.style-button-3 .video-play:hover,
.tm-popup-video.style-button-4 .video-play:hover,
.tm-popup-video.style-button-5 .video-play:hover {
  transform: scale3d(1.15, 1.15, 1.15);
}

@media (max-width: 767px) {
  .tm-popup-video.style-poster-2 .video-play {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tm-popup-video.style-poster-2:hover .video-play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.tm-gallery {
  position: relative;
}

.tm-gallery img {
  width: 100%;
}

.tm-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: .7;
}

.tm-gallery .gallery-item>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.tm-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.tm-gallery .overlay>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
}

.tm-view-demo .item-wrap:hover .overlay {
  opacity: 0.9;
}

.tm-view-demo .item-wrap:hover .overlay-content {
  margin-top: 0;
  opacity: 1;
}

.tm-view-demo .thumbnail {
  position: relative;
}

.tm-view-demo .thumbnail img {
  width: 100%;
}

.tm-view-demo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-view-demo .overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 2;
  text-align: center;
  opacity: 0;
  margin-top: -30px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-view-demo .heading {
  text-align: center;
  margin: 32px 0;
  font-size: 18px;
  color: #fff;
}

.tm-view-demo .heading a {
  color: #fff;
}

.tm-view-demo-icon .grid-item {
  margin-bottom: 30px;
}

.tm-view-demo-icon .grid-item>a {
  display: block;
  height: 100%;
  width: 100%;
}

.tm-view-demo-icon .item-wrap {
  overflow: hidden;
  padding: 35px 30px;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.tm-view-demo-icon .item-wrap:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.tm-view-demo-icon .item-icon {
  margin-bottom: 13px;
}

.tm-view-demo-icon .item-icon i {
  height: 46px;
  font-size: 46px;
  line-height: 46px;
}

.tm-view-demo-icon .heading {
  font-size: 20px;
  line-height: 1.15;
}

.tm-view-demo-icon .heading a {
  color: inherit;
}

.tm-instagram br {
  display: none;
}

.tm-instagram .inner {
  position: relative;
}

.tm-instagram .inner .item-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
}

.tm-instagram .inner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
}

.tm-instagram .inner:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.tm-instagram .inner .item-info .likes,
.tm-instagram .inner .item-info .comments {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}

.tm-instagram .inner .item-info .likes:before,
.tm-instagram .inner .item-info .comments:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}

.tm-instagram .inner .item-info .likes:before {
  content: '\f08a';
}

.tm-instagram .inner .item-info .comments {
  margin-left: 10px;
}

.tm-instagram .inner .item-info .comments:before {
  content: '\f0e5';
}

.tm-twitter.style-slider {
  max-width: 900px;
  margin: 0 auto;
}

.tm-twitter.style-slider .tweet {
  position: relative;
  text-align: center;
}

.tm-twitter.style-slider .tweet:before {
  display: block;
  content: "\f099";
  font-size: 120px;
  line-height: 1;
  font-family: FontAwesome;
  margin-bottom: 10px;
}

.tm-twitter.style-slider .tweet .tweet-heading {
  font-size: 32px;
}

.tm-twitter.style-slider .tweet .tweet-text {
  font-size: 24px;
  margin-top: 40px;
}

.tm-twitter.style-slider .tweet+.tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}

.tm-twitter.style-slider .tweet+.tweet:before {
  top: 13px;
}

.tm-twitter.style-list .item+.item {
  margin-top: 45px;
}

.tm-twitter.style-list .tweet {
  position: relative;
  padding-left: 31px;
}

.tm-twitter.style-list .tweet:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f099";
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 1;
}

.tm-twitter.style-list .tweet .tweet-date {
  font-size: 12px;
}

.tm-twitter.style-list .tweet+.tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}

.tm-twitter.style-list .tweet+.tweet:before {
  top: 13px;
}

.tm-timeline ul {
  margin: 0;
  padding: 0;
}

.tm-timeline ul li {
  position: relative;
  margin: 0 auto;
  width: 1px;
  list-style-type: none;
}

.tm-timeline ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #eeeeee;
}

.tm-timeline ul li:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  content: '';
  transform: translateX(-50%);
}

.tm-timeline ul li:nth-child(odd) .content-wrap {
  text-align: right;
  left: -485px;
}

.tm-timeline ul li:nth-child(even) .content-wrap {
  left: 85px;
}

.tm-timeline ul li:nth-child(even) .time {
  left: -485px;
  text-align: right;
}

.tm-timeline .content-wrap {
  position: relative;
  top: 4px;
}

.tm-timeline .content-wrap,
.tm-timeline .time {
  width: 400px;
}

.tm-timeline .heading {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 33px;
}

.tm-timeline .photo {
  margin-bottom: 28px;
}

.tm-timeline .time {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: -.05em;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 500;
  color: #dddddd;
  left: 85px;
}

.tm-timeline .tm-animation-queue .item .content-wrap,
.tm-timeline .tm-animation-queue .item .time {
  opacity: 0;
}

.tm-timeline .tm-animation-queue .item.animate .content-wrap,
.tm-timeline .tm-animation-queue .item.animate .time {
  opacity: 1;
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(even) .time {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(even) .content-wrap {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .time {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .content-wrap {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 900px) {
  .tm-timeline ul li:nth-child(odd) .content-wrap {
    left: -284px;
  }

  .tm-timeline ul li:nth-child(even) .content-wrap {
    left: 34px;
  }

  .tm-timeline ul li:nth-child(even) .time {
    left: -284px;
  }

  .tm-timeline .content-wrap,
  .tm-timeline .time {
    width: 250px;
  }

  .tm-timeline .time {
    font-size: 40px;
    left: 34px;
  }
}

@media screen and (max-width: 600px) {
  .tm-timeline ul li {
    margin-left: 20px;
    padding-bottom: 40px;
  }

  .tm-timeline ul li:nth-child(odd) .content-wrap {
    left: -284px;
  }

  .tm-timeline ul li:nth-child(odd) .content-wrap {
    left: 34px;
    text-align: left;
  }

  .tm-timeline .content-wrap,
  .tm-timeline .time {
    width: calc(100vw - 100px);
  }

  .tm-timeline .time {
    position: relative;
    margin-bottom: 7px;
    font-size: 30px;
    left: 34px !important;
    transform: translate(0);
    text-align: left !important;
    top: -10px;
  }
}

.tm-blockquote {
  position: relative;
  margin-bottom: 30px;
}

.tm-blockquote blockquote {
  padding: 45px 40px 55px;
  color: inherit;
  font-size: inherit;
  border: 1px solid #eee;
}

.tm-blockquote blockquote:before {
  display: none;
}

.tm-blockquote svg {
  position: absolute;
  top: 27px;
  right: 27px;
}

.tm-blockquote .heading {
  font-size: 16px;
  margin-bottom: 8px;
}

.tm-blockquote.skin-dark {
  color: #fff;
}

.tm-blockquote.skin-dark .heading {
  color: #fff;
}

.tm-blockquote.skin-dark path {
  fill: #fff;
}

.tm-drop-cap {
  margin-bottom: 70px;
}

.tm-drop-cap.style-1 .drop-cap {
  float: left;
  font-size: 28px;
  line-height: 28px;
  padding-right: 10px;
}

.tm-drop-cap.style-2 .drop-cap {
  float: left;
  font-size: 28px;
  line-height: 28px;
  padding: 7px 13px 7px 9px;
  color: #ffffff;
  margin: -8px 10px 0 -10px;
}

.gmap-marker-wrap {
  text-align: center;
  padding: 30px 50px;
}

.gmap-marker-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}

.gmap-marker-content {
  font-size: 20px;
}

.animated-dot {
  width: 20px;
  height: 20px;
  left: -9px;
  top: -5px;
  position: relative;
}

.animated-dot .middle-dot {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  position: absolute;
  left: 2px;
  top: 2px;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.animated-dot .middle-dot:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background-color: #fff;
  border-radius: 30px;
  z-index: 100;
  opacity: 0;
  animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-delay: 0.78s;
  animation-iteration-count: infinite;
}

.animated-dot .signal {
  width: 180px;
  pointer-events: none;
  height: 180px;
  border-radius: 200px;
  position: absolute;
  left: -80px;
  top: -80px;
  opacity: 0;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-delay: 0.78s;
  animation-iteration-count: infinite;
}

.animated-dot .signal2 {
  width: 180px;
  height: 180px;
  pointer-events: none;
  border-radius: 200px;
  position: absolute;
  left: -80px;
  top: -80px;
  opacity: 0;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animationSignal {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  1% {
    opacity: 0.25;
  }

  20% {
    opacity: 0.25;
  }

  60% {
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal2 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.17;
  }

  60% {
    opacity: 0;
  }
}

@keyframes animationSignal {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  1% {
    opacity: 0.25;
  }

  20% {
    opacity: 0.25;
  }

  60% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes animationSignal2 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.17;
  }

  60% {
    opacity: 0;
  }
}

.tm-product div.product {
  margin-bottom: 60px;
}

.tm-product div.product .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.tm-product div.product .product-thumbnail>a>img {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-product div.product .product-thumbnail:hover .actions {
  transform: translateY(0);
}

.tm-product div.product .product-thumbnail:hover img {
  transform: scale(1.1);
}

.tm-product div.product .product-thumbnail .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #222222;
  transform: translateY(100%);
  text-align: center;
}

.tm-product div.product .product-thumbnail .actions .action {
  float: left;
}

.tm-product div.product .product-thumbnail .actions .action .button {
  height: 55px;
  line-height: 55px !important;
}

.tm-product div.product .product-thumbnail .actions i {
  font-weight: normal;
}

.tm-product div.product .product-thumbnail .actions .added_to_cart {
  display: none;
}

.tm-product div.product .product-thumbnail .actions .action-add-to-cart {
  width: calc(100% - 55px);
}

.tm-product div.product .product-thumbnail .actions .action-view-detail {
  width: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tm-product div.product .product-thumbnail .actions .action-view-detail a {
  position: relative;
  display: block;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: inherit;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.tm-product div.product .product-thumbnail .actions .add_to_cart_button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px !important;
  border-radius: 0;
  background: inherit;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2;
}

.tm-product div.product .product-thumbnail .actions .add_to_cart_button.loading:after {
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
}

.tm-product div.product .product-info {
  text-align: center;
}

.tm-product div.product .product-info .woocommerce-loop-product__title {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.tm-product div.product .product-info .price {
  font-size: 16px;
  line-height: 1.2;
}

.tm-product div.product .product-info .price del,
.tm-product div.product .product-info .price span,
.tm-product div.product .product-info .price ins {
  font-size: inherit;
}

.tm-product div.product .badges {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  display: flex;
}

.tm-product div.product .badges span:first-child {
  margin-left: 0 !important;
}

.tm-product div.product .badges .onsale,
.tm-product div.product .badges .hot,
.tm-product div.product .badges .new {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 0 5px 5px;
  padding: 0;
  min-width: 0;
  min-height: 0;
  width: 50px;
  height: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
}

.tm-product div.product .badges .hot {
  background: #f4cb75;
}

.tm-product div.product .badges .onsale {
  background: #D5382C;
}

.tm-product div.product .badges .new {
  background: #87ab69;
}

.tm-product div.product .out-of-stock-label {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding: 10px 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.tm-product.style-carousel .product {
  margin-bottom: 0;
}

.tm-separator.style-1 {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}

.tm-separator.style-1:before {
  content: '';
  width: 60px;
  height: 7px;
  background-color: red;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
}

.tm-product-featured {
  position: relative;
  overflow: hidden;
}

.tm-product-featured .product-thumbnail img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.tm-product-featured .product-info {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate(0, 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-product-featured .product-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.tm-product-featured .price {
  font-size: 16px;
}

.tm-product-featured .price ins {
  background-color: transparent;
}

.tm-product-featured .price ins .amount {
  color: #D5382C;
}

.tm-product-featured .price del {
  color: #aaa;
}

.tm-product-featured .price del .amount {
  color: #aaa;
}

.tm-product-featured .badges {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  display: flex;
}

.tm-product-featured .badges span:first-child {
  margin-left: 0 !important;
}

.tm-product-featured .badges .onsale,
.tm-product-featured .badges .hot,
.tm-product-featured .badges .new {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 0 5px 5px;
  padding: 0;
  min-width: 0;
  min-height: 0;
  width: 50px;
  height: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
}

.tm-product-featured .badges .hot {
  background: #f4cb75;
}

.tm-product-featured .badges .onsale {
  background: #D5382C;
}

.tm-product-featured .badges .new {
  background: #87ab69;
}

.tm-product-featured:hover .product-info {
  transform: translate(0, 0);
}

.tm-product-featured:hover .product-thumbnail img {
  transform: scale(1.1);
}

.tm-product-categories.style-carousel .cat-wrapper {
  position: relative;
}

.tm-product-categories.style-carousel .cat-wrapper:hover .cat-content {
  background: #19217e;
}

.tm-product-categories.style-carousel .cat-wrapper:hover .cat-title {
  color: #ffffff;
}

.tm-product-categories.style-carousel .cat-wrapper:hover .cat-count {
  color: #ffffff;
}

.tm-product-categories.style-carousel .cat-thumbnail img {
  width: 100%;
}

.tm-product-categories.style-carousel .cat-content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 30px 20px;
  font-size: 14px;
  background: #ffffff;
  min-width: 220px;
  text-align: center;
  box-sizing: border-box;
}

.tm-product-categories.style-carousel .cat-title {
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}

.tm-product-categories.style-carousel .cat-title a {
  color: inherit;
}

.tm-product-categories.style-carousel .cat-count {
  font-size: 12px;
  color: initial;
  display: inline-block;
  line-height: 1.35;
}

.tm-rotate-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.tm-rotate-box .flipper {
  position: relative;
}

.tm-rotate-box .flipper:hover .front,
.tm-rotate-box .flipper:hover .back {
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}

.tm-rotate-box .to-left .front,
.tm-rotate-box .to-right .front {
  transform: rotateY(0deg);
}

.tm-rotate-box .to-top .front,
.tm-rotate-box .to-bottom .front {
  transform: rotateX(0deg);
}

.tm-rotate-box .to-top .back {
  transform: rotateX(-180deg);
}

.tm-rotate-box .to-top:hover .front {
  transform: rotateX(180deg);
}

.tm-rotate-box .to-top:hover .back {
  transform: rotateX(0deg);
}

.tm-rotate-box .to-bottom .back {
  transform: rotateX(180deg);
}

.tm-rotate-box .to-bottom:hover .front {
  transform: rotateX(-180deg);
}

.tm-rotate-box .to-bottom:hover .back {
  transform: rotateX(0deg);
}

.tm-rotate-box .to-left .back {
  transform: rotateY(180deg);
}

.tm-rotate-box .to-left:hover .front {
  transform: rotateY(-180deg);
}

.tm-rotate-box .to-left:hover .back {
  transform: rotateY(0deg);
}

.tm-rotate-box .to-right .back {
  transform: rotateY(-180deg);
}

.tm-rotate-box .to-right:hover .front {
  transform: rotateY(180deg);
}

.tm-rotate-box .to-right:hover .back {
  transform: rotateY(0deg);
}

.tm-rotate-box .thumb-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tm-rotate-box .front,
.tm-rotate-box .back {
  background-size: cover;
  min-height: 500px;
  z-index: 1;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.tm-rotate-box .back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-rotate-box .back .content-wrap {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 50px) scale(0.9);
}

.tm-rotate-box .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  padding: 50px 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 50px) scale(0.9);
}

.tm-rotate-box .heading {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}

.tm-rotate-box .text {
  color: #fff;
  margin: 0 auto 30px;
  max-width: 420px;
}

.tm-rotate-box.style-2 .front,
.tm-rotate-box.style-2 .back {
  border-radius: 5px;
}

.tm-rotate-box.style-2 .heading {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.tm-rotate-box.style-2 .text {
  color: #fff;
  margin: 52px auto 70px;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.53;
}

.tm-rotate-box.style-2 .tm-button {
  color: #fff;
}

.tm-rotate-box.style-2 .tm-button.style-text {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 0 5px;
}

.tm-rotate-box.style-2 .tm-button.style-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  content: '';
  background: currentColor;
}

.tm-rotate-box.style-2 .tm-button.style-text:hover:before {
  width: 100%;
}

.tm-custom-menu .widget {
  margin: 0 !important;
}

.tm-custom-menu.style-1 .menu {
  font-size: 15px;
}

.tm-custom-menu.style-1 .menu>li {
  margin: 0;
  padding-bottom: 10px;
}

.tm-custom-menu.style-1 .menu>li>a {
  font-size: inherit;
  color: inherit;
}

.tm-custom-menu.horizontal .menu {
  margin: 0 -20px;
}

.tm-custom-menu.horizontal .menu>li {
  display: inline-block;
  padding: 0 20px;
}

.tm-slider-group .tm-box-icon {
  margin-bottom: 0;
}

.vc_progress_bar .vc_single_bar_wrapper+.vc_single_bar_wrapper {
  margin-top: 48px;
}

.vc_progress_bar .vc_single_bar_title {
  margin-bottom: 12px;
}

.vc_progress_bar .vc_single_bar_title .vc_label_text {
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}

.vc_progress_bar .vc_single_bar_title .vc_label_units {
  float: right;
  font-weight: normal;
  font-size: 14px;
}

.vc_progress_bar .vc_general.vc_single_bar {
  height: 3px;
  border-radius: 0;
  box-shadow: none;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label {
  padding: 0;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
  border-radius: 0;
}

.vc_progress_bar.style-2 .vc_single_bar_title {
  width: 100% !important;
}

.vc_row.vc_row[data-vc-full-width] {
  overflow: visible;
}

[data-row-effect="firefly"] {
  position: relative;
}

.firefly-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vc_row-has-overlay {
  position: relative;
}

.vc_row-has-overlay .vc_row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper-full-height .wpb_wrapper {
  height: 100%;
}

.vc_col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .vc_column_container.vc_col-sm-15 {
    float: left;
    width: 20%;
  }
}

.vc_row-has-separator {
  position: relative;
  overflow: visible !important;
}

.vc_row-has-separator .vc_column_container {
  z-index: 2;
}

.vc_row-big_triangle .vc_row-separator:before {
  right: 50%;
  border-right: 1000px solid #ffffff;
  border-left: 1000px solid;
}

.vc_row-big_triangle .vc_row-separator:after {
  left: 50%;
  border-right: 1000px solid;
  border-left: 1000px solid #ffffff;
}

.vc_row-big_triangle .vc_row-separator:after,
.vc_row-big_triangle .vc_row-separator:before {
  position: absolute;
  bottom: -108px;
  z-index: 1;
  width: 50%;
  border-bottom: 310px solid #1e73be;
  /* Change the height and the color below */
  content: '';
  transform: rotate(0deg);
}

.vc_row-triangle.vc_row-separator-up .vc_row-separator:before {
  content: '';
  top: -50px;
}

.vc_row-triangle.vc_row-separator-down .vc_row-separator:after {
  content: '';
  bottom: -50px;
}

.vc_row-triangle.vc_row-separator-both .vc_row-separator:before {
  content: '';
  top: -50px;
}

.vc_row-triangle.vc_row-separator-both .vc_row-separator:after {
  content: '';
  bottom: -50px;
}

.vc_row-triangle .vc_row-separator {
  background: inherit;
}

.vc_row-triangle .vc_row-separator:before,
.vc_row-triangle .vc_row-separator:after {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
  background: inherit;
  z-index: 10;
}

.vc_row-half_circle.vc_row-separator-up .vc_row-separator:before {
  content: '';
  top: -50px;
}

.vc_row-half_circle.vc_row-separator-down .vc_row-separator:after {
  content: '';
  bottom: -50px;
}

.vc_row-half_circle.vc_row-separator-both .vc_row-separator:before {
  content: '';
  top: -50px;
}

.vc_row-half_circle.vc_row-separator-both .vc_row-separator:after {
  content: '';
  bottom: -50px;
}

.vc_row-half_circle .vc_row-separator {
  background: inherit;
}

.vc_row-half_circle .vc_row-separator:before,
.vc_row-half_circle .vc_row-separator:after {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 991px) {

  .vc_row-big_triangle .vc_row-separator:after,
  .vc_row-big_triangle .vc_row-separator:before {
    bottom: -40px;
    border-bottom-width: 200px;
  }
}

.vc_column-has-overlay {
  position: relative;
  z-index: 1;
}

.vc_column-has-overlay .vc_column-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.wpb_single_image.vc_full_width img {
  width: 100%;
}

.wpb_single_image .vc_figure {
  width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  .wpb_single_image.vc_tablet_align_center {
    text-align: center !important;
  }
}

@media (max-width: 543px) {
  .wpb_single_image.vc_mobile_align_center {
    text-align: center !important;
  }
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab.vc_active>a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
  border-color: #f0f0f0;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #666666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #666666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active)>a:hover,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active)>a:focus {
  color: #ffffff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover a,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:focus a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels {
    background-color: #f8f8f8;
  }

  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels,
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels::after,
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels::before {
    border-color: #f0f0f0;
  }
}

.vc_tta-tab {
  font-size: 14px;
  font-weight: 600;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-frey-01 .vc_tta-tab {
  margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-frey-01 .vc_tta-tab+.vc_tta-tab {
  margin-left: 5px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-frey-02 .vc_tta-tab {
  margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-frey-02 .vc_tta-tab+.vc_tta-tab {
  margin-left: 30px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-frey-01 .vc_tta-tabs-list {
  margin: 0;
  margin-bottom: -2px;
}

.wpb-js-composer .vc_tta-style-frey-02 .vc_tta-tabs-list {
  margin: -3px 0 -2px 0 !important;
}

.wpb-js-composer .vc_tta-style-frey-01 .vc_tta-tab>a,
.wpb-js-composer .vc_tta-style-frey-03 .vc_tta-tab>a {
  background: #f1f1f1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-01 .vc_tta-tab>a {
  padding: 6px 18px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-02 .vc_tta-tab>a {
  padding: 11px 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-tab>a {
  padding: 6px 20px;
}

.wpb-js-composer .vc_tta-style-frey-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-frey-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-frey-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-frey-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-frey-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-frey-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: inherit;
}

.wpb-js-composer .vc_tta-style-frey-01 .vc_tta-tab.vc_active {
  position: relative;
  color: #ffffff;
}

.wpb-js-composer .vc_tta-style-frey-01 .vc_tta-tab.vc_active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
}

.wpb-js-composer .vc_tta-style-frey-02 .vc_tta-tab.vc_active {
  border-bottom: 2px solid red;
}

.wpb-js-composer .vc_tta-style-frey-03 .vc_tta-tab.vc_active {
  position: relative;
  color: #ffffff;
}

.wpb-js-composer .vc_tta-style-frey-03 .vc_tta-tab.vc_active:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -17px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
}

.wpb-js-composer .vc_tta-style-frey-01 .vc_tta-panels-container {
  border: 2px solid #eeeeee;
}

.wpb-js-composer .vc_tta-style-frey-02 .vc_tta-panels-container {
  border-top: 2px solid #f5f5f5;
}

.wpb-js-composer .vc_tta-style-frey-01.vc_tta.vc_general .vc_tta-panel-body {
  padding: 30px 38px;
}

.wpb-js-composer .vc_tta-style-frey-02.vc_tta.vc_general .vc_tta-panel-body {
  padding: 30px 0;
  border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-01 .vc_tta-panel-heading {
  border: 0;
}

.vc_tta.vc_general.vc_tta-style-frey-01 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-frey-02 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
  border: 0;
  margin: 0;
}

.vc_tta.vc_general.vc_tta-style-frey-01 .vc_tta-panel+.vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-frey-02 .vc_tta-panel+.vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-panel+.vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
  border: 0;
  margin: 0;
  border-top: 2px solid #f1f1f1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tabs-list {
  margin: 0 0 48px;
  display: flex;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab {
  text-align: center;
  width: 25%;
  margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab:after {
  content: '';
  height: 1px;
  background: #eeeeee;
  width: 100%;
  position: absolute;
  top: 37px;
  left: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab>a {
  padding: 0 20px;
  border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab.vc_active .vc_tta-icon {
  color: #ffffff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab.vc_active .vc_tta-title-text {
  color: #333333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab .vc_tta-icon {
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 13px;
  font-size: 30px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-tab .vc_tta-title-text {
  font-size: 16px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_active .vc_tta-icon {
  color: #ffffff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_active .vc_tta-title-text {
  color: #333333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-panel-title>a {
  padding: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-panel-heading {
  margin: 0 0 30px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-panel-heading .vc_tta-icon {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-04 .vc_tta-panel-body {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .wpb-js-composer .vc_tta-style-frey-02.vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 20px;
  }

  .wpb-js-composer .vc_tta-style-frey-02 .vc_tta-panels-container,
  .wpb-js-composer .vc_tta-style-frey-03 .vc_tta-panels-container {
    border: 2px solid #eeeeee;
  }
}

@media (min-width: 768px) {
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-tabs-container {
    width: 25%;
    float: left;
    margin: 0;
  }

  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-panels-container {
    float: left;
    width: 75%;
  }

  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-tab {
    display: block;
    margin-right: 0;
  }

  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-frey-03 .vc_tta-panel-body {
    border: 2px solid #eeeeee;
    padding: 35px 40px;
  }
}

.vc_separator.position-top {
  margin: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}

.vc_separator.position-bottom {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}

.mejs-controls .mejs-button button {
  transition: none;
}

.wp-audio-playlist .wp-playlist-current-item {
  display: table;
}

.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption {
  display: table-cell;
  vertical-align: middle;
}

.wp-audio-playlist .wp-playlist-item {
  border-color: #eeeeee;
  padding: 5px 3px;
}

.wp-audio-playlist .wp-playlist-item-length {
  top: 5px;
}

/*
Widgets
*/
.page-content .widget {
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  padding: 33px 30px 50px;
  background-color: #fff;
}

.page-content .widget+.widget {
  margin: 30px 0 0;
}

.page-content .widget-title,
.page-content .widgettitle {
  margin-bottom: 32px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.wpb_widgetised_column.left {
  padding-right: 30px;
}

.wpb_widgetised_column.left .wpb_wrapper {
  padding-right: 30px;
}

.wpb_widgetised_column.left .wpb_wrapper:after {
  right: 0;
}

.wpb_widgetised_column.right {
  padding-left: 30px;
}

.wpb_widgetised_column.right .wpb_wrapper {
  padding-left: 30px;
}

.wpb_widgetised_column.right .wpb_wrapper:after {
  left: 0;
}

.wpb_widgetised_column .wpb_wrapper {
  position: relative;
  padding-top: 100px;
  max-width: 370px;
  width: 100%;
}

.wpb_widgetised_column .wpb_wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 3000px;
  height: 5000px;
  background-color: #fff;
  content: '';
}

@media (max-width: 1199px) {
  .wpb_widgetised_column {
    padding: 0 !important;
  }

  .wpb_widgetised_column .wpb_wrapper {
    padding: 50px 30px;
    background: #fff;
    max-width: 100%;
  }

  .wpb_widgetised_column .wpb_wrapper:after {
    display: none;
  }
}

.page-footer .widget-title,
.page-footer .widgettitle {
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 16px;
  color: #222;
  margin-bottom: 30px;
}

.page-footer .widget {
  margin-bottom: 36px;
}

.page-footer .widget_nav_menu .menu,
.page-footer .insight-core-bmw .menu {
  margin-top: -7px;
}

.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
  padding: 0;
  border: 0;
}

.page-footer .widget_recent_entries>ul>li,
.page-footer .widget_recent_comments>ul>li,
.page-footer .widget_archive>ul>li,
.page-footer .widget_categories>ul>li,
.page-footer .widget_meta>ul>li,
.page-footer .widget_product_categories>ul>li,
.page-footer .widget_rss>ul>li,
.page-footer .widget_pages>ul>li {
  padding: 17px 0 21px;
  border-color: #333;
}

.page-footer .widget_recent_entries>ul>li:first-child,
.page-footer .widget_recent_comments>ul>li:first-child,
.page-footer .widget_archive>ul>li:first-child,
.page-footer .widget_categories>ul>li:first-child,
.page-footer .widget_meta>ul>li:first-child,
.page-footer .widget_product_categories>ul>li:first-child,
.page-footer .widget_rss>ul>li:first-child,
.page-footer .widget_pages>ul>li:first-child {
  padding-top: 0;
}

.page-footer .widget_recent_entries>ul>li:last-child,
.page-footer .widget_recent_comments>ul>li:last-child,
.page-footer .widget_archive>ul>li:last-child,
.page-footer .widget_categories>ul>li:last-child,
.page-footer .widget_meta>ul>li:last-child,
.page-footer .widget_product_categories>ul>li:last-child,
.page-footer .widget_rss>ul>li:last-child,
.page-footer .widget_pages>ul>li:last-child {
  border: 0;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.insight-core-bmw ul {
  margin: 0;
  padding: 0;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
  display: block;
  margin: 0;
  list-style-type: none;
}

.widget_recent_entries li+li,
.widget_recent_comments li+li,
.widget_archive li+li,
.widget_categories li+li,
.widget_meta li+li,
.widget_product_categories li+li,
.widget_rss li+li,
.widget_pages li+li,
.widget_nav_menu li+li,
.insight-core-bmw li+li {
  margin-top: 20px;
}

.widget_recent_entries li .sub-menu,
.widget_recent_entries li .children,
.widget_recent_comments li .sub-menu,
.widget_recent_comments li .children,
.widget_archive li .sub-menu,
.widget_archive li .children,
.widget_categories li .sub-menu,
.widget_categories li .children,
.widget_meta li .sub-menu,
.widget_meta li .children,
.widget_product_categories li .sub-menu,
.widget_product_categories li .children,
.widget_rss li .sub-menu,
.widget_rss li .children,
.widget_pages li .sub-menu,
.widget_pages li .children,
.widget_nav_menu li .sub-menu,
.widget_nav_menu li .children,
.insight-core-bmw li .sub-menu,
.insight-core-bmw li .children {
  padding-left: 20px;
}

.widget_recent_entries li .sub-menu li,
.widget_recent_entries li .children li,
.widget_recent_comments li .sub-menu li,
.widget_recent_comments li .children li,
.widget_archive li .sub-menu li,
.widget_archive li .children li,
.widget_categories li .sub-menu li,
.widget_categories li .children li,
.widget_meta li .sub-menu li,
.widget_meta li .children li,
.widget_product_categories li .sub-menu li,
.widget_product_categories li .children li,
.widget_rss li .sub-menu li,
.widget_rss li .children li,
.widget_pages li .sub-menu li,
.widget_pages li .children li,
.widget_nav_menu li .sub-menu li,
.widget_nav_menu li .children li,
.insight-core-bmw li .sub-menu li,
.insight-core-bmw li .children li {
  margin-top: 20px;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a,
.insight-core-bmw a {
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.page-footer .widget_recent_entries a,
.page-footer .widget_recent_comments a,
.page-footer .widget_archive a,
.page-footer .widget_categories a,
.page-footer .widget_meta a,
.page-footer .widget_product_categories a,
.page-footer .widget_rss a,
.page-footer .widget_pages a,
.page-footer .widget_nav_menu a,
.page-footer .insight-core-bmw a {
  font-weight: 400;
}

.widget_rss .widget-title .rsswidget {
  display: inline-block;
  font-size: 20px;
}

.widget_rss .widget-title .rss-widget-icon {
  margin: 6px 5px 0 0;
}

.widget_pages li+li,
.widget_nav_menu li+li {
  margin-top: 20px;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 20px;
  padding-left: 20px;
}

.widget_categories>ul>li+li,
.widget_product_categories>ul>li+li {
  margin-top: 20px;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
}

.widget_categories a,
.widget_product_categories a {
  display: block;
}

.widget_categories .count,
.widget_product_categories .count {
  margin-left: 5px;
}

.widget_categories .children,
.widget_product_categories .children {
  padding: 0 !important;
}

.widget_categories .children li,
.widget_product_categories .children li {
  border-bottom: 0;
}

.widget_categories .children a,
.widget_product_categories .children a {
  padding-left: 20px;
}

.widget_categories .children .children a,
.widget_product_categories .children .children a {
  padding-left: 40px;
}

.widget_recent_comments .comment-author-link {
  position: relative;
  padding-left: 24px;
}

.widget_recent_comments .comment-author-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f0e5';
  font-family: FontAwesome;
  line-height: 0;
  transform: translate(0, -50%);
}

.widget_recent_comments li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget_recent_comments li:last-child {
  margin-bottom: 0;
}

.widget_recent_comments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .page-sidebar {
    margin-top: 50px;
    order: 1;
  }

  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }

  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}

.widget_search form,
.widget_product_search form {
  position: relative;
}

.widget_search .search-field,
.widget_product_search .search-field {
  width: 100%;
  height: 53px;
  padding-right: 20px;
  font-size: 15px;
}

.widget_search .search-submit,
.widget_product_search .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 0;
  background: transparent;
  text-align: center;
  line-height: 16px;
  transform: translate(0, -50%);
}

.widget_search .search-submit i,
.widget_product_search .search-submit i {
  font-size: 18px;
}

.widget_search .search-submit i:before,
.widget_product_search .search-submit i:before {
  font-weight: normal;
}

.tagcloud {
  margin: -5px -10px;
}

.tagcloud a {
  display: inline-block;
  font-size: inherit !important;
  line-height: 1.7;
  color: #999;
  padding: 5px 10px;
}

.tm-posts-widget .post-item+.post-item {
  margin-top: 27px;
}

.tm-posts-widget .post-widget-thumbnail {
  display: none;
}

.tm-posts-widget .post-widget-info {
  position: relative;
  padding-left: 15px;
}

.tm-posts-widget .post-widget-info:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
}

.tm-posts-widget .post-widget-title {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: inherit;
}

.tm-posts-widget .post-date {
  font-size: 13px;
}

.tm-posts-widget .post-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.tm-posts-widget .post-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
}

.tm-flickr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.tm-flickr .flickr_badge_image {
  height: auto;
  margin: 0;
  padding: 5px;
}

.tm-flickr .flickr_badge_image image {
  width: 100%;
}

.tm-flickr-1 .flickr_badge_image {
  width: 100%;
}

.tm-flickr-2 .flickr_badge_image {
  width: 50%;
}

.tm-flickr-3 .flickr_badge_image {
  width: 33.333333%;
}

.tm-flickr-4 .flickr_badge_image {
  width: 25%;
}

.tm-flickr-5 .flickr_badge_image {
  width: 20%;
}

.tm-flickr-6 .flickr_badge_image {
  width: 16.6666666667%;
}

.tm-flickr-7 .flickr_badge_image {
  width: 14.2857142857%;
}

.tm-flickr-8 .flickr_badge_image {
  width: 12.5%;
}

.tm-flickr-9 .flickr_badge_image {
  width: 11.1111111111%;
}

.tm-flickr-10 .flickr_badge_image {
  width: 10%;
}

.widget .form-subscribe {
  display: block;
  margin: 0;
}

.widget .form-subscribe .form-input {
  width: auto;
}

.widget .form-subscribe .form-item-wrap {
  padding: 0;
  margin-bottom: 20px;
}

/*
Woo Commerce
*/
.mini-cart {
  position: relative;
}

.mini-cart ul {
  margin: 0;
  padding: 0;
}

.mini-cart.hide-on-empty [data-count="0"] {
  display: none;
}

.mini-cart .mini-cart-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mini-cart .mini-cart-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  content: "\f290";
  font-family: 'FontAwesome';
  font-weight: normal;
  line-height: normal;
  transform: translate(-50%, -50%);
}

.mini-cart .mini-cart-icon:after {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  color: red;
  content: attr(data-count);
  font-weight: 500;
  font-size: 13px;
  font-family: Montserrat;
  line-height: 15px;
}

.mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  padding: 30px 20px 27px;
  max-height: 700px;
  width: 360px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  opacity: 0;
}

.mini-cart .widget_shopping_cart_content li>a:not(.remove) {
  font-size: 16px !important;
}

.mini-cart.open .widget_shopping_cart_content {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.widget_shopping_cart_content .cart-footer {
  display: flex;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #eeeeee;
  align-items: center;
}

.widget_shopping_cart_content .total {
  padding: 0 !important;
  width: 100%;
  border-top: 0 !important;
  font-size: 16px;
}

.widget_shopping_cart_content .total .amount {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.widget_shopping_cart_content .buttons {
  display: flex;
}

.widget_shopping_cart_content .buttons a {
  display: inline-block;
  margin-left: 6px;
  padding: 0 40px !important;
  white-space: nowrap;
  text-align: center;
}

.widget_shopping_cart_content .button.checkout {
  display: none;
}

.cart_list.product_list_widget li {
  display: block;
  list-style-type: none;
}

.cart_list.product_list_widget li+li {
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #eeeeee !important;
}

.cart_list.product_list_widget li img {
  float: left !important;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.cart_list.product_list_widget li .quantity {
  display: block;
  font-size: 16px;
}

.cart_list.product_list_widget li .remove {
  position: relative !important;
  float: right;
  width: 20px;
  height: 20px;
  color: inherit !important;
  font-size: 0;
  line-height: 1.5;
}

.cart_list.product_list_widget li .remove:hover {
  background: transparent;
  color: initial !important;
}

.cart_list.product_list_widget li .remove:after {
  position: absolute;
  top: 2px;
  left: 3px;
  content: '\f1f8';
  font-size: 14px;
  font-family: FontAwesome;
}

.cart_list.product_list_widget li a {
  font-weight: 600 !important;
  font-size: 14px;
}

.cart-footer {
  display: flex;
}

.woocommerce .page-content .widget-title,
.woocommerce .page-content .widgettitle {
  margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 34px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 4px;
  border-radius: 0;
  background-color: #dddddd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #aaaaaa;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  color: #333333;
  text-align: right;
  font-size: 14px;
  line-height: inherit;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 0 33px !important;
  height: 45px;
  line-height: 45px !important;
}

.woocommerce .widget_price_filter .price_label {
  padding-top: 11px;
}

.woocommerce ul.product_list_widget li {
  padding: 0;
}

.woocommerce ul.product_list_widget li+li {
  margin-top: 30px;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 15px;
  margin-left: 0;
  width: 80px;
  height: 100px;
}

.woocommerce ul.product_list_widget li .amount {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.woocommerce ul.product_list_widget li ins .amount {
  color: #D5382C;
}

.woocommerce ul.product_list_widget li .product-title {
  display: inline-block;
  margin-top: 12px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}

.woocommerce ul.product_list_widget li .star-rating {
  font-size: 12px;
}

.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 0;
}

@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.button {
  padding: 0 40px !important;
  height: 63px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 63px !important;
}

.woocommerce form .form-row {
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce form .form-row textarea {
  height: 130px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #d9534f;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #5cb85c;
}

.woocommerce div.product p.price {
  color: #D5382C;
}

.woocommerce .price {
  font-weight: 600;
  color: #D5382C;
}

.woocommerce ins {
  background: none;
  color: #D5382C;
}

.woocommerce del {
  position: relative;
  text-decoration: none;
}

.woocommerce del .amount {
  color: #aaa !important;
}

.woocommerce del:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
  content: '';
}

.woocommerce .star-rating {
  color: #ffc926;
  font-size: 14px;
}

.woocommerce .star-rating:before {
  color: #ddd;
  content: "SSSSS";
}

.woocommerce div.quantity {
  position: relative;
  width: 70px;
  border: 1px solid #eee;
}

.woocommerce div.quantity button {
  position: absolute;
  right: 0;
  padding: 0;
  width: 30px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0;
  line-height: 43px;
}

.woocommerce div.quantity button:hover {
  background-color: transparent;
  color: #888;
}

.woocommerce div.quantity button:before {
  position: absolute;
  top: 50%;
  color: #ccc;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 1;
  transform: translateY(-50%);
}

.woocommerce div.quantity .qty {
  padding: 3px 30px 3px 5px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
}

.woocommerce div.quantity input::-webkit-outer-spin-button,
.woocommerce div.quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.woocommerce div.quantity .increase {
  top: 0;
  right: 0;
}

.woocommerce div.quantity .increase:before {
  right: 9px;
  content: '\f0d8';
}

.woocommerce div.quantity .decrease {
  bottom: 0;
}

.woocommerce div.quantity .decrease:before {
  right: 9px;
  content: '\f0d7';
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 15px -5px 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  padding: 5px;
  border: 0;
  list-style-type: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  padding: 0;
  width: 41px;
  height: 41px;
  border: 1px solid #eee;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 41px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #bbb;
}

.woocommerce nav.woocommerce-pagination ul li .dots {
  width: 20px;
  border: 0;
  background: none;
  color: #ddd;
  font-weight: 400;
  font-size: 14px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}

.woocommerce .archive-shop-actions {
  margin-bottom: 15px;
}

.woocommerce .archive-shop-actions select {
  height: 40px;
}

.woocommerce .archive-shop-actions .shop-filter-left,
.woocommerce .archive-shop-actions .shop-filter-right {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
}

.woocommerce .woocommerce-ordering {
  display: inline-block;
  float: none;
  margin: 0;
}

.woocommerce .shop-filter-right .woocommerce-result-count {
  float: none;
  text-align: right;
}

.woocommerce .cats {
  margin-bottom: 50px;
}

.woocommerce .cats .product-category:hover .cat-title,
.woocommerce .cats .product-category:hover .cat-count {
  color: #fff;
}

.woocommerce .cats .cat-image img {
  width: 100%;
}

.woocommerce .cats .cat-text {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 1;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
}

.woocommerce .cats .cat-count {
  margin: 0;
  color: initial;
  font-size: 13px;
}

.woocommerce .products div.product {
  margin-bottom: 60px;
}

.woocommerce .products div.product.product-category {
  display: none;
}

.woocommerce .products div.product .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce .products div.product .product-thumbnail>a>img {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce .products div.product .product-thumbnail:hover .actions {
  transform: translateY(0);
}

.woocommerce .products div.product .product-thumbnail:hover img {
  transform: scale(1.1);
}

.woocommerce .products div.product .product-thumbnail .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #222;
  transform: translateY(100%);
  text-align: center;
}

.woocommerce .products div.product .product-thumbnail .actions .action {
  float: left;
}

.woocommerce .products div.product .product-thumbnail .actions .action .button {
  height: 55px;
  line-height: 55px !important;
}

.woocommerce .products div.product .product-thumbnail .actions i {
  font-weight: normal;
}

.woocommerce .products div.product .product-thumbnail .actions .added_to_cart {
  display: none;
}

.woocommerce .products div.product .product-thumbnail .actions .action-add-to-cart {
  width: calc(100% - 55px);
}

.woocommerce .products div.product .product-thumbnail .actions .action-view-detail {
  width: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.woocommerce .products div.product .product-thumbnail .actions .action-view-detail a {
  position: relative;
  display: block;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: inherit;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.woocommerce .products div.product .product-thumbnail .actions .add_to_cart_button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px !important;
  border-radius: 0;
  background: inherit;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2;
}

.woocommerce .products div.product .product-thumbnail .actions .add_to_cart_button.loading:after {
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
}

.woocommerce .products div.product .product-info {
  text-align: center;
}

.woocommerce .products div.product .product-info .woocommerce-loop-product__title {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.woocommerce .products div.product .product-info .price {
  font-size: 16px;
  line-height: 1.2;
}

.woocommerce .products div.product .product-info .price del,
.woocommerce .products div.product .product-info .price span,
.woocommerce .products div.product .product-info .price ins {
  font-size: inherit;
}

.woocommerce .product .badges {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  display: flex;
}

.woocommerce .product .badges .onsale,
.woocommerce .product .badges .hot,
.woocommerce .product .badges .new {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;
  width: 50px;
  height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  margin-left: 5px;
}

.woocommerce .product .badges .hot {
  background: #f4cb75;
}

.woocommerce .product .badges .onsale {
  background: #D5382C;
}

.woocommerce .product .badges .new {
  background: #96C07C;
}

.woocommerce .product .out-of-stock-label {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding: 10px 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.select2-container .select2-choice {
  padding: 3px 0;
  height: 57px;
  border: 0;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  line-height: 51px;
}

.select2-container .select2-choice .select2-arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=") no-repeat center;
}

.select2-container .select2-choice .select2-arrow b {
  display: none;
}

.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADpJREFUCB1tysEJADAIA8BkGses3VKnScmj1EeFgCQHjOvudEb1Xg9VJWcimriQtB4HSO6ISP7GC40OZdMiSNescVAAAAAASUVORK5CYII=") no-repeat center;
}

.select2-drop .select2-search {
  padding: 0 !important;
}

.select2-drop .select2-search:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: '#';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "linea-basic-10";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-results {
  padding: 0;
}

.select2-drop-active {
  border: 0 !important;
}

.woocommerce-page.archive .page-content {
  padding-bottom: 106px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 30px !important;
  width: 100%;
  border: 0;
  color: #fff;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #fff;
  font-weight: 600;
}

.woocommerce-error a:hover,
.woocommerce-error a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus {
  color: #fff;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #fff;
}

.woocommerce-error .button.button,
.woocommerce-info .button.button,
.woocommerce-message .button.button {
  margin: 5px 0 0 10px !important;
  padding: 0 22px 0 0 !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px !important;
  position: relative;
}

.woocommerce-error .button.button:after,
.woocommerce-info .button.button:after,
.woocommerce-message .button.button:after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  margin-top: -1px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Simple-Line-Icons-Pro';
  content: "\e812";
}

.woocommerce-error .button.button:hover:after,
.woocommerce-info .button.button:hover:after,
.woocommerce-message .button.button:hover:after {
  right: -10px;
}

.woocommerce-error {
  background: #d9534f;
}

.woocommerce-error:before {
  font-weight: bold;
  font-family: 'Simple-Line-Icons-Pro';
  content: "\e9ea";
}

.woocommerce-info {
  background: #5bc0de;
}

.woocommerce-info:before {
  font-weight: bold;
  font-family: 'Simple-Line-Icons-Pro';
  content: "\e995";
}

.woocommerce-message {
  background: #5cb85c;
}

.woocommerce-message:before {
  font-weight: bold;
  font-family: 'Simple-Line-Icons-Pro';
  content: "\e965";
}

.notify-actions {
  margin-top: 20px;
  text-align: center;
}

.notify-actions .notify-link {
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.notify-actions .notify-link:hover {
  text-decoration: underline;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
}

.woocommerce a.remove {
  color: #999 !important;
}

.woocommerce a.remove:hover {
  background: none;
  color: #222222 !important;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: 0;
  background: none;
  text-align: left;
}

.woocommerce table.shop_table thead {
  border-radius: 4px;
}

.woocommerce table.shop_table thead tr {
  border-bottom: 1px solid #eeeeee;
}

.woocommerce table.shop_table thead th {
  padding: 20px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.woocommerce table.shop_table thead th.product-remove {
  width: 40px;
}

.woocommerce table.shop_table thead th.product-thumbnail {
  width: 110px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 15px 0;
  border: 0;
}

.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
  border-bottom: 1px solid #eeeeee;
}

.woocommerce .cart.shop_table {
  margin-bottom: 95px;
  border: 0;
  border-collapse: collapse;
}

.woocommerce .cart.shop_table td,
.woocommerce .cart.shop_table th {
  border: 0;
  text-align: left;
}

.woocommerce .cart.shop_table thead {
  border-radius: 4px;
}

.woocommerce .cart.shop_table th {
  padding: 20px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.woocommerce .cart.shop_table th.product-remove {
  width: 40px;
}

.woocommerce .cart.shop_table th.product-thumbnail {
  width: 110px;
}

.woocommerce .cart.shop_table td {
  padding: 30px 0;
}

.woocommerce .cart.shop_table td.product-name a {
  font-size: 15px;
  font-weight: 600;
}

.woocommerce .cart.shop_table td.product-price,
.woocommerce .cart.shop_table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.woocommerce .cart.shop_table tbody tr+tr {
  border-top: 1px solid #eeeeee;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  margin: 0 0 70px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce table.woocommerce-checkout-review-order-table .amount {
  font-size: 18px;
}

.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label {
  color: #ff0000;
  font-weight: 700;
}

.woocommerce .select2-container .select2-selection--single {
  height: 53px;
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 53px;
  color: #999;
  padding-left: 0;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.woocommerce #coupon_code {
  margin: 0 10px 0 0;
  width: 320px;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: collapse;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th {
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: .9;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  padding: 15px 0;
  border: 0;
  background: none;
  text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator {
  display: none;
}

.woocommerce .cart-shipping p {
  margin-bottom: 30px;
}

.woocommerce .cart-shipping .shipping-method-label {
  display: none;
}

.woocommerce .cart-shipping .shipping-method-label+p {
  display: none;
}

.woocommerce .cart-shipping .shipping-calculator-form {
  display: block !important;
}

body.woocommerce-cart .page-content {
  padding-bottom: 70px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 3px 0;
  height: 57px;
  border: 0;
  border-bottom: 2px solid #eeeeee;
  line-height: 51px;
}

body.woocommerce-cart .cross-sells {
  margin-top: 60px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}

body.woocommerce-cart .wc-proceed-to-checkout a {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop {
  min-width: 238px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 6px;
  min-width: 170px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
  padding: 0;
  border: 0;
}

.woocommerce-checkout .page-content {
  padding-bottom: 100px;
}

.woocommerce-checkout form .form-row {
  margin: 0 0 20px;
}

.woocommerce-checkout form .form-row.form-row-first,
.woocommerce-checkout form .form-row.form-row-last {
  width: 50%;
}

.woocommerce-checkout form .form-row.form-row-first {
  padding-right: 10px;
}

.woocommerce-checkout form .form-row.form-row-last {
  padding-left: 10px;
}

.woocommerce-checkout form .form-row label {
  display: none;
}

.woocommerce-checkout #coupon_code {
  margin-bottom: 20px;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 85px;
}

.woocommerce-checkout #payment {
  background: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 0;
  padding: 28px 20px 15px;
  background: none;
  font-size: inherit;
}

.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-checkout #payment .payment_title {
  padding: 17px 20px;
  border-radius: 4px;
  background: #eeeeee;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce-checkout #payment .payment_title label {
  cursor: pointer;
}

.woocommerce-checkout #payment div.form-row {
  margin: 0;
  padding: 0;
  text-align: center;
}

.woocommerce-checkout #payment div.form-row .button {
  display: inline-block;
  width: auto;
  float: none !important;
}

.woocommerce-checkout #place_order {
  float: none;
  width: 100%;
}

.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  padding: 15px 15px 15px 0;
}

.woocommerce-checkout table.shop_table tr.shipping td {
  font-weight: normal;
}

.woocommerce-checkout table.shop_table tr.shipping p {
  margin: 0;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields>h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce .cart-collaterals .cart-totals-inner>h2,
.woocommerce .cart-shipping .woocommerce-shipping-calculator h2,
.woocommerce .cross-sells>h2 {
  margin-bottom: 40px;
  font-size: 24px;
}

.woocommerce-page .page-content {
  padding-bottom: 100px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}

@media (max-width: 767px) {
  body.woocommerce-cart .page-content {
    padding-bottom: 90px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }

  .woocommerce .cart-collaterals .cart_totals .shop_table tr,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
    border-top: 0;
  }

  .woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table tr:first-child {
    border-top: 1px solid #eeeeee;
  }

  .woocommerce table.shop_table tbody tr {
    border-bottom: 0;
  }

  .woocommerce table.shop_table tbody tr+tr {
    padding: 15px 0;
  }

  .woocommerce table.shop_table tfoot tr {
    border-bottom: 0;
  }

  .woocommerce #coupon_code {
    margin-bottom: 10px;
    width: 100%;
  }

  .woocommerce .cart.shop_table td {
    padding: 10px 0;
  }

  .woocommerce .cart.shop_table td.product-subtotal {
    clear: both;
  }

  .woocommerce .cart.shop_table .product-quantity:after {
    display: table;
    clear: both;
    content: '';
  }

  .woocommerce .cart.shop_table .quantity {
    float: right;
  }

  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 10px;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: none;
    width: 100%;
  }

  .cart-shipping {
    margin-bottom: 60px;
  }

  .woocommerce-checkout .woocommerce-checkout {
    margin-top: 50px;
  }

  .woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }

  .woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 30px;
  }

  .woocommerce-checkout form .form-row.form-row-first,
  .woocommerce-checkout form .form-row.form-row-last {
    padding: 0;
    width: 100%;
  }
}

.woocommerce.single-product .page-content {
  padding-bottom: 75px;
}

.woocommerce.single-product .product-feature {
  position: relative;
}

.woocommerce.single-product .product-feature .badges {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 3;
  transform: translate(0, 0);
}

.woocommerce.single-product div.product>.row {
  margin-bottom: 50px;
}

.woocommerce.single-product div.product .images {
  float: none;
  margin-bottom: 70px;
  width: 100% !important;
}

.woocommerce.single-product div.product .images .thumbnails {
  margin-top: 10px;
  padding: 0;
}

.woocommerce.single-product div.product .images .thumbnails a {
  float: none;
  margin: 0;
  width: 100%;
}

.woocommerce.single-product div.product .tm-swiper .swiper-pagination {
  margin-top: 40px;
}

.woocommerce.single-product div.product .tm-swiper.nav-style-2.has-pagination .swiper-nav-button {
  margin-top: -49px;
}

.woocommerce.single-product div.product .summary {
  margin-bottom: 40px;
  padding-left: 30px;
  width: 100% !important;
}

.woocommerce.single-product div.product .product_title {
  margin: -4px 0 15px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
}

.woocommerce.single-product div.product p.price {
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 18px;
}

.woocommerce.single-product div.product p.price ins {
  color: inherit;
  font-weight: 600;
}

.woocommerce.single-product div.product form.cart {
  border-top: 1px solid #d8d8d8;
  padding-top: 45px;
  margin: 40px 0 0;
}

.woocommerce.single-product div.product form.cart table th,
.woocommerce.single-product div.product form.cart table td {
  text-align: left;
}

.woocommerce.single-product div.product form.cart table td {
  background: none;
}

.woocommerce.single-product div.product form.cart div.quantity {
  display: inline-block;
  float: none;
  margin: 0 0 30px 0;
}

.woocommerce.single-product div.product form.cart label {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  min-width: 70px;
  margin-right: 15px;
}

.woocommerce.single-product div.product form.cart .variations select {
  margin-right: 0;
  padding: 3px 30px 3px 15px;
  min-width: 0;
  width: auto;
  height: 40px;
  border: 1px solid #eeeeee;
  background-position: right 10px center;
}

.woocommerce.single-product div.product form.cart .variations .label {
  padding: 10px 5px 10px 0;
}

.woocommerce.single-product div.product form.cart .variations .value {
  width: 100%;
}

.woocommerce.single-product div.product form.cart .reset_variations {
  font-size: 0;
}

.woocommerce.single-product div.product form.cart .reset_variations:before {
  margin-left: 10px;
  content: '\f00d';
  font-size: 18px;
  font-family: FontAwesome;
}

.woocommerce.single-product div.product .stock {
  display: table;
  margin: 0 20px 35px 0;
  padding: 0 15px;
  height: 33px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 31px;
}

.woocommerce.single-product div.product .in-stock {
  border: 1px solid #45deb0;
  color: #45deb0;
}

.woocommerce.single-product div.product .out-of-stock {
  border: 1px solid #d9534f;
  color: #d9534f;
}

.woocommerce.single-product div.product .woocommerce-variation-price {
  margin-bottom: 10px;
}

.woocommerce.single-product div.product .single_add_to_cart_button {
  display: block;
  float: none;
  padding: 0 40px !important;
}

.woocommerce.single-product div.product .woocommerce-product-rating {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 1.6;
}

.woocommerce.single-product div.product .woocommerce-product-rating .star-rating {
  margin: .3em 4px 0 0;
  font-size: inherit;
}

.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 5px;
}

.woocommerce.single-product div.product .product-meta-wrap .product-meta {
  margin-top: 45px;
  padding: 42px 0 0;
  width: 100%;
  border-top: 1px solid #d8d8d8;
}

.woocommerce.single-product div.product .product-meta-wrap .meta-item+.meta-item {
  margin-top: 21px;
}

.woocommerce.single-product div.product .product-meta-wrap h6 {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
  min-width: 100px;
  line-height: 1.3;
}

.woocommerce.single-product div.product .product-meta-wrap a {
  color: inherit;
}

.woocommerce.single-product div.product .post-share {
  margin-top: 30px;
}

.woocommerce.single-product div.product .post-share .product-sharing-list {
  display: inline-block;
  margin: 0 -6px;
}

.woocommerce.single-product div.product .post-share .product-sharing-list a {
  padding: 3px 6px;
  font-size: 16px;
}

.woocommerce.single-product div.product .summary .added_to_cart {
  display: none;
}

.woocommerce.single-product div.product .summary .add_to_cart_button:before {
  content: '\f07a';
}

.woocommerce.single-product div.product .summary .add_to_cart_button.added:before {
  content: '\f217';
}

.woocommerce.single-product div.product .woocommerce-tabs {
  position: relative;
  margin: 0 0 90px;
}

.woocommerce.single-product div.product .woocommerce-tabs:after {
  position: absolute;
  bottom: 0;
  left: -1000px;
  width: 3000px;
  height: 1px;
  background: #ddd;
  content: '';
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  overflow: visible;
  margin: 0;
  padding: 0;
  text-align: center;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 2px solid #f5f5f5;
  content: '';
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  z-index: 1;
  margin: 0 26px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 8px 0;
  letter-spacing: -.03em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 30px 0 100px;
}

.woocommerce.single-product #reviews #comments .commentlist {
  margin: 0 0 83px;
  padding: 0;
}

.woocommerce.single-product #reviews #comments .commentlist .comment {
  margin: 0 0 30px;
  padding: 45px;
  border: 1px solid #eeeeee;
  background: #fcfcfc;
  list-style-type: none;
}

.woocommerce.single-product #reviews #comments .commentlist .comment:last-child {
  margin: 0;
}

.woocommerce.single-product #reviews #comments .commentlist .avatar {
  padding: 0;
  width: 120px;
  border: 0;
  border-radius: 50%;
  float: none;
  position: static;
}

.woocommerce.single-product #reviews #comments .commentlist .meta {
  margin-bottom: 8px;
  color: initial;
  font-size: inherit;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-author {
  float: left;
}

.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__author {
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__published-date {
  color: #a9adb9;
  font-size: 16px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-content {
  margin-left: 160px;
  min-height: 120px;
}

.woocommerce.single-product #reviews #comments .commentlist .star-rating {
  margin-top: 15px;
  float: none;
}

.woocommerce.single-product #reviews #comments .commentlist .description {
  font-size: 16px;
}

.woocommerce.single-product #reviews #comments .commentlist .description p:last-child {
  margin-bottom: 0;
}

.woocommerce.single-product #reviews #comments .commentlist .fn a {
  font-style: normal;
  font-size: 18px;
}

.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__verified {
  display: block;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-datetime {
  position: absolute;
  top: 52px;
  right: 52px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-meta a {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-meta a:after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #989898;
  content: '\f054';
  font-family: FontAwesome;
  transform: translate(0, -50%);
}

.woocommerce.single-product #reviews #comment {
  height: 55px;
}

.woocommerce.single-product .woocommerce-Reviews-title {
  display: none;
}

.woocommerce.single-product .comment-text {
  margin: 0 0 0 110px;
}

.woocommerce.single-product #reviews .comment-reply-title,
.woocommerce.single-product .related.products>h2,
.woocommerce.single-product .up-sells.products>h2 {
  display: block;
  margin-bottom: 35px;
  text-align: center;
  font-size: 28px;
}

.woocommerce.single-product .comment-form textarea[name="comment"] {
  height: 200px;
}

.woocommerce.single-product .comment-form input[type="text"],
.woocommerce.single-product .comment-form input[type="email"] {
  width: 100%;
}

.woocommerce.single-product .comment-form .comment-form-comment {
  margin: 0 0 23px;
}

.woocommerce.single-product .comment-form .comment-form-author,
.woocommerce.single-product .comment-form .comment-form-email {
  margin: 0 0 30px;
}

.woocommerce.single-product .comment-form .submit {
  min-width: 144px;
}

.woocommerce.single-product #review_form #respond .comment-form-author,
.woocommerce.single-product #review_form #respond .comment-form-email,
.woocommerce.single-product #review_form #respond .comment-form-comment {
  margin: 0 0 67px;
}

.woocommerce.single-product #review_form #respond .comment-notes {
  margin-bottom: 30px;
}

.woocommerce.single-product #review_form #respond .form-submit {
  margin-bottom: 55px;
}

.woocommerce.single-product .comment-respond #reply-title {
  margin-bottom: 48px;
}

.woocommerce.single-product .comment-respond .comment-form-rating {
  line-height: 1;
  margin-bottom: 32px;
}

.woocommerce.single-product .comment-respond .comment-form-rating label {
  font-size: 16px;
  font-weight: 500;
}

.woocommerce.single-product .comment-respond .stars {
  display: inline-block;
  margin: 0 0 0 22px !important;
}

.woocommerce.single-product .comment-respond .stars a {
  font-size: 20px;
  color: #dddddd;
}

@media (max-width: 1199px) {
  .commentlist .vcard img {
    width: 50px;
  }

  .commentlist .comment-content {
    margin-left: 80px;
  }

  .commentlist .comment-datetime {
    position: static;
  }
}

@media (max-width: 767px) {
  .woocommerce.single-product div.product>.row {
    margin-bottom: 20px;
  }

  .woocommerce.single-product div.product .images {
    margin-bottom: 50px;
  }

  .woocommerce.single-product div.product .product_title {
    font-size: 32px;
  }

  .woocommerce.single-product div.product .summary {
    padding-left: 0;
  }

  .woocommerce.single-product #reviews #comments .commentlist .comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .woocommerce.single-product #reviews #comments .commentlist .avatar {
    width: 50px;
    height: 50px;
  }

  .woocommerce.single-product #reviews #comments .commentlist .comment-content {
    margin-left: 80px;
  }

  .woocommerce.single-product #reviews .comment-reply-title,
  .woocommerce.single-product .related.products>h2,
  .woocommerce.single-product .up-sells.products>h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 543px) {
  .woocommerce.single-product #reviews .star-rating {
    float: none;
    margin-bottom: 20px;
  }
}

.woocommerce form.login {
  margin: 39px 0 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #f1eeea;
}

.woocommerce .woocommerce-MyAccount-navigation li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  font-family: FontAwesome;
  transform: translate(0, -50%);
}

.woocommerce-edit-account .woocommerce .woocommerce-Button {
  margin-top: 30px;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  margin-top: 9px;
}

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/
.text-center {
  text-align: center;
}

.p-0 {
  padding: 0 !important;
}

.align-items-end {
  align-items: flex-end !important;
}

@media (max-width: 1919px) {
  .rmbg-lg-down {
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
  .rmbg-md-down {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .rmbg-sm-down {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .rmbg-xs-down {
    background-image: none !important;
  }
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */

/*
     FILE ARCHIVED ON 07:26:38 Jan 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:29:09 Oct 08, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.543
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.016
  esindex: 0.01
  cdx.remote: 4.691
  LoadShardBlock: 200.426 (3)
  PetaboxLoader3.datanode: 110.385 (4)
  PetaboxLoader3.resolve: 91.417 (2)
  load_resource: 76.971
*/