@charset "UTF-8";
/*!
Theme Name: Abby
Theme URI: http://abby.zooka.io
Author: ZookaStudio
Author URI: http://zooka.io
Description: Abby - Vintage Multipurpose WordPress Theme.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abby
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.
*/
/*
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: #000;
	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: #000;
}

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

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

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

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

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

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

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

/**
 * 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: #666;
}

/* 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 4.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-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-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

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

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

.swiper-container-3d {
	-webkit-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;
	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, right top, left 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: -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, left top, right 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: -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 bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-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-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-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;
	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-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-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-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-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-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-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-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-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.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;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
}

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

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

.swiper-pagination-lock {
	display: none;
}

.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-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	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%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-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%;
	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);
		transform: rotate(360deg);
	}
}

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-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;
	-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-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

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

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

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

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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-flip {
	overflow: visible;
}

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

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

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

.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;
	backface-visibility: hidden;
}

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

.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/custom_libs/lightgallery/fonts/lg.eot?n1z373);
	src: url(assets/custom_libs/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(assets/custom_libs/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(assets/custom_libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(assets/custom_libs/lightgallery/fonts/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/custom_libs/lightgallery/img/vimeo-play.png) no-repeat;
}

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

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(assets/custom_libs/lightgallery/img/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/custom_libs/lightgallery/img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(assets/custom_libs/lightgallery/img/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/custom_libs/lightgallery/img/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, .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, .preview-icon-list::after, .page-template-blog-split-slider .slide-wrapper::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-grid_simple::after, .tm-blog.style-carousel_3::after, .tm-blog.style-grid_classic::after, .tm-blog.style-grid_masonry::after, .tm-blog.style-carousel::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-abby-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: #999;
	font-weight: normal;
	font-size: 15px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
	font-weight: normal;
	font-size: 15px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	font-weight: normal;
	font-size: 15px;
}

:-ms-input-placeholder {
	color: #999;
	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: none;
	background-color: rgba(199, 199, 199, 0.15);
	border-radius: 0;
	color: #878c9b;
}

select {
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 0;
	border-radius: 0;
	background: rgba(199, 199, 199, 0.15) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=") no-repeat calc(100% - 20px) center;
	-moz-appearance: none;
	-webkit-appearance: none;
}

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 {
	padding: 10px 20px;
	height: 50px;
}

textarea {
	display: block;
	padding: 16px 20px;
	max-width: 100%;
	min-height: 110px;
	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: #ccc;
}

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: #222;
	background: url("assets/images/th_bg.png") repeat-x top left;
}

table th.empty {
	visibility: hidden;
	border: 0;
	background: none;
}

table tr:first-child td {
	background: url("assets/images/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: #eee;
	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 #666;
	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: 0;
	padding: 30px 20px 30px 67px;
	margin-bottom: 20px;
	border: 1px solid;
	background-color: #f9f6f4;
	font-size: 16px;
	color: #8d867f;
}

blockquote:before {
	content: '”';
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translate(0, calc(-50% + 35px));
	font-size: 90px;
	font-family: 'Bebas Neue';
}

blockquote p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	blockquote {
		font-size: 18px;
	}
}

/*
WP 5.0
*/
.page-main-content .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 2px solid #43a1b1;
	padding-left: 75px;
}

.page-content .page-main-content *.alignfull {
	position: relative;
	left: -15px;
	width: 100vw;
	max-width: 100vw;
	clear: both;
}

@media screen and (min-width: 555px) {
	.page-content .page-main-content *.alignfull {
		left: calc((525px - 100vw) / 2);
	}
}

@media screen and (min-width: 768px) {
	.page-content .page-main-content *.alignfull {
		left: calc((690px - 100vw) / 2);
	}
}

@media screen and (min-width: 992px) {
	.page-content .page-main-content *.alignfull {
		left: calc((910px - 100vw) / 2);
	}
}

@media screen and (min-width: 1200px) {
	.page-content .page-main-content *.alignfull {
		left: calc((1170px - 100vw) / 2);
	}
}

.page-content .page-main-content *.alignwide {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media only screen and (min-width: 1280px) {
	.page-content .page-main-content *.alignwide {
		width: calc(100% + 400px);
		max-width: calc(100% + 400px);
		left: -200px;
	}
}

@media only screen and (min-width: 1200px) {
	.page-content .page-main-content *.alignwide {
		width: calc(100% + 200px);
		max-width: calc(100% + 200px);
		left: -100px;
	}
}

@media only screen and (min-width: 1024px) {
	.page-content .page-main-content *.alignwide {
		width: calc(100% + 100px);
		max-width: calc(100% + 100px);
		left: -50px;
	}
}

.page-content .page-main-content *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
	.page-content .page-main-content *.alignleft {
		max-width: calc(4 * (100vw / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}

.page-content .page-main-content *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
	.page-content .page-main-content *.alignright {
		max-width: calc(4 * (100vw / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}

.page-content .page-main-content *.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 1168px) {
	.page-content .page-main-content *.aligncenter {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.page-content .page-main-content *.aligncenter {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

/*
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: 30px auto;
}

.wp-caption.alignleft {
	margin: 30px 30px 30px 0;
}

.wp-caption.alignright {
	margin: 30px 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 30px;
	height: 50px;
	outline: none;
	border: 0;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	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;
	color: #222;
	background: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
}

.comment-nav-links li .dots,
.page-pagination li .dots {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	border: 0;
	background: none;
	width: 20px;
}

.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 {
	margin: 0 -5px;
	padding-top: 40px;
	clear: both;
}

.page-links > span,
.page-links > a {
	display: block;
	float: left;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	color: #222;
}

.page-links > span:hover,
.page-links > a:hover {
	color: #222;
}

.nav-links {
	display: flex;
	margin-bottom: 30px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
}

.nav-links .nav-previous {
	text-align: 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;
	align-items: flex-end;
}

.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%;
	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-off-canvas-menu-opened .page-open-main-menu .icon-inner span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 26px;
}

.page-off-canvas-menu-opened .page-open-main-menu .icon-inner span:nth-child(2) {
	left: 200%;
	opacity: 0;
}

.page-off-canvas-menu-opened .page-open-main-menu .icon-inner span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 26px;
}

.page-open-main-menu .icon-inner {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.page-open-main-menu .icon-inner span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.page-open-main-menu .icon-inner span:nth-child(1) {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.page-open-main-menu .icon-inner span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.page-open-main-menu .icon-inner span:nth-child(3) {
	top: auto;
	bottom: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.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;
	color: #fff;
}

.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-main-menu .mega-menu .tm-custom-menu .menu {
	text-align: center !important;
}

.page-off-canvas-main-menu .mega-menu .tm-custom-menu .menu a {
	font-size: 20px !important;
}

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

.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 .top-header {
	position: relative;
}

.header04.desktop-menu .popup-search-wrap {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
}

.header04.desktop-menu .branding__logo {
	padding: 0 30px;
}

.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;
	display: flex;
	align-items: center;
}

.header04.desktop-menu .navigation .menu--primary {
	width: 100%;
}

.header04.desktop-menu .branding,
.header04.desktop-menu .page-header-widgets {
	flex-shrink: 0;
}

.header04.desktop-menu .page-header-widgets {
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.7;
}

.header04.desktop-menu .page-header-widgets .tm-social-networks {
	margin-bottom: 30px;
}

.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;
	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 .popup-search-wrap {
	display: none;
}

.header04.mobile-menu .top-header,
.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;
}

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

.header10 .header-right {
	justify-content: flex-end;
}

@media (min-width: 1200px) {
	.header10.desktop-menu .menu--primary, .header10 .page-navigation-wrap {
		position: static;
	}

	.header10.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
		left: 15px !important;
		right: 15px !important;
	}

	.header10 .page-header-inner > .container {
		position: relative;
	}
}

.header11 .header-right-wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.header11 .header-right-wrap .mini-cart, .header11 .header-right-wrap .popup-search-wrap {
	display: inline-block;
}

.header11 .header-right-wrap .branding {
	display: none;
}

.header11 .search-cart {
	display: flex;
	align-items: center;
}

.header11 .search-cart div:first-child {
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.header11.desktop-menu .menu--primary {
		position: static;
	}

	.header11 .page-navigation-wrap {
		display: inline-block;
	}

	.header11 .header-right-wrap {
		justify-content: center;
	}

	.header11 .headroom--not-top .branding {
		display: none;
	}

	.header11 .headroom--not-top .header-right-wrap {
		justify-content: flex-end;
	}

	.header11 .headroom--not-top .header-right-wrap .branding {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.header12 .header-right {
	justify-content: flex-end;
}

.header12 .page-navigation-wrap,
.header12.desktop-menu .menu--primary {
	position: static;
	text-align: left;
}

.header12 .headroom--not-top .branding__logo .sticky-logo {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.header12 .page-header-inner {
		padding: 0 35px;
	}
}

@media (min-width: 1200px) {
	.header12 .branding {
		text-align: center;
	}

	.header12 .page-header-inner {
		padding: 0 85px;
	}
}

.header13 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.header13 .header-wrap {
		justify-content: space-between;
	}
}

.header13 .page-header-inner > .container-fluid {
	padding: 0 30px;
}

@media (min-width: 768px) {
	.header13 .page-header-inner > .container-fluid {
		padding: 0 50px;
	}
}

@media (min-width: 1200px) {
	.header13 .page-header-inner > .container-fluid {
		padding: 0 100px;
	}
}

.header13 .branding,
.header13 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header13 .header-right {
	margin-left: 20px;
}

.header13 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header13 .page-navigation-wrap,
.header13.desktop-menu .menu--primary {
	position: static;
	text-align: right;
}

.header13 .headroom--not-top .branding__logo .sticky-logo {
	margin: 0 auto;
}

@-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: 12px;
	transform: translate(0, -50%);
	opacity: 0.5;
}

.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 .widgettitle {
	margin: 0 0 12px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}

.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);
	border-bottom: 2px solid;
}

.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 #eee;
}

.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;
	transform: translate(0, -50%);
}

.desktop-menu .menu--primary ul {
	/* show animation */
	/* hide animation */
}

.desktop-menu .menu--primary ul.show-animation {
	-webkit-animation: show-animation .3s;
	animation: show-animation .3s;
}

.desktop-menu .menu--primary ul.hide-animation {
	-webkit-animation: hide-animation .3s;
	animation: hide-animation .3s;
}

.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: 24px;
	height: 18px;
	cursor: pointer;
}

.page-open-mobile-menu:hover i:before {
	width: 80%;
}

.page-open-mobile-menu:hover i:after {
	width: 65%;
}

.page-open-mobile-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.page-open-mobile-menu i:before, .page-open-mobile-menu i:after {
	position: absolute;
	left: 0;
	width: 100%;
	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: #fff;
	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: #fff;
	box-shadow: 3px 1px 29px rgba(0, 0, 0, 0.12);
	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: '\f078';
}

.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 .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: #fff;
	text-align: center;
	line-height: 40px;
	transform: translate(0, -50%);
}

.page-mobile-main-menu .toggle-sub-menu:after {
	display: block;
	content: '\f054';
	font-size: 16px;
}

.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: #fff;
	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: #fff;
	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;
}

.title-bar-badge {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 20px auto 0;
}

.title-bar-badge:before, .title-bar-badge:after {
	content: '';
	position: absolute;
	height: 1.8px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #43a1b1;
}

.title-bar-badge:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.title-bar-badge:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page-title-bar-01 .page-title-bar-heading,
.page-title-bar-05 .page-title-bar-heading,
.page-title-bar-04 .page-title-bar-heading {
	margin-bottom: 20px;
}

.page-title-bar-01 .page-title-bar-inner,
.page-title-bar-05 .page-title-bar-inner,
.page-title-bar-04 .page-title-bar-inner {
	text-align: center;
}

.page-title-bar-01 .page-title-bar-inner > div,
.page-title-bar-05 .page-title-bar-inner > div,
.page-title-bar-04 .page-title-bar-inner > div {
	width: 100%;
}

.page-title-bar-01 .page-breadcrumb,
.page-title-bar-05 .page-breadcrumb,
.page-title-bar-04 .page-breadcrumb {
	margin-top: 20px;
}

.page-title-bar-02 .page-breadcrumb,
.page-title-bar-03 .page-breadcrumb {
	text-align: right;
}

.page-title-bar-04 .page-title-bar,
.page-title-bar-04 .page-title-bar-overlay {
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
		clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);*/
}

.page-title-bar-04 .page-title-bar-inner {
	border: none;
}

.insight_core_breadcrumb {
	margin: 0;
	padding: 0;
}

.insight_core_breadcrumb li {
	display: inline-block;
}

.insight_core_breadcrumb li + li {
	position: relative;
	padding-left: 18px;
}

.insight_core_breadcrumb li + li:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0, -50%);
	width: 4px;
	height: 4px;
	content: '';
	background-color: #fff;
	border-radius: 50%;
}

.insight_core_breadcrumb li a {
	position: relative;
}

.insight_core_breadcrumb li a:after {
	content: '';
	width: 0;
	height: 1px;
	background-color: #43a1b1;
	position: absolute;
	bottom: -5px;
	right: 0;
}

.insight_core_breadcrumb li a:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}

@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: #fff;
}

.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: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
}

.page-popup-search .form-description {
	display: block;
	padding: 0.85em 0;
	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;
	font-size: 10vw;
	transition: transform .3s;
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%;
	-webkit-appearance: none;
}

.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"], .popup-search-wrap i, .insight_core_breadcrumb li a:after, .single-portfolio .related-post-item .post-overlay, .single-portfolio .related-post-item .post-overlay-content, .portfolio-details-gallery .overlay, .tm-swiper .swiper-nav-button, .tm-portfolio [data-overlay-animation="modern2"] .post-overlay-content, .tm-portfolio [data-overlay-animation="modern2"] .post-overlay-title, .tm-portfolio [data-overlay-animation="modern2"] .post-overlay-icon, .tm-portfolio [data-overlay-animation="modern3"] .post-overlay-content, .tm-portfolio [data-overlay-animation="modern3"] .post-overlay-icon, .tm-button, .tm-button.style-text_border_bottom .button-text:after, .tm-list--simple .tm-list__title a:after, .tm-box-icon.style-5 .content-wrap, .tm-box-icon.style-5 .tm-box-icon__btn, .tm-box-icon.style-6 .tm-box-icon__btn, .tm-slider.style-2 .image img, .tm-team-member.style-2, .tm-team-member.style-2 .social-networks, .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, .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.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);
}

.page-open-main-menu .icon-inner span, .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, .page-template-blog-split-slider .post-read-more .btn-text, .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-counter, .tm-blog .post-read-more .btn-text, .tm-blog.style-grid .post-item .inner, .tm-blog.style-carousel_2 .post-item .inner, .tm-blog.style-grid .post-feature, .tm-blog.style-carousel_2 .post-feature, .tm-blog.style-grid .post-overlay, .tm-blog.style-carousel_2 .post-overlay, .tm-blog.style-grid_simple .post-overlay, .tm-blog.style-carousel_3 .post-overlay, .tm-blog.style-grid_classic .post-thumbnail img, .tm-blog.style-grid_masonry .post-thumbnail img, .tm-blog.style-carousel .post-thumbnail img, .tm-blog.style-grid_modern .post-categories a, .tm-blog.style-magazine .post-info, .tm-blog.style-magazine .post-footer, .tm-portfolio .post-thumbnail img, .tm-portfolio [data-overlay-animation="faded"] .post-overlay, .tm-portfolio [data-overlay-animation="faded-light"] .post-overlay, .tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-categories, .tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-title, .tm-portfolio [data-overlay-animation="modern"] .post-overlay, .tm-portfolio [data-overlay-animation="modern"] .post-overlay-content, .tm-info-boxes.style-grid .box-button:before, .tm-accordion .accordion-title, .tm-accordion .accordion-title:before, .tm-accordion .accordion-title:after, .tm-pricing.style-1 .inner, .tm-popup-video.style-poster .video-play, .tm-popup-video.style-poster-2 .video-play, .tm-popup-video.style-poster .video-play i, .tm-popup-video.style-poster-2 .video-play i, .tm-popup-video.style-poster-3 .video-play, .tm-popup-video.style-poster-3 .video-play i, .tm-popup-video.style-button .video-play i, .tm-popup-video.style-button-2 .video-play i, .tm-popup-video.style-button-3 .video-play i, .tm-popup-video.style-button-4 .video-play i, .tm-popup-video.style-button-5 .video-play i, .tm-view-demo .heading, .tm-view-demo .thumbnail, .tm-view-demo .btn-view-demo img, .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-abby-04 .vc_tta-tab .vc_tta-icon, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-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);
}

.single-post .post-link:before, .tm-blog .post-quote:before, .woocommerce div.quantity button:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
}

.desktop-menu .menu--primary .menu-item-feature:before, .page-mobile-main-menu .toggle-sub-menu:after, .tm-swiper .swiper-nav-button i:before, .tm-instagram .inner .item-info .likes:before,
.tm-instagram .inner .item-info .comments:before, .woocommerce.single-product div.product form.cart .reset_variations:before, .woocommerce.single-product #reviews #comments .commentlist .comment-meta a:after, .woocommerce .woocommerce-MyAccount-navigation li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}

.nav-links a:after, .desktop-menu .sm-simple a .sub-arrow:before, .portfolio-nav .prev-portfolio .icon:before,
.portfolio-nav .next-portfolio .icon:before, .tm-blog .post-link:before, .tm-portfolio [data-overlay-animation="modern2"] .post-overlay-icon:before, .tm-portfolio [data-overlay-animation="modern3"] .post-overlay-icon:before, .tm-accordion .accordion-icon:before, .mini-cart .mini-cart-icon:before, .cart_list.product_list_widget li .remove:after, .woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-message .button:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.tm-twitter.style-slider .tweet:before, .tm-twitter.style-list .tweet:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

/* Icon Fonts */
@font-face {
	font-family: 'Simple-Line-Icons-Pro';
	src: url("assets/fonts/simple-line/Simple-Line-Icons-Pro.eot?x5satp");
	src: url("assets/fonts/simple-line/Simple-Line-Icons-Pro.eot?x5satp#iefix") format("embedded-opentype"), url("assets/fonts/simple-line/Simple-Line-Icons-Pro.ttf?x5satp") format("truetype"), url("assets/fonts/simple-line/Simple-Line-Icons-Pro.woff?x5satp") format("woff"), url("assets/fonts/simple-line/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(50px);
	transform: translateY(50px);
	-webkit-animation: moveVertical 0.65s ease forwards;
	animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-down.animate {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-animation: moveVertical 0.65s ease forwards;
	animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-left.animate {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-animation: moveHorizontal 0.65s ease forwards;
	animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.move-right.animate {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-animation: moveHorizontal 0.65s ease forwards;
	animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.scale-up.animate {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-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;
}

.third-font {
	font-family: "Playfair Display", sans-serif;
}

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

.have-stamp {
	position: relative;
}

.have-stamp img {
	width: 100%;
}

.have-stamp:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: -50px;
	width: 100px;
	height: 100px;
	background: url("assets/images/stamp.png") no-repeat center;
	background-size: cover;
	/*-webkit-animation: spin 15s linear infinite;
		-moz-animation: spin 15s linear infinite;
		animation: spin 15s linear infinite;*/
}

@media (min-width: 768px) {
	.have-stamp:after {
		top: 50px;
		right: -100px;
		width: 200px;
		height: 200px;
	}
}

.have-stamp-2 {
	position: relative;
}

.have-stamp-2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	right: -50px;
	width: 100px;
	height: 100px;
	background: url("assets/images/stamp2.png") no-repeat center;
	background-size: cover;
}

@media (min-width: 768px) {
	.have-stamp-2:after {
		bottom: 150px;
		right: -75px;
		width: 150px;
		height: 150px;
	}
}

.have-stamp-2:before {
	content: '- Text somethings here -';
	color: #a2a2a2;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 5px;
	font-size: 12px;
	writing-mode: vertical-rl;
	display: inline-block;
	position: absolute;
	left: calc(100% + 5px);
	top: 0;
}

.have-stamp-3 {
	position: relative;
}

.have-stamp-3:after {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: -75px;
	width: 150px;
	height: 150px;
	background: url("assets/images/stamp3.png") no-repeat center;
	background-size: cover;
}

@media (min-width: 768px) {
	.have-stamp-3:after {
		bottom: 150px;
		right: -75px;
		width: 150px;
		height: 150px;
	}
}

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

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

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

@media (min-width: 768px) {
	.after-right-white:after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		width: 1000px;
		height: 100%;
		display: block;
		background-color: #fff;
	}
}

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

#page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.page-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-has-sidebar .page-content {
	padding-top: 100px;
	padding-bottom: 30px;
}

.page-has-sidebar .page-main-content {
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.page-has-sidebar .page-main-content {
		order: 1;
	}

	.page-has-sidebar .page-sidebar {
		order: 2;
	}
}

.blog .page-content,
.single-post .page-content {
	padding-top: 100px;
	padding-bottom: 30px;
}

.blog .page-main-content,
.single-post .page-main-content {
	padding-bottom: 40px;
}

.blog .page-pagination,
.single-post .page-pagination {
	margin-bottom: 25px;
}

.single-post .comment-form-wrap {
	margin-bottom: 30px;
}

.post-password-form input[type=submit] {
	display: block;
	margin: 20px 0 0;
}

.tm-box-content {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eee;
}

.blog {
	background-color: #f9f6f4;
}

.single-post {
	background-color: #f9f6f4;
}

.single-post.single-format-link .page-main-content > .post .post-feature, .single-post.single-format-quote .page-main-content > .post .post-feature, .single-post.single-format-audio .page-main-content > .post .post-feature {
	margin: 0;
}

.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 {
	margin-bottom: 30px;
}

.single-post .page-main-content .post-inner {
	border: 1px solid #eee;
	padding: 46px 30px 0;
	background-color: #fff;
}

.single-post .page-main-content .post-categories {
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}

.single-post .page-main-content .post-categories a {
	display: inline-block;
	margin-bottom: 10px;
	background-color: #43a1b1;
	padding: 3px 12px 3px 6px;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.single-post .page-main-content .post-categories a:hover {
	color: #fff;
	background-color: #222;
}

.single-post .page-main-content .entry-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	border-bottom: 1px dashed #c0c0c0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.single-post .page-main-content .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.single-post .page-main-content .entry-content {
	margin-bottom: 35px;
}

.single-post .page-main-content .entry-author {
	position: relative;
	display: flex;
	padding: 45px 42px 40px;
	background-color: #fff;
}

.single-post .page-main-content .entry-author:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 3px;
}

.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: 3px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}

.single-post .page-main-content .entry-author .author-role {
	text-transform: capitalize;
	font-size: 14px;
	color: #c0c0c0;
}

.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 -8px 0;
}

.single-post .page-main-content .entry-author .author-social-networks a {
	display: block;
	float: left;
	padding: 6px 8px;
	color: #8d867f;
	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: 20px;
	font-weight: 700;
	font-size: 18px;
}

.single-post .page-main-content .post-tags a {
	display: inline-block;
	padding: 3px 0;
	color: inherit;
	margin-right: 20px;
}

.single-post .page-main-content .post-tags a:last-child {
	margin-right: 0;
}

.single-post .post-categories a {
	color: inherit;
	font-size: inherit;
}

.single-post .post-meta {
	font-size: 16px;
	margin-bottom: 50px;
}

.single-post .entry-footer {
	padding: 25px 0;
	border-top: 1px dashed #c0c0c0;
}

.single-post .post-audio {
	margin-bottom: -8px;
}

.single-post .post-audio iframe {
	width: 100%;
	height: 218px;
	border: 0;
}

.single-post .post-link {
	position: relative;
	padding: 30px 40px 120px;
}

.single-post .post-link:before {
	position: absolute;
	right: 40px;
	bottom: 34px;
	content: '\f0c1';
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.single-post .post-link a {
	color: #fff;
	word-wrap: break-word;
	font-size: 23px;
	line-height: 1.55;
}

.single-post .post-link a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.single-post .post-feature .post-quote {
	position: relative;
	padding: 41px 35px 79px;
}

.single-post .post-feature .post-quote:before {
	position: absolute;
	bottom: -27px;
	right: 45px;
	font-family: 'Bebas Neue';
	font-size: 90px;
	font-weight: 400;
	content: '”';
	line-height: 1;
	color: #fff;
}

.single-post .post-feature .post-quote .post-quote-text {
	margin-bottom: 15px;
	color: #8d867f;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.3;
}

.single-post .post-feature .post-quote .post-quote-name {
	position: relative;
	font-size: 16px;
}

.single-post .post-feature .post-quote .post-quote-name:before {
	content: '-';
	color: inherit;
}

.single-post .post-feature .post-quote .post-quote-name a {
	color: #fff;
}

.single-post .format-gallery .swiper-pagination {
	bottom: 50px;
}

.single-post .format-gallery .swiper-slide img {
	width: 100%;
}

.single-post .post-share {
	margin: 0 -8px;
	text-align: right;
}

.single-post .post-share h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
}

.single-post .post-share a {
	display: inline-block;
	padding: 6px 8px;
	font-size: 16px;
	color: #8d867f;
}

.single-post .related-posts-wrap {
	margin-top: 60px;
}

.single-post .related-posts-wrap .related-title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
}

.single-post .related-posts-wrap .tm-swiper {
	margin-bottom: 90px;
}

.single-post .related-posts-wrap .tm-swiper.has-pagination {
	margin-bottom: 145px;
}

.single-post .related-post-item {
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
	width: calc(100% - 2px);
	box-sizing: border-box;
}

.single-post .related-post-item:before {
	content: '';
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: 3px;
}

.single-post .related-post-item .post-thumbnail {
	position: relative;
	text-align: center;
}

.single-post .related-post-item .post-thumbnail img {
	width: 100%;
}

.single-post .related-post-item .post-info {
	padding: 48px 30px;
}

.single-post .related-post-item .post-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
}

.single-post .related-post-item .post-categories {
	font-size: 12px;
	margin-bottom: 10px;
}

.single-post .related-post-item .post-categories a {
	color: inherit;
	font-size: inherit;
}

.single-post .related-post-item .post-date {
	font-size: 14px;
	color: #c0c0c0;
}

.single-post .related-post-item .post-item-wrapper {
	position: relative;
	z-index: 1;
}

.single-post .related-post-item .post-meta {
	margin-bottom: 0;
}

.single-post .related-post-item.tm-swiper .swiper-pagination {
	margin-top: 30px;
}

@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 83.33333%;
		max-width: 83.33333%;
	}

	.page-has-no-sidebar.single-product .page-main-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@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 .page-content {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.single-portfolio.single-portfolio-style-left_details .portfolio-details-style1 .col-md-8, .single-portfolio.single-portfolio-style-gallery .portfolio-details-style1 .col-md-8, .single-portfolio.single-portfolio-style-video .portfolio-details-style1 .col-md-8 {
		padding-left: 60px;
	}

	.single-portfolio.single-portfolio-style-right_details .portfolio-details-style1 .col-md-8 {
		padding-right: 60px;
	}
}

.single-portfolio article.portfolio {
	margin-bottom: 70px;
}

.single-portfolio .post-video {
	margin-bottom: 30px;
}

.single-portfolio .post-share {
	margin: 0 -8px;
}

.single-portfolio .post-share a {
	padding: 0 8px;
	color: #8d867f;
	font-size: 16px;
}

.single-portfolio .portfolio-thumbnail {
	margin-bottom: 30px;
}

.single-portfolio .portfolio-title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 36px;
	color: #1f1f1f;
}

.single-portfolio .portfolio-link {
	margin-top: 32px;
}

.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: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 70px;
}

.single-portfolio .swiper-nav-button:hover {
	color: #fff;
}

.single-portfolio .swiper-button-prev {
	left: 50px;
}

.single-portfolio .swiper-button-next {
	right: 50px;
}

.single-portfolio .related-portfolio-wrap {
	margin-bottom: 100px;
}

.single-portfolio .related-portfolio-title {
	margin: 100px 0 70px;
	text-align: center;
	font-size: 32px;
}

.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: #333;
	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;
	text-align: center;
	padding: 0 15px;
}

.single-portfolio .related-post-item .post-overlay-title {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(20px);
}

.single-portfolio .related-post-item .post-overlay-title a {
	color: inherit;
	font-size: inherit;
}

.single-portfolio .related-post-item .post-overlay-categories {
	margin-bottom: 14px;
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(-20px);
}

.single-portfolio .related-post-item .post-overlay-categories a {
	color: inherit;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}

.single-portfolio .related-post-item .post-overlay-categories a:hover {
	color: #fff;
}

.single-portfolio .related-post-item:hover .post-overlay {
	visibility: visible;
	opacity: .95;
}

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

.single-portfolio .comments-area {
	margin-bottom: 100px;
}

.single-portfolio-style-gallery .portfolio-details-content,
.single-portfolio-style-video .portfolio-details-content,
.single-portfolio-style-slider .portfolio-details-content {
	margin-bottom: 40px;
}

.single-portfolio-style-gallery .portfolio-details-social {
	margin-bottom: 55px;
}

.portfolio-details-style4 .tm-swiper {
	margin-bottom: 100px;
}

.portfolio-details-content {
	margin-bottom: 37px;
}

.portfolio-details-list {
	margin: 0;
	padding: 54px 30px 20px;
	background-color: #f5f5f5;
}

.portfolio-details-list::after {
	content: "";
	display: table;
	clear: both;
}

.portfolio-details-list li {
	list-style-type: none;
}

.portfolio-details-list > li {
	margin-bottom: 32px;
}

.portfolio-details-list label,
.portfolio-details-list span {
	display: block;
}

.portfolio-details-list label {
	margin-bottom: 10px;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}

.portfolio-details-list label i {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	margin-right: 10px;
	width: 20px;
}

.portfolio-details-list span, .portfolio-details-list a {
	color: #8d867f;
}

.portfolio-details-list span {
	padding-left: 30px;
}

.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: #fff;
	font-size: 32px;
	transform: translate(-50%, -50%);
}

.portfolio-details-social {
	padding: 40px 0 30px;
}

.portfolio-details-social .post-view,
.portfolio-details-social .post-likes {
	float: right;
	font-size: 15px;
}

.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: #e35668;
}

.portfolio-feature {
	margin-bottom: 55px;
}

.single-portfolio-style-slider_top_info .portfolio-feature {
	margin-top: 30px;
}

.portfolio-nav {
	position: relative;
	padding: 100px 0;
	background-color: #f5f5f5;
}

.portfolio-nav:before, .portfolio-nav:after {
	content: '';
	display: block;
	width: 1000px;
	background-color: #f5f5f5;
	position: absolute;
	top: -1px;
	bottom: -1px;
}

.portfolio-nav:before {
	left: 100%;
}

.portfolio-nav:after {
	right: 100%;
}

.portfolio-nav .all {
	font-size: 22px;
}

.portfolio-nav .title, .portfolio-nav .cats {
	display: block;
}

.portfolio-nav .title {
	font-size: 18px;
	margin-bottom: 5px;
}

.portfolio-nav .cats {
	font-size: 15px;
	font-style: italic;
}

.portfolio-nav .cats a {
	color: #8d867f;
}

.portfolio-nav .prev-portfolio,
.portfolio-nav .next-portfolio {
	position: relative;
}

.portfolio-nav .prev-portfolio .icon,
.portfolio-nav .next-portfolio .icon {
	position: absolute;
	top: 0;
	line-height: 1.5;
}

.portfolio-nav .prev-portfolio .icon:before,
.portfolio-nav .next-portfolio .icon:before {
	content: "\f30b";
	font-size: 18px;
	font-weight: normal;
}

.portfolio-nav .prev-portfolio .icon {
	left: 0;
}

.portfolio-nav .prev-portfolio .icon:before {
	content: "\f30a";
}

.portfolio-nav .prev-portfolio .inner {
	padding-left: 36px;
}

.portfolio-nav .next-portfolio .icon {
	right: 0;
}

.portfolio-nav .next-portfolio .inner {
	padding-right: 36px;
}

@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;
		width: 100%;
	}
}

.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: 20px;
	border: 0;
	padding: 0;
	font-size: 16px;
	background: none;
	color: #222;
}

.search-page-search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 30px;
}

.search-no-results .no-results {
	background: #fff;
	padding: 45px 30px 60px;
	border: 1px solid #eee;
}

.search-no-results .no-results .page-title {
	margin-bottom: 21px;
}

.search-no-results .no-results .search-no-results-text {
	margin-bottom: 30px;
}

.error404 {
	background-color: #f6f2ed;
	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: 0;
}

.error404 .error404--header .branding {
	position: static;
	transform: translate(0, 0);
}

@media (min-width: 768px) {
	.error404 .error404--header .branding {
		padding-top: 40px;
	}
}

.error404 .error404--content-wrap {
	padding: 50px 0;
	display: table-cell;
	vertical-align: middle;
}

.error404 .error404--title {
	margin: 30px 0 10px;
	font-size: 40px;
}

@media (min-width: 768px) {
	.error404 .error404--title {
		font-size: 50;
	}
}

.error404 .error404--title span {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}

.error404 .error-buttons {
	margin-top: 48px;
}

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

@media (min-width: 992px) {
	.maintenance-wrap {
		display: flex;
	}
}

.maintenance-left {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100vh;
}

@media (min-width: 992px) {
	.maintenance-left {
		width: 50%;
	}
}

.maintenance-right {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 992px) {
	.maintenance-right {
		width: 50%;
		height: 100vh;
	}
}

.maintenance-header {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 50px;
	z-index: 2;
}

.maintenance-body {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.maintenance-body .icon-x {
	margin-top: 45px;
}

.maintenance-row {
	justify-content: center;
}

.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: #fff;
	background-color: #dec8ae;
}

.maintenance-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.maintenance-sub-title {
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}

.maintenance-text {
	max-width: 647px;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #8d867f;
}

.maintenance-sub-text {
	color: #8d867f;
}

.maintenance-footer {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 50px;
}

@media (min-width: 544px) {
	.maintenance-footer {
		bottom: 70px;
	}
}

.maintenance-social-list {
	font-size: 20px;
}

.maintenance-social-list > a {
	color: #fff;
}

.maintenance-social-list > a + a {
	margin-left: 20px;
}

/* Coming Soon */
.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: #fff;
	}
}

.cs-countdown .number,
.cs-countdown .text {
	display: block;
}

.cs-countdown .number {
	font-size: 40px;
	line-height: 1;
}

@media (min-width: 768px) {
	.cs-countdown .number {
		font-size: 56px;
		line-height: 65px;
	}
}

.cs-countdown .text {
	line-height: 30px;
	text-transform: capitalize;
}

.cs-form {
	margin-top: 50px;
}

.cs-form [class*='col-'] {
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
}

.cs-form input {
	max-width: 100%;
	color: #fff;
	padding-right: 160px;
}

.cs-form input::-webkit-input-placeholder {
	color: #fff;
}

.cs-form input:-moz-placeholder {
	color: #fff;
}

.page-template-coming-soon .cs-body {
	position: relative;
}

.page-template-coming-soon .cs-body:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.page-template-coming-soon .cs-body .icon-x {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.page-template-coming-soon .cs-body .icon-x {
		margin-top: 37px;
	}
}

.page-template-coming-soon .maintenance-header {
	top: 30px;
}

.page-template-coming-soon .maintenance-footer {
	bottom: 30px;
}

@media (min-width: 992px) {
	.page-template-coming-soon .maintenance-header {
		top: 70px;
	}

	.page-template-coming-soon .maintenance-footer {
		bottom: 70px;
	}
}

.page-template-coming-soon .cs-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.page-template-coming-soon .cs-sub-title {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.page-template-coming-soon .cs-sub-title {
		font-size: 50px;
	}
}

.page-template-coming-soon .cs-form {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.page-template-coming-soon .cs-form {
		margin-top: 50px;
	}
}

.page-template-coming-soon .form-subscribe {
	position: relative;
	max-width: 542px;
	margin: 0 auto;
}

.page-template-coming-soon .form-subscribe button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title,
.comment-reply-title {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 1.3;
}

.comment-list-wrap {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 60px 45px 0;
}

.comments-title {
	margin-bottom: 42px;
}

.comment-list {
	margin: 0 0 40px;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 40px;
	padding-bottom: 40px;
	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: 40px;
	padding-bottom: 40px;
	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: 40px;
	padding-top: 40px;
	padding-left: 67px;
	border-top: 1px solid #eee;
}

.comment-list .children .children {
	padding-left: 67px;
}

.comment-list .comment-author {
	float: left;
}

.comment-list .comment-author img {
	border-radius: 50%;
}

.comment-list .comment-content {
	position: relative;
	overflow: hidden;
	margin-left: 148px;
	font-size: 16px;
}

.comment-list .fn {
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}

.comment-list .fn a {
	font-style: inherit;
	font-size: inherit;
}

.comment-list .comment-meta {
	font-size: 14px;
	font-style: italic;
}

.comment-list .comment-meta a {
	color: inherit;
	font-size: inherit;
}

.comment-list .comment-text {
	font-size: 15px;
	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;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 60px 45px;
}

.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 30px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	margin: 0 0 30px;
}

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

.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: #ddd;
}

.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 .moody-tab-01.tp-span-wrapper {
	border-bottom: 1px solid #eee;
	background: #fff;
}

#rev_slider_28_1_wrapper .moody-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 .moody-tab-01 .tp-tab:last-child {
	border-right: 1px solid #eee;
}

#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab-content {
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}

#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab-number {
	display: inline-block;
	color: #d8d8d8;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
}

#rev_slider_28_1_wrapper .moody-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 .moody-tab-01 .tp-tab:before,
#rev_slider_28_1_wrapper .moody-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 .moody-tab-01 .tp-tab:hover:before,
#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab.selected:before {
	transform: translate(-50%, 0);
	opacity: 1;
}

#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab:hover,
#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab.selected {
	box-shadow: 0 12px 30px rgba(34, 34, 34, 0.07);
}

#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab:hover .tp-tab-number,
#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab.selected .tp-tab-number {
	color: #46deb1;
}

#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab:hover .tp-tab-title,
#rev_slider_28_1_wrapper .moody-tab-01 .tp-tab.selected .tp-tab-title {
	color: #222;
}

#rev_slider_28_1_wrapper .moody-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: #000;
	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: #fff;
	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-container-horizontal > .swiper-scrollbar {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 10px;
	background-color: #eee;
	border-radius: 0;
}

.tm-swiper .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
}

.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 {
	-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);
	box-sizing: border-box;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border: 2px solid;
	background: transparent;
	vertical-align: middle;
	opacity: 0.4;
	position: relative;
}

.tm-swiper .swiper-pagination-bullet:focus {
	outline: none;
}

.tm-swiper .swiper-pagination-bullet:hover, .tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	cursor: default;
}

.tm-swiper .swiper-nav-button {
	background-image: none;
	text-align: center;
	user-select: none;
	width: 50px;
	height: 50px;
	font-size: 40px;
	color: #333;
}

.tm-swiper .swiper-nav-button:focus {
	outline: none;
}

.tm-swiper .swiper-nav-button.swiper-button-disabled {
	opacity: 0.3;
}

.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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tm-swiper .swiper-nav-button i:before {
	line-height: 50px;
}

.tm-swiper.pagination-style-1, .tm-swiper.pagination-style-3, .tm-swiper.pagination-style-5 {
	margin-bottom: 60px;
}

.tm-swiper.pagination-style-2, .tm-swiper.pagination-style-4 {
	margin-bottom: 0;
}

.tm-swiper.pagination-style-2 .swiper-pagination, .tm-swiper.pagination-style-4 .swiper-pagination {
	bottom: 40px;
}

.tm-swiper.pagination-style-3 .swiper-pagination-bullet, .tm-swiper.pagination-style-4 .swiper-pagination-bullet {
	border-color: #ddd;
	background-color: #ddd;
}

.tm-swiper .swiper-pagination-fraction span {
	padding: 0 10px;
}

.tm-swiper .swiper-button-prev {
	left: -80px;
}

.tm-swiper .swiper-button-prev i:before {
	content: "\f104";
}

.tm-swiper .swiper-button-next {
	right: -80px;
}

.tm-swiper .swiper-button-next i:before {
	content: "\f105";
}

.tm-swiper.nav-white.nav-style-1 .swiper-nav-button, .tm-swiper.nav-white.nav-style-3 .swiper-nav-button {
	color: #fff;
}

.tm-swiper.nav-style-2 .swiper-nav-button, .tm-swiper.nav-style-4 .swiper-nav-button {
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 24px;
}

.tm-swiper.nav-style-2 .swiper-nav-button:hover, .tm-swiper.nav-style-4 .swiper-nav-button:hover {
	color: #fff;
}

.tm-swiper.nav-style-3 .swiper-button-next, .tm-swiper.nav-style-4 .swiper-button-next {
	right: 30px;
}

.tm-swiper.nav-style-3 .swiper-button-prev, .tm-swiper.nav-style-4 .swiper-button-prev {
	left: 30px;
}

.tm-swiper.nav-style-5 .swiper-nav-button, .tm-swiper.nav-style-6 .swiper-nav-button {
	background-color: #fff;
	font-size: 25px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.tm-swiper.nav-style-5 .swiper-nav-button:hover, .tm-swiper.nav-style-6 .swiper-nav-button:hover {
	color: #fff;
}

.tm-swiper.nav-style-5 .swiper-button-next, .tm-swiper.nav-style-6 .swiper-button-next {
	right: 30px;
}

.tm-swiper.nav-style-5 .swiper-button-prev, .tm-swiper.nav-style-6 .swiper-button-prev {
	left: 30px;
}

.tm-swiper.nav-style-5 .swiper-button-next {
	right: -100px;
}

.tm-swiper.nav-style-5 .swiper-button-prev {
	left: -100px;
}

.tm-swiper.nav-style-6 .swiper-button-next {
	right: 30px;
}

.tm-swiper.nav-style-6 .swiper-button-prev {
	left: 30px;
}

.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-blog-split-slider .site {
	height: 100%;
}

.page-template-blog-split-slider .page-header-inner {
	position: fixed;
	width: 100%;
}

.page-template-blog-split-slider .tm-swiper {
	height: 100vh;
}

.page-template-blog-split-slider .tm-swiper .swiper-container {
	height: 100%;
}

.page-template-blog-split-slider .tm-swiper .swiper-slide {
	min-width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split {
	margin-bottom: 0 !important;
}

.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split .swiper-pagination {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: calc(50% - 75px);
	width: 25px;
	text-align: center;
}

@media (max-width: 767px) {
	.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split .swiper-pagination {
		left: calc(100% - 50px);
	}
}

.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split .swiper-pagination-bullet {
	display: block;
	width: 15px;
	height: 15px;
	color: #222;
	margin: 5px;
}

.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split .swiper-pagination-bullet:before {
	display: none;
}

.page-template-blog-split-slider .tm-swiper.pagination-style-blog-fullscreen-split .swiper-pagination-bullet-active {
	color: inherit !important;
}

.page-template-blog-split-slider.admin-bar .tm-swiper {
	height: calc(100vh - 32px);
}

.page-template-blog-split-slider .slide-wrapper {
	width: 100%;
	height: 100%;
}

.page-template-blog-split-slider .left-section,
.page-template-blog-split-slider .right-section {
	float: left;
	height: 100%;
}

.page-template-blog-split-slider .left-section {
	display: table;
	width: 50%;
}

.page-template-blog-split-slider .left-section-inner {
	display: table-cell;
	vertical-align: middle;
}

.page-template-blog-split-slider .right-section {
	width: 50%;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767px) {
	.page-template-blog-split-slider .left-section,
	.page-template-blog-split-slider .right-section {
		width: 100%;
	}
}

.page-template-blog-split-slider .blog-info {
	padding-right: 60px;
	padding-left: 60px;
}

@media (min-width: 992px) {
	.page-template-blog-split-slider .blog-info {
		padding-right: 120px;
		padding-left: 120px;
	}
}

.page-template-blog-split-slider .blog-title {
	margin-bottom: 12px;
	max-width: 550px;
	font-size: 32px;
}

.page-template-blog-split-slider .post-date {
	color: #c0c0c0;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
}

.page-template-blog-split-slider .blog-categories {
	margin-bottom: 20px;
}

.page-template-blog-split-slider .blog-categories a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 3px 12px 3px 10px;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	margin: 0 11px 10px 0;
}

.page-template-blog-split-slider .blog-description {
	margin-bottom: 28px;
}

.page-template-blog-split-slider .post-read-more {
	overflow: hidden;
}

.page-template-blog-split-slider .post-read-more a {
	color: #43a1b1;
}

.page-template-blog-split-slider .post-read-more .btn-text {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.page-template-blog-split-slider .post-read-more .btn-text:after {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	transform: translate3d(0, 0, 0);
	color: inherit;
}

.page-template-blog-split-slider .post-read-more .btn-text:hover {
	transform: translateY(-100%);
}

.page-template-blog-split-slider .blog-fullscreen-split-wrap {
	position: relative;
}

.page-template-blog-split-slider .extra-info {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 30px;
	width: 50%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 992px) {
	.page-template-blog-split-slider .extra-info {
		padding: 0 120px;
		bottom: 50px;
	}
}

.page-template-blog-split-slider .tm-social-network {
	margin: 0 -10px;
}

.page-template-blog-split-slider .tm-social-network a {
	color: #8d867f;
	font-size: 20px;
	margin: 10px;
}

@media (max-width: 767px) {
	.page-template-blog-split-slider .extra-info {
		width: 100%;
		padding: 0 30px;
	}

	.page-template-blog-split-slider .left-section-inner {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

@media (min-width: 768px) {
	.page-template-blog-split-slider .page-header-inner {
		width: 50% !important;
	}
}

.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: #fff;
	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: #fff;
	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-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 #fff;
	background: none;
	color: #fff;
	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-prev:focus {
	outline: none;
}

.page-template-portfolio-fullscreen-slider-center .swiper-button-next {
	left: 78%;
	right: auto;
	text-align: right;
}

.page-template-portfolio-fullscreen-slider-center .swiper-button-next:focus {
	outline: none;
}

.page-template-portfolio-fullscreen-slider-center #fullscreen-center-slider {
	display: flex;
	height: 100%;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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: #fff;
	font-size: 36px;
}

.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: 400;
	font-style: italic;
	font-size: 16px;
}

.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: #fff;
}

.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 {
	right: 90px;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li {
	margin: 10px;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li .active span, .page-template-portfolio-fullscreen-split-slider #multiscroll-nav li:hover span {
	opacity: 1;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav span {
	width: 15px;
	height: 15px;
	border: 2px solid;
	background-color: transparent;
	opacity: 0.3;
}

.page-template-portfolio-fullscreen-split-slider .ms-section {
	background: #000 no-repeat center;
	background-size: cover;
}

.page-template-portfolio-fullscreen-split-slider .ms-right .ms-section:before {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 1;
}

.page-template-portfolio-fullscreen-split-slider .ms-right .ms-section .ms-tableCell {
	z-index: 2;
	position: relative;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-info {
	padding-left: 120px;
	padding-right: 120px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-title {
	max-width: 550px;
	margin-left: -5px;
	margin-bottom: 50px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories {
	margin-bottom: 20px;
	font-style: italic;
	font-size: 15px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories a {
	color: inherit;
}

.page-template-portfolio-fullscreen-split-slider .extra-info {
	position: fixed;
	bottom: 50px;
	right: 1px;
	width: 50%;
	padding: 0 100px 0 120px;
}

.page-template-portfolio-fullscreen-split-slider .extra-info .left-column {
	font-size: 14px;
}

.page-template-portfolio-fullscreen-split-slider .tm-social-network {
	margin: 0 -10px;
}

@media (min-width: 544px) {
	.page-template-portfolio-fullscreen-split-slider .tm-social-network {
		text-align: right;
	}
}

.page-template-portfolio-fullscreen-split-slider .tm-social-network a {
	padding: 5px 10px;
	color: #8d867f;
}

@media (max-width: 1199px) {
	.page-template-portfolio-fullscreen-split-slider #multiscroll-nav.right {
		right: 15px;
	}

	.page-template-portfolio-fullscreen-split-slider .portfolio-info {
		padding: 0 60px 0 30px;
	}

	.page-template-portfolio-fullscreen-split-slider .extra-info {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.page-template-portfolio-fullscreen-split-slider .ms-left {
		opacity: 0;
	}

	.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/images/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/images/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: 14px;
	height: 14px;
	color: #222;
	margin: 5px;
}

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

@media (max-width: 767px) {
	.page-template-portfolio-fullscreen-split-slider-2 .left-section,
	.page-template-portfolio-fullscreen-split-slider-2 .right-section {
		width: 100%;
	}
}

.page-template-portfolio-fullscreen-split-slider-2 .portfolio-info {
	padding-right: 60px;
	padding-left: 60px;
}

@media (min-width: 768px) {
	.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: 50px;
	margin-left: -5px;
	max-width: 550px;
	font-size: 40px;
}

.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-size: 15px;
	font-style: italic;
}

.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: #000 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 #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.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: #eee;
}

#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: #fff;
}

.page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li span {
	border-color: #fff;
}

.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: #fff;
	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: #fff;
	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: #fff;
}

.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: #fff !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: 90px;
}

.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: 16px;
	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 {
	bottom: 0;
}

.tm-grid-wrapper .btn-filter.current .filter-text:after {
	transform: scaleX(1);
}

.tm-grid-wrapper .filter-text {
	font-style: italic;
	padding: 10px 0 3px;
	position: relative;
	text-transform: capitalize;
	color: #999;
}

.tm-grid-wrapper .filter-text:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

.tm-grid-wrapper .filter-text:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.tm-grid-wrapper .filter-counter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	margin: 0 auto;
	min-width: 30px;
	height: 18px;
	line-height: 18px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	background-color: #333;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.tm-grid-wrapper.style-4 .grid-item {
	overflow: hidden;
}

.tm-grid-wrapper:not(.grid-loaded) .tm-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.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 {
	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: 70px;
}

.tm-blog .btn-filter {
	font-size: 16px;
	font-weight: 400;
}

.tm-blog .post-item {
	box-sizing: border-box;
	word-wrap: break-word;
}

.tm-blog .post-item .wrap {
	width: 100%;
}

.tm-blog .format-gallery .swiper-slide img {
	width: 100%;
}

.tm-blog .format-gallery .swiper-pagination {
	bottom: 47px;
}

.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 {
	position: relative;
	padding: 40px 35px 90px;
	color: #fff;
}

.tm-blog .post-link:before {
	position: absolute;
	right: 30px;
	bottom: 30px;
	content: '\f0c1';
	font-size: 30px;
}

.tm-blog .post-link a {
	font-size: 23px;
	line-height: 1.2;
	color: inherit;
}

.tm-blog .post-link a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.tm-blog .post-quote {
	position: relative;
	padding: 40px 35px 79px;
}

.tm-blog .post-quote:before {
	position: absolute;
	right: 30px;
	bottom: 30px;
	content: '\f10e';
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.tm-blog .post-quote .post-quote-text {
	margin-bottom: 15px;
	color: #8d867f;
	font-size: 23px;
	line-height: 1.3;
}

.tm-blog .post-quote .post-quote-name {
	font-size: 16px;
	font-weight: 700;
}

.tm-blog .post-quote .post-quote-name:before {
	color: inherit;
	content: '-';
}

.tm-blog .post-quote .post-quote-name a {
	color: inherit;
}

.tm-blog .post-gallery.tm-swiper {
	margin-bottom: 0;
}

.tm-blog .post-excerpt p:last-child {
	margin-bottom: 0;
}

.tm-blog .post-read-more {
	overflow: hidden;
}

.tm-blog .post-read-more a {
	color: #43a1b1;
}

.tm-blog .post-read-more .btn-text {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.tm-blog .post-read-more .btn-text:after {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	transform: translate3d(0, 0, 0);
	color: inherit;
}

.tm-blog .post-read-more .btn-text:hover {
	transform: translateY(-100%);
}

.tm-blog .post-categories {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.tm-blog .post-categories a {
	display: inline-block;
	color: #fff;
	padding: 3px 12px 3px 10px;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	margin: 0 11px 10px 0;
}

.tm-blog .post-categories a:last-child {
	margin-right: 0;
}

.tm-blog .post-categories a:hover {
	background-color: #222;
}

.tm-blog .post-sticky {
	font-size: 14px;
	font-style: italic;
	margin-left: 30px;
	color: #c0c0c0;
}

.tm-blog .post-sticky i {
	margin-right: 5px;
	font-style: italic;
}

.tm-blog.style-list .post-item {
	margin-bottom: 30px;
}

.tm-blog.style-list .tm-swiper.has-pagination {
	margin-bottom: 0;
}

.tm-blog.style-list .post-thumbnail {
	position: relative;
	text-align: center;
}

.tm-blog.style-list .post-info {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 48px 30px;
	position: relative;
}

.tm-blog.style-list .post-info:before {
	content: '';
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: 3px;
}

.tm-blog.style-list .post-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 1px dashed #c0c0c0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.tm-blog.style-list .post-meta {
	margin-bottom: 30px;
}

.tm-blog.style-list .post-date {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-list .post-excerpt {
	margin-bottom: 30px;
}

.tm-blog.style-grid .post-item, .tm-blog.style-carousel_2 .post-item {
	overflow: hidden;
}

.tm-blog.style-grid .post-item .inner, .tm-blog.style-carousel_2 .post-item .inner {
	position: relative;
	padding: 65px 30px;
	border: 1px solid #eee;
	background: #fff;
	height: 100%;
}

.tm-blog.style-grid .post-item .inner:before, .tm-blog.style-carousel_2 .post-item .inner:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 3px;
}

.tm-blog.style-grid .post-item:hover .inner, .tm-blog.style-carousel_2 .post-item:hover .inner {
	background-color: transparent;
}

.tm-blog.style-grid .post-item:hover .post-title, .tm-blog.style-carousel_2 .post-item:hover .post-title {
	color: #fff;
}

.tm-blog.style-grid .post-item:hover .post-excerpt, .tm-blog.style-carousel_2 .post-item:hover .post-excerpt {
	color: #fff;
}

.tm-blog.style-grid .post-item:hover .post-read-more .btn-text, .tm-blog.style-carousel_2 .post-item:hover .post-read-more .btn-text {
	color: #fff;
}

.tm-blog.style-grid .post-item:hover .post-date, .tm-blog.style-carousel_2 .post-item:hover .post-date {
	color: #bbb;
}

.tm-blog.style-grid .post-item:hover .post-overlay, .tm-blog.style-carousel_2 .post-item:hover .post-overlay {
	visibility: visible;
	opacity: .6;
}

.tm-blog.style-grid .post-item:hover .post-feature, .tm-blog.style-carousel_2 .post-item:hover .post-feature {
	visibility: visible;
	opacity: 1;
}

.tm-blog.style-grid .post-title, .tm-blog.style-carousel_2 .post-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #c0c0c0;
}

.tm-blog.style-grid .post-meta, .tm-blog.style-carousel_2 .post-meta {
	margin-bottom: 25px;
}

.tm-blog.style-grid .post-categories, .tm-blog.style-carousel_2 .post-categories {
	font-size: 12px;
	margin-bottom: 15px;
}

.tm-blog.style-grid .post-categories a, .tm-blog.style-carousel_2 .post-categories a {
	font-size: inherit;
}

.tm-blog.style-grid .post-date, .tm-blog.style-carousel_2 .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-grid .post-excerpt, .tm-blog.style-carousel_2 .post-excerpt {
	margin-bottom: 30px;
	color: #8d867f;
}

.tm-blog.style-grid .post-feature, .tm-blog.style-carousel_2 .post-feature {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
}

.tm-blog.style-grid .post-overlay, .tm-blog.style-carousel_2 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.tm-blog.style-grid_left_image .post-wrapper {
	border: 1px solid #eee;
	border-bottom: 3px solid;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
}

.tm-blog.style-grid_left_image .post-wrapper:hover .post-thumbnail img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.tm-blog.style-grid_left_image .post-thumbnail {
	flex-shrink: 0;
	overflow: hidden;
}

.tm-blog.style-grid_left_image .post-thumbnail img {
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	width: 270px;
}

.tm-blog.style-grid_left_image .post-info {
	padding: 40px 30px;
}

.tm-blog.style-grid_left_image .post-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

.tm-blog.style-grid_left_image .post-meta {
	margin-bottom: 30px;
}

.tm-blog.style-grid_left_image .post-categories {
	font-size: 12px;
	margin-bottom: 10px;
}

.tm-blog.style-grid_left_image .post-categories a {
	font-size: inherit;
}

.tm-blog.style-grid_left_image .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-grid_left_image .post-excerpt {
	margin-bottom: 30px;
}

.tm-blog.style-grid_simple .wrap, .tm-blog.style-carousel_3 .wrap {
	margin-bottom: 30px;
}

.tm-blog.style-grid_simple .wrap:hover:hover img, .tm-blog.style-carousel_3 .wrap:hover:hover img {
	-webkit-filter: opacity(0.7);
	filter: opacity(0.7);
	transform: scale(1.05);
}

.tm-blog.style-grid_simple .post-overlay, .tm-blog.style-carousel_3 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	opacity: 0;
}

.tm-blog.style-grid_simple .post-thumbnail, .tm-blog.style-carousel_3 .post-thumbnail {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.tm-blog.style-grid_simple .post-thumbnail img, .tm-blog.style-carousel_3 .post-thumbnail 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-blog.style-grid_simple .post-title, .tm-blog.style-carousel_3 .post-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #c0c0c0;
}

.tm-blog.style-grid_simple .post-meta, .tm-blog.style-carousel_3 .post-meta {
	margin-bottom: 25px;
}

.tm-blog.style-grid_simple .post-categories, .tm-blog.style-carousel_3 .post-categories {
	position: absolute;
	top: 20px;
	left: -10px;
}

.tm-blog.style-grid_simple .post-date, .tm-blog.style-carousel_3 .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-grid_simple .post-excerpt, .tm-blog.style-carousel_3 .post-excerpt {
	margin-bottom: 25px;
}

.tm-blog.style-grid_simple .post-read-more a, .tm-blog.style-carousel_3 .post-read-more a {
	color: #222;
}

.tm-blog.style-carousel_3 .tm-swiper {
	margin: 0 -10px;
}

.tm-blog.style-carousel_3 .swiper-container {
	padding: 0 10px;
}

.tm-blog.style-grid_classic .post-item {
	margin-bottom: 10px;
}

.tm-blog.style-grid_classic .post-item, .tm-blog.style-grid_masonry .post-item, .tm-blog.style-carousel .post-item {
	background: #fff;
}

.tm-blog.style-grid_classic .post-item:hover .post-thumbnail img, .tm-blog.style-grid_masonry .post-item:hover .post-thumbnail img, .tm-blog.style-carousel .post-item:hover .post-thumbnail img {
	-webkit-filter: opacity(0.7);
	filter: opacity(0.7);
	transform: scale(1.05);
}

.tm-blog.style-grid_classic .wrap, .tm-blog.style-grid_masonry .wrap, .tm-blog.style-carousel .wrap {
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
	height: 100%;
}

.tm-blog.style-grid_classic .wrap:before, .tm-blog.style-grid_masonry .wrap:before, .tm-blog.style-carousel .wrap:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 3px;
	z-index: 2;
}

.tm-blog.style-grid_classic .post-thumbnail img,
.tm-blog.style-grid_classic .swiper-slide img, .tm-blog.style-grid_masonry .post-thumbnail img,
.tm-blog.style-grid_masonry .swiper-slide img, .tm-blog.style-carousel .post-thumbnail img,
.tm-blog.style-carousel .swiper-slide img {
	width: 100%;
}

.tm-blog.style-grid_classic .format-quote .wrap, .tm-blog.style-grid_masonry .format-quote .wrap, .tm-blog.style-carousel .format-quote .wrap {
	position: relative;
}

.tm-blog.style-grid_classic .format-quote .post-quote, .tm-blog.style-grid_masonry .format-quote .post-quote, .tm-blog.style-carousel .format-quote .post-quote {
	background-color: #333;
	height: 100%;
}

.tm-blog.style-grid_classic .format-quote .link, .tm-blog.style-grid_masonry .format-quote .link, .tm-blog.style-carousel .format-quote .link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.tm-blog.style-grid_classic .format-gallery .swiper-pagination, .tm-blog.style-grid_masonry .format-gallery .swiper-pagination, .tm-blog.style-carousel .format-gallery .swiper-pagination {
	bottom: 30px;
}

.tm-blog.style-grid_classic .post-thumbnail, .tm-blog.style-grid_masonry .post-thumbnail, .tm-blog.style-carousel .post-thumbnail {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.tm-blog.style-grid_classic .post-info, .tm-blog.style-grid_masonry .post-info, .tm-blog.style-carousel .post-info {
	padding: 30px 30px 35px;
}

.tm-blog.style-grid_classic .post-title, .tm-blog.style-grid_masonry .post-title, .tm-blog.style-carousel .post-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.tm-blog.style-grid_classic .post-meta, .tm-blog.style-grid_masonry .post-meta, .tm-blog.style-carousel .post-meta {
	margin-bottom: 25px;
}

.tm-blog.style-grid_classic .post-categories, .tm-blog.style-grid_masonry .post-categories, .tm-blog.style-carousel .post-categories {
	font-size: 12px;
	margin-bottom: 15px;
}

.tm-blog.style-grid_classic .post-categories a, .tm-blog.style-grid_masonry .post-categories a, .tm-blog.style-carousel .post-categories a {
	font-size: inherit;
}

.tm-blog.style-grid_classic .post-date, .tm-blog.style-grid_masonry .post-date, .tm-blog.style-carousel .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-grid_classic .post-excerpt, .tm-blog.style-grid_masonry .post-excerpt, .tm-blog.style-carousel .post-excerpt {
	margin-bottom: 35px;
}

.tm-blog.style-carousel .tm-swiper.equal-height .swiper-slide {
	display: block;
}

.tm-blog.style-slider .wrap {
	padding: 65px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	.tm-blog.style-slider .wrap {
		padding: 65px 100px 65px 30px;
	}
}

.tm-blog.style-slider .post-info {
	padding: 67px 30px;
	background-color: #fff;
	max-width: 370px;
}

.tm-blog.style-slider .post-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

.tm-blog.style-slider .post-meta {
	margin-bottom: 19px;
}

.tm-blog.style-slider .post-categories {
	font-size: 12px;
	margin-bottom: 10px;
}

.tm-blog.style-slider .post-categories a {
	font-size: inherit;
}

.tm-blog.style-slider .post-date {
	font-size: 14px;
	color: #c0c0c0;
	font-style: italic;
}

.tm-blog.style-slider .post-excerpt {
	margin-bottom: 30px;
}

.tm-blog.style-slider_2 .swiper-container {
	overflow: visible;
}

.tm-blog.style-slider_2 .swiper-slide .post-info {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.tm-blog.style-slider_2 .swiper-slide.swiper-slide-active .post-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tm-blog.style-slider_2 .wrap {
	height: 600px;
	padding: 65px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
}

.tm-blog.style-slider_2 .post-info {
	position: relative;
	padding: 45px 30px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
}

@media (min-width: 768px) {
	.tm-blog.style-slider_2 .post-info {
		max-width: 650px;
	}
}

.tm-blog.style-slider_2 .info-bg-left,
.tm-blog.style-slider_2 .info-bg-right {
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 33px;
}

.tm-blog.style-slider_2 .info-bg-left:after, .tm-blog.style-slider_2 .info-bg-left:before,
.tm-blog.style-slider_2 .info-bg-right:after,
.tm-blog.style-slider_2 .info-bg-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.tm-blog.style-slider_2 .info-bg-left:before,
.tm-blog.style-slider_2 .info-bg-right:before {
	background: url("assets/images/blog-slider-2-bg.png") no-repeat;
	background-position: top left;
}

.tm-blog.style-slider_2 .info-bg-left:after,
.tm-blog.style-slider_2 .info-bg-right:after {
	background: url("assets/images/blog-slider-2-bg2.png") no-repeat;
	background-position: bottom left;
}

.tm-blog.style-slider_2 .info-bg-left {
	left: 10px;
}

.tm-blog.style-slider_2 .info-bg-right {
	right: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tm-blog.style-slider_2 .post-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
}

.tm-blog.style-slider_2 .post-categories {
	font-size: 12px;
	margin-bottom: 12px;
}

.tm-blog.style-slider_2 .post-categories a {
	font-size: inherit;
}

.tm-blog.style-slider_2 .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.tm-blog.style-grid_flip_box .tm-rotate-box {
	margin-bottom: 0;
	text-align: left;
}

.tm-blog.style-grid_flip_box .tm-rotate-box .content-wrap {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	transform: none;
	padding: 43px 40px 100px;
	overflow: hidden;
}

.tm-blog.style-grid_flip_box .front,
.tm-blog.style-grid_flip_box .back {
	min-height: 0;
}

.tm-blog.style-grid_flip_box .front .content-wrap,
.tm-blog.style-grid_flip_box .back .content-wrap {
	min-height: 370px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tm-blog.style-grid_flip_box .front .content-wrap:before,
.tm-blog.style-grid_flip_box .back .content-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	z-index: -1;
}

.tm-blog.style-grid_flip_box .front .content-wrap:before {
	background-color: #222;
}

.tm-blog.style-grid_flip_box .front .post-title {
	color: #fff;
}

.tm-blog.style-grid_flip_box .front .author {
	color: #fff;
}

.tm-blog.style-grid_flip_box .back .content-inner {
	position: relative;
	z-index: 1;
}

.tm-blog.style-grid_flip_box .back .post-title {
	color: #fff;
}

.tm-blog.style-grid_flip_box .back .post-categories {
	color: #fff;
}

.tm-blog.style-grid_flip_box .back .post-categories a {
	background-color: #333;
}

.tm-blog.style-grid_flip_box .back .post-meta {
	color: #fff;
}

.tm-blog.style-grid_flip_box .back .author {
	color: #fff;
}

.tm-blog.style-grid_flip_box .post-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
}

.tm-blog.style-grid_flip_box .post-title a {
	color: inherit;
}

.tm-blog.style-grid_flip_box .post-meta {
	position: absolute;
	bottom: 48px;
	left: 40px;
	right: 40px;
	font-size: 14px;
	font-weight: 500;
}

.tm-blog.style-grid_flip_box .post-meta > div {
	display: inline-block;
}

.tm-blog.style-grid_flip_box .author {
	font-weight: 600;
}

.tm-blog.style-grid_modern .post-wrapper {
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	border: 1px solid #eee;
}

.tm-blog.style-grid_modern .post-wrapper:hover {
	border-color: transparent;
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.12);
}

.tm-blog.style-grid_modern .post-wrapper:hover .post-thumbnail img {
	transform: scale(1);
}

.tm-blog.style-grid_modern .post-feature {
	margin: -1px -1px 0;
}

.tm-blog.style-grid_modern .post-thumbnail {
	overflow: hidden;
}

.tm-blog.style-grid_modern .post-thumbnail img {
	transition: all 2s cubic-bezier(0, 0, 0.2, 1);
	transform: scale3d(1.2, 1.2, 1.2);
}

.tm-blog.style-grid_modern .post-info {
	background: #fff;
	position: relative;
	padding: 40px 33px 150px;
}

.tm-blog.style-grid_modern .post-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
}

.tm-blog.style-grid_modern .post-title a {
	color: inherit;
}

.tm-blog.style-grid_modern .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.tm-blog.style-grid_modern .post-categories a {
	color: inherit;
	font-size: inherit;
}

.tm-blog.style-grid_modern .post-meta {
	position: absolute;
	bottom: 36px;
	left: 33px;
	right: 33px;
	font-size: 14px;
	font-weight: 500;
}

.tm-blog.style-grid_modern .post-meta > div {
	display: inline-block;
}

.tm-blog.style-grid_modern .author {
	font-weight: 600;
}

.tm-blog.style-magazine .post-item:hover .post-info {
	padding-bottom: 85px;
}

.tm-blog.style-magazine .post-item:hover .post-footer {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.tm-blog.style-magazine .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.tm-blog.style-magazine .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
	background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.tm-blog.style-magazine .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
}

.tm-blog.style-magazine .post-title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.tm-blog.style-magazine .post-meta {
	color: #fff;
	font-size: 14px;
}

.tm-blog.style-magazine .post-meta > div {
	display: inline-block;
}

.tm-blog.style-magazine .post-categories a {
	color: inherit;
	font-weight: 500;
	font-size: inherit;
}

.tm-blog.style-magazine .post-date {
	color: inherit;
	font-size: inherit;
}

.tm-blog.style-magazine .post-footer {
	position: absolute;
	right: 55px;
	bottom: 0;
	left: 55px;
	padding: 15px 0 19px;
	border-top: 1px solid rgba(238, 238, 238, 0.2);
	text-align: right;
	opacity: 0;
	transform: translateX(100px);
}

.tm-blog.style-magazine .post-read-more .btn-text {
	color: #fff;
}

.tm-blog.style-metro .post-item {
	overflow: hidden;
	background-color: #333;
}

.tm-blog.style-metro .post-item:hover .post-thumbnail {
	transform: scale3d(1.15, 1.15, 1.15);
}

.tm-blog.style-metro .post-thumbnail {
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.tm-blog.style-metro .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
	background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.6));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.tm-blog.style-metro .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
}

.tm-blog.style-metro .post-title {
	margin-bottom: 15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}

.tm-blog.style-metro .post-meta {
	color: #fff;
	font-size: 14px;
}

.tm-blog.style-metro .post-meta > div {
	display: inline-block;
}

.tm-blog.style-metro .post-categories {
	margin-bottom: 10px;
}

.tm-blog.style-metro .post-date {
	color: #c0c0c0;
	font-style: italic;
	font-size: 14px;
}

.tm-blog.skin-light .post-title a {
	color: #fff;
}

.tm-blog.skin-light .post-meta,
.tm-blog.skin-light .sl-count {
	color: #aaa;
}

.tm-blog.skin-light .post-excerpt {
	color: #aaa;
}

@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-blog.style-grid_left_image .post-wrapper {
		display: block;
	}

	.tm-blog.style-grid_left_image .post-thumbnail img {
		width: 100%;
	}
}

.tm-banner .content-wrap {
	position: relative;
}

.tm-banner .content-wrap img {
	width: 100%;
}

.tm-banner.style-1 .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 50px;
}

.tm-banner.style-1 .sub-text {
	font-size: 20px;
	margin-bottom: 11px;
}

.tm-banner.style-1 .heading {
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.tm-banner.style-2 .content-wrap:before, .tm-banner.style-3 .content-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.tm-banner.style-2 .content, .tm-banner.style-3 .content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	text-align: center;
	padding: 30px;
}

.tm-banner.style-2 .heading, .tm-banner.style-3 .heading {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
}

.tm-banner.style-2 .heading a, .tm-banner.style-3 .heading a {
	color: #fff;
}

.tm-banner.style-3 .heading {
	font-size: 50px;
}

.tm-portfolio .tm-grid-pagination {
	margin-top: 70px;
}

.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%;
	width: auto;
	max-width: 200%;
}

.tm-portfolio .post-thumbnail {
	position: relative;
}

.tm-portfolio .post-thumbnail img {
	width: 100%;
}

.tm-portfolio .post-overlay-categories {
	font-weight: 400;
	font-size: 16px;
}

.tm-portfolio .post-overlay-categories a {
	color: inherit;
	font-size: inherit;
}

.tm-portfolio .post-overlay-title {
	font-size: 24px;
}

.tm-portfolio .post-overlay-title a {
	font-size: inherit;
}

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay {
	visibility: visible;
	opacity: .95;
}

.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: #333;
	overflow: hidden;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 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;
	font-style: italic;
	-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);
	transform: translateY(-20px);
	margin-bottom: 12px;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories a:hover {
	color: #fff;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title {
	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);
	transform: translateY(20px);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title a {
	color: #fff;
}

.tm-portfolio [data-overlay-animation="faded-light"] .grid-item:hover .post-overlay {
	visibility: visible;
	opacity: .95;
}

.tm-portfolio [data-overlay-animation="faded-light"] .grid-item:hover .post-overlay-categories,
.tm-portfolio [data-overlay-animation="faded-light"] .grid-item:hover .post-overlay-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px;
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-categories {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #a2a2a2;
	margin-top: 10px;
	padding: 0 30px;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

.tm-portfolio [data-overlay-animation="faded-light"] .post-overlay-title {
	font-size: 18px;
	font-weight: 700;
	padding: 0 30px;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

.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"] .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-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 65px 62px;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-categories {
	font-size: 15px;
	font-style: italic;
	opacity: 0;
	transform: translateX(-20px);
	margin-bottom: 7px;
	-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);
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.tm-portfolio [data-overlay-animation="modern"] .post-overlay-title {
	opacity: 0;
	transform: translateX(-20px);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
	-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-portfolio [data-overlay-animation="modern"] .post-overlay-title a {
	color: #fff;
}

.tm-portfolio [data-overlay-animation="modern2"] .grid-item:hover .post-overlay-content {
	opacity: 1;
	visibility: visible;
}

.tm-portfolio [data-overlay-animation="modern2"] .grid-item:hover .post-overlay-title {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tm-portfolio [data-overlay-animation="modern2"] .grid-item:hover .post-overlay-icon {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tm-portfolio [data-overlay-animation="modern2"] .post-overlay-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}

.tm-portfolio [data-overlay-animation="modern2"] .post-overlay-title {
	font-size: 18px;
	font-weight: 700;
	padding: 15px 60px 15px 20px;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.tm-portfolio [data-overlay-animation="modern2"] .post-overlay-icon {
	font-size: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	-webkit-transform: translate(-20px, -50%);
	-moz-transform: translate(-20px, -50%);
	-ms-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
}

.tm-portfolio [data-overlay-animation="modern2"] .post-overlay-icon:before {
	content: '\f30b';
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #222);
	opacity: .78;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: bottom;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-title {
	font-size: 20px;
	color: #fff;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-title a {
	color: inherit;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-categories {
	font-style: italic;
	color: #fff;
	margin-bottom: 5px;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-icon {
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-icon:before {
	content: '\f30b';
}

.tm-portfolio [data-overlay-animation="modern3"] .post-overlay-icon:hover {
	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);
	opacity: 0.5;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-info {
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 30px 15px;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-categories {
	margin-top: 5px;
	font-style: italic;
	font-size: 15px;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-overlay-title {
	font-size: 18px;
	line-height: 1.4;
}

.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 {
	text-align: center;
}

.tm-info-boxes.style-grid .box-info-wrapper:hover .box-info {
	transform: translateY(-77px);
}

.tm-info-boxes.style-grid .box-info-wrapper:hover .box-title {
	color: #fff;
}

.tm-info-boxes.style-grid .box-info-wrapper:hover .box-text {
	color: #fff;
}

.tm-info-boxes.style-grid .box-info-wrapper:hover .box-button {
	display: inline-block;
}

.tm-info-boxes.style-grid .image img {
	border-radius: 5px;
	width: 100%;
}

.tm-info-boxes.style-grid .box-info {
	transition: all .5s;
	top: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 44px 40px 49px;
}

.tm-info-boxes.style-grid .has-image .box-info {
	transform: translateY(-57px);
	position: relative;
	z-index: 1;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}

.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: 500;
}

.tm-info-boxes.style-grid .box-button {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.15;
	position: relative;
	margin-top: 30px;
	display: none;
}

.tm-info-boxes.style-grid .box-button:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.tm-info-boxes.style-grid .box-button:hover:before {
	width: 100%;
}

@media (max-width: 1600px) {
	.tm-info-boxes.style-metro .box-content-inner {
		padding: 30px;
	}
}

.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 30px;
	height: 50px;
	border-width: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
}

.tm-button.style-flat.has-icon.icon-right {
	padding-right: 50px;
}

.tm-button.style-flat.has-icon.icon-right .button-icon {
	right: 20px;
}

.tm-button.style-flat.has-icon.icon-left {
	padding-left: 50px;
}

.tm-button.style-flat.has-icon.icon-left .button-icon {
	left: 20px;
}

.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-grey {
	background-color: #ddd;
	color: #888;
}

.tm-button.style-flat.tm-button-grey:hover {
	background-color: #43a1b1;
	color: #fff;
}

.tm-button.style-flat.tm-button-red {
	background-color: #e53d3d;
	color: #fff;
}

.tm-button.style-flat.tm-button-red:hover {
	background-color: #222;
}

.tm-button.style-flat.tm-button-white {
	background-color: #fff;
	color: #222;
}

.tm-button.style-flat.tm-button-white:hover {
	background-color: #222;
	color: #fff;
}

.ld-gradient-button .tm-button.style-flat {
	background: #ffba60;
	background: -moz-linear-gradient(45deg, #ffba60 0%, #e63d4b 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffba60), color-stop(100%, #e63d4b));
	background: -webkit-linear-gradient(45deg, #ffba60 0%, #e63d4b 100%);
	background: -o-linear-gradient(45deg, #ffba60 0%, #e63d4b 100%);
	background: -ms-linear-gradient(45deg, #ffba60 0%, #e63d4b 100%);
	background: linear-gradient(45deg, #ffba60 0%, #e63d4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba60', endColorstr='#e63d4b', GradientType=1);
}

.ld-gradient-button .tm-button.style-flat:hover {
	background: #222;
	background: -moz-linear-gradient(45deg, #222 0%, #e63d4b 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #222), color-stop(100%, #e63d4b));
	background: -webkit-linear-gradient(45deg, #222 0%, #e63d4b 100%);
	background: -o-linear-gradient(45deg, #222 0%, #e63d4b 100%);
	background: -ms-linear-gradient(45deg, #222 0%, #e63d4b 100%);
	background: linear-gradient(45deg, #222 0%, #e63d4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba60', endColorstr='#e63d4b', GradientType=1);
}

.tm-button.style-flat.tm-button-lg {
	padding: 0 40px;
	height: 60px;
	font-size: 12px;
	line-height: 60px;
}

.tm-button.style-flat.tm-button-sm {
	padding: 0 25px;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
}

.tm-button.style-flat.tm-button-xs {
	padding: 0 20px;
	height: 35px;
	font-size: 10px;
	line-height: 35px;
}

.tm-button.style-outline {
	padding: 0 30px;
	height: 50px;
	border-width: 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
}

.tm-button.style-outline.has-icon.icon-right {
	padding-right: 50px;
}

.tm-button.style-outline.has-icon.icon-right .button-icon {
	right: 20px;
}

.tm-button.style-outline.has-icon.icon-left {
	padding-left: 50px;
}

.tm-button.style-outline.has-icon.icon-left {
	padding-left: 50px;
}

.tm-button.style-outline.has-icon.icon-left .button-icon {
	left: 20px;
}

.tm-button.style-outline .button-icon {
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.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-red {
	border-color: #e53d3d;
	color: #e53d3d;
}

.tm-button.style-outline.tm-button-red:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.tm-button.style-outline.tm-button-white {
	border-color: #fff;
	color: #fff;
}

.tm-button.style-outline.tm-button-white:hover {
	border-color: #222;
	color: #fff;
	background-color: #222;
}

.tm-button.style-outline.tm-button-lg {
	padding: 0 40px;
	height: 60px;
	font-size: 12px;
	line-height: 60px;
}

.tm-button.style-outline.tm-button-sm {
	padding: 0 25px;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
}

.tm-button.style-outline.tm-button-xs {
	padding: 0 20px;
	height: 35px;
	font-size: 10px;
	line-height: 35px;
}

.tm-button.style-text {
	padding: 0;
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
}

.tm-button.style-text.has-icon.icon-right {
	padding-right: 20px;
}

.tm-button.style-text.has-icon.icon-right .button-icon {
	right: 0;
}

.tm-button.style-text.has-icon.icon-left {
	padding-left: 20px;
}

.tm-button.style-text.has-icon.icon-left .button-icon {
	left: 0;
}

.tm-button.style-text .button-icon {
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.tm-button.style-text.tm-button-lg {
	font-size: 14px;
}

.tm-button.style-text.tm-button-lg .button-icon {
	font-size: 13px;
}

.tm-button.style-text.tm-button-sm {
	font-size: 11px;
}

.tm-button.style-text.tm-button-sm .button-icon {
	font-size: 10px;
}

.tm-button.style-text.tm-button-xs {
	font-size: 10px;
}

.tm-button.style-text.tm-button-xs .button-icon {
	font-size: 8px;
}

.tm-button.style-text.tm-button-white {
	color: #fff;
}

.tm-button.style-text_border_bottom {
	padding: 0;
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
}

.tm-button.style-text_border_bottom:hover .button-text:after {
	width: 100%;
	right: auto;
	left: 0;
}

.tm-button.style-text_border_bottom .button-text {
	position: relative;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

.tm-button.style-text_border_bottom .button-text:after {
	content: '';
	width: 0;
	height: 1px;
	background-color: red;
	position: absolute;
	bottom: -1px;
	right: 0;
}

.tm-button.style-text_border_bottom.has-icon.icon-right {
	padding-right: 20px;
}

.tm-button.style-text_border_bottom.has-icon.icon-right .button-icon {
	right: 0;
}

.tm-button.style-text_border_bottom.has-icon.icon-left {
	padding-left: 20px;
}

.tm-button.style-text_border_bottom.has-icon.icon-left .button-icon {
	left: 0;
}

.tm-button.style-text_border_bottom .button-icon {
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.tm-button.style-text_border_bottom.tm-button-lg {
	font-size: 14px;
}

.tm-button.style-text_border_bottom.tm-button-lg .button-icon {
	font-size: 13px;
}

.tm-button.style-text_border_bottom.tm-button-sm {
	font-size: 11px;
}

.tm-button.style-text_border_bottom.tm-button-sm .button-icon {
	font-size: 10px;
}

.tm-button.style-text_border_bottom.tm-button-xs {
	font-size: 10px;
}

.tm-button.style-text_border_bottom.tm-button-xs .button-icon {
	font-size: 8px;
}

.tm-button.style-text_border_bottom.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: 64px;
	}
}

.tm-list--auto-numbered-morden .tm-list__item,
.tm-list--manual-numbered-morden .tm-list__item {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.tm-list--auto-numbered-morden .tm-list__item,
	.tm-list--manual-numbered-morden .tm-list__item {
		margin-bottom: 64px;
	}
}

.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: 28px;
	line-height: 1;
}

@media (max-width: 767px) {
	.tm-list--modern-icon .tm-list__marker {
		min-width: 30px;
		font-size: 28px;
	}
}

.tm-list--auto-numbered-morden .tm-list__marker,
.tm-list--manual-numbered-morden .tm-list__marker {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin-right: 11px;
}

.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-body {
	overflow: hidden;
}

.tm-list__heading {
	overflow: hidden;
}

.tm-list--auto-numbered-morden .tm-list__heading,
.tm-list--manual-numbered-morden .tm-list__heading {
	margin-bottom: 5px;
}

.tm-list__link {
	padding: 0;
	color: currentColor;
}

.tm-list__title {
	line-height: inherit;
}

.tm-list--auto-numbered-morden .tm-list__title,
.tm-list--manual-numbered-morden .tm-list__title {
	font-size: 18px;
}

.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--simple .tm-list__title {
	font-weight: 500;
}

.tm-list--simple .tm-list__title a {
	position: relative;
	display: inline-block;
}

.tm-list--simple .tm-list__title a:after {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #888;
}

.tm-list--simple .tm-list__title:hover a {
	color: #222;
}

.tm-list--simple .tm-list__title:hover a:after {
	width: 100%;
	left: 0;
	right: auto;
}

.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: #fff;
	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 #ddd;
	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;
	list-style-type: none;
}

.tm-restaurant-menu .title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

.tm-restaurant-menu .menu-header {
	position: relative;
	margin-bottom: 3px;
}

.tm-restaurant-menu .menu-badge.new {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 20px;
	background: #de4630;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	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;
	color: #333;
	font-size: 18px;
}

.tm-restaurant-menu .menu-price {
	font-size: 18px;
	margin-bottom: 10px;
}

.tm-restaurant-menu .menu-text {
	background: none;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
	color: #c0c0c0;
}

.tm-restaurant-menu li {
	padding: 23px 0 10px;
	border-top: 1px solid #eee;
}

.tm-restaurant-menu li:last-child {
	border-bottom: 1px solid #eee;
}

.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: 60px;
	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 .heading {
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 16px;
}

.tm-box-icon.style-1 .icon {
	font-size: 62px;
}

.tm-box-icon.style-1 svg {
	width: 62px;
}

.tm-box-icon.style-1 .icon,
.tm-box-icon.style-1 .image {
	margin-bottom: 20px;
}

.tm-box-icon.style-2 .content-wrap {
	padding: 70px 40px 55px;
	background-color: #fff;
	border-bottom: 2px solid red;
}

.tm-box-icon.style-2 .icon {
	font-size: 62px;
}

.tm-box-icon.style-2 svg {
	width: 62px;
}

.tm-box-icon.style-2 .icon,
.tm-box-icon.style-2 .image {
	margin-bottom: 20px;
}

.tm-box-icon.style-3 .image {
	margin-bottom: 50px;
}

.tm-box-icon.style-3 .box-header {
	display: flex;
	align-items: center;
	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 {
	margin-bottom: 0;
}

.tm-box-icon.style-3 .tm-box-icon__btn {
	margin-top: 28px;
}

.tm-box-icon.style-4 .image {
	margin-bottom: 50px;
}

.tm-box-icon.style-4 .content-wrap {
	display: flex;
}

.tm-box-icon.style-4 .icon {
	margin-right: 30px;
	min-width: 38px;
	font-size: 38px;
	line-height: 1;
}

.tm-box-icon.style-4 .image {
	margin-right: 30px;
}

.tm-box-icon.style-4 svg {
	width: 36px;
}

.tm-box-icon.style-4 .heading {
	margin-bottom: 5px;
}

.tm-box-icon.style-4 .tm-box-icon__btn {
	margin-top: 28px;
}

.tm-box-icon.style-5.align-left .heading span {
	padding: 0 30px 12px 0;
}

.tm-box-icon.style-5.align-center .heading span {
	padding: 0 15px 12px;
}

.tm-box-icon.style-5.align-right .heading span {
	padding: 0 0 12px 30px;
}

.tm-box-icon.style-5 .content-wrap {
	padding: 50px 30px;
	background-color: #fff;
}

.tm-box-icon.style-5 .box-header {
	margin-bottom: 20px;
}

.tm-box-icon.style-5 .heading {
	font-size: 18px;
	margin-bottom: 0px;
}

.tm-box-icon.style-5 .heading span {
	display: inline-block;
	border-bottom: 1px dashed #c0c0c0;
}

.tm-box-icon.style-5 .sub-heading {
	display: inline-block;
	font-style: italic;
	margin-top: 8px;
}

.tm-box-icon.style-5 .icon {
	font-size: 24px;
}

.tm-box-icon.style-5 .icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #43a1b1;
	border-radius: 50%;
}

.tm-box-icon.style-5 svg {
	width: 62px;
}

.tm-box-icon.style-5 .icon,
.tm-box-icon.style-5 .image {
	margin-bottom: 35px;
}

.tm-box-icon.style-5 .tm-box-icon__btn {
	display: inline-block;
	margin-top: 38px;
	border: 1px dotted #43a1b1;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
}

.tm-box-icon.style-5 .tm-box-icon__btn .button-icon {
	font-size: 22px;
	font-weight: 400;
	line-height: 55px;
	color: #222;
}

.tm-box-icon.style-5 .tm-box-icon__btn:hover {
	border-style: solid;
	background-color: #43a1b1;
}

.tm-box-icon.style-5 .tm-box-icon__btn:hover .button-icon {
	color: #fff;
}

.tm-box-icon.style-5:hover .content-wrap {
	transform: translateY(-20px);
}

.tm-box-icon.style-6.align-left .heading span {
	padding: 0 30px 12px 0;
}

.tm-box-icon.style-6.align-center .heading span {
	padding: 0 15px 12px;
}

.tm-box-icon.style-6.align-right .heading span {
	padding: 0 0 12px 30px;
}

.tm-box-icon.style-6 .box-header {
	margin-bottom: 20px;
}

.tm-box-icon.style-6 .heading {
	font-size: 18px;
	margin-bottom: 0px;
}

.tm-box-icon.style-6 .heading span {
	display: inline-block;
	border-bottom: 1px dashed #c0c0c0;
}

.tm-box-icon.style-6 .sub-heading {
	display: inline-block;
	font-style: italic;
	margin-top: 8px;
}

.tm-box-icon.style-6 .icon {
	font-size: 24px;
}

.tm-box-icon.style-6 .icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #43a1b1;
	border-radius: 50%;
}

.tm-box-icon.style-6 svg {
	width: 62px;
}

.tm-box-icon.style-6 .icon,
.tm-box-icon.style-6 .image {
	margin-bottom: 35px;
}

.tm-box-icon.style-6 .tm-box-icon__btn {
	display: inline-block;
	margin-top: 38px;
	border: 1px dotted #43a1b1;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
}

.tm-box-icon.style-6 .tm-box-icon__btn .button-icon {
	font-size: 22px;
	font-weight: 400;
	line-height: 55px;
	color: #222;
}

.tm-box-icon.style-6 .tm-box-icon__btn:hover {
	border-style: solid;
	background-color: #43a1b1;
}

.tm-box-icon.style-6 .tm-box-icon__btn:hover .button-icon {
	color: #fff;
}

.tm-box-icon .tm-box-icon__btn {
	margin-top: 38px;
}

.tm-box-icon .tm-box-icon__btn .button-icon {
	left: calc(100% + 5px);
}

@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: 32px;
	}
}

.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: 18px;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
}

.tm-accordion .accordion-title:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.1);
	height: 1px;
}

.tm-accordion .accordion-title:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	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;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	content: '\f053';
	font-weight: normal;
}

.tm-accordion .active > .accordion-title:after {
	width: 100%;
}

.tm-accordion .active > .accordion-title .accordion-icon:before {
	content: '\f078';
}

.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:hover {
	color: inherit;
}

.tm-heading .icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 9px;
}

.tm-heading.secondary-font .heading {
	font-family: inherit !important;
}

.tm-heading.border-bottom {
	position: relative;
	padding-bottom: 38px;
}

.tm-heading.border-bottom:before {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #43a1b1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tm-heading.border-bottom.center:before {
	left: 50%;
	transform: translateX(-50%);
}

.tm-heading.border-bottom.right:before {
	left: auto;
	right: 0;
}

.tm-heading.line-left {
	position: relative;
}

.tm-heading.line-left:before {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 30px;
	right: calc(100% + 30px);
}

.tm-heading.marquee-text {
	overflow: hidden;
}

.tm-heading.marquee-text .heading {
	word-wrap: normal;
	/* Starting position */
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	/* Apply animation to this element */
	-moz-animation: example1 15s linear infinite;
	-webkit-animation: example1 15s linear infinite;
	animation: example1 15s linear infinite;
}

.highlight-text mark,
.typed-text mark,
.typed-text-2 mark {
	background: none;
}

@-moz-keyframes example1 {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes example1 {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes example1 {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.tm-testimonial .testimonial-name {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.tm-testimonial .testimonial-line {
	font-size: 15px;
}

.tm-testimonial .post-thumbnail img {
	border-radius: 100%;
}

.tm-testimonial .testimonial-rating {
	font-size: 14px;
	color: #43a1b1;
}

.tm-testimonial .testimonial-rating span {
	padding: 0 4px;
}

.tm-testimonial.style-1 {
	margin: -30px;
}

.tm-testimonial.style-1 .swiper-container {
	padding: 30px;
}

.tm-testimonial.style-1 .testimonial-item {
	border: 1px solid #eee;
	padding: 65px 35px;
	background-color: #fff;
	text-align: center;
	-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);
}

.tm-testimonial.style-1 .testimonial-name {
	font-size: 20px;
}

.tm-testimonial.style-1 .testimonial-by-line {
	font-style: italic;
}

.tm-testimonial.style-1 .post-thumbnail img {
	width: 100px;
}

.tm-testimonial.style-1 .testimonial-info {
	margin-bottom: 20px;
}

.tm-testimonial.style-1 .post-thumbnail {
	margin-bottom: 30px;
}

.tm-testimonial.style-1 .testimonial-rating {
	margin-bottom: 24px;
}

.tm-testimonial.style-1 .testimonial-desc {
	font-size: 16px;
	font-style: italic;
}

.tm-testimonial.style-1 .testimonial-item:hover {
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-30px);
}

.tm-testimonial.style-1.tm-swiper .swiper-button-prev {
	left: -50px;
}

.tm-testimonial.style-1.tm-swiper .swiper-button-next {
	right: -50px;
}

.tm-testimonial.style-2 {
	text-align: center;
}

.tm-testimonial.style-2 .testimonial-item {
	width: 100%;
}

.tm-testimonial.style-2 .post-thumbnail {
	margin-bottom: 33px;
}

.tm-testimonial.style-2 .post-thumbnail img {
	width: 100px;
}

.tm-testimonial.style-2 .testimonial-desc {
	font-size: 20px;
	font-style: italic;
	max-width: 830px;
	margin: 0 auto 40px;
}

.tm-testimonial.style-2 .testimonial-name,
.tm-testimonial.style-2 .testimonial-by-line {
	display: inline-block;
}

.tm-testimonial.style-2 .testimonial-by-line {
	font-style: italic;
}

.tm-testimonial.style-2 .testimonial-by-line:before {
	content: '- ';
}

.tm-testimonial.style-2 .testimonial-rating {
	margin-bottom: 30px;
}

.tm-testimonial.style-3 .testimonial-item {
	background-color: #fff;
	padding: 30px 35px 40px;
}

.tm-testimonial.style-3 .testi-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.tm-testimonial.style-3 .post-thumbnail img {
	width: 80px;
}

.tm-testimonial.style-3 .testimonial-info {
	margin-top: 40px;
}

.tm-testimonial.style-3 .testimonial-name {
	font-size: 16px;
	display: inline-block;
}

.tm-testimonial.style-3 .testimonial-by-line {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #888;
}

.tm-testimonial.style-3 .testimonial-by-line:before {
	content: '- ';
}

.tm-testimonial.skin-light.style-2 .testimonial-name,
.tm-testimonial.skin-light.style-2 .testimonial-by-line,
.tm-testimonial.skin-light.style-2 .testimonial-desc {
	color: #fff;
}

.tm-testimonial.skin-light.tm-swiper.nav-style-1 .swiper-nav-button,
.tm-testimonial.skin-light.tm-swiper.nav-style-3 .swiper-nav-button {
	color: #fff;
}

.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 > div {
	width: 100%;
}

.tm-slider.style-2 .swiper-slide:hover .image img {
	opacity: 1;
}

.tm-slider.style-2 .image img {
	opacity: 0.3;
}

.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;
	margin: 0 -15px;
	align-items: stretch;
}

.pricing-wrap .tm-pricing {
	flex: 1 1 auto;
	padding: 0 15px;
}

.pricing-wrap .tm-pricing .inner {
	height: 100%;
}

.pricing-wrap .tm-pricing.style-2 .inner {
	padding-bottom: 130px;
}

.pricing-wrap .tm-pricing.style-2 .tm-pricing-footer {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.tm-pricing {
	z-index: 2;
	margin-bottom: 30px;
}

.tm-pricing .tm-pricing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.tm-pricing .tm-pricing-list li {
	padding: 6px 0;
}

.tm-pricing .tm-pricing-list li i {
	font-size: 14px;
	margin-right: 5px;
}

.tm-pricing .tm-button {
	padding: 0 40px;
}

.tm-pricing.style-1 {
	margin-bottom: 30px;
}

.tm-pricing.style-1 .inner {
	position: relative;
	margin: 0 auto;
	padding: 45px 40px;
	background-color: #fff;
	border: 2px solid #eee;
}

.tm-pricing.style-1 .inner:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.tm-pricing.style-1 .tm-pricing-header {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.tm-pricing.style-1 .price-wrap {
	display: flex;
	align-items: center;
	background-color: #333;
	border-radius: 50%;
	min-width: 110px;
	height: 110px;
	margin-right: 20px;
	text-align: center;
}

.tm-pricing.style-1 .price-wrap-inner {
	width: 100%;
}

.tm-pricing.style-1 .price {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

.tm-pricing.style-1 .period {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}

.tm-pricing.style-1 .tm-pricing-rating {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-width: 0 48px 48px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ffbf00;
}

.tm-pricing.style-1 .tm-pricing-rating i {
	position: absolute;
	top: 9px;
	left: 29px;
	color: #fff;
	font-size: 13px;
}

.tm-pricing.style-1 .image {
	margin-bottom: 30px;
	text-align: center;
}

.tm-pricing.style-1 .title {
	font-size: 24px;
}

.tm-pricing.style-1 .description {
	font-size: 14px;
	margin-bottom: 30px;
}

.tm-pricing.style-1 .tm-pricing-content {
	padding: 30px 0 0;
	border-top: 1px dashed #c0c0c0;
}

.tm-pricing.style-1 .tm-pricing-footer {
	padding-top: 40px;
}

.tm-pricing.style-1 .tm-pricing-button {
	max-width: 100%;
}

.tm-pricing.style-2 .inner {
	position: relative;
	padding: 45px 35px 40px;
	background-color: #fff;
	text-align: center;
}

.tm-pricing.style-2 .tm-pricing-rating {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-width: 0 48px 48px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #43a1b1;
}

.tm-pricing.style-2 .tm-pricing-rating i {
	position: absolute;
	top: 9px;
	left: 29px;
	color: #fff;
	font-size: 13px;
}

.tm-pricing.style-2 .image {
	margin-bottom: 25px;
}

.tm-pricing.style-2 .sub-title {
	font-style: italic;
	margin-bottom: 10px;
}

.tm-pricing.style-2 .title {
	font-size: 18px;
	margin-bottom: 12px;
}

.tm-pricing.style-2 .description {
	margin-bottom: 15px;
}

.tm-pricing.style-2 .tm-pricing-header {
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.tm-pricing.style-2 .price {
	font-size: 70px;
}

.tm-pricing.style-2 .tm-pricing-content {
	margin-top: 20px;
}

.tm-pricing.style-2 .currency {
	display: inline-block;
	vertical-align: super;
	font-size: 30px;
}

.tm-pricing.style-2 .period {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	margin-left: 10px;
	color: #222;
}

.tm-pricing.style-2 .period:before {
	content: '/ ';
}

.tm-pricing.style-2 .tm-pricing-list li {
	padding: 8px 0;
}

.tm-pricing.style-2 .tm-pricing-footer {
	margin-top: 34px;
}

.tm-pricing.style-2.tm-pricing-featured .inner {
	border: 2px solid #43a1b1;
}

@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: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
}

.tm-countdown .text {
	display: block;
}

.tm-countdown .separator {
	font-size: 40px;
	letter-spacing: .67px;
}

.tm-countdown.skin-light .number {
	color: #fff;
}

.tm-countdown.skin-light .text {
	color: rgba(255, 255, 255, 0.7);
}

.tm-counter {
	margin-bottom: 30px;
}

.tm-counter .text {
	font-style: italic;
}

.tm-counter.style-1 .inner {
	display: inline-block;
	position: relative;
}

.tm-counter.style-1 .icon {
	position: absolute;
	top: 0;
	right: calc(100% - 20px);
	font-size: 70px;
	opacity: .25;
	line-height: 1;
}

.tm-counter.style-1 .icon .tm-svg * {
	stroke: currentColor;
}

.tm-counter.style-1 .icon svg {
	width: 70px;
}

.tm-counter.style-1 .number-wrap {
	display: flex;
	position: relative;
	z-index: 2;
	margin-bottom: 7px;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}

.tm-counter.style-1 .text {
	position: relative;
	z-index: 2;
}

.tm-counter.style-1.skin-light .number-wrap,
.tm-counter.style-1.skin-light .text,
.tm-counter.style-1.skin-light .icon {
	color: #fff;
}

.tm-counter.style-1.align-left .icon {
	left: 0;
}

.tm-counter.style-1.align-left .number-wrap,
.tm-counter.style-1.align-left .text {
	padding-left: 60px;
}

.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.style-1 {
	text-align: center;
}

.tm-team-member.style-1 .team-header {
	position: relative;
	margin-bottom: 34px;
	border-radius: 50%;
	overflow: hidden;
}

.tm-team-member.style-1 .team-header img {
	width: 100%;
	border-radius: 50%;
}

.tm-team-member.style-1 .team-header:before {
	-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);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
}

.tm-team-member.style-1 .social-networks {
	position: absolute;
	top: 50%;
	left: 0;
	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);
	-webkit-transform: translate(0, calc(-50% - 20px));
	-moz-transform: translate(0, calc(-50% - 20px));
	-ms-transform: translate(0, calc(-50% - 20px));
	transform: translate(0, calc(-50% - 20px));
}

.tm-team-member.style-1 .social-networks a {
	display: inline-block;
	padding: 5px 8px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	opacity: 0;
}

.tm-team-member.style-1 .name {
	font-size: 18px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.tm-team-member.style-1 .position {
	font-size: 15px;
	margin-bottom: 11px;
	font-style: italic;
}

.tm-team-member.style-1:hover .social-networks {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tm-team-member.style-1:hover .social-networks a {
	opacity: 1;
}

.tm-team-member.style-1:hover .team-header:before {
	opacity: .7;
}

.tm-team-member.style-2 {
	position: relative;
	text-align: center;
	background-color: #f9f6f4;
	padding: 52px 30px 30px;
}

.tm-team-member.style-2:hover {
	padding-top: 70px;
	margin-top: -30px;
}

.tm-team-member.style-2:hover .social-networks {
	opacity: 1;
}

.tm-team-member.style-2 .social-networks {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
}

.tm-team-member.style-2 .social-networks a {
	display: inline-block;
	padding: 5px 13px;
	font-size: 20px;
	line-height: 1;
}

.tm-team-member.style-2 .photo {
	width: 200px;
	height: 200px;
	max-width: 100%;
	margin: 0 auto 30px;
}

.tm-team-member.style-2 .name {
	font-size: 18px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.tm-team-member.style-2 .position {
	font-size: 15px;
	margin-bottom: 11px;
	font-style: italic;
}

.tm-social-networks {
	padding: 0;
	margin: 0 -13px;
}

.tm-social-networks .item {
	list-style-type: none;
	margin: 0 0 5px;
}

.tm-social-networks .link {
	padding: 5px 13px;
}

.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: 18px;
}

.tm-social-networks.style-icons-with-border {
	font-size: 16px;
	margin: 0;
}

.tm-social-networks.style-icons-with-border .item {
	padding: 0;
}

.tm-social-networks.style-icons-with-border .item + .item {
	margin-left: 5px;
}

.tm-social-networks.style-icons-with-border.layout-list .item + .item {
	margin-left: 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-icon-title .link-icon {
	font-size: 18px;
	min-width: 25px;
	margin-right: 5px;
}

.tm-social-networks.style-title .link {
	padding: 0 13px;
	margin-bottom: 10px;
}

.tm-social-networks.style-title .link:hover .link-text:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.tm-social-networks.style-title .link-text {
	position: relative;
}

.tm-social-networks.style-title .link-text:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
	background: currentColor;
}

.tm-social-networks.style-title.layout-list .item {
	margin-bottom: 0;
}

.tm-social-networks .link {
	display: inline-block;
}

.tm-social-networks br {
	display: none;
}

.tm-social-networks.skin-light .link {
	color: #fff;
}

.tm-social-networks.skin-light.style-icons-with-border .link {
	color: #333;
	border: #fff;
}

.tm-social-networks.skin-light.style-icons-with-border .link:hover {
	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: 500;
	font-size: 15px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.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;
	max-width: 300px;
	margin: 0 auto;
}

@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: 20px;
}

.tm-contact-form-7 .wpcf7-textarea {
	height: 160px;
}

.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 {
	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 {
	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 {
	/* 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 {
	/* 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 {
	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 {
	color: #fff;
	border-color: #fff;
}

.tm-contact-form-7.skin-light .wpcf7-submit:hover {
	background-color: #fff;
	color: #333;
}

.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: 90px;
	height: 90px;
	border-radius: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster .video-play i, .tm-popup-video.style-poster-2 .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 27px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster-3 .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	color: #222;
	background: #fff;
}

.tm-popup-video.style-poster-3 .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 27px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster-2 .video-play {
	right: -45px;
	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 i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-2 .video-play {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #333;
	background-color: #fff;
}

.tm-popup-video.style-button-2 .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16px;
	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: 90px;
	height: 90px;
	border-radius: 50%;
	color: #333;
	background-color: #fff;
}

.tm-popup-video.style-button-3 .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-button-4 .video-play {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #fff;
}

.tm-popup-video.style-button-4 .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	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 i {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	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.style-metro img {
	width: 100%;
	height: 100%;
}

.tm-gallery .gallery-item {
	overflow: hidden;
}

.tm-gallery .gallery-item:hover .overlay {
	visibility: visible;
	opacity: .9;
}

.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: 32px;
	color: #fff;
}

.tm-view-demo .item-wrap:hover .thumbnail {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tm-view-demo .item-wrap:hover .btn-view-demo img {
	-webkit-filter: opacity(80%);
	filter: opacity(80%);
}

.tm-view-demo .heading {
	font-size: 18px;
	line-height: 1.15;
	text-align: center;
	margin-top: 30px;
}

.tm-view-demo .thumbnail {
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.tm-view-demo .thumbnail img {
	width: 100%;
}

.tm-view-demo .badge {
	border-radius: 50%;
	position: absolute;
	top: -43px;
	right: 0;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	background: #e94040;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	z-index: 999;
	text-transform: uppercase;
}

.tm-view-demo.tm-grid-wrapper .tm-filter-button-group.show-filter-counter {
	padding-top: 0;
	padding-bottom: 90px;
}

.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: #fff;
	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: #fff;
	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: #fff;
	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;
	line-height: inherit;
}

.tm-instagram .inner .item-info .likes:before {
	content: '\f004';
}

.tm-instagram .inner .item-info .comments {
	margin-left: 10px;
}

.tm-instagram .inner .item-info .comments:before {
	content: '\f075';
}

.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;
	margin-bottom: 10px;
}

.tm-twitter.style-slider .tweet .tweet-heading {
	font-size: 32px;
}

.tm-twitter.style-slider .tweet .tweet-text {
	font-size: 23px;
	margin-top: 40px;
}

.tm-twitter.style-slider .tweet + .tweet {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.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;
	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 #eee;
}

.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: 8px;
	left: -1.5px;
	width: 3px;
	height: 100%;
	content: '';
	background-color: #eee;
}

.tm-timeline ul li:after {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	content: '';
	transform: translateX(-50%);
}

.tm-timeline ul li:nth-child(odd) .content-wrap {
	text-align: right;
	left: -435px;
}

.tm-timeline ul li:nth-child(even) .content-wrap {
	left: 35px;
}

.tm-timeline ul li:nth-child(even) .time {
	left: -435px;
	text-align: right;
}

.tm-timeline ul li:last-child:before {
	height: calc(100% - 8px);
}

.tm-timeline .content-wrap {
	position: relative;
	top: 4px;
}

.tm-timeline .content-wrap,
.tm-timeline .time {
	width: 400px;
}

.tm-timeline .heading {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.tm-timeline .photo {
	margin: 20px 0;
}

.tm-timeline .time {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	letter-spacing: -.05em;
	line-height: 1.2;
	font-size: 50px;
	font-weight: 500;
	color: #ddd;
	left: 35px;
}

.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: 48px 40px 55px;
	color: inherit;
	font-size: inherit;
}

.tm-blockquote blockquote:before {
	display: none;
}

.tm-blockquote svg {
	position: absolute;
	top: 27px;
	right: 27px;
}

.tm-blockquote .heading {
	font-size: 24px;
	margin-bottom: 14px;
}

.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 .drop-cap {
	font-family: 'Playfair Display', sans-serif;
}

.tm-drop-cap.style-1 .drop-cap {
	float: left;
	font-size: 56px;
	line-height: 37px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 3px;
}

.tm-drop-cap.style-2 .drop-cap {
	float: left;
	font-size: 56px;
	line-height: 56px;
	padding: 7px 13px 7px 9px;
	color: #fff;
	margin: -22px 10px 0 0;
}

.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: 35px;
}

.tm-product div.product .product-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.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 .action {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.tm-product div.product .product-thumbnail .actions {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.tm-product div.product .product-thumbnail .actions .action {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-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);
	opacity: 0;
}

.tm-product div.product .product-thumbnail .actions .action .button {
	height: 50px;
	line-height: 50px !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 .add_to_cart_button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0 40px !important;
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 1;
}

.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 {
	font-size: 18px;
	line-height: 1.3;
}

.tm-product div.product .product-info .price {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #888;
}

.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;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	justify-content: center;
}

.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;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	min-width: 50px;
	min-height: 50px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 50px;
	margin-left: 5px;
}

.tm-product div.product .badges .hot {
	background: #e55353;
}

.tm-product div.product .badges .onsale {
	background: #43a1b1;
}

.tm-product div.product .badges .new {
	background: #96c07c;
}

.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: #000;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.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: #fff;
}

.tm-product-categories.style-carousel .cat-wrapper:hover .cat-count {
	color: #fff;
}

.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: #fff;
	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 > li {
	margin: 0;
}

.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-custom-menu.horizontal .menu > li a {
	padding: 0;
}

.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 {
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1;
	font-size: 15px;
}

.vc_progress_bar .vc_single_bar_title .vc_label_units {
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: #8d867f;
}

.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: 1300px solid #fff;
	border-left: 1300px solid;
}

.vc_row-big_triangle .vc_row-separator:after {
	left: 50%;
	border-right: 1300px solid;
	border-left: 1300px solid #fff;
}

.vc_row-big_triangle .vc_row-separator:after, .vc_row-big_triangle .vc_row-separator:before {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 50%;
	border-bottom: 120px 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;
}

.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: #fff;
}

.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: #666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff;
}

.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: #666;
}

.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: #fff;
}

.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: #fff;
}

.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: #666;
}

.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: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab > a {
	color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff;
}

.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: #fff;
}

.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: #fff;
}

@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: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-abby-01 .vc_tta-tab {
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-abby-01 .vc_tta-tab + .vc_tta-tab {
	margin-left: 5px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-abby-02 .vc_tta-tab {
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-abby-02 .vc_tta-tab + .vc_tta-tab {
	margin-left: 30px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-abby-01 .vc_tta-tabs-list {
	margin: 0;
	margin-bottom: -2px;
}

.wpb-js-composer .vc_tta-style-abby-02 .vc_tta-tabs-list {
	margin: -3px 0 -2px 0 !important;
}

.wpb-js-composer .vc_tta-style-abby-01 .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-abby-03 .vc_tta-tab > a {
	background: #f1f1f1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-01 .vc_tta-tab > a {
	padding: 10px 18px 6px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-02 .vc_tta-tab > a {
	padding: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-tab > a {
	padding: 10px 20px 6px;
}

.wpb-js-composer .vc_tta-style-abby-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-abby-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-abby-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-abby-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-abby-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-abby-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	overflow: inherit;
}

.wpb-js-composer .vc_tta-style-abby-01 .vc_tta-tab.vc_active {
	position: relative;
	color: #fff;
}

.wpb-js-composer .vc_tta-style-abby-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-abby-02 .vc_tta-tab.vc_active {
	border-bottom: 2px solid red;
}

.wpb-js-composer .vc_tta-style-abby-03 .vc_tta-tab.vc_active {
	position: relative;
	color: #fff;
}

.wpb-js-composer .vc_tta-style-abby-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-abby-01 .vc_tta-panels-container {
	border: 2px solid #eee;
}

.wpb-js-composer .vc_tta-style-abby-02 .vc_tta-panels-container {
	border-top: 2px solid #f5f5f5;
}

.wpb-js-composer .vc_tta-style-abby-01.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px 38px;
}

.wpb-js-composer .vc_tta-style-abby-02.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px 0;
	border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-01 .vc_tta-panel-heading {
	border: 0;
}

.vc_tta.vc_general.vc_tta-style-abby-01 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-abby-02 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
	border: 0;
	margin: 0;
}

.vc_tta.vc_general.vc_tta-style-abby-01 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-abby-02 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-abby-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-abby-04 .vc_tta-tabs-list {
	margin: 0 0 48px;
	display: flex;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab {
	text-align: center;
	width: 25%;
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab:after {
	content: '';
	height: 1px;
	background: #eee;
	width: 100%;
	position: absolute;
	top: 37px;
	left: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab > a {
	padding: 0 20px;
	border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab.vc_active .vc_tta-icon {
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab.vc_active .vc_tta-title-text {
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-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 #eee;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-tab .vc_tta-title-text {
	font-size: 16px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_active .vc_tta-icon {
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_active .vc_tta-title-text {
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-panel-title > a {
	padding: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-panel-heading {
	margin: 0 0 30px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-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 #eee;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-04 .vc_tta-panel-body {
	padding: 0 10px;
}

@media (max-width: 767px) {
	.wpb-js-composer .vc_tta-style-abby-02.vc_tta.vc_general .vc_tta-panel-body {
		padding: 14px 20px;
	}

	.wpb-js-composer .vc_tta-style-abby-02 .vc_tta-panels-container,
	.wpb-js-composer .vc_tta-style-abby-03 .vc_tta-panels-container {
		border: 2px solid #eee;
	}
}

@media (min-width: 768px) {
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-tabs-container {
		width: 25%;
		float: left;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-panels-container {
		float: left;
		width: 75%;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-tab {
		display: block;
		margin-right: 0;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-abby-03 .vc_tta-panel-body {
		border: 2px solid #eee;
		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: #eee;
	padding: 5px 3px;
}

.wp-audio-playlist .wp-playlist-item-length {
	top: 5px;
}

/*
Widgets
*/
.page-content .widget {
	position: relative;
	margin-bottom: 70px;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 45px 30px 37px;
}

.page-content .widget a {
	color: inherit;
}

.page-content .widget.widget_search, .page-content .widget.widget_product_search {
	padding: 0;
	border: none;
	background-color: transparent;
}

.page-content .widget-title,
.page-content .widgettitle {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	padding: 11px 17px 10px 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.page-content .widget_search .widget-title,
.page-content .widget_search .widgettitle,
.page-content .widget_product_search .widget-title,
.page-content .widget_product_search .widgettitle {
	top: 0;
	left: 0;
}

.page-sidebar-content .widget-title,
.page-sidebar-content .widgettitle {
	display: inline-block;
}

.page-sidebar-content .widget-title .rsswidget,
.page-sidebar-content .widgettitle .rsswidget {
	display: inline-block;
	padding: 0;
	color: #fff;
}

.page-sidebar-content .widget-title .rsswidget:hover,
.page-sidebar-content .widgettitle .rsswidget:hover {
	color: #fff;
}

.page-sidebar-content .widget-title .rsswidget img,
.page-sidebar-content .widgettitle .rsswidget img {
	margin: 0 5px 0 0;
}

.page-sidebar .page-sidebar-inner {
	height: 100%;
}

@media (min-width: 1200px) {
	.single-post .page-sidebar.page-sidebar-left .page-sidebar-content,
	.blog .page-sidebar.page-sidebar-left .page-sidebar-content {
		padding-right: 30px;
	}

	.single-post .page-sidebar.page-sidebar-right .page-sidebar-content,
	.blog .page-sidebar.page-sidebar-right .page-sidebar-content {
		padding-left: 30px;
	}
}

.textwidget .tm-social-networks .link {
	color: #222;
}

.wpb_widgetised_column .widget-title {
	display: inline-block;
	border-bottom: 1px solid #ddd;
}

.widget select {
	background-color: transparent;
	border-bottom: 2px solid;
	padding: 0;
	background-position: right center;
}

.page-footer .widget-title,
.page-footer .widgettitle {
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: #222;
	margin-bottom: 40px;
}

.page-footer .widget {
	margin-bottom: 36px;
}

.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
	padding: 0;
	border: 0;
}

.page-footer .widget_nav_menu a,
.page-footer .insight-core-bmw a {
	padding: 0;
	margin-bottom: 10px;
}

.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 {
	border-top: 1px dashed #eee;
}

.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: 10px;
}

.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 {
	border-top: 1px dashed #eee;
}

@media (min-width: 1200px) {
	.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:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
	margin-bottom: 0;
}

.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-size: inherit;
	font-family: inherit;
	padding: 9px 0;
}

.widget_rss li + li {
	margin-top: 20px;
	padding-top: 10px;
}

.widget_rss li a {
	color: #333 !important;
}

.widget_rss .rsswidget {
	color: #333;
}

.widget_pages .sub-menu > li > a,
.widget_nav_menu .sub-menu > li > a {
	padding-left: 20px;
}

.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
	padding-left: 20px;
}

.widget_categories li,
.widget_product_categories li {
	margin: 0;
	padding: 0;
}

.widget_categories li + li,
.widget_product_categories li + li {
	border-top: 1px dashed #eee;
}

.widget_categories a,
.widget_product_categories a {
	display: block;
	padding: 9px 0;
}

.widget_categories .children,
.widget_product_categories .children {
	padding: 0;
	padding-left: 20px;
}

.widget_categories .children li,
.widget_product_categories .children li {
	border-top: 1px dashed #eee;
}

.widget_categories .children a,
.widget_product_categories .children a {
	color: #999;
}

.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 + li {
	padding-top: 10px;
	margin-top: 10px;
}

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

.widget_search form,
.widget_product_search form {
	position: relative;
}

.widget_search .search-field,
.widget_product_search .search-field {
	width: 100%;
	height: 60px;
	padding-right: 20px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #eee;
}

.widget_search .search-submit,
.widget_product_search .search-submit {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: transparent;
	text-align: center;
	line-height: 16px;
	transform: translate(0, -50%);
	color: #333;
}

.widget_search .search-submit i,
.widget_product_search .search-submit i {
	font-size: 15px;
}

.tagcloud {
	margin: 0 -11px;
}

.tagcloud a {
	display: inline-block;
	font-size: inherit !important;
	line-height: 1.7;
	padding: 6px 11px;
}

.tm-posts-widget .post-item {
	display: flex;
}

.tm-posts-widget .post-item + .post-item {
	margin-top: 14px;
	padding-top: 19px;
	border-top: 1px dashed #eee;
}

.tm-posts-widget .post-widget-thumbnail {
	flex-shrink: 0;
	margin-right: 20px;
	width: 70px;
	height: 70px;
}

.tm-posts-widget .post-widget-thumbnail img {
	width: 100%;
}

.tm-posts-widget .post-widget-info {
	flex-grow: 1;
}

.tm-posts-widget .post-widget-title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 10px;
}

.tm-posts-widget .post-date {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.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 {
	-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);
	position: relative;
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
}

.mini-cart .mini-cart-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: inherit;
	content: "\f290";
	transform: translate(-50%, -50%);
}

.mini-cart .mini-cart-icon:after {
	position: absolute;
	top: -5px;
	left: calc(100% - 10px);
	content: attr(data-count);
	font-weight: 500;
	font-size: 12px;
	font-family: Montserrat;
	color: #fff;
	background-color: #43a1b1;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
}

.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 #eee;
	border-bottom: 2px solid transparent;
	background-color: #fff;
	opacity: 0;
}

.mini-cart .widget_shopping_cart_content li > a:not(.remove) {
	font-size: 15px !important;
	font-weight: 600;
	color: #222;
}

.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 #eee;
	align-items: center;
}

.widget_shopping_cart_content .total {
	padding: 0 !important;
	width: 100%;
	border-top: 0 !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #222;
}

.widget_shopping_cart_content .total .amount {
	font-size: 18px;
	font-weight: 600;
}

.widget_shopping_cart_content .buttons {
	display: flex;
}

.widget_shopping_cart_content .buttons a {
	display: inline-block;
	margin-left: 6px;
	padding: 0 10px !important;
	min-width: 176px;
	text-align: center;
	text-transform: uppercase;
}

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

.cart_list.product_list_widget li img {
	float: left !important;
	margin-right: 20px;
	width: 80px !important;
	height: 80px !important;
}

.cart_list.product_list_widget li .quantity {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
}

.cart_list.product_list_widget li .quantity .amount {
	font-family: inherit;
}

.cart_list.product_list_widget li .remove {
	position: relative !important;
	float: right !important;
	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: '\f2ed';
	font-size: 13px;
}

.cart_list.product_list_widget a {
	font-weight: normal;
	font-size: 18px;
}

.cart-footer {
	display: flex;
}

.woocommerce .page-content .widget-title,
.woocommerce .page-content .widgettitle,
.woocommerce-js .page-content .widget-title,
.woocommerce-js .page-content .widgettitle {
	margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-js .widget_price_filter .price_slider {
	margin-bottom: 34px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 4px;
	border-radius: 0;
	background-color: #ddd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #aaa;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	top: -6px;
	width: 16px;
	height: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-js .widget_price_filter .price_slider_amount {
	color: #333;
	text-align: right;
	font-size: 14px;
	line-height: inherit;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-js .widget_price_filter .price_slider_amount .button {
	padding: 0 33px !important;
	height: 50px;
	line-height: 54px !important;
}

.woocommerce .widget_price_filter .price_label,
.woocommerce-js .widget_price_filter .price_label {
	padding-top: 11px;
}

.woocommerce .widget_products ul.product_list_widget li,
.woocommerce-js .widget_products ul.product_list_widget li {
	padding: 0;
	display: flex;
}

.woocommerce .widget_products ul.product_list_widget li + li,
.woocommerce-js .widget_products ul.product_list_widget li + li {
	margin-top: 30px;
}

.woocommerce .widget_products ul.product_list_widget li .product-thumbnail,
.woocommerce-js .widget_products ul.product_list_widget li .product-thumbnail {
	width: 60px;
	min-width: 60px;
}

.woocommerce .widget_products ul.product_list_widget li img,
.woocommerce-js .widget_products ul.product_list_widget li img {
	float: none;
	margin-left: 0;
	width: 100%;
}

.woocommerce .widget_products ul.product_list_widget li .product-info,
.woocommerce-js .widget_products ul.product_list_widget li .product-info {
	padding-left: 20px;
}

.woocommerce .widget_products ul.product_list_widget li .amount,
.woocommerce-js .widget_products ul.product_list_widget li .amount {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1;
	color: #888;
}

.woocommerce .widget_products ul.product_list_widget li del,
.woocommerce-js .widget_products ul.product_list_widget li del {
	margin-right: 10px;
}

.woocommerce .widget_products ul.product_list_widget li ins .amount,
.woocommerce-js .widget_products ul.product_list_widget li ins .amount {
	color: #43a1b1;
}

.woocommerce .widget_products ul.product_list_widget li .product-title,
.woocommerce-js .widget_products ul.product_list_widget li .product-title {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
}

.woocommerce .widget_products ul.product_list_widget li .product-title a,
.woocommerce-js .widget_products ul.product_list_widget li .product-title a {
	font-weight: inherit;
}

.woocommerce .widget_products ul.product_list_widget li .star-rating,
.woocommerce-js .widget_products ul.product_list_widget li .star-rating {
	font-size: 12px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-js .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 35px !important;
	height: 50px;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 50px !important;
	letter-spacing: 1px;
}

.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 form .form-row .select2-container--default .select2-selection--single {
	border: 0;
	background-color: rgba(199, 199, 199, 0.15);
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	padding: 0 20px;
}

.woocommerce form .form-row .select2-selection__rendered {
	height: 60px;
	line-height: 60px;
	padding: 0;
	color: #8d867f;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	right: 10px;
}

.woocommerce div.product p.price {
	color: #8d867f;
}

.woocommerce .price {
	font-weight: 600;
	color: #d5382c;
}

.woocommerce ins {
	background: none;
	color: #d5382c;
}

.woocommerce del {
	position: relative;
	text-decoration: none;
}

.woocommerce del .amount {
	color: #c8c8c8 !important;
}

.woocommerce del:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	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: 12px;
	transform: translateY(-50%);
}

.woocommerce div.quantity .qty {
	padding: 3px 30px 3px 5px;
	width: 100%;
	height: 40px;
	border: 1px solid transparent;
	background-color: #fff;
	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: 400;
	font-size: 15px;
	line-height: 41px;
	color: #222;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #222;
}

.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 {
	background-color: #fff;
	color: #222;
}

.woocommerce .archive-shop-actions {
	margin-bottom: 15px;
}

.woocommerce .archive-shop-actions select {
	height: 50px;
}

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

@media (min-width: 768px) {
	.woocommerce .shop-filter-right .woocommerce-result-count {
		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: 35px;
}

.woocommerce .products div.product.product-category {
	display: none;
}

.woocommerce .products div.product .product-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.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 .action {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.woocommerce .products div.product .product-thumbnail .actions {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.woocommerce .products div.product .product-thumbnail .actions .action {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-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);
	opacity: 0;
}

.woocommerce .products div.product .product-thumbnail .actions .action .button {
	height: 50px;
	line-height: 50px !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: 100%;
}

.woocommerce .products div.product .product-thumbnail .actions .add_to_cart_button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0 40px !important;
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 1;
}

.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 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 3px;
}

.woocommerce .products div.product .product-info .price {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	color: #888;
}

.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;
	font-weight: inherit;
}

.woocommerce .products div.product .product-info .price del {
	margin-right: 10px;
}

.woocommerce .product .badges {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	justify-content: center;
}

.woocommerce .product .badges .onsale,
.woocommerce .product .badges .hot,
.woocommerce .product .badges .new {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	min-width: 50px;
	min-height: 50px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 50px;
	margin-left: 5px;
}

.woocommerce .product .badges .hot {
	background: #e55353;
}

.woocommerce .product .badges .onsale {
	background: #43a1b1;
}

.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: 3px 0 0 10px !important;
	padding: 3px 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: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px !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%);
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	content: "\f061";
}

.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;
	font-size: 1.2em;
}

.woocommerce a.remove:hover {
	background: none;
	color: #222 !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 #eee;
}

.woocommerce table.shop_table thead th {
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	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 #eee;
}

.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;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	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: 15px;
	font-weight: 600;
}

.woocommerce .cart.shop_table tbody tr + tr {
	border-top: 1px solid #eee;
}

.woocommerce table.woocommerce-checkout-review-order-table {
	margin: 0 0 70px;
}

.woocommerce table.woocommerce-checkout-review-order-table thead th .product-name,
.woocommerce table.woocommerce-checkout-review-order-table thead th .amount {
	font-weight: 700;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

.woocommerce table.woocommerce-checkout-review-order-table .product-name {
	font-weight: 600;
}

.woocommerce table.woocommerce-checkout-review-order-table .amount {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label {
	color: #f00;
	font-weight: 700;
}

.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: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.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;
	letter-spacing: 1px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table td {
	font-size: 16px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .amount {
	font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals .shop_table strong .amount {
	font-weight: 700;
}

.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: 0 20px;
	height: 50px;
	border: 0;
	line-height: 60px;
}

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;
	text-transform: uppercase;
}

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;
	text-transform: uppercase;
}

.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: #eee;
	color: #222;
	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-additional-fields > h3,
.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: 20px;
}

.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 #eee;
	}

	.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: 30px;
	right: 30px;
	bottom: auto;
	left: auto;
	z-index: 3;
	transform: translate(0, 0);
	justify-content: flex-end;
}

.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: 0 0 15px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
}

.woocommerce.single-product div.product p.price {
	font-weight: 600;
	margin-bottom: 35px;
	font-size: 24px;
}

.woocommerce.single-product div.product p.price del {
	margin-right: 10px;
	font-weight: inherit;
}

.woocommerce.single-product div.product p.price ins {
	color: #43a1b1;
	font-weight: inherit;
}

.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: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	margin-right: 20px;
	color: #222;
}

.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 #eee;
	background-color: #fff;
	background-position: right 10px center;
}

.woocommerce.single-product div.product form.cart .variations .label {
	padding: 15px 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;
}

.woocommerce.single-product div.product .stock {
	display: table;
	margin: 30px 20px 35px 0;
	padding: 0 15px;
	height: 33px;
	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 !important;
	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: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	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 h6 {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-right: 35px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.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;
	color: #888;
}

.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 70px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
	overflow: visible;
	margin: 0;
	padding: 0;
}

.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 50px 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: 10px 0;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
}

.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;
	margin-bottom: 70px;
}

.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 #eee;
	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: 700;
	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';
	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 .up-sells.upsells.products {
	margin-bottom: 30px;
}

.woocommerce.single-product #reviews .comment-reply-title,
.woocommerce.single-product .related.products > h2,
.woocommerce.single-product .up-sells.products > h2 {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
}

.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 20px;
}

.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: #ddd;
}

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