/*!
Theme Name: Conebrick
Theme URI: http://conebrick.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Description: Conebrick - A Modern & Dynamic Construction WordPress Theme
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conebrick
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 0;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: lg;
	src: url(assets/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;
}

.single-post .page-main-content .entry-author .author-social-networks::after, .portfolio-details-social::after, .comment-list .comment::after, .page-template-fullscreen-split-feature .fullscreen-wrap::after, .tm-blog .tm-grid::after, .tm-blog.style-1::after, .tm-blog.style-2::after, .tm-list__item::after, .tm-instagram .tm-instagram-pics::after, .vc_progress_bar .vc_single_bar_title::after, .vc_tta-container .vc_tta-tabs.vc_tta-style-construct-03::after, .tm-posts-widget .post-item::after, .cart_list.product_list_widget li::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;
}

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: 1px solid #ddd;
	border-radius: 5px;
	color: #878c9b;
	background: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #777;
	color: #111;
}

select {
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=") no-repeat calc(100% - 5px) center;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select:focus {
	border-color: #777;
}

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: 0 15px;
	height: 45px;
}

textarea {
	display: block;
	padding: 10px 15px;
	max-width: 100%;
	width: 100%;
	min-height: 200px;
}

::-webkit-resizer {
	width: 0;
	height: 30px;
	border-width: 0 0 17px 17px;
	border-style: solid;
	border-color: transparent transparent #dec8ae transparent;
}

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

body,
button,
input,
select,
textarea {
	font-size: 16px;
	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 {
	margin: 0;
	padding: 30px 30px 30px 70px;
	position: relative;
	font-size: 16px;
	border: 1px solid #ffc828;
	border-radius: 5px;
	background: url(assets/images/blockquote.svg) no-repeat 22px center;
	margin-bottom: 1.5em;
}

blockquote p {
	margin-bottom: 0;
}

/*
WP 5.0
*/
.page-main-content .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 2px solid #1b1f2d;
	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: 0 auto 30px;
}

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

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

.wp-caption-text {
	text-align: center;
	background: #f8f8f8;
	padding: 5px 0;
}

.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"] {
	outline: 0;
	color: #fff;
	padding: 0 40px;
	border: 2px solid;
	height: 56px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
}

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.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;
	width: 41px;
	height: 41px;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #828796;
}

.comment-nav-links li span.current, .comment-nav-links li span:hover,
.comment-nav-links li a.current,
.comment-nav-links li a:hover,
.page-pagination li span.current,
.page-pagination li span:hover,
.page-pagination li a.current,
.page-pagination li a:hover {
	color: #fff;
}

.comment-nav-links li span.dots,
.comment-nav-links li a.dots,
.page-pagination li span.dots,
.page-pagination li a.dots {
	color: #828796;
}

.comment-nav-links li span.next, .comment-nav-links li span.prev,
.comment-nav-links li a.next,
.comment-nav-links li a.prev,
.page-pagination li span.next,
.page-pagination li span.prev,
.page-pagination li a.next,
.page-pagination li a.prev {
	font-size: 10px;
	line-height: 43px;
}

.page-pagination {
	margin-top: 15px;
}

.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 {
	float: left;
	margin: 5px;
	display: block;
	width: 41px;
	height: 41px;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #828796;
}

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

.page-links > span {
	color: #fff;
	background-color: #ffc828;
	border-color: #ffc828;
}

.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%;
	height: 10px;
	font-family: FontAwesome;
	line-height: 10px;
	transform: translate(0, -50%);
}

.boxed {
	margin: 0 auto;
	max-width: 1200px;
}

.boxed .content {
	overflow: hidden;
}

.content-wrapper {
	position: relative;
	z-index: 1;
}

.page-footer {
	position: relative;
	z-index: 0;
}

article.page:after {
	content: '';
	clear: both;
}

.page .comments-area {
	margin-top: 70px;
}

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.page-top-bar {
	z-index: 99999;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.page-top-bar ul {
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.page-top-bar ul li {
	white-space: nowrap;
}

.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;
	margin-right: 16px;
}

@media (max-width: 767px) {
	.top-bar-info .info-item {
		margin-right: 0;
		display: block;
	}
}

.top-bar-info .info-icon {
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

.top-bar-link .link-item {
	display: inline-block;
}

@media (min-width: 992px) {
	.page-top-bar {
		height: 46px;
		padding: 0;
	}

	.top-bar-text {
		padding: 0 16px;
		border-left: 1px solid;
		border-right: 1px solid;
		line-height: 46px;
	}

	.top-bar-link .link-item {
		padding: 0 16px;
		border-left: 1px solid;
		line-height: 46px;
	}

	.top-bar-link .link-item a {
		display: inline-block;
	}

	.top-bar-link .link-item:last-child {
		border-right: 1px solid;
	}

	.top-bar-info .info-item {
		display: inline-block;
		padding: 0 16px;
		margin-right: 0;
		line-height: 46px;
		border-left: 1px solid;
	}

	.top-bar-info .info-item:last-child {
		border-right: 1px solid;
	}

	.top-bar-info .info-icon {
		font-size: 16px;
		margin-right: 2px;
		vertical-align: middle;
	}

	.top-bar-social-network {
		line-height: 46px;
		border-left: 1px solid;
		border-right: 1px solid;
		padding: 0 16px;
	}
}

.top-bar-wrap .top-bar-social-network a {
	line-height: 1;
	display: inline-block;
	font-size: 16px;
}

.top-bar-wrap .top-bar-social-network a + a {
	margin-left: 15px;
}

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

.header-wrapper {
	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 .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-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-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;
}

.sticky-logo,
.dark-logo,
.light-logo {
	display: none;
}

.header-right {
	display: flex;
	align-items: center;
}

.popup-search-wrap {
	width: 40px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

.page-open-main-menu {
	display: none;
	height: 30px;
	align-items: center;
}

.page-open-main-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

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

.page-open-main-menu i:before, .page-open-main-menu i:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: transform .3s, top .3s, background-color 0s;
}

.page-open-main-menu i:before {
	top: -8px;
}

.page-open-main-menu i:after {
	top: 8px;
}

.page-navigation-opened .page-open-main-menu i {
	background-color: transparent !important;
}

.page-navigation-opened .page-open-main-menu i:before {
	top: 0;
	transform: rotate(-45deg);
}

.page-navigation-opened .page-open-main-menu i:after {
	top: 0;
	transform: rotate(45deg);
}

.page-close-main-menu {
	position: fixed;
	top: 65px;
	right: 100px;
	z-index: 100000;
	visibility: hidden;
	height: 30px;
	opacity: 0;
}

.page-close-main-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

.page-close-main-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
}

.page-close-main-menu i:before, .page-close-main-menu i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: '';
	transition: transform .3s, top .3s, background-color 0s;
}

.page-close-main-menu i:before {
	transform: rotate(-45deg);
}

.page-close-main-menu i:after {
	transform: rotate(45deg);
}

.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 li {
	list-style-type: none;
}

.page-off-canvas-main-menu .sub-menu {
	display: none;
}

.page-off-canvas-main-menu .widgettitle {
	font-size: 24px;
	margin-top: 10px;
}

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

.page-off-canvas-main-menu .tm-heading,
.page-off-canvas-main-menu .tm-button {
	display: none;
}

.page-off-canvas-main-menu .wpb_column {
	background: none !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-close-main-menu {
	visibility: visible;
	opacity: 1;
}

.menu-item-image_hover {
	display: none;
	width: 0;
	visibility: hidden;
	opacity: 0;
}

.header01 .menu--primary .menu-item-image_hover,
.header03 .menu--primary .menu-item-image_hover,
.header04 .menu--primary .menu-item-image_hover,
.header05 .menu--primary .menu-item-image_hover,
.header06 .menu--primary .menu-item-image_hover {
	position: absolute;
	top: -10px;
	right: -100px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	z-index: 1;
	transform: translateX(20px);
	visibility: hidden;
	opacity: 0;
	width: 150px;
	height: auto;
	border-radius: 5px;
	max-width: 100%;
	display: block;
}

.header01 .menu--primary .menu-item-image_hover img,
.header03 .menu--primary .menu-item-image_hover img,
.header04 .menu--primary .menu-item-image_hover img,
.header05 .menu--primary .menu-item-image_hover img,
.header06 .menu--primary .menu-item-image_hover img {
	border-radius: 5px;
}

.header01 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header03 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header04 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header05 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header06 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.desktop-menu .page-open-main-menu {
	display: flex;
}

.header01 .page-navigation,
.header01 .mini-cart,
.header01 .popup-search-wrap,
.header01 .page-open-mobile-menu,
.header01 .page-open-mobile-menu > div {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.page-navigation + div {
		margin-left: 50px;
	}
}

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

	.header01 .header-wrapper > .container > .inner {
		position: relative;
	}

	.header01 .header-wrapper > .container > .inner > .row > .col-md-8, .header01 .header-wrapper > .container > .inner > .row > .col-md-10 {
		position: static;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.header02 .header-wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.header02 .branding {
	width: 100%;
}

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

.header03.desktop-menu .menu--primary {
	text-align: left;
}

.header03 .header-social a {
	margin: 0 10px;
}

.header03 .header-info {
	list-style: none;
	display: none;
	padding: 0;
	margin: 0 60px 0 0;
}

.header03 .header-info li {
	display: inline-block;
	text-align: left;
}

.header03 .header-info li + li {
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid rgba(238, 238, 238, 0.2);
}

.header03 .header-info li i {
	font-size: 16px;
	margin-right: 10px;
}

.header03 .header-info li .inner {
	display: flex;
}

.header03 .header-info li .text-lv1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.header03 .header-info li .text-lv2 {
	font-size: 14px;
}

.header03 .header-info li > div {
	line-height: 1;
}

.header03 .mini-cart, .header03 .popup-search-wrap, .header03 .page-open-mobile-menu, .header03 .page-open-mobile-menu > div {
	display: inline-block;
	vertical-align: middle;
}

.header03 .nav-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.header03 .nav-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 5px 5px;
	padding: 0 20px;
}

.header03 .nav-wrap .branding {
	display: none;
}

.header03 .headroom--not-top .nav-wrap .branding {
	display: block;
}

.header03.mobile-menu .nav-wrap, .header03.mobile-menu .headroom--not-top .page-navigation {
	display: none;
}

.header03 .headroom--not-top .page-navigation {
	display: inline-block;
	margin-right: 50px;
}

.header03 .headroom--not-top .header-info {
	display: none;
}

.header03.header-sticky-both .headroom.headroom--not-top .page-header-inner .nav-wrapper {
	position: relative;
	top: 0;
	left: 0;
}

.header03.desktop-menu .menu--primary {
	position: static;
}

@media (min-width: 992px) {
	.header03 .header-info {
		display: inline-block;
		margin-right: 100px;
	}

	.header03 .nav-wrap {
		position: relative;
	}

	.header03 .nav-wrap > .row > .col-md-9 {
		position: static;
	}
}

@media (min-width: 1200px) {
	.header03.header-sticky-both .headroom.headroom--not-top .page-header-inner .header-wrapper {
		display: none;
	}

	.header03 .header-info {
		margin-right: 160px;
	}
}

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

/* 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.
-------------------------------------------------------------------------------------------*/
.desktop-menu {
	/* 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 li > a {
	display: block;
}

.desktop-menu .sm li > 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 li > a,
.desktop-menu .sm-simple li > a:hover,
.desktop-menu .sm-simple li > a:focus,
.desktop-menu .sm-simple li > a:active {
	padding: 13px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
}

.desktop-menu .sm-simple li > a.current {
	background: #555;
	color: white;
}

.desktop-menu .sm-simple li > a.disabled {
	color: #ccc;
}

.desktop-menu .sm-simple li > a .sub-arrow {
	font-size: 0;
}

.desktop-menu .sm-simple li > a .sub-arrow:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: '\f107';
	font-size: 13px;
	font-family: FontAwesome;
	transform: translate(0, -50%);
}

.desktop-menu .sm-simple .sub-menu a .sub-arrow:before {
	right: 18px;
}

.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 {
	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: 30px;
	content: '\f105';
}

.desktop-menu .menu--primary {
	position: relative;
	text-align: center;
}

.desktop-menu .menu--primary .sm-simple {
	position: static;
	display: inline-block;
}

.desktop-menu .menu--primary .sm-simple > li {
	display: inline-block;
}

.desktop-menu .menu--primary .sm-simple > li > a .menu-item-title {
	position: relative;
	padding-bottom: 9px;
}

.desktop-menu .menu--primary .sm-simple > li > a .menu-item-title:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.desktop-menu .menu--primary .sm-simple > li:hover > a .menu-item-title:after, .desktop-menu .menu--primary .sm-simple > li.current-menu-item > a .menu-item-title:after, .desktop-menu .menu--primary .sm-simple > li.current-menu-parent > a .menu-item-title:after {
	bottom: 0;
}

.desktop-menu .menu--primary .widgettitle {
	margin: 0 0 12px 30px;
	text-transform: uppercase;
	letter-spacing: 1.62px;
	font-weight: bold;
	font-size: 13px;
}

.desktop-menu .menu--primary .sub-menu,
.desktop-menu .menu--primary .children {
	padding: 25px 0;
	min-width: 270px !important;
	border: 1px solid #eee;
	border-bottom: 2px solid #dec8ae;
}

.desktop-menu .menu--primary .sub-menu li > a,
.desktop-menu .menu--primary .children li > 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 .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
	z-index: inherit;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu {
	padding: 0;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu .vc_row > .vc_column_container {
	padding-top: 34px;
	padding-bottom: 34px;
}

.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 > .vc_column-inner {
	border-left: 1px solid #eee;
}

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

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

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

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

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

.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
	display: none;
}

.page-open-mobile-menu,
.page-close-mobile-menu {
	display: flex;
	height: 30px;
	align-items: center;
}

.page-open-mobile-menu div,
.page-close-mobile-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

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

.page-open-mobile-menu i:before, .page-open-mobile-menu i:after,
.page-close-mobile-menu i:before,
.page-close-mobile-menu i:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.page-open-mobile-menu i:before,
.page-close-mobile-menu i:before {
	top: -8px;
}

.page-open-mobile-menu i:after,
.page-close-mobile-menu i:after {
	top: 8px;
}

.page-mobile-menu-header {
	display: flex;
	height: 85px;
	align-items: center;
	padding: 0 30px;
	background: #fff;
}

.page-mobile-menu-logo {
	flex-grow: 1;
}

.page-mobile-menu-opened {
	overflow: hidden;
}

.page-mobile-menu-opened .page-close-mobile-menu i {
	background-color: transparent !important;
}

.page-mobile-menu-opened .page-close-mobile-menu i:before {
	top: 0;
	transform: rotate(-45deg);
}

.page-mobile-menu-opened .page-close-mobile-menu i:after {
	top: 0;
	transform: rotate(45deg);
}

.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 .menu-item-has-children > a:after {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\f105';
	font-family: FontAwesome;
	transform: translate(0, -50%);
}

.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:after {
	content: '\f107';
}

.page-mobile-main-menu .sub-menu {
	display: none;
	margin: 12px 0 14px 10px;
}

.page-mobile-main-menu .sub-menu li > 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 {
	border: 0;
	padding: 10px 0;
}

.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 li > a {
	display: block;
	position: relative;
}

.page-mobile-main-menu .tm-list {
	margin-bottom: 16px;
}

.page-mobile-main-menu .mega-menu {
	margin-top: 20px;
}

.page-mobile-main-menu .mega-menu-content .tm-list--v-flow .tm-list__item + .tm-list__item {
	margin-top: 16px;
}

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

@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-inner {
	position: relative;
	padding: 80px 0 80px;
}

.page-footer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.logo-footer {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page-footer .footer-button {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
}

.page-footer .footer-button i {
	font-weight: 400;
	font-size: 10px;
	margin-left: 5px;
}

.page-footer .footer-button:hover {
	color: #fff;
}

.page-footer .footer-button:hover i {
	margin-left: 10px;
}

.page-footer .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
}

.page-footer .insight-core-bmw li {
	margin-bottom: 7px !important;
}

.page-footer .textwidget p {
	margin-bottom: 7px;
}

.page-footer .form-subscribe input[type='email'] {
	background-color: #fff;
	border-color: #fff;
}

.widget.tm-social-links a {
	font-size: 20px;
	margin-right: 18px;
}

.page-copyright-inner {
	border-top: 1px solid transparent;
}

.page-copyright-inner .menu {
	margin: 0 -10px;
}

.page-copyright-inner .menu li {
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 10px;
}

.page-copyright-inner p:last-child {
	margin-bottom: 0;
}

.page-copyright-inner .tm-social-networks.tm-social-networks--icons {
	margin: 0 -8px;
}

.page-copyright-inner .tm-social-networks.tm-social-networks--icons .tm-social-networks__link {
	padding: 0 8px;
}

@media (min-width: 992px) {
	.page-copyright .container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (max-width: 767px) {
	.page-copyright .row > div + div {
		padding-top: 20px;
	}

	.page-copyright .text-align-xs-center .tm-social-networks {
		text-align: center !important;
	}
}

.page-title-bar {
	position: relative;
}

.page-title-bar-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.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: -100px;
	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;
	height: 100%;
	width: 100%;
}

.popup-search-opened .page-popup-search {
	visibility: visible;
	opacity: .95;
}

.popup-search-opened .page-popup-search .page-popup-search-inner {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

.popup-search-opened .page-popup-search .search-field {
	transform: scale3d(1, 1, 1);
	transition: .5s ease-out .3s;
}

.popup-search-opened .page-popup-search .form-description {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.page-popup-search {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all ease-in-out .25s;
	z-index: 9999999;
}

.page-popup-search-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	display: inline-block;
	padding: 0 50px;
	width: 75%;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.page-popup-search .popup-search-close {
	position: absolute;
	top: 50px;
	right: 70px;
	color: #fff;
	font-size: 60px;
	cursor: pointer;
}

.page-popup-search .form-description {
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding: 0.85em 0;
	text-align: right;
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity .4s, transform .4s;
}

.page-popup-search .search-form {
	position: relative;
}

.page-popup-search .search-field {
	padding: .05em 0;
	border: 0;
	border-radius: 0;
	border-bottom: 5px solid transparent;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: 10vw;
	height: auto;
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%;
	transition: transform .3s;
}

.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: 0;
		right: 10px;
	}
}

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"], .page-footer .footer-button i, .single-portfolio .related-post-item .post-overlay, .single-portfolio .related-post-item .post-overlay-content, .portfolio-details-gallery .overlay, .tm-swiper .swiper-pagination-bullet, .tm-swiper .swiper-nav-button, .tm-portfolio .post-thumbnail img, .tm-button, .rev-btn i, .tm-box-icon-wrap.style-4, .tm-content-band.style-1 .content, .tm-popup-video.style-poster .video-play i, .tm-popup-video.style-button .video-play i, .tm-gallery .overlay, .tm-instagram .item .overlay, .tm-product div.product .product-overlay, .widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li, .tm-posts-widget .post-widget-overlay, .mini-cart .widget_shopping_cart_content, .woocommerce .cats .cat-text, .woocommerce .cats .cat-title, .woocommerce .cats .cat-count, .woocommerce .products div.product .product-overlay, .woocommerce.single-product div.product .images .thumbnails .item img, .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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-close-main-menu, .page-off-canvas-main-menu, .header01 .menu--primary .menu-item-image_hover,
.header03 .menu--primary .menu-item-image_hover,
.header04 .menu--primary .menu-item-image_hover,
.header05 .menu--primary .menu-item-image_hover,
.header06 .menu--primary .menu-item-image_hover, .page-template-fullscreen-split-feature .tm-social-network a span:after, .tm-grid-wrapper .filter-text:after, .tm-grid-wrapper .filter-counter, .tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail img, .tm-portfolio [data-overlay-animation="faded"] .post-overlay, .tm-social-networks.tm-social-networks--title .tm-social-networks__link span:after, .tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link span:after, .tm-popup-video.style-poster.button-style-2 .video-play, .tm-popup-video.style-poster.button-style-2 .video-play .video-play-icon, .tm-view-demo-icon .item-wrap, .tm-product-categories .cat-thumbnail, .tm-product-categories .cat-thumbnail img {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Icon Fonts */
@font-face {
	font-family: "linea-arrows-10";
	src: url("assets/fonts/linea/linea-arrows-10.eot");
	src: url("assets/fonts/linea/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea/linea-arrows-10.woff") format("woff"), url("assets/fonts/linea/linea-arrows-10.ttf") format("truetype"), url("assets/fonts/linea/linea-arrows-10.svg#linea-arrows-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
	font-family: "linea-arrows-10" !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrows-anticlockwise:before {
	content: "\e000";
}

.icon-arrows-anticlockwise-dashed:before {
	content: "\e001";
}

.icon-arrows-button-down:before {
	content: "\e002";
}

.icon-arrows-button-off:before {
	content: "\e003";
}

.icon-arrows-button-on:before {
	content: "\e004";
}

.icon-arrows-button-up:before {
	content: "\e005";
}

.icon-arrows-check:before {
	content: "\e006";
}

.icon-arrows-circle-check:before {
	content: "\e007";
}

.icon-arrows-circle-down:before {
	content: "\e008";
}

.icon-arrows-circle-downleft:before {
	content: "\e009";
}

.icon-arrows-circle-downright:before {
	content: "\e00a";
}

.icon-arrows-circle-left:before {
	content: "\e00b";
}

.icon-arrows-circle-minus:before {
	content: "\e00c";
}

.icon-arrows-circle-plus:before {
	content: "\e00d";
}

.icon-arrows-circle-remove:before {
	content: "\e00e";
}

.icon-arrows-circle-right:before {
	content: "\e00f";
}

.icon-arrows-circle-up:before {
	content: "\e010";
}

.icon-arrows-circle-upleft:before {
	content: "\e011";
}

.icon-arrows-circle-upright:before {
	content: "\e012";
}

.icon-arrows-clockwise:before {
	content: "\e013";
}

.icon-arrows-clockwise-dashed:before {
	content: "\e014";
}

.icon-arrows-compress:before {
	content: "\e015";
}

.icon-arrows-deny:before {
	content: "\e016";
}

.icon-arrows-diagonal:before {
	content: "\e017";
}

.icon-arrows-diagonal2:before {
	content: "\e018";
}

.icon-arrows-down:before {
	content: "\e019";
}

.icon-arrows-down-double:before {
	content: "\e01a";
}

.icon-arrows-downleft:before {
	content: "\e01b";
}

.icon-arrows-downright:before {
	content: "\e01c";
}

.icon-arrows-drag-down:before {
	content: "\e01d";
}

.icon-arrows-drag-down-dashed:before {
	content: "\e01e";
}

.icon-arrows-drag-horiz:before {
	content: "\e01f";
}

.icon-arrows-drag-left:before {
	content: "\e020";
}

.icon-arrows-drag-left-dashed:before {
	content: "\e021";
}

.icon-arrows-drag-right:before {
	content: "\e022";
}

.icon-arrows-drag-right-dashed:before {
	content: "\e023";
}

.icon-arrows-drag-up:before {
	content: "\e024";
}

.icon-arrows-drag-up-dashed:before {
	content: "\e025";
}

.icon-arrows-drag-vert:before {
	content: "\e026";
}

.icon-arrows-exclamation:before {
	content: "\e027";
}

.icon-arrows-expand:before {
	content: "\e028";
}

.icon-arrows-expand-diagonal1:before {
	content: "\e029";
}

.icon-arrows-expand-horizontal1:before {
	content: "\e02a";
}

.icon-arrows-expand-vertical1:before {
	content: "\e02b";
}

.icon-arrows-fit-horizontal:before {
	content: "\e02c";
}

.icon-arrows-fit-vertical:before {
	content: "\e02d";
}

.icon-arrows-glide:before {
	content: "\e02e";
}

.icon-arrows-glide-horizontal:before {
	content: "\e02f";
}

.icon-arrows-glide-vertical:before {
	content: "\e030";
}

.icon-arrows-hamburger1:before {
	content: "\e031";
}

.icon-arrows-hamburger-2:before {
	content: "\e032";
}

.icon-arrows-horizontal:before {
	content: "\e033";
}

.icon-arrows-info:before {
	content: "\e034";
}

.icon-arrows-keyboard-alt:before {
	content: "\e035";
}

.icon-arrows-keyboard-cmd:before {
	content: "\e036";
}

.icon-arrows-keyboard-delete:before {
	content: "\e037";
}

.icon-arrows-keyboard-down:before {
	content: "\e038";
}

.icon-arrows-keyboard-left:before {
	content: "\e039";
}

.icon-arrows-keyboard-return:before {
	content: "\e03a";
}

.icon-arrows-keyboard-right:before {
	content: "\e03b";
}

.icon-arrows-keyboard-shift:before {
	content: "\e03c";
}

.icon-arrows-keyboard-tab:before {
	content: "\e03d";
}

.icon-arrows-keyboard-up:before {
	content: "\e03e";
}

.icon-arrows-left:before {
	content: "\e03f";
}

.icon-arrows-left-double-32:before {
	content: "\e040";
}

.icon-arrows-minus:before {
	content: "\e041";
}

.icon-arrows-move:before {
	content: "\e042";
}

.icon-arrows-move2:before {
	content: "\e043";
}

.icon-arrows-move-bottom:before {
	content: "\e044";
}

.icon-arrows-move-left:before {
	content: "\e045";
}

.icon-arrows-move-right:before {
	content: "\e046";
}

.icon-arrows-move-top:before {
	content: "\e047";
}

.icon-arrows-plus:before {
	content: "\e048";
}

.icon-arrows-question:before {
	content: "\e049";
}

.icon-arrows-remove:before {
	content: "\e04a";
}

.icon-arrows-right:before {
	content: "\e04b";
}

.icon-arrows-right-double:before {
	content: "\e04c";
}

.icon-arrows-rotate:before {
	content: "\e04d";
}

.icon-arrows-rotate-anti:before {
	content: "\e04e";
}

.icon-arrows-rotate-anti-dashed:before {
	content: "\e04f";
}

.icon-arrows-rotate-dashed:before {
	content: "\e050";
}

.icon-arrows-shrink:before {
	content: "\e051";
}

.icon-arrows-shrink-diagonal1:before {
	content: "\e052";
}

.icon-arrows-shrink-diagonal2:before {
	content: "\e053";
}

.icon-arrows-shrink-horizonal2:before {
	content: "\e054";
}

.icon-arrows-shrink-horizontal1:before {
	content: "\e055";
}

.icon-arrows-shrink-vertical1:before {
	content: "\e056";
}

.icon-arrows-shrink-vertical2:before {
	content: "\e057";
}

.icon-arrows-sign-down:before {
	content: "\e058";
}

.icon-arrows-sign-left:before {
	content: "\e059";
}

.icon-arrows-sign-right:before {
	content: "\e05a";
}

.icon-arrows-sign-up:before {
	content: "\e05b";
}

.icon-arrows-slide-down1:before {
	content: "\e05c";
}

.icon-arrows-slide-down2:before {
	content: "\e05d";
}

.icon-arrows-slide-left1:before {
	content: "\e05e";
}

.icon-arrows-slide-left2:before {
	content: "\e05f";
}

.icon-arrows-slide-right1:before {
	content: "\e060";
}

.icon-arrows-slide-right2:before {
	content: "\e061";
}

.icon-arrows-slide-up1:before {
	content: "\e062";
}

.icon-arrows-slide-up2:before {
	content: "\e063";
}

.icon-arrows-slim-down:before {
	content: "\e064";
}

.icon-arrows-slim-down-dashed:before {
	content: "\e065";
}

.icon-arrows-slim-left:before {
	content: "\e066";
}

.icon-arrows-slim-left-dashed:before {
	content: "\e067";
}

.icon-arrows-slim-right:before {
	content: "\e068";
}

.icon-arrows-slim-right-dashed:before {
	content: "\e069";
}

.icon-arrows-slim-up:before {
	content: "\e06a";
}

.icon-arrows-slim-up-dashed:before {
	content: "\e06b";
}

.icon-arrows-square-check:before {
	content: "\e06c";
}

.icon-arrows-square-down:before {
	content: "\e06d";
}

.icon-arrows-square-downleft:before {
	content: "\e06e";
}

.icon-arrows-square-downright:before {
	content: "\e06f";
}

.icon-arrows-square-left:before {
	content: "\e070";
}

.icon-arrows-square-minus:before {
	content: "\e071";
}

.icon-arrows-square-plus:before {
	content: "\e072";
}

.icon-arrows-square-remove:before {
	content: "\e073";
}

.icon-arrows-square-right:before {
	content: "\e074";
}

.icon-arrows-square-up:before {
	content: "\e075";
}

.icon-arrows-square-upleft:before {
	content: "\e076";
}

.icon-arrows-square-upright:before {
	content: "\e077";
}

.icon-arrows-squares:before {
	content: "\e078";
}

.icon-arrows-stretch-diagonal1:before {
	content: "\e079";
}

.icon-arrows-stretch-diagonal2:before {
	content: "\e07a";
}

.icon-arrows-stretch-diagonal3:before {
	content: "\e07b";
}

.icon-arrows-stretch-diagonal4:before {
	content: "\e07c";
}

.icon-arrows-stretch-horizontal1:before {
	content: "\e07d";
}

.icon-arrows-stretch-horizontal2:before {
	content: "\e07e";
}

.icon-arrows-stretch-vertical1:before {
	content: "\e07f";
}

.icon-arrows-stretch-vertical2:before {
	content: "\e080";
}

.icon-arrows-switch-horizontal:before {
	content: "\e081";
}

.icon-arrows-switch-vertical:before {
	content: "\e082";
}

.icon-arrows-up:before {
	content: "\e083";
}

.icon-arrows-up-double-33:before {
	content: "\e084";
}

.icon-arrows-upleft:before {
	content: "\e085";
}

.icon-arrows-upright:before {
	content: "\e086";
}

.icon-arrows-vertical:before {
	content: "\e087";
}

@font-face {
	font-family: "linea-basic-10";
	src: url("assets/fonts/linea/linea-basic-10.eot");
	src: url("assets/fonts/linea/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea/linea-basic-10.woff") format("woff"), url("assets/fonts/linea/linea-basic-10.ttf") format("truetype"), url("assets/fonts/linea/linea-basic-10.svg#linea-basic-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
	font-family: "linea-basic-10" !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
	content: "a";
}

.icon-basic-alarm:before {
	content: "b";
}

.icon-basic-anchor:before {
	content: "c";
}

.icon-basic-anticlockwise:before {
	content: "d";
}

.icon-basic-archive:before {
	content: "e";
}

.icon-basic-archive-full:before {
	content: "f";
}

.icon-basic-ban:before {
	content: "g";
}

.icon-basic-battery-charge:before {
	content: "h";
}

.icon-basic-battery-empty:before {
	content: "i";
}

.icon-basic-battery-full:before {
	content: "j";
}

.icon-basic-battery-half:before {
	content: "k";
}

.icon-basic-bolt:before {
	content: "l";
}

.icon-basic-book:before {
	content: "m";
}

.icon-basic-book-pen:before {
	content: "n";
}

.icon-basic-book-pencil:before {
	content: "o";
}

.icon-basic-bookmark:before {
	content: "p";
}

.icon-basic-calculator:before {
	content: "q";
}

.icon-basic-calendar:before {
	content: "r";
}

.icon-basic-cards-diamonds:before {
	content: "s";
}

.icon-basic-cards-hearts:before {
	content: "t";
}

.icon-basic-case:before {
	content: "u";
}

.icon-basic-chronometer:before {
	content: "v";
}

.icon-basic-clessidre:before {
	content: "w";
}

.icon-basic-clock:before {
	content: "x";
}

.icon-basic-clockwise:before {
	content: "y";
}

.icon-basic-cloud:before {
	content: "z";
}

.icon-basic-clubs:before {
	content: "A";
}

.icon-basic-compass:before {
	content: "B";
}

.icon-basic-cup:before {
	content: "C";
}

.icon-basic-diamonds:before {
	content: "D";
}

.icon-basic-display:before {
	content: "E";
}

.icon-basic-download:before {
	content: "F";
}

.icon-basic-exclamation:before {
	content: "G";
}

.icon-basic-eye:before {
	content: "H";
}

.icon-basic-eye-closed:before {
	content: "I";
}

.icon-basic-female:before {
	content: "J";
}

.icon-basic-flag1:before {
	content: "K";
}

.icon-basic-flag2:before {
	content: "L";
}

.icon-basic-floppydisk:before {
	content: "M";
}

.icon-basic-folder:before {
	content: "N";
}

.icon-basic-folder-multiple:before {
	content: "O";
}

.icon-basic-gear:before {
	content: "P";
}

.icon-basic-geolocalize-01:before {
	content: "Q";
}

.icon-basic-geolocalize-05:before {
	content: "R";
}

.icon-basic-globe:before {
	content: "S";
}

.icon-basic-gunsight:before {
	content: "T";
}

.icon-basic-hammer:before {
	content: "U";
}

.icon-basic-headset:before {
	content: "V";
}

.icon-basic-heart:before {
	content: "W";
}

.icon-basic-heart-broken:before {
	content: "X";
}

.icon-basic-helm:before {
	content: "Y";
}

.icon-basic-home:before {
	content: "Z";
}

.icon-basic-info:before {
	content: "0";
}

.icon-basic-ipod:before {
	content: "1";
}

.icon-basic-joypad:before {
	content: "2";
}

.icon-basic-key:before {
	content: "3";
}

.icon-basic-keyboard:before {
	content: "4";
}

.icon-basic-laptop:before {
	content: "5";
}

.icon-basic-life-buoy:before {
	content: "6";
}

.icon-basic-lightbulb:before {
	content: "7";
}

.icon-basic-link:before {
	content: "8";
}

.icon-basic-lock:before {
	content: "9";
}

.icon-basic-lock-open:before {
	content: "!";
}

.icon-basic-magic-mouse:before {
	content: "\"";
}

.icon-basic-magnifier:before {
	content: "#";
}

.icon-basic-magnifier-minus:before {
	content: "$";
}

.icon-basic-magnifier-plus:before {
	content: "%";
}

.icon-basic-mail:before {
	content: "&";
}

.icon-basic-mail-multiple:before {
	content: "'";
}

.icon-basic-mail-open:before {
	content: "(";
}

.icon-basic-mail-open-text:before {
	content: ")";
}

.icon-basic-male:before {
	content: "*";
}

.icon-basic-map:before {
	content: "+";
}

.icon-basic-message:before {
	content: ",";
}

.icon-basic-message-multiple:before {
	content: "-";
}

.icon-basic-message-txt:before {
	content: ".";
}

.icon-basic-mixer2:before {
	content: "/";
}

.icon-basic-mouse:before {
	content: ":";
}

.icon-basic-notebook:before {
	content: ";";
}

.icon-basic-notebook-pen:before {
	content: "<";
}

.icon-basic-notebook-pencil:before {
	content: "=";
}

.icon-basic-paperplane:before {
	content: ">";
}

.icon-basic-pencil-ruler:before {
	content: "?";
}

.icon-basic-pencil-ruler-pen:before {
	content: "@";
}

.icon-basic-photo:before {
	content: "[";
}

.icon-basic-picture:before {
	content: "]";
}

.icon-basic-picture-multiple:before {
	content: "^";
}

.icon-basic-pin1:before {
	content: "_";
}

.icon-basic-pin2:before {
	content: "`";
}

.icon-basic-postcard:before {
	content: "{";
}

.icon-basic-postcard-multiple:before {
	content: "|";
}

.icon-basic-printer:before {
	content: "}";
}

.icon-basic-question:before {
	content: "~";
}

.icon-basic-rss:before {
	content: "\\";
}

.icon-basic-server:before {
	content: "\e000";
}

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

.icon-basic-server-cloud:before {
	content: "\e002";
}

.icon-basic-server-download:before {
	content: "\e003";
}

.icon-basic-server-upload:before {
	content: "\e004";
}

.icon-basic-settings:before {
	content: "\e005";
}

.icon-basic-share:before {
	content: "\e006";
}

.icon-basic-sheet:before {
	content: "\e007";
}

.icon-basic-sheet-multiple:before {
	content: "\e008";
}

.icon-basic-sheet-pen:before {
	content: "\e009";
}

.icon-basic-sheet-pencil:before {
	content: "\e00a";
}

.icon-basic-sheet-txt:before {
	content: "\e00b";
}

.icon-basic-signs:before {
	content: "\e00c";
}

.icon-basic-smartphone:before {
	content: "\e00d";
}

.icon-basic-spades:before {
	content: "\e00e";
}

.icon-basic-spread:before {
	content: "\e00f";
}

.icon-basic-spread-bookmark:before {
	content: "\e010";
}

.icon-basic-spread-text:before {
	content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
	content: "\e012";
}

.icon-basic-star:before {
	content: "\e013";
}

.icon-basic-tablet:before {
	content: "\e014";
}

.icon-basic-target:before {
	content: "\e015";
}

.icon-basic-todo:before {
	content: "\e016";
}

.icon-basic-todo-pen:before {
	content: "\e017";
}

.icon-basic-todo-pencil:before {
	content: "\e018";
}

.icon-basic-todo-txt:before {
	content: "\e019";
}

.icon-basic-todolist-pen:before {
	content: "\e01a";
}

.icon-basic-todolist-pencil:before {
	content: "\e01b";
}

.icon-basic-trashcan:before {
	content: "\e01c";
}

.icon-basic-trashcan-full:before {
	content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
	content: "\e01e";
}

.icon-basic-trashcan-remove:before {
	content: "\e01f";
}

.icon-basic-upload:before {
	content: "\e020";
}

.icon-basic-usb:before {
	content: "\e021";
}

.icon-basic-video:before {
	content: "\e022";
}

.icon-basic-watch:before {
	content: "\e023";
}

.icon-basic-webpage:before {
	content: "\e024";
}

.icon-basic-webpage-img-txt:before {
	content: "\e025";
}

.icon-basic-webpage-multiple:before {
	content: "\e026";
}

.icon-basic-webpage-txt:before {
	content: "\e027";
}

.icon-basic-world:before {
	content: "\e028";
}

@font-face {
	font-family: "linea-basic-elaboration-10";
	src: url("assets/fonts/linea/linea-basic-elaboration-10.eot");
	src: url("assets/fonts/linea/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea/linea-basic-elaboration-10.woff") format("woff"), url("assets/fonts/linea/linea-basic-elaboration-10.ttf") format("truetype"), url("assets/fonts/linea/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-basic-elaboration-"]:before,
[class*=" icon-basic-elaboration-"]:before {
	font-family: "linea-basic-elaboration-10" !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-basic-elaboration-bookmark-checck:before {
	content: "a";
}

.icon-basic-elaboration-bookmark-minus:before {
	content: "b";
}

.icon-basic-elaboration-bookmark-plus:before {
	content: "c";
}

.icon-basic-elaboration-bookmark-remove:before {
	content: "d";
}

.icon-basic-elaboration-briefcase-check:before {
	content: "e";
}

.icon-basic-elaboration-briefcase-download:before {
	content: "f";
}

.icon-basic-elaboration-briefcase-flagged:before {
	content: "g";
}

.icon-basic-elaboration-briefcase-minus:before {
	content: "h";
}

.icon-basic-elaboration-briefcase-plus:before {
	content: "i";
}

.icon-basic-elaboration-briefcase-refresh:before {
	content: "j";
}

.icon-basic-elaboration-briefcase-remove:before {
	content: "k";
}

.icon-basic-elaboration-briefcase-search:before {
	content: "l";
}

.icon-basic-elaboration-briefcase-star:before {
	content: "m";
}

.icon-basic-elaboration-briefcase-upload:before {
	content: "n";
}

.icon-basic-elaboration-browser-check:before {
	content: "o";
}

.icon-basic-elaboration-browser-download:before {
	content: "p";
}

.icon-basic-elaboration-browser-minus:before {
	content: "q";
}

.icon-basic-elaboration-browser-plus:before {
	content: "r";
}

.icon-basic-elaboration-browser-refresh:before {
	content: "s";
}

.icon-basic-elaboration-browser-remove:before {
	content: "t";
}

.icon-basic-elaboration-browser-search:before {
	content: "u";
}

.icon-basic-elaboration-browser-star:before {
	content: "v";
}

.icon-basic-elaboration-browser-upload:before {
	content: "w";
}

.icon-basic-elaboration-calendar-check:before {
	content: "x";
}

.icon-basic-elaboration-calendar-cloud:before {
	content: "y";
}

.icon-basic-elaboration-calendar-download:before {
	content: "z";
}

.icon-basic-elaboration-calendar-empty:before {
	content: "A";
}

.icon-basic-elaboration-calendar-flagged:before {
	content: "B";
}

.icon-basic-elaboration-calendar-heart:before {
	content: "C";
}

.icon-basic-elaboration-calendar-minus:before {
	content: "D";
}

.icon-basic-elaboration-calendar-next:before {
	content: "E";
}

.icon-basic-elaboration-calendar-noaccess:before {
	content: "F";
}

.icon-basic-elaboration-calendar-pencil:before {
	content: "G";
}

.icon-basic-elaboration-calendar-plus:before {
	content: "H";
}

.icon-basic-elaboration-calendar-previous:before {
	content: "I";
}

.icon-basic-elaboration-calendar-refresh:before {
	content: "J";
}

.icon-basic-elaboration-calendar-remove:before {
	content: "K";
}

.icon-basic-elaboration-calendar-search:before {
	content: "L";
}

.icon-basic-elaboration-calendar-star:before {
	content: "M";
}

.icon-basic-elaboration-calendar-upload:before {
	content: "N";
}

.icon-basic-elaboration-cloud-check:before {
	content: "O";
}

.icon-basic-elaboration-cloud-download:before {
	content: "P";
}

.icon-basic-elaboration-cloud-minus:before {
	content: "Q";
}

.icon-basic-elaboration-cloud-noaccess:before {
	content: "R";
}

.icon-basic-elaboration-cloud-plus:before {
	content: "S";
}

.icon-basic-elaboration-cloud-refresh:before {
	content: "T";
}

.icon-basic-elaboration-cloud-remove:before {
	content: "U";
}

.icon-basic-elaboration-cloud-search:before {
	content: "V";
}

.icon-basic-elaboration-cloud-upload:before {
	content: "W";
}

.icon-basic-elaboration-document-check:before {
	content: "X";
}

.icon-basic-elaboration-document-cloud:before {
	content: "Y";
}

.icon-basic-elaboration-document-download:before {
	content: "Z";
}

.icon-basic-elaboration-document-flagged:before {
	content: "0";
}

.icon-basic-elaboration-document-graph:before {
	content: "1";
}

.icon-basic-elaboration-document-heart:before {
	content: "2";
}

.icon-basic-elaboration-document-minus:before {
	content: "3";
}

.icon-basic-elaboration-document-next:before {
	content: "4";
}

.icon-basic-elaboration-document-noaccess:before {
	content: "5";
}

.icon-basic-elaboration-document-note:before {
	content: "6";
}

.icon-basic-elaboration-document-pencil:before {
	content: "7";
}

.icon-basic-elaboration-document-picture:before {
	content: "8";
}

.icon-basic-elaboration-document-plus:before {
	content: "9";
}

.icon-basic-elaboration-document-previous:before {
	content: "!";
}

.icon-basic-elaboration-document-refresh:before {
	content: "\"";
}

.icon-basic-elaboration-document-remove:before {
	content: "#";
}

.icon-basic-elaboration-document-search:before {
	content: "$";
}

.icon-basic-elaboration-document-star:before {
	content: "%";
}

.icon-basic-elaboration-document-upload:before {
	content: "&";
}

.icon-basic-elaboration-folder-check:before {
	content: "'";
}

.icon-basic-elaboration-folder-cloud:before {
	content: "(";
}

.icon-basic-elaboration-folder-document:before {
	content: ")";
}

.icon-basic-elaboration-folder-download:before {
	content: "*";
}

.icon-basic-elaboration-folder-flagged:before {
	content: "+";
}

.icon-basic-elaboration-folder-graph:before {
	content: ",";
}

.icon-basic-elaboration-folder-heart:before {
	content: "-";
}

.icon-basic-elaboration-folder-minus:before {
	content: ".";
}

.icon-basic-elaboration-folder-next:before {
	content: "/";
}

.icon-basic-elaboration-folder-noaccess:before {
	content: ":";
}

.icon-basic-elaboration-folder-note:before {
	content: ";";
}

.icon-basic-elaboration-folder-pencil:before {
	content: "<";
}

.icon-basic-elaboration-folder-picture:before {
	content: "=";
}

.icon-basic-elaboration-folder-plus:before {
	content: ">";
}

.icon-basic-elaboration-folder-previous:before {
	content: "?";
}

.icon-basic-elaboration-folder-refresh:before {
	content: "@";
}

.icon-basic-elaboration-folder-remove:before {
	content: "[";
}

.icon-basic-elaboration-folder-search:before {
	content: "]";
}

.icon-basic-elaboration-folder-star:before {
	content: "^";
}

.icon-basic-elaboration-folder-upload:before {
	content: "_";
}

.icon-basic-elaboration-mail-check:before {
	content: "`";
}

.icon-basic-elaboration-mail-cloud:before {
	content: "{";
}

.icon-basic-elaboration-mail-document:before {
	content: "|";
}

.icon-basic-elaboration-mail-download:before {
	content: "}";
}

.icon-basic-elaboration-mail-flagged:before {
	content: "~";
}

.icon-basic-elaboration-mail-heart:before {
	content: "\\";
}

.icon-basic-elaboration-mail-next:before {
	content: "\e000";
}

.icon-basic-elaboration-mail-noaccess:before {
	content: "\e001";
}

.icon-basic-elaboration-mail-note:before {
	content: "\e002";
}

.icon-basic-elaboration-mail-pencil:before {
	content: "\e003";
}

.icon-basic-elaboration-mail-picture:before {
	content: "\e004";
}

.icon-basic-elaboration-mail-previous:before {
	content: "\e005";
}

.icon-basic-elaboration-mail-refresh:before {
	content: "\e006";
}

.icon-basic-elaboration-mail-remove:before {
	content: "\e007";
}

.icon-basic-elaboration-mail-search:before {
	content: "\e008";
}

.icon-basic-elaboration-mail-star:before {
	content: "\e009";
}

.icon-basic-elaboration-mail-upload:before {
	content: "\e00a";
}

.icon-basic-elaboration-message-check:before {
	content: "\e00b";
}

.icon-basic-elaboration-message-dots:before {
	content: "\e00c";
}

.icon-basic-elaboration-message-happy:before {
	content: "\e00d";
}

.icon-basic-elaboration-message-heart:before {
	content: "\e00e";
}

.icon-basic-elaboration-message-minus:before {
	content: "\e00f";
}

.icon-basic-elaboration-message-note:before {
	content: "\e010";
}

.icon-basic-elaboration-message-plus:before {
	content: "\e011";
}

.icon-basic-elaboration-message-refresh:before {
	content: "\e012";
}

.icon-basic-elaboration-message-remove:before {
	content: "\e013";
}

.icon-basic-elaboration-message-sad:before {
	content: "\e014";
}

.icon-basic-elaboration-smartphone-cloud:before {
	content: "\e015";
}

.icon-basic-elaboration-smartphone-heart:before {
	content: "\e016";
}

.icon-basic-elaboration-smartphone-noaccess:before {
	content: "\e017";
}

.icon-basic-elaboration-smartphone-note:before {
	content: "\e018";
}

.icon-basic-elaboration-smartphone-pencil:before {
	content: "\e019";
}

.icon-basic-elaboration-smartphone-picture:before {
	content: "\e01a";
}

.icon-basic-elaboration-smartphone-refresh:before {
	content: "\e01b";
}

.icon-basic-elaboration-smartphone-search:before {
	content: "\e01c";
}

.icon-basic-elaboration-tablet-cloud:before {
	content: "\e01d";
}

.icon-basic-elaboration-tablet-heart:before {
	content: "\e01e";
}

.icon-basic-elaboration-tablet-noaccess:before {
	content: "\e01f";
}

.icon-basic-elaboration-tablet-note:before {
	content: "\e020";
}

.icon-basic-elaboration-tablet-pencil:before {
	content: "\e021";
}

.icon-basic-elaboration-tablet-picture:before {
	content: "\e022";
}

.icon-basic-elaboration-tablet-refresh:before {
	content: "\e023";
}

.icon-basic-elaboration-tablet-search:before {
	content: "\e024";
}

.icon-basic-elaboration-todolist-2:before {
	content: "\e025";
}

.icon-basic-elaboration-todolist-check:before {
	content: "\e026";
}

.icon-basic-elaboration-todolist-cloud:before {
	content: "\e027";
}

.icon-basic-elaboration-todolist-download:before {
	content: "\e028";
}

.icon-basic-elaboration-todolist-flagged:before {
	content: "\e029";
}

.icon-basic-elaboration-todolist-minus:before {
	content: "\e02a";
}

.icon-basic-elaboration-todolist-noaccess:before {
	content: "\e02b";
}

.icon-basic-elaboration-todolist-pencil:before {
	content: "\e02c";
}

.icon-basic-elaboration-todolist-plus:before {
	content: "\e02d";
}

.icon-basic-elaboration-todolist-refresh:before {
	content: "\e02e";
}

.icon-basic-elaboration-todolist-remove:before {
	content: "\e02f";
}

.icon-basic-elaboration-todolist-search:before {
	content: "\e030";
}

.icon-basic-elaboration-todolist-star:before {
	content: "\e031";
}

.icon-basic-elaboration-todolist-upload:before {
	content: "\e032";
}

@font-face {
	font-family: "linea-ecommerce-10";
	src: url("assets/fonts/linea/linea-ecommerce-10.eot");
	src: url("assets/fonts/linea/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea/linea-ecommerce-10.woff") format("woff"), url("assets/fonts/linea/linea-ecommerce-10.ttf") format("truetype"), url("assets/fonts/linea/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
	font-family: "linea-ecommerce-10" !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ecommerce-bag:before {
	content: "a";
}

.icon-ecommerce-bag-check:before {
	content: "b";
}

.icon-ecommerce-bag-cloud:before {
	content: "c";
}

.icon-ecommerce-bag-download:before {
	content: "d";
}

.icon-ecommerce-bag-minus:before {
	content: "e";
}

.icon-ecommerce-bag-plus:before {
	content: "f";
}

.icon-ecommerce-bag-refresh:before {
	content: "g";
}

.icon-ecommerce-bag-remove:before {
	content: "h";
}

.icon-ecommerce-bag-search:before {
	content: "i";
}

.icon-ecommerce-bag-upload:before {
	content: "j";
}

.icon-ecommerce-banknote:before {
	content: "k";
}

.icon-ecommerce-banknotes:before {
	content: "l";
}

.icon-ecommerce-basket:before {
	content: "m";
}

.icon-ecommerce-basket-check:before {
	content: "n";
}

.icon-ecommerce-basket-cloud:before {
	content: "o";
}

.icon-ecommerce-basket-download:before {
	content: "p";
}

.icon-ecommerce-basket-minus:before {
	content: "q";
}

.icon-ecommerce-basket-plus:before {
	content: "r";
}

.icon-ecommerce-basket-refresh:before {
	content: "s";
}

.icon-ecommerce-basket-remove:before {
	content: "t";
}

.icon-ecommerce-basket-search:before {
	content: "u";
}

.icon-ecommerce-basket-upload:before {
	content: "v";
}

.icon-ecommerce-bath:before {
	content: "w";
}

.icon-ecommerce-cart:before {
	content: "x";
}

.icon-ecommerce-cart-check:before {
	content: "y";
}

.icon-ecommerce-cart-cloud:before {
	content: "z";
}

.icon-ecommerce-cart-content:before {
	content: "A";
}

.icon-ecommerce-cart-download:before {
	content: "B";
}

.icon-ecommerce-cart-minus:before {
	content: "C";
}

.icon-ecommerce-cart-plus:before {
	content: "D";
}

.icon-ecommerce-cart-refresh:before {
	content: "E";
}

.icon-ecommerce-cart-remove:before {
	content: "F";
}

.icon-ecommerce-cart-search:before {
	content: "G";
}

.icon-ecommerce-cart-upload:before {
	content: "H";
}

.icon-ecommerce-cent:before {
	content: "I";
}

.icon-ecommerce-colon:before {
	content: "J";
}

.icon-ecommerce-creditcard:before {
	content: "K";
}

.icon-ecommerce-diamond:before {
	content: "L";
}

.icon-ecommerce-dollar:before {
	content: "M";
}

.icon-ecommerce-euro:before {
	content: "N";
}

.icon-ecommerce-franc:before {
	content: "O";
}

.icon-ecommerce-gift:before {
	content: "P";
}

.icon-ecommerce-graph1:before {
	content: "Q";
}

.icon-ecommerce-graph2:before {
	content: "R";
}

.icon-ecommerce-graph3:before {
	content: "S";
}

.icon-ecommerce-graph-decrease:before {
	content: "T";
}

.icon-ecommerce-graph-increase:before {
	content: "U";
}

.icon-ecommerce-guarani:before {
	content: "V";
}

.icon-ecommerce-kips:before {
	content: "W";
}

.icon-ecommerce-lira:before {
	content: "X";
}

.icon-ecommerce-megaphone:before {
	content: "Y";
}

.icon-ecommerce-money:before {
	content: "Z";
}

.icon-ecommerce-naira:before {
	content: "0";
}

.icon-ecommerce-pesos:before {
	content: "1";
}

.icon-ecommerce-pound:before {
	content: "2";
}

.icon-ecommerce-receipt:before {
	content: "3";
}

.icon-ecommerce-receipt-bath:before {
	content: "4";
}

.icon-ecommerce-receipt-cent:before {
	content: "5";
}

.icon-ecommerce-receipt-dollar:before {
	content: "6";
}

.icon-ecommerce-receipt-euro:before {
	content: "7";
}

.icon-ecommerce-receipt-franc:before {
	content: "8";
}

.icon-ecommerce-receipt-guarani:before {
	content: "9";
}

.icon-ecommerce-receipt-kips:before {
	content: "!";
}

.icon-ecommerce-receipt-lira:before {
	content: "\"";
}

.icon-ecommerce-receipt-naira:before {
	content: "#";
}

.icon-ecommerce-receipt-pesos:before {
	content: "$";
}

.icon-ecommerce-receipt-pound:before {
	content: "%";
}

.icon-ecommerce-receipt-rublo:before {
	content: "&";
}

.icon-ecommerce-receipt-rupee:before {
	content: "'";
}

.icon-ecommerce-receipt-tugrik:before {
	content: "(";
}

.icon-ecommerce-receipt-won:before {
	content: ")";
}

.icon-ecommerce-receipt-yen:before {
	content: "*";
}

.icon-ecommerce-receipt-yen2:before {
	content: "+";
}

.icon-ecommerce-recept-colon:before {
	content: ",";
}

.icon-ecommerce-rublo:before {
	content: "-";
}

.icon-ecommerce-rupee:before {
	content: ".";
}

.icon-ecommerce-safe:before {
	content: "/";
}

.icon-ecommerce-sale:before {
	content: ":";
}

.icon-ecommerce-sales:before {
	content: ";";
}

.icon-ecommerce-ticket:before {
	content: "<";
}

.icon-ecommerce-tugriks:before {
	content: "=";
}

.icon-ecommerce-wallet:before {
	content: ">";
}

.icon-ecommerce-won:before {
	content: "?";
}

.icon-ecommerce-yen:before {
	content: "@";
}

.icon-ecommerce-yen2:before {
	content: "[";
}

@font-face {
	font-family: "linea-music-10";
	src: url("assets/fonts/linea/linea-music-10.eot");
	src: url("assets/fonts/linea/linea-music-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea/linea-music-10.woff") format("woff"), url("assets/fonts/linea/linea-music-10.ttf") format("truetype"), url("assets/fonts/linea/linea-music-10.svg#linea-music-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-music-"]:before,
[class*=" icon-music-"]:before {
	font-family: "linea-music-10" !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-music-beginning-button:before {
	content: "a";
}

.icon-music-bell:before {
	content: "b";
}

.icon-music-cd:before {
	content: "c";
}

.icon-music-diapason:before {
	content: "d";
}

.icon-music-eject-button:before {
	content: "e";
}

.icon-music-end-button:before {
	content: "f";
}

.icon-music-fastforward-button:before {
	content: "g";
}

.icon-music-headphones:before {
	content: "h";
}

.icon-music-ipod:before {
	content: "i";
}

.icon-music-loudspeaker:before {
	content: "j";
}

.icon-music-microphone:before {
	content: "k";
}

.icon-music-microphone-old:before {
	content: "l";
}

.icon-music-mixer:before {
	content: "m";
}

.icon-music-mute:before {
	content: "n";
}

.icon-music-note-multiple:before {
	content: "o";
}

.icon-music-note-single:before {
	content: "p";
}

.icon-music-pause-button:before {
	content: "q";
}

.icon-music-play-button:before {
	content: "r";
}

.icon-music-playlist:before {
	content: "s";
}

.icon-music-radio-ghettoblaster:before {
	content: "t";
}

.icon-music-radio-portable:before {
	content: "u";
}

.icon-music-record:before {
	content: "v";
}

.icon-music-recordplayer:before {
	content: "w";
}

.icon-music-repeat-button:before {
	content: "x";
}

.icon-music-rewind-button:before {
	content: "y";
}

.icon-music-shuffle-button:before {
	content: "z";
}

.icon-music-stop-button:before {
	content: "A";
}

.icon-music-tape:before {
	content: "B";
}

.icon-music-volume-down:before {
	content: "C";
}

.icon-music-volume-up:before {
	content: "D";
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
@-webkit-keyframes fadeIn {
	0% {
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes moveVertical {
	0% {
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveVertical {
	0% {
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes moveHorizontal {
	0% {
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes moveHorizontal {
	0% {
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes scaleUp {
	0% {
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes scaleUp {
	0% {
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fallPerspective {
	0% {
	}
	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes fallPerspective {
	0% {
	}
	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes fly {
	0% {
	}
	100% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes fly {
	0% {
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes flip {
	0% {
	}
	100% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flip {
	0% {
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes helix {
	0% {
	}
	100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes helix {
	0% {
	}
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes popUp {
	0% {
	}
	70% {
		-webkit-transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes popUp {
	0% {
	}
	70% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.tm-animation {
	opacity: 0;
}

.tm-animation.fade-in.animate {
	-webkit-animation: fadeIn 0.95s ease forwards;
	animation: fadeIn 0.95s ease forwards;
}

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

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

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

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

.tm-animation.scale-up.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-animation.fall-perspective {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.tm-animation.fall-perspective.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

.tm-animation.fly {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.tm-animation.fly.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

.tm-animation.flip.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

.tm-animation.helix {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.tm-animation.helix.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

.tm-animation.pop-up {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.tm-animation.pop-up.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

.embed-responsive,
.video-player {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive iframe,
.video-player iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.embed-responsive-16by9,
.video-player {
	padding-bottom: 56.25%;
}

.instagram-media {
	max-width: 100% !important;
}

.left-text {
	text-align: left;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.line-height-0 {
	line-height: 0;
}

.font-size-inherit {
	font-size: inherit !important;
}

.zindex2 {
	z-index: 2 !important;
}

/* Begin Make footer always bottom of page */
@media only screen and (min-width: 1024px) {
	#footer-wrap {
		position: fixed;
		left: 0;
		bottom: 0;
	}

	.footer-always-bottom {
		height: 100%;
	}

	.footer-always-bottom .site {
		min-height: 100%;
		position: relative;
	}

	.footer-always-bottom .page-footer-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

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

.site {
	overflow: hidden;
}

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

@media (max-width: 767px) {
	body .page-content {
		padding-top: 80px;
		padding-bottom: 70px;
	}
}

body.blog .page-content {
	padding-bottom: 50px;
}

body.single-post .page-content {
	padding-bottom: 0;
}

body.no-padding .page-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home.blog .page-main-content {
	margin-bottom: 50px;
}

.home.blog .page-content {
	padding-top: 100px;
	background-color: #f8f8f8;
}

body.archive:not(.post-type-archive):not(.woocommerce) {
	background-color: #f8f8f8;
}

@media (max-width: 543px) {
	.hidden-xs {
		display: none;
	}
}

@media (min-width: 544px) and (max-width: 767px) {
	.hidden-sm {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 1919px) {
	.hidden-xl {
		display: none;
	}
}

@media (min-width: 1920px) {
	.hidden-xxl {
		display: none;
	}
}

[visibility='visible'] {
	display: block;
}

[visibility='hidden'] {
	display: none;
}

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

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

.single-post.page-has-no-sidebar .page-content > .container > .row {
	justify-content: center;
}

.single-post .page-content {
	padding-top: 60px;
}

.single-post .site {
	background-color: #f8f8f8;
}

.single-post .page-main-content {
	padding-bottom: 70px;
}

.single-post .page-main-content > .post {
	padding-bottom: 0;
}

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

.single-post .page-main-content .entry-header {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.single-post .page-main-content .entry-title {
	margin-bottom: 7px;
	font-size: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-post .page-main-content .post-date,
.single-post .page-main-content .post-categories,
.single-post .page-main-content .comment-number {
	display: inline-block;
	font-size: 14px;
	color: #c0c3c9;
	margin-right: 10px;
}

.single-post .page-main-content .post-date a,
.single-post .page-main-content .post-categories a,
.single-post .page-main-content .comment-number a {
	color: #c0c3c9;
}

.single-post .page-main-content .post-date a:hover,
.single-post .page-main-content .post-categories a:hover,
.single-post .page-main-content .comment-number a:hover {
	color: #ffc828;
}

.single-post .page-main-content .post-date i,
.single-post .page-main-content .post-categories i,
.single-post .page-main-content .comment-number i {
	font-size: 10px;
	margin-right: 4px;
}

.single-post .page-main-content .comment-number {
	margin-right: 0;
}

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

.single-post .page-main-content .entry-author {
	display: flex;
	padding: 45px 50px 40px;
	align-items: center;
}

.single-post .page-main-content .entry-author .author-avatar {
	min-width: 108px;
	width: 108px;
}

.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: 11px;
	font-size: 18px;
}

.single-post .page-main-content .entry-author .author-biographical-info {
	font-size: 16px;
	line-height: 1.65;
}

.single-post .page-main-content .entry-author .author-social-networks {
	margin: 12px -8px 0;
}

.single-post .page-main-content .entry-author .author-social-networks a {
	display: block;
	float: left;
	padding: 6px 8px;
	font-size: 16px;
	line-height: 1;
}

.single-post .page-main-content .post-thumbnail {
	text-align: center;
}

.single-post .page-main-content .post-tags span {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
}

.single-post .page-main-content .post-tags a {
	display: inline-block;
	padding: 3px 8px;
}

.single-post .entry-footer {
	border-top: 1px solid #eee;
}

.single-post .entry-footer .row {
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: 90px;
}

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

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

.single-post .post-link {
	padding: 40px 35px;
}

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

.single-post .post-feature .post-quote {
	padding: 35px 30px 60px;
	background-position: bottom 40px right 40px;
	position: relative;
}

.single-post .post-feature .post-quote:before {
	content: '\f10e';
	font-family: FontAwesome;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 30px;
}

.single-post .post-feature .post-quote .post-quote-text {
	margin-bottom: 11px;
	color: #fff;
	font-size: 24px;
	line-height: 1.55;
}

.single-post .post-feature .post-quote .post-quote-name {
	letter-spacing: 1.75px;
	font-weight: bold;
	font-size: 16px;
}

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

.single-post .format-gallery .swiper-pagination {
	position: absolute;
	bottom: 27px;
	left: 0;
	width: 100%;
	margin-top: 0;
}

.single-post .format-gallery .swiper-nav-button {
	color: #fff;
	opacity: 0.9;
	width: 50px;
	height: 120px;
	line-height: 120px;
	top: 50%;
	margin-top: -60px;
}

.single-post .format-gallery .swiper-nav-button.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.single-post .format-gallery .swiper-nav-button.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

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

@media (min-width: 768px) {
	.single-post .post-share {
		text-align: right;
	}
}

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

.single-post .post-share a:hover {
	color: #ffc828;
}

.single-post .post-share:before {
	content: 'Share:';
	font-size: 16px;
	font-weight: 700;
	color: #1b1f2d;
	margin-right: 5px;
}

.single-post .related-posts-wrap {
	padding: 35px 30px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background-color: #fff;
	border-top: 5px solid;
}

.single-post .related-posts-wrap .related-title {
	margin-bottom: 25px;
	padding-bottom: 17px;
	line-height: 1;
	border-bottom: 1px solid #eee;
	font-size: 24px;
}

.single-post .related-posts .related-post-item {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
}

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

.single-post .related-posts .related-post-item .post-title {
	font-size: 18px;
}

.single-post .related-posts .related-post-item .post-title a {
	color: inherit;
}

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

@media (max-width: 991px) {
	.single-post .page-main-content .entry-author {
		padding: 30px;
	}
}

@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-portfolio .page-content {
	padding: 100px 0 0;
	background-color: #fff;
}

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

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

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

.single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
.single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
	width: calc((100% - 60px) / 3);
}

.single-portfolio .swiper-nav-button {
	margin-top: -60px;
	width: 60px;
	height: 120px;
	opacity: 0.9;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 120px;
	color: #fff;
}

.single-portfolio .swiper-nav-button.swiper-button-disabled {
	opacity: 0.35;
}

.single-portfolio .swiper-button-prev {
	border-radius: 0 5px 5px 0;
	left: 0;
}

.single-portfolio .swiper-button-next {
	border-radius: 5px 0 0 5px;
	right: 0;
}

.single-portfolio .comment-form-wrap .comment-respond {
	margin-bottom: 90px;
}

.single-portfolio .related-portfolio-wrap {
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, white 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, white));
	background: -webkit-linear-gradient(top, #eee 0%, white 100%);
	background: -o-linear-gradient(top, #eee 0%, white 100%);
	background: -ms-linear-gradient(top, #eee 0%, white 100%);
	background: linear-gradient(to bottom, #eee 0%, white 100%);
}

.single-portfolio .related-portfolio-title {
	margin: 100px 0 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.single-portfolio .related-portfolio-title .sub {
	display: block;
	font-size: 36px;
}

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

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

.single-portfolio .related-post-item .post-overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-sizing: border-box;
}

.single-portfolio .related-post-item .post-overlay-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px 50px 50px;
}

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

.single-portfolio .related-post-item .post-overlay-title a {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

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

.single-portfolio .related-post-item .post-overlay-categories a {
	font-size: 15px;
	font-weight: 700;
	color: #ffc828;
}

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

.single-portfolio .related-post-item:hover .post-overlay-title, .single-portfolio .related-post-item:hover .post-overlay-categories {
	transform: translateY(0);
	opacity: 1;
}

.portfolio-nav {
	margin-bottom: 50px;
}

.portfolio-nav .prev-portfolio:before, .portfolio-nav .next-portfolio:after {
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(27, 31, 45, 0.2);
}

.portfolio-nav .prev-portfolio:before {
	content: '\f053';
	margin-right: 15px;
}

.portfolio-nav .next-portfolio:after {
	content: '\f054';
	margin-left: 15px;
}

.portfolio-nav .all {
	color: rgba(27, 31, 45, 0.2);
}

.portfolio-nav .prev-portfolio a, .portfolio-nav .next-portfolio a {
	font-size: 20px;
	font-weight: 700;
	color: #1b1f2d;
}

.portfolio-nav .prev-portfolio a:hover, .portfolio-nav .next-portfolio a:hover {
	color: #ffc828;
}

.portfolio-details-style1 .feature-wrap {
	padding-left: 30px;
}

.portfolio-details-style2 .feature-wrap {
	padding-right: 30px;
}

.portfolio-details-style3 {
	margin-bottom: 20px;
}

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

.portfolio-details-heading {
	margin-bottom: 20px;
	font-size: 36px;
}

.portfolio-details-content {
	padding-bottom: 50px;
}

.tm-button-view-project {
	text-transform: none !important;
	font-weight: normal !important;
	font-size: 18px !important;
}

.portfolio-details-list {
	margin: 0;
	padding: 50px 0 20px;
	border-top: 1px solid #ddd;
}

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

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

.portfolio-details-list > li {
	float: left;
	margin-bottom: 30px;
	width: 50%;
}

.portfolio-details-list a {
	color: #878c9b;
}

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

.portfolio-details-list label {
	margin-bottom: 11px;
	font-size: 16px;
	font-weight: 700;
}

.portfolio-details-list .portfolio-categories {
	margin: 0;
	padding: 0;
}

.portfolio-details-list .portfolio-categories li {
	display: block;
}

.portfolio-details-list .portfolio-categories li + li {
	margin-top: 2px;
}

.portfolio-details-gallery img {
	margin-bottom: 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: 25px 0 50px;
	border-top: 1px solid #ddd;
}

.portfolio-details-social .post-view,
.portfolio-details-social .post-likes {
	float: right;
}

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

.portfolio-details-social .post-view i {
	color: #333a57;
}

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

.portfolio-details-social .post-likes .loader {
	margin-left: 10px;
}

.portfolio-details-social .post-likes a,
.portfolio-details-social .post-likes a.liked {
	color: #e35667;
}

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

.post-type-archive-portfolio .tm-grid-pagination {
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.portfolio-details-list > li {
		width: 100%;
		float: none;
	}
}

@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-style1 .feature-wrap,
	.portfolio-details-style2 .feature-wrap,
	.portfolio-details-style3 .feature-wrap {
		padding: 0;
	}

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

	.portfolio-details-style5 .tm-popup-video {
		margin-bottom: 50px;
	}
}

@media (max-width: 543px) {
	.single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
	.single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
		width: 100%;
	}

	.portfolio-details-list li {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
}

.search-results .site,
.search-no-results .site {
	background-color: #f8f8f8;
}

.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: 0;
	right: 0;
	border: 0;
	padding: 0;
	font-size: 15px;
	background: none;
	color: #1b1f2d;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}

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

.error404 .error404--header .branding {
	position: static;
}

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

.error404 .error404--content {
	max-width: 410px;
	padding: 50px 0;
	margin: 0 auto;
}

.error404 .error404--title {
	color: #fff;
	font-size: 36px;
	padding: 17px 0 14px;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

.error404 .error404--search .search-form {
	position: relative;
	max-width: 370px;
	margin: 30px auto 0;
}

.error404 .error404--search input[type="search"] {
	background: #fff;
	height: 56px;
}

.error404 .error404--search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	color: #1b1f2d;
	background: transparent;
	border: transparent;
	padding: 0 20px;
	line-height: 59px;
	font-size: 15px;
}

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

.error404 .error-buttons .tm-button {
	margin: 0 3px;
}

.error404 .error-buttons .tm-btn-go-back.style-1.tm-button-secondary:hover {
	background-color: #fff;
}

.maintenance-page {
	display: table;
	width: 100%;
	height: 100%;
}

.maintenance-page .tm-mailchimp-form div {
	display: block;
}

.maintenance-page .tm-mailchimp-form .form-wrap {
	position: relative;
	margin-bottom: 0;
}

.maintenance-page .tm-mailchimp-form input[type="email"] {
	height: 56px;
}

.maintenance-page .tm-mailchimp-form button {
	position: absolute;
	top: 0;
	right: 15px;
}

.maintenance-page.comingsoon-page button#submit {
	display: block;
	position: static;
	margin: 30px auto 0;
}

.maintenance-page.comingsoon-page .tm-mailchimp-form input[type="email"] {
	background-color: #fff;
	padding: 0 15px;
}

.maintenance-page.comingsoon-page .form-subscribe::before {
	display: none;
}

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

.maintenance-row {
	padding: 50px 0;
}

.maintenance-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.maintenance-title--white {
	color: #fff;
}

.maintenance-text {
	margin-bottom: 15px;
}

.maintenance-form-row {
	margin-bottom: 80px;
}

.mailchimp-form-title {
	text-align: left;
	margin-bottom: 10px;
	font-size: 24px;
}

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

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

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

/* Coming Soon */
@media (min-width: 544px) {
	.cs-countdown {
		margin-bottom: 40px;
	}
}

.cs-countdown .countdown-wrap > div {
	display: inline-block;
}

.cs-countdown .countdown-wrap > div + div {
	margin-left: 20px;
	position: relative;
}

@media (min-width: 544px) {
	.cs-countdown .countdown-wrap > div + div {
		margin-left: 108px;
	}
}

@media (min-width: 544px) {
	.cs-countdown .countdown-wrap > div + div:before {
		content: ":";
		font-size: 30px;
		position: absolute;
		left: -54px;
		top: 50%;
		margin-top: -20px;
		color: #fff;
	}
}

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

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

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

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

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

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

.cs-form input {
	max-width: 520px;
	text-align: center;
}

@media (max-width: 782px) {
	.page-template-coming-soon.admin-bar {
		margin-top: 46px;
	}
}

@media (max-width: 767px) {
	.cs-form {
		margin-top: 30px;
	}
}

.page-breadcrumb-inner ul {
	margin: 0;
	padding: 0;
}

.page-breadcrumb-inner li {
	display: inline-block;
}

.page-breadcrumb-inner li + li {
	position: relative;
}

.page-breadcrumb-inner li + li:before {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 15px;
}

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

.bypostauthor {
	display: block;
}

.comments-title,
.comment-reply-title {
	margin-bottom: 20px;
	padding-bottom: 17px;
	line-height: 1;
	border-bottom: 1px solid #eee;
	font-size: 24px;
}

.comment-list-wrap {
	padding: 35px 30px 30px;
	border-top: 5px solid #ffc828;
}

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

.comment-list .pingback {
	list-style-type: none;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.comment-list .comment {
	list-style-type: none;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.comment-list .comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.comment-list .children {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-left: 60px;
}

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

.comment-list .children .children .comment-datetime {
	position: static;
}

.comment-list .comment-author {
	float: left;
	margin-right: 30px;
}

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

.comment-list .comment-content {
	font-size: 16px;
	overflow: hidden;
}

.comment-list .fn {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
}

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

.comment-list .comment-text {
	margin-bottom: 13px;
}

.comment-list .comment-text p:last-child {
	margin-bottom: 0;
}

.comment-list .comment-awaiting-messages {
	display: block;
}

.comment-list .comment-meta {
	color: #c0c3c9;
}

.comment-list .comment-meta span,
.comment-list .comment-meta a {
	color: #c0c3c9;
	font-size: 14px;
}

.comment-list .comment-respond {
	margin-top: 30px;
}

.comment-form-wrap .comment-respond {
	padding: 35px 30px 0;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background-color: #fff;
	border-top: 5px solid #ffc828;
}

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

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

.comment-form p.form-submit {
	margin: 0 0 30px;
}

.comment-form p.form-submit i {
	color: #999;
	margin-left: 10px;
	font-size: 14px;
}

@media (max-width: 1199px) {
	.comment-list .vcard img {
		width: 50px;
	}

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

	.comment-list .comment-datetime {
		position: static;
	}
}

@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-wrap {
		padding: 40px;
	}

	.comment-form-wrap .comment-respond {
		padding: 40px;
	}
}

.form-subscribe {
	position: relative;
}

.form-subscribe input[type=text],
.form-subscribe input[type=email] {
	height: 56px;
}

.form-subscribe button#submit {
	position: absolute;
	top: 0;
	right: 0;
}

.form-subscribe input[type=email] {
	padding-left: 45px;
}

.form-subscribe:before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	content: '\f003';
	color: #ffc828;
	font-family: FontAwesome;
}

.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 {
	padding-top: 0 !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 30px;
}

.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line {
	border-top-color: #ddd;
}

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

.rev-button-fill-primary {
	color: #fff !important;
}

.rev-button-fill-primary:hover {
	background-color: transparent !important;
}

.rev-button-outline-primary {
	background-color: transparent !important;
}

.rev-button-outline-primary:hover {
	color: #fff !important;
}

.rev-button-outline-secondary {
	background-color: transparent !important;
}

.rev-button-outline-secondary:hover {
	color: #fff !important;
}

.rev_slider iframe {
	border: 0 !important;
}

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

.tm-swiper {
	position: relative;
	z-index: 1;
}

.tm-swiper .swiper-container {
	width: 100%;
}

.tm-swiper .swiper-pagination {
	position: static;
	text-align: center;
	margin-top: 50px;
}

.tm-swiper.equal-height .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.tm-swiper.equal-height .swiper-slide {
	display: flex;
	height: auto;
}

.tm-swiper.v-center .swiper-slide {
	align-self: center;
}

.tm-swiper .swiper-pagination-bullet {
	box-sizing: border-box;
	margin: 0 9px;
	width: 13px;
	height: 13px;
	border: 3px solid rgba(130, 135, 150, 0.2);
	background: transparent;
	opacity: 1;
}

.tm-swiper.pagination-style-2.tm-swiper .swiper-pagination {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.tm-swiper.pagination-style-2 .swiper-pagination-bullet {
	border: 3px solid rgba(225, 225, 225, 0.5);
}

.tm-swiper .swiper-nav-button {
	user-select: none;
	text-align: center;
	background-image: none;
}

.tm-swiper.nav-style-1 .swiper-nav-button, .tm-swiper.nav-style-2 .swiper-nav-button {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	opacity: 0.2;
}

.tm-swiper.nav-style-1 .swiper-nav-button:hover, .tm-swiper.nav-style-2 .swiper-nav-button:hover {
	opacity: 1;
}

.tm-swiper.nav-style-1 .swiper-button-next, .tm-swiper.nav-style-2 .swiper-button-next {
	right: -60px;
}

.tm-swiper.nav-style-1 .swiper-button-prev, .tm-swiper.nav-style-2 .swiper-button-prev {
	left: -60px;
}

.tm-swiper.nav-style-1.has-pagination .swiper-nav-button, .tm-swiper.nav-style-2.has-pagination .swiper-nav-button {
	margin-top: -56px;
}

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

.tm-swiper.nav-style-3 .swiper-nav-button {
	color: #fff;
	width: 50px;
	height: 120px;
	line-height: 120px;
	top: 50%;
	margin-top: -60px;
}

.tm-swiper.nav-style-3 .swiper-nav-button.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.tm-swiper.nav-style-3 .swiper-nav-button.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

.tm-swiper.nav-style-3.has-pagination .swiper-nav-button {
	margin-top: -97px;
}

.tm-swiper.nav-style-3.has-pagination.pagination-style-2 .swiper-nav-button {
	margin-top: -60px;
}

@media screen and (max-width: 600px) {
	.tm-swiper.nav-style-1 .swiper-button-prev, .tm-swiper.nav-style-2 .swiper-button-prev {
		left: auto;
		right: 30px;
		top: -30px;
	}

	.tm-swiper.nav-style-1 .swiper-button-next, .tm-swiper.nav-style-2 .swiper-button-next {
		right: -20px;
		top: -30px;
	}
}

.mCS-construct.mCustomScrollBox {
	position: relative;
	transform: rotate(0deg);
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 10px;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: #000;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	position: fixed;
	top: 50%;
	width: 50px;
	height: 50px;
	background: none;
	transform: translate(0, -50%);
	opacity: 1;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'linea-arrows-10';
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 10px;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
	content: '\e03f';
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 10px;
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
	content: '\e04b';
}

.mCS-construct .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0;
}

.mCS-construct .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0;
}

.mCS-construct .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-construct .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-construct .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-construct .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.mCS-construct .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-construct .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

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

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

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

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

.page-template-blog-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-blog-fullscreen-slider .tm-swiper .swiper-button-prev, .page-template-blog-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-next {
	left: 45px;
}

.page-template-blog-fullscreen-slider .tm-swiper .swiper-button-next, .page-template-blog-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-prev {
	right: 45px;
}

.page-template-blog-fullscreen-slider .tm-swiper .swiper-pagination {
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 100%;
	margin: 0;
}

.page-template-blog-fullscreen-slider.go-to-single .post-overlay {
	opacity: .9;
}

.page-template-blog-fullscreen-slider.go-to-single .post-categories {
	color: #fff;
}

.page-template-blog-fullscreen-slider.go-to-single .swiper-nav-button,
.page-template-blog-fullscreen-slider.go-to-single .swiper-pagination {
	display: none;
}

.page-template-blog-fullscreen-slider.go-to-single .post-title a:hover {
	color: #fff;
}

.page-template-blog-fullscreen-slider .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .2;
	background: #000;
}

.page-template-blog-fullscreen-slider .post-info {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.page-template-blog-fullscreen-slider .post-excerpt {
	color: #fff;
	max-width: 700px;
	margin: 0 auto 70px;
}

.page-template-blog-fullscreen-slider .post-title {
	margin-bottom: 18px;
}

.page-template-blog-fullscreen-slider .post-title a {
	color: #fff;
	font-size: 60px;
	line-height: 1.15em;
}

.page-template-blog-fullscreen-slider .post-categories {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.75px;
	margin-bottom: 54px;
}

.page-template-blog-fullscreen-slider .post-categories a {
	color: inherit;
}

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

@media screen and (max-width: 782px) {
	.page-template-blog-fullscreen-slider.admin-bar .tm-swiper {
		height: calc(100vh - 46px);
	}
}

@media (max-width: 1199px) {
	.page-template-blog-fullscreen-slider .tm-swiper .swiper-pagination {
		bottom: 25px;
	}

	.page-template-blog-fullscreen-slider .post-title {
		margin-bottom: 25px;
	}

	.page-template-blog-fullscreen-slider .post-title a {
		font-size: 48px;
	}
}

@media (max-width: 991px) {
	.page-template-blog-fullscreen-slider .post-title {
		margin-bottom: 25px;
	}

	.page-template-blog-fullscreen-slider .post-title a {
		font-size: 36px;
	}

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

	.page-template-blog-fullscreen-slider .post-excerpt {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.page-template-blog-fullscreen-slider .post-title {
		margin-bottom: 25px;
	}

	.page-template-blog-fullscreen-slider .post-title a {
		font-size: 28px;
	}

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

	.page-template-blog-fullscreen-slider .post-excerpt {
		display: none;
	}
}

.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-carousel-slider .page-header-inner {
	position: fixed;
	width: 100%;
}

.page-template-portfolio-fullscreen-carousel-slider .tm-m-scrollbar {
	width: 100%;
}

.page-template-portfolio-fullscreen-carousel-slider .portfolio-item {
	position: relative;
	background-color: #111;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

.page-template-portfolio-fullscreen-carousel-slider .portfolio-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px;
}

.page-template-portfolio-fullscreen-carousel-slider .portfolio-title {
	margin-bottom: 14px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.21px;
	line-height: 1.05em;
}

.page-template-portfolio-fullscreen-carousel-slider .portfolio-title a {
	font-size: inherit;
	color: inherit;
}

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

@media (max-width: 767px) {
	.page-template-portfolio-fullscreen-carousel-slider .portfolio-info {
		padding: 30px 30px 50px;
	}
}

.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 {
	width: 19px;
	height: 18px;
}

.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li .active span {
	background: transparent;
}

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

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

.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.43px;
	line-height: 1.05em;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories {
	margin-bottom: 32px;
}

.page-template-portfolio-fullscreen-split-slider .portfolio-categories a {
	color: 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;
	text-align: right;
}

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

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

.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.6
 * 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;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	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;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	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 {
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	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: 15px;
	width: 15px;
	border: 3px solid #fff;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -8px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

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

#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper,
#test.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;
}

#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper.active,
#test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row.active {
	z-index: 10;
}

#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper:not(.active):not(.fp-completely),
#test.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"] .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"] .page-open-mobile-menu i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:after, .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"] .page-open-main-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i:after {
	background-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"] .light-logo {
	display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .dark-logo {
	display: inline-block;
}

/*
Shortcodes
*/
.tm-grid-wrapper {
	margin-bottom: 30px;
}

.tm-grid-wrapper[data-pagination=loadmore] .tm-grid-pagination {
	margin-top: 60px;
}

.tm-grid-wrapper .tm-filter-button-group {
	margin: 0 -15px 64px;
}

.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 .btn-filter {
	position: relative;
	display: inline-block;
	padding: 10px 15px 0;
	font-size: 15px;
	line-height: 1;
	color: #828796;
}

.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 .filter-text {
	padding: 10px 0 3px;
	position: relative;
	text-transform: capitalize;
}

.tm-grid-wrapper .filter-text:after {
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -10px;
	left: 0;
	content: '';
	display: block;
}

.tm-grid-wrapper .filter-counter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	visibility: hidden;
	margin: 0 auto;
	min-width: 34px;
	height: 24px;
	line-height: 27px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #4d4c4d;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform: translate(-50%, 0);
}

.tm-grid-wrapper .filter-counter:before {
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 4px solid #4d4c4d;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

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

.filter-style-2 .btn-filter:hover, .filter-style-2 .btn-filter.current {
	color: #fff;
	font-weight: 600;
}

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

@media (max-width: 991px) {
	.tm-grid-wrapper .tm-filter-button-group {
		margin-bottom: 70px;
	}
}

.tm-blog {
	margin-bottom: 0;
}

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

.tm-blog .post-date, .tm-blog .post-categories, .tm-blog .comment-number {
	display: inline-block;
	font-size: 14px;
	color: #c0c3c9;
	margin-right: 10px;
}

.tm-blog .post-date i, .tm-blog .post-categories i, .tm-blog .comment-number i {
	font-size: 10px;
	margin-right: 4px;
}

.tm-blog .post-date a, .tm-blog .post-categories a, .tm-blog .comment-number a {
	color: #c0c3c9;
}

.tm-blog .post-date a:hover, .tm-blog .post-categories a:hover, .tm-blog .comment-number a:hover {
	color: #ffc828;
}

.tm-blog .comment-number {
	margin-right: 0;
}

.tm-blog .tm-button {
	font-size: 14px;
	font-weight: 700;
}

.tm-blog .tm-button i {
	font-size: 10px;
	margin-left: 5px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-blog .tm-button:hover i {
	margin-left: 10px;
}

.tm-blog.style-1 .post-item {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eee;
	background: #fff;
}

.tm-blog.style-1 .post-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.tm-blog.style-1 .post-thumbnail {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.tm-blog.style-1 .post-title {
	line-height: 1.2;
}

.tm-blog.style-1 .post-title a {
	color: inherit;
	font-size: 24px;
}

.tm-blog.style-1 .post-excerpt p {
	margin-bottom: 10px;
}

.tm-blog.style-2 .post-item {
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #fff;
}

@media (min-width: 992px) {
	.tm-blog.style-2 .post-item.has-post-thumbnail .post-info {
		padding: 20px 30px 20px 0;
	}
}

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

.tm-blog.style-2 .post-meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

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

.tm-blog.style-2 .post-title {
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 5px;
}

.tm-blog.style-2 .post-title a {
	color: inherit;
	font-size: 18px;
	line-height: 1.2;
}

.tm-blog.style-2 .post-excerpt p {
	margin-bottom: 10px;
}

.tm-blog.style-3 .post-item, .tm-blog.style-4 .post-item {
	margin-bottom: 30px;
	border: 1px solid #eee;
	background-color: #fff;
}

.tm-blog.style-3 .post-info, .tm-blog.style-4 .post-info {
	padding: 20px;
}

.tm-blog.style-3 .post-title, .tm-blog.style-4 .post-title {
	font-size: 18px;
}

.tm-blog.style-3 .post-title a, .tm-blog.style-4 .post-title a {
	color: inherit;
}

.tm-blog.style-3 .post-meta, .tm-blog.style-4 .post-meta {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.tm-blog.style-3 .post-excerpt p, .tm-blog.style-4 .post-excerpt p {
	margin-bottom: 10px;
}

.tm-blog.style-4 .post-item {
	display: block;
	margin-bottom: 0;
}

.tm-blog.style-5 .post-item {
	margin-bottom: 30px;
	background: #1b1f2d;
}

.tm-blog.style-5 .post-item:hover .inner:before {
	opacity: 0.95;
}

.tm-blog.style-5 .post-item:hover .post-info-top,
.tm-blog.style-5 .post-item:hover .post-info-bottom {
	transform: translate(0, 0);
	opacity: 1;
}

.tm-blog.style-5 .inner {
	position: relative;
}

.tm-blog.style-5 .inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1b1f2d;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-blog.style-5 .post-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.tm-blog.style-5 .post-info-top {
	transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-blog.style-5 .post-info-bottom {
	transform: translate(0, 50%);
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-blog.style-5 .post-meta {
	margin-bottom: 11px;
}

.tm-blog.style-5 .post-title {
	font-size: 18px;
	color: #ffc828;
}

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

.tm-blog.style-5 .tm-button {
	color: #fff;
}

.tm-blog.style-6 .tm-grid .grid-item {
	border-top: 1px solid #eee;
}

.tm-blog.style-6 .tm-grid .grid-item:last-child {
	border-bottom: 1px solid #eee;
}

.tm-blog.style-6 .grid-item .inner {
	display: flex;
	align-items: center;
	padding: 16px 0;
}

.tm-blog.style-6 .grid-item .item-left {
	width: 100px;
	min-width: 100px;
	margin-right: 20px;
}

.tm-blog.style-6 .grid-item .post-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.tm-blog.style-6 .grid-item .post-title a {
	color: inherit;
}

.tm-blog.style-6 .grid-item .post-title a:hover {
	color: #ffc828;
}

.tm-blog.skin-dark.style-6 .post-title {
	color: #fff;
}

.tm-blog.skin-dark.style-6 .tm-grid .grid-item {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-blog.skin-dark.style-6 .tm-grid .grid-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.tm-portfolio.style-2 .post-content {
	height: 100%;
}

.tm-portfolio.style-2 .post-thumbnail {
	height: 100%;
}

.tm-portfolio.style-2 .post-thumbnail img {
	height: 100%;
}

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

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

.tm-portfolio .post-categories {
	display: inline-block;
}

.tm-portfolio .post-title {
	line-height: 1.3;
}

.tm-portfolio .post-title a {
	font-size: 24px;
	color: inherit;
}

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

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

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

.tm-portfolio .post-info {
	padding: 21px 0 28px;
	text-align: center;
}

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

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

.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay-categories {
	opacity: 1;
	transition: .5s ease-out .3s;
	transform: translateY(0);
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail {
	overflow: hidden;
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

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

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-categories {
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(20px);
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-categories a {
	color: #fff;
	font-size: 18px;
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-title {
	margin-bottom: 2px;
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(-20px);
}

.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-title a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail {
	overflow: hidden;
}

.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail:hover img {
	transform: scale(1.1);
}

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

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

.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-categories {
	opacity: 1;
	transition: .5s ease-out .3s;
	transform: translateY(0);
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

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

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px 50px 50px;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories {
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(20px);
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories a {
	font-size: 15px;
	font-weight: 700;
}

.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title {
	margin-bottom: 2px;
	opacity: 0;
	transition: .3s ease-out 0s;
	transform: translateY(-20px);
}

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

.tm-portfolio[data-type="justified"] [data-overlay-animation="faded"] .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tm-info-boxes {
	margin-bottom: 35px;
}

.tm-info-boxes .heading {
	font-size: 20px;
	font-weight: 700;
}

.tm-info-boxes .description {
	margin: 18px 0 14px;
}

.tm-info-boxes .link {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.tm-info-boxes .link i {
	font-size: 10px;
	margin-left: 5px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-info-boxes .link:hover i {
	margin-left: 10px;
}

.tm-info-boxes .photo {
	overflow: hidden;
}

.tm-info-boxes .photo img {
	-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);
	width: 100%;
}

.tm-info-boxes:hover img {
	transform: scale(1.1);
}

.tm-info-boxes.style-1 .heading, .tm-info-boxes.style-2 .heading {
	color: #fff;
	padding: 9px 15px;
	border-radius: 0 0 5px 5px;
}

.tm-info-boxes.style-3 .photo {
	margin-bottom: 23px;
}

.tm-info-boxes.style-3 .heading {
	line-height: 1;
}

.tm-info-boxes.style-3 .description {
	margin: 10px 0 14px;
}

.tm-button {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
}

.tm-button.tm-button-full-wide {
	width: 100%;
	text-align: center;
}

.tm-button.style-1 {
	padding: 0 40px;
	height: 56px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 58px;
}

.tm-button.style-1.tm-button-default, .tm-button.style-1.tm-button-secondary {
	color: #fff;
}

.tm-button.style-1.tm-button-primary {
	color: #fff;
}

.tm-button.style-1.tm-button-white {
	background-color: #fff;
}

.tm-button.style-1.tm-button-white:hover {
	color: #fff;
}

.tm-button.style-1.tm-button-lg {
	padding: 0 47px;
	height: 66px;
	font-size: 16px;
	line-height: 66px;
}

.tm-button.style-1.tm-button-sm {
	padding: 0 30px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
}

.tm-button.style-1.tm-button-xs {
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}

.tm-button.style-1.tm-button-icon-right i {
	margin-left: 10px;
}

.tm-button.style-1.tm-button-icon-left i {
	margin-right: 10px;
}

.tm-button.style-2 {
	padding: 0 40px;
	height: 56px;
	border: 2px solid;
	border-radius: 5px;
	letter-spacing: 1.75px;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
}

.tm-button.style-2.tm-button-default, .tm-button.style-2.tm-button-primary {
	background-color: transparent;
	border-color: #ddd;
}

.tm-button.style-2.tm-button-default:hover, .tm-button.style-2.tm-button-primary:hover {
	color: #fff;
}

.tm-button.style-2.tm-button-secondary {
	background-color: transparent;
}

.tm-button.style-2.tm-button-secondary:hover {
	color: #fff;
}

.tm-button.style-2.tm-button-white {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.tm-button.style-2.tm-button-white:hover {
	color: #fff;
}

.tm-button.style-2.tm-button-lg {
	padding: 0 47px;
	height: 66px;
	font-size: 16px;
	line-height: 61px;
}

.tm-button.style-2.tm-button-sm {
	padding: 0 30px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
}

.tm-button.style-2.tm-button-xs {
	padding: 0 20px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
}

.tm-button.style-2.tm-button-icon-right i {
	margin-left: 10px;
}

.tm-button.style-2.tm-button-icon-left i {
	margin-right: 10px;
}

.tm-button.style-3 {
	font-size: 14px;
	font-weight: bold;
}

.tm-button.style-3 i {
	font-size: 10px;
	font-weight: normal;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-button.style-3.tm-button-white {
	color: #fff;
}

.tm-button.style-3.tm-button-lg {
	font-size: 16px;
}

.tm-button.style-3.tm-button-sm {
	font-size: 12px;
}

.tm-button.style-3.tm-button-xs {
	font-size: 10px;
}

.tm-button.style-3.tm-button-icon-right i {
	margin-left: 5px;
}

.tm-button.style-3.tm-button-icon-right:hover i {
	margin-left: 10px;
}

.tm-button.style-3.tm-button-icon-left i {
	margin-right: 5px;
}

.tm-button.style-3.tm-button-icon-left:hover i {
	margin-right: 10px;
}

.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-btn i {
	margin-left: 8px;
}

.tm-button-2 i {
	color: rgba(255, 255, 255, 0.5);
}

.tm-button-2:hover i {
	color: #989898;
}

.tm-button-1 i,
.tm-button-4 i {
	opacity: .5;
	transition: none;
}

.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-brochures a {
	display: block;
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.tm-brochures a i {
	margin-right: 5px;
	font-size: 15px;
	font-weight: normal;
}

.tm-list {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.tm-list.tm-list--manual-numbered .tm-list__title, .tm-list.tm-list--auto-numbered .tm-list__title {
	margin-bottom: 8px;
}

.tm-list .tm-list__icon[class^="icon-"]:before, .tm-list .tm-list__icon[class*=" icon-"]:before {
	font-weight: bold;
}

.tm-list__item {
	position: relative;
}

.tm-list--v-flow .tm-list__item + .tm-list__item {
	margin-top: 15px;
}

.mega-menu-content .tm-list--v-flow .tm-list__item + .tm-list__item {
	margin-top: 20px;
}

.tm-list--h-flow .tm-list__item {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.tm-list--h-flow .tm-list__item {
		margin-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.tm-list--h-flow.tm-list--vertical .tm-list__item {
		margin-bottom: 53px;
	}
}

.tm-list__marker {
	display: inline-block;
	float: left;
}

.tm-list__marker p {
	margin-bottom: 0;
}

.tm-list--h-flow .tm-list__marker {
	font-size: 30px;
	margin-right: 10px;
	line-height: 1;
	min-width: 36px;
}

.tm-list--icon .tm-list__marker {
	min-width: calc(1em + 8px);
	font-size: 15px;
	margin-right: 5px;
}

.tm-list--vertical-numbered .tm-list__marker {
	min-width: 1em;
}

.tm-list--basic .tm-list__marker {
	margin-right: 5px;
}

.mega-menu-content.mega-menu-content .tm-list__marker {
	color: inherit;
}

.tm-list__body {
	overflow: hidden;
}

.tm-list__link {
	padding: 0;
	color: currentColor;
}

.tm-list--h-flow .tm-list__title {
	font-size: 20px;
}

.tm-list__desc {
	font-size: 16px;
	line-height: 1.625;
}

.tm-menu {
	margin-bottom: 45px;
}

.tm-menu .menu-heading {
	margin-bottom: 32px;
	font-weight: normal;
	font-size: 40px;
	font-family: 'Playfair Display', sans-serif;
	line-height: 1.35;
}

.tm-menu .menu-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tm-menu .menu-title {
	margin-bottom: 5px;
	font-size: 20px;
}

.tm-menu .menu-text {
	margin-bottom: 13px;
	background: none;
	font-style: italic;
	font-size: 15px;
	font-family: 'Playfair Display', sans-serif;
}

.tm-menu .menu-price {
	font-size: 20px;
	line-height: 1.15;
}

.tm-menu li + li {
	margin-top: 38px;
}

.tm-box-icon-equal-height .wpb_wrapper {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.tm-box-icon-equal-height .tm-box-icon-wrap {
	display: flex;
	width: 100%;
}

.tm-box-icon-equal-height .tm-box-icon {
	display: flex;
	align-items: center;
}

.tm-box-icon-wrap.style-4:hover {
	transform: translateY(-15px) !important;
}

.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.style-1 .icon, .tm-box-icon.style-3 .icon {
	font-size: 50px;
	margin-bottom: 20px;
}

.tm-box-icon.style-1 .image, .tm-box-icon.style-3 .image {
	margin-bottom: 43px;
}

.tm-box-icon.style-1 .heading, .tm-box-icon.style-3 .heading {
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 12px;
}

.tm-box-icon.style-1 .text, .tm-box-icon.style-3 .text {
	font-size: 16px;
}

.tm-box-icon.style-3 .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.tm-box-icon.style-3 .icon i {
	line-height: 100px;
}

.tm-box-icon.style-2 {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.tm-box-icon.style-2 .icon {
	display: table-cell;
	vertical-align: middle;
}

.tm-box-icon.style-2 .icon i {
	height: 40px;
	width: 40px;
	font-size: 50px;
	text-align: center;
	line-height: 36px;
}

.tm-box-icon.style-2 .content {
	width: 100%;
	padding-left: 35px;
	display: table-cell;
	vertical-align: middle;
}

.tm-box-icon.style-2 .heading {
	font-size: 20px;
	margin-bottom: 10px;
}

.tm-box-icon.style-2 .text {
	font-size: 16px;
}

@media (min-width: 992px) {
	.tm-box-icon.style-1 .icon {
		margin-bottom: 23px;
	}
}

@media (max-width: 767px) {
	.tm-box-icon-equal-height .wpb_wrapper {
		display: block;
	}

	.tm-box-icon-equal-height .tm-box-icon {
		display: block;
	}
}

.tm-box-icon__btn.tm-box-icon__btn {
	margin-top: 32px;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
}

.tm-icon {
	line-height: 1;
}

.tm-icon.inline {
	display: inline-block;
}

.tm-accordion {
	margin: 0 0 30px;
}

.tm-accordion > .accordion-section {
	margin-bottom: 20px;
	overflow: hidden;
}

.tm-accordion .accordion-title {
	-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);
	display: block;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
}

.tm-accordion .accordion-title:hover {
	color: #fff;
}

.tm-accordion .accordion-title:hover:before {
	color: #fff;
}

.tm-accordion .accordion-title:before {
	position: absolute;
	top: 50%;
	right: 24px;
	color: #ddd;
	content: '\f0da';
	font-family: FontAwesome;
	font-weight: normal;
	transform: translate(0, -50%);
}

.tm-accordion .accordion-content {
	padding: 24px 0 10px 22px;
	display: none;
}

.tm-accordion .accordion-section.active .accordion-title {
	color: #fff;
}

.tm-accordion .accordion-section.active .accordion-title:before {
	content: '\f0d8';
	color: #fff;
}

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

.highlight-text mark {
	background: none;
}

.typed-text mark {
	font-family: 'Playfair Display', sans-serif;
	background: none;
	font-style: italic;
}

.tm-testimonial .swiper-slide > div {
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 50px 30px;
	margin-bottom: 35px;
}

.tm-testimonial .swiper-slide > div:before {
	font-family: FontAwesome;
	font-size: 20px;
	content: '\f10e';
	position: absolute;
	bottom: -15px;
	right: 30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.tm-testimonial .testimonial-desc {
	margin-bottom: 22px;
}

.tm-testimonial .testi-info {
	display: flex;
	align-items: center;
}

.tm-testimonial .testimonial-name {
	font-size: 18px;
}

.tm-testimonial .testimonial-by-line {
	font-size: 14px;
	line-height: 1;
	color: rgba(135, 140, 155, 0.5);
}

.tm-testimonial .post-thumbnail {
	margin-right: 15px;
}

.tm-testimonial .post-thumbnail img {
	border-radius: 50%;
	margin: 0 auto;
}

.tm-testimonial.tm-swiper .swiper-pagination {
	margin-top: 38px;
}

.tm-testimonial.tm-swiper.nav-style-1 .swiper-nav-button, .tm-testimonial.tm-swiper.nav-style-2 .swiper-nav-button {
	margin-top: -42px;
}

.tm-slider .spacing {
	height: 32px;
}

.tm-slider .heading {
	font-size: 20px;
	margin-bottom: 12px;
}

.tm-slider.fw-image .image img {
	width: 100%;
}

.pricing-wrap {
	display: flex;
	margin: 0 -15px;
	align-items: flex-end;
}

.pricing-wrap .tm-pricing.tm-pricing-box {
	flex: 1 1 auto;
}

.tm-pricing {
	z-index: 2;
}

.tm-pricing.tm-pricing-box {
	margin-bottom: 30px;
	padding: 55px 0 0;
}

.tm-pricing.tm-pricing-box .inner {
	position: relative;
	margin: 0 auto;
	padding: 75px 30px 37px;
	max-width: 370px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}

.tm-pricing.tm-pricing-box .tm-pricing-header {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.tm-pricing.tm-pricing-box .price-wrap {
	display: table;
	position: absolute;
	top: -55px;
	left: 30px;
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
}

.tm-pricing.tm-pricing-box .price-wrap-inner {
	display: table-cell;
	vertical-align: middle;
}

.tm-pricing.tm-pricing-box .price {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.tm-pricing.tm-pricing-box .price span {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	margin-top: 5px;
}

.tm-pricing.tm-pricing-box .period {
	font-size: 14px;
	color: #fff;
	line-height: 1.14;
}

.tm-pricing.tm-pricing-box .tm-pricing-recommended {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.tm-pricing.tm-pricing-box .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
}

.tm-pricing.tm-pricing-box .description {
	font-size: 13px;
}

.tm-pricing.tm-pricing-box .tm-pricing-list {
	margin: 0;
	padding: 0;
}

.tm-pricing.tm-pricing-box .tm-pricing-list li {
	position: relative;
	display: block;
	padding: 6px 0;
	list-style-type: none;
	font-size: 14px;
}

.tm-pricing.tm-pricing-box .tm-pricing-list li i {
	font-size: 15px;
	margin-right: 5px;
}

.tm-pricing.tm-pricing-box .tm-pricing-footer {
	padding-top: 20px;
}

.tm-pricing.tm-pricing-box .tm-pricing-button {
	padding: 0 41px;
}

@media (max-width: 991px) {
	.pricing-wrap {
		flex-wrap: wrap;
	}

	.pricing-wrap .tm-pricing.tm-pricing-box {
		width: 100%;
		max-width: 100%;
	}
}

.tm-countdown {
	text-align: center;
	max-width: 670px;
	margin: 0 auto;
}

.tm-countdown .day, .tm-countdown .hour, .tm-countdown .minute, .tm-countdown .second {
	text-align: center;
	flex-grow: 1;
}

.tm-countdown .countdown-wrap {
	display: flex;
	align-items: center;
}

.tm-countdown .number {
	display: inline-block;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.tm-countdown .text {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.tm-countdown .separator {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .42px;
}

.tm-countdown.skin-light .number {
	color: #fff;
}

.tm-countdown.skin-light .text {
	color: #fff;
}

.tm-countdown.skin-light .separator {
	color: #fff;
}

.tm-counter {
	margin-bottom: 30px;
}

.tm-counter.style-1 .icon {
	margin: 0 auto 10px;
	color: #ffc828;
	font-size: 50px;
	line-height: 1;
}

.tm-counter.style-1 .number-wrap {
	display: flex;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.tm-counter.style-1 .text {
	font-size: 16px;
	font-weight: 700;
	color: #878c9b;
}

.tm-counter.style-1.skin-light .icon {
	color: #fff;
}

.tm-counter.style-1.skin-light .number-wrap {
	color: #fff;
}

.tm-counter.style-1.skin-light .text {
	color: #fff;
}

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

.tm-team-member {
	margin-bottom: 30px;
}

.tm-team-member.style-1 .photo {
	margin-bottom: 20px;
}

.tm-team-member.style-1 .name {
	font-size: 18px;
	line-height: 1;
}

.tm-team-member.style-1 .position {
	font-size: 14px;
	color: rgba(135, 140, 155, 0.5);
}

.tm-team-member.style-1 .line {
	border-top: 1px solid #eee;
	margin: 10px 0 12px;
}

.tm-team-member.style-1 .description {
	font-size: 15px;
	color: #828796;
	margin-bottom: 14px;
}

.tm-team-member.style-1 .social-networks a {
	font-size: 16px;
	color: #ccc;
	margin-right: 15px;
}

.tm-team-member.style-1 .social-networks a:hover {
	color: #ffc828;
}

.tm-social-networks br {
	display: none;
}

.tm-social-networks .tm-social-networks__link {
	display: inline-block;
}

.tm-social-networks.tm-social-networks--icons {
	margin: 0 -10px;
	font-size: 16px;
}

.tm-social-networks.tm-social-networks--icons .tm-social-networks__link {
	padding: 0 10px;
}

.tm-social-networks.tm-social-networks--title {
	margin: 0 -10px;
}

.tm-social-networks.tm-social-networks--title .tm-social-networks__link {
	padding: 5px 10px;
}

.tm-social-networks.tm-social-networks--title .tm-social-networks__link span {
	position: relative;
	display: block;
}

.tm-social-networks.tm-social-networks--title .tm-social-networks__link span:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 1px;
	content: '';
	opacity: 0;
}

.tm-social-networks.tm-social-networks--title .tm-social-networks__link:hover span:after {
	bottom: -2px;
	visibility: visible;
	opacity: 1;
}

.tm-social-networks.tm-social-networks--title_icon {
	margin: 0 -10px;
}

.tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link {
	padding: 5px 10px;
}

.tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link span {
	position: relative;
	display: block;
	color: #828796;
}

.tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link span:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 1px;
	content: '';
	opacity: 0;
}

.tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link i {
	margin-right: 15px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-social-networks.tm-social-networks--title_icon .tm-social-networks__link:hover span:after {
	bottom: -2px;
	visibility: visible;
	opacity: 1;
}

.tm-social-networks.item-block a {
	display: block;
}

.tm-social-networks.tm-social-networks--light .tm-social-networks__link {
	color: #fff;
}

.tm-service-box.style-1 {
	margin-bottom: 30px;
}

.tm-service-box.style-1 .photo img {
	border-radius: 5px 5px 0 0;
}

.tm-service-box.style-1 .info {
	text-align: center;
	background: #f3f5fa;
	background: -webkit-linear-gradient(#f3f5fa, #fff);
	background: -o-linear-gradient(#f3f5fa, #fff);
	background: -moz-linear-gradient(#f3f5fa, #fff);
	background: linear-gradient(#f3f5fa, #fff);
	margin: -20px 20px 0;
	padding: 20px;
	position: relative;
	z-index: 2;
	border-radius: 5px 5px 0 0;
}

.tm-service-box.style-1 .heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.tm-service-box.style-1 .link {
	margin-top: 15px;
}

.tm-service-box.style-1 .link i {
	margin-left: 5px;
}

.tm-service-box.style-2 {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.tm-service-box.style-2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.tm-service-box.style-2 .info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 100%;
}

.tm-service-box.style-2 .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	padding: 20px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-service-box.style-2 .icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
}

.tm-service-box.style-2 .heading {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.tm-service-box.style-2 .link-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	transform: translate(0, 100%);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-service-box.style-2 .link i {
	margin-left: 5px;
}

.tm-service-box.style-2:hover .inner {
	transform: translate(0, -70%);
}

.tm-service-box.style-2:hover .link-wrap {
	transform: translate(0, 0);
}

.tm-service-box.style-3 .swiper-slide > div {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.tm-service-box.style-3 .swiper-slide > div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.tm-service-box.style-3 .swiper-slide > div .info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 100%;
}

.tm-service-box.style-3 .swiper-slide > div .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	padding: 20px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 330px;
}

.tm-service-box.style-3 .swiper-slide > div .icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
}

.tm-service-box.style-3 .swiper-slide > div .heading {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.tm-service-box.style-3 .swiper-slide > div .link-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	transform: translate(0, 100%);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-service-box.style-3 .swiper-slide > div .link i {
	margin-left: 5px;
}

.tm-service-box.style-3 .swiper-slide > div:hover .inner {
	transform: translate(-50%, -70%);
}

.tm-service-box.style-3 .swiper-slide > div:hover .link-wrap {
	transform: translate(0, 0);
}

.tm-service-box.style-3.tm-swiper.nav-style-3 .swiper-nav-button.swiper-button-prev {
	width: 60px;
	left: -30px;
}

.tm-service-box.style-3.tm-swiper.nav-style-3 .swiper-nav-button.swiper-button-next {
	width: 60px;
	right: -30px;
}

.tm-pie-chart {
	text-align: center;
	margin-bottom: 30px;
}

.tm-pie-chart .chart {
	position: relative;
	width: 126px;
	height: 126px;
	margin: 0 auto 30px;
}

.tm-pie-chart .chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.tm-pie-chart .chart .chart-text {
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tm-pie-chart .chart .chart-text:after {
	content: '%';
	margin-left: -0.1em;
	font-size: .8em;
}

.tm-pie-chart .heading {
	margin-bottom: 12px;
}

.tm-pie-chart .heading h6 {
	font-size: 20px;
}

.wpcf7 .wpcf7-response-output {
	border: 0;
	color: #fff;
	margin: 20px 0 0;
	padding: 10px 20px;
}

.wpcf7 .wpcf7-validation-errors {
	background: #f0ad4e;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #5cb85c;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #d9534f;
}

.tm-contact-form-7 .wpcf7-form br {
	display: none;
}

.tm-contact-form-7 .wpcf7-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.tm-contact-form-7 .wpcf7-form [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.tm-contact-form-7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.tm-contact-form-7 .form-request-a-callback .wpcf7-form-control-wrap {
	margin-bottom: 50px;
}

.tm-contact-form-7 .wpcf7-textarea {
	height: 57px;
}

.tm-contact-form-7 .wpcf7-submit {
	border: 0;
}

.tm-contact-form-7 .wpcf7-submit span,
.tm-contact-form-7 .wpcf7-submit i {
	margin-left: 10px;
	font-size: 14px;
}

.tm-contact-form-7 .wpcf7-text,
.tm-contact-form-7 .wpcf7-textarea,
.tm-contact-form-7 .wpcf7-select {
	font-size: 15px;
}

.tm-contact-form-7 .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7 .wpcf7-textarea::-webkit-input-placeholder,
.tm-contact-form-7 .wpcf7-select::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.tm-contact-form-7 .wpcf7-text:-moz-placeholder,
.tm-contact-form-7 .wpcf7-textarea:-moz-placeholder,
.tm-contact-form-7 .wpcf7-select:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
	font-size: inherit;
}

.tm-contact-form-7 .wpcf7-text::-moz-placeholder,
.tm-contact-form-7 .wpcf7-textarea::-moz-placeholder,
.tm-contact-form-7 .wpcf7-select::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
	font-size: inherit;
}

.tm-contact-form-7 .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7 .wpcf7-textarea:-ms-input-placeholder,
.tm-contact-form-7 .wpcf7-select:-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-textarea {
	height: 150px;
}

.tm-contact-form-7.skin-classic .wpcf7-text,
.tm-contact-form-7.skin-classic .wpcf7-textarea {
	background-color: #fff;
	padding: 5px 10px;
	border: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-text:focus::-webkit-input-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus::-webkit-input-placeholder {
	color: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-text:focus:-moz-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-text:focus::-moz-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-text:focus:-ms-input-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus:-ms-input-placeholder {
	color: inherit;
}

.tm-contact-form-7.skin-classic .wpcf7-select {
	background-color: #fff;
}

.tm-contact-form-7.skin-classic .wpcf7-form-control-wrap {
	margin-top: 5px;
	margin-bottom: 30px;
}

.tm-contact-form-7.skin-classic.form-mb-10 .wpcf7-form-control-wrap {
	margin-bottom: 10px;
}

.tm-contact-form-7.skin-classic.form-mb-10 input[type='submit'] {
	margin-top: 10px;
}

.tm-contact-form-7.skin-classic.form-mb-10 .wpcf7-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.tm-contact-form-7.skin-classic.form-mb-10 .wpcf7-form [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.tm-contact-form-7.skin-secondary .wpcf7-text,
.tm-contact-form-7.skin-secondary .wpcf7-textarea,
.tm-contact-form-7.skin-secondary .wpcf7-select {
	background-color: transparent;
}

.tm-contact-form-7.skin-secondary .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea::-webkit-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select::-webkit-input-placeholder {
	color: inherit;
}

.tm-contact-form-7.skin-secondary .wpcf7-text:-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea:-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
}

.tm-contact-form-7.skin-secondary .wpcf7-text::-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea::-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
}

.tm-contact-form-7.skin-secondary .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea:-ms-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select:-ms-input-placeholder {
	color: inherit;
}

.tm-contact-form-7.skin-secondary .wpcf7-submit {
	color: #fff;
}

.full-width {
	width: 100%;
}

.tm-mailchimp-form.skin-primary input[type=text],
.tm-mailchimp-form.skin-primary input[type=email], .tm-mailchimp-form.skin-secondary input[type=text],
.tm-mailchimp-form.skin-secondary input[type=email] {
	font-size: 24px;
}

.tm-mailchimp-form.skin-primary input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]::-webkit-input-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]::-webkit-input-placeholder {
	font-size: 24px;
	color: inherit;
}

.tm-mailchimp-form.skin-primary input[type=text]:-moz-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]:-moz-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]:-moz-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]:-moz-placeholder {
	/* Firefox 18- */
	font-size: 24px;
	color: inherit;
}

.tm-mailchimp-form.skin-primary input[type=text]::-moz-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]::-moz-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]::-moz-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 24px;
	color: inherit;
}

.tm-mailchimp-form.skin-primary input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]:-ms-input-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]:-ms-input-placeholder {
	font-size: 24px;
	color: inherit;
}

.tm-mailchimp-form.skin-primary input[type=text],
.tm-mailchimp-form.skin-primary input[type=email] {
	color: red;
}

.tm-mailchimp-form.skin-secondary button,
.tm-mailchimp-form.skin-secondary input[type=submit],
.tm-mailchimp-form.skin-secondary input[type=reset] {
	color: #fff;
}

.tm-mailchimp-form.skin-secondary button:hover, .tm-mailchimp-form.skin-secondary button:focus,
.tm-mailchimp-form.skin-secondary input[type=submit]:hover,
.tm-mailchimp-form.skin-secondary input[type=submit]:focus,
.tm-mailchimp-form.skin-secondary input[type=reset]:hover,
.tm-mailchimp-form.skin-secondary input[type=reset]:focus {
	color: #fff;
}

.tm-mailchimp-form.skin-secondary input[type=text]:focus,
.tm-mailchimp-form.skin-secondary input[type=email]:focus {
	border-bottom-color: #fff;
	color: #fff;
}

.content-band-wrap {
	display: flex;
}

.tm-content-band.style-1 {
	position: relative;
	background-size: cover;
	background-position: center;
	transition: none;
	flex: 1 1 auto;
}

.tm-content-band.style-1 .content {
	background: rgba(0, 0, 0, 0.8);
	display: table;
	height: 100%;
}

.tm-content-band.style-1 .content-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 134px 50px;
}

.tm-content-band.style-1 .heading {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	padding: 17px 0;
}

.tm-content-band.style-1 .text {
	color: #aaa;
	padding: 17px 0;
}

@media (min-width: 992px) {
	.tm-content-band.style-1 .content {
		background: rgba(0, 0, 0, 0.5);
	}

	.tm-content-band.style-1 .heading-wrap {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translate(0, -50%);
	}

	.tm-content-band.style-1 .text {
		opacity: 0;
		visibility: hidden;
	}

	.tm-content-band.style-1:hover .content {
		background: rgba(0, 0, 0, 0.8);
	}

	.tm-content-band.style-1:hover .heading-wrap {
		position: static;
		transform: translate(0, 0);
	}

	.tm-content-band.style-1:hover .text {
		transition: .5s ease-out .3s;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.content-band-wrap {
		display: block;
	}
}

@media (max-width: 767px) {
	.tm-content-band.style-1 .content-inner {
		padding: 90px 30px;
	}

	.tm-content-band.style-1 .heading {
		padding: 10px 0;
	}

	.tm-content-band.style-1 .text {
		padding: 10px 0;
	}
}

.tm-popup-video.style-poster {
	position: relative;
}

.tm-popup-video.style-poster.overlay-style-1 .video-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.tm-popup-video.style-poster .video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tm-popup-video.style-poster img {
	width: 100%;
}

.tm-popup-video.style-poster .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	color: #fff;
	font-size: 86px;
	height: 86px;
	line-height: 1;
}

.tm-popup-video.style-poster .video-play i:hover {
	font-size: 103px;
	height: 103px;
}

.tm-popup-video.style-poster.button-style-2 .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster.button-style-2 .video-play:hover {
	height: 100px;
	width: 100px;
}

.tm-popup-video.style-poster.button-style-2 .video-play .video-play-icon {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 1px;
	margin-left: 3px;
	transform: translate(-50%, -50%);
}

.tm-popup-video.style-button .video-play i {
	border-radius: 50% !important;
	font-size: 117px !important;
	height: 117px !important;
	line-height: 1 !important;
}

.tm-popup-video.style-button.button-style-2 {
	display: inline-block;
}

.tm-popup-video.style-button.button-style-2 .video-play {
	position: relative;
}

.tm-popup-video.style-button.button-style-2 .video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 3px;
	margin-left: 3px;
}

.tm-popup-video.button-style-2 .video-play {
	border-radius: 50%;
	height: 94px;
	width: 94px;
	text-align: center;
}

.tm-gallery {
	position: relative;
}

.tm-gallery img {
	width: 100%;
}

.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 {
	border-radius: 10px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
}

.tm-view-demo .item-wrap:hover .overlay {
	visibility: visible;
	opacity: .9;
}

.tm-view-demo .item-wrap:hover .overlay-content {
	visibility: visible;
	opacity: 1;
	-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(-28px);
}

.tm-view-demo .info {
	padding: 38px 15px;
	background: #fff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tm-view-demo .heading {
	font-size: 20px;
	line-height: 1.15;
}

.tm-view-demo .heading a {
	color: inherit;
}

.tm-view-demo .thumbnail {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}

.tm-view-demo .thumbnail img {
	width: 100%;
}

.tm-view-demo .overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2b636), color-stop(99%, #d16d20));
	background: -moz-linear-gradient(left, #f2b636 0, #d16d20 99%);
	background: -webkit-linear-gradient(left, #f2b636 0, #d16d20 99%);
	background: -o-linear-gradient(left, #f2b636 0, #d16d20 99%);
	background: -ms-linear-gradient(left, #f2b636 0, #d16d20 99%);
	background: linear-gradient(left, #f2b636 0, #d16d20 99%);
}

.tm-view-demo .overlay-content {
	position: absolute;
	top: 50%;
	left: 0;
	visibility: hidden;
	width: 100%;
	text-align: center;
	opacity: 0;
	transform: translateY(-68px);
}

.tm-view-demo .badge {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 85px;
	height: 85px;
	background: transparent url(assets/images/new-badge.png) no-repeat;
	z-index: 999;
}

@media (min-width: 1200px) {
	.tm-view-demo .thumbnail {
		border-radius: 5px;
	}

	.tm-view-demo .overlay-content {
		top: auto;
		bottom: 20px;
		transform: translateY(0);
	}

	.tm-view-demo .info {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
		color: #fff;
		background-color: transparent;
		margin-top: -30px;
		transition: margin .3s;
	}

	.tm-view-demo .info a {
		color: #fff;
	}

	.tm-view-demo .item-wrap:hover .overlay {
		visibility: visible;
		opacity: .9;
	}

	.tm-view-demo .item-wrap:hover .overlay-content {
		transform: translateY(0);
		bottom: 50px;
	}

	.tm-view-demo .item-wrap:hover .info {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
}

.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 {
	position: relative;
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
}

.tm-instagram .heading {
	font-size: 32px;
	margin-bottom: 5px;
}

.tm-instagram .username {
	margin-bottom: 40px;
}

.tm-instagram .username a {
	color: #878c9b;
}

.tm-instagram .username a:hover {
	text-decoration: underline;
}

.tm-instagram ul {
	margin: 0;
	padding: 0;
}

.tm-instagram ul li {
	list-style: none;
}

.tm-instagram ul li img {
	width: 100%;
}

.tm-instagram .item {
	position: relative;
	float: left;
}

.tm-instagram .item .item-info {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
	transform: translate(0, -50%);
}

.tm-instagram .item .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 .item:hover .overlay {
	visibility: visible;
	opacity: 1;
}

.tm-instagram .item .item-info > li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
}

.tm-instagram .item .item-info > li + li {
	margin-left: 10px;
}

.tm-instagram .item .item-info > li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
}

.tm-instagram .item .item-info > li.likes:before {
	content: '\f08a';
}

.tm-instagram .item .item-info > li.comments:before {
	content: '\f0e5';
}

.tm-instagram .inner {
	position: relative;
}

.tm-twitter.style-1 {
	max-width: 900px;
	margin: 0 auto;
}

.tm-twitter.style-1 .tweet {
	position: relative;
	padding-top: 50px;
	text-align: center;
}

.tm-twitter.style-1 .tweet:before {
	display: block;
	content: "\f099";
	font-size: 120px;
	line-height: 1;
	font-family: FontAwesome;
	margin-bottom: 10px;
}

.tm-twitter.style-1 .tweet .tweet-heading {
	font-size: 32px;
}

.tm-twitter.style-1 .tweet .tweet-text {
	font-size: 24px;
	margin-top: 40px;
}

.tm-twitter.style-1 .tweet + .tweet {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.tm-twitter.style-1 .tweet + .tweet:before {
	top: 13px;
}

.tm-twitter.style-2 .tweet {
	position: relative;
	padding-left: 50px;
}

.tm-twitter.style-2 .tweet:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "\f099";
	font-size: 40px;
	font-family: FontAwesome;
	line-height: 40px;
}

.tm-twitter.style-2 .tweet .tweet-date {
	font-size: 12px;
}

.tm-twitter.style-2 .tweet + .tweet {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.tm-twitter.style-2 .tweet + .tweet:before {
	top: 13px;
}

.tm-timeline ul {
	margin: 0;
	padding: 0;
}

.tm-timeline ul li {
	position: relative;
	list-style-type: none;
	padding-bottom: 30px;
	padding-left: 35px;
}

.tm-timeline ul li:before {
	position: absolute;
	top: 0;
	left: 8px;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #eee;
}

.tm-timeline ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: '';
}

.tm-timeline ul li:last-child:before {
	display: none;
}

.tm-timeline .photo {
	margin-bottom: 20px;
}

.tm-timeline .heading {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.tm-timeline .photo {
		margin-bottom: 0;
	}
}

.tm-blockquote {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}

.tm-blockquote blockquote {
	padding: 45px 40px 45px;
	border-radius: 5px;
	color: inherit;
	font-size: inherit;
	background: none;
}

.tm-blockquote blockquote:before {
	display: none;
}

.tm-blockquote .heading {
	font-size: 20px;
	margin-bottom: 8px;
}

.tm-blockquote.style-1 blockquote {
	border: 1px solid #eee;
}

.tm-blockquote.style-2 blockquote {
	border: 1px solid #ffc828;
}

.tm-blockquote.style-2 svg {
	position: absolute;
	top: 30px;
	right: 33px;
}

.tm-blockquote.style-3 blockquote {
	border: 1px solid #ffc828;
	padding-left: 75px;
}

.tm-blockquote.style-3 svg {
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -10px;
}

.tm-drop-cap {
	margin-bottom: 70px;
}

.tm-drop-cap.style-1 .drop-cap {
	float: left;
	font-size: 56px;
	line-height: 50px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 3px;
}

.tm-drop-cap.style-2 .drop-cap {
	float: left;
	font-size: 56px;
	line-height: 50px;
	padding: 7px 13px 7px 9px;
	color: #fff;
	margin: -8px 10px 0 -18px;
}

.gmap-marker-wrap {
	padding: 20px;
}

.gmap-marker-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}

.gmap-marker-content {
	font-size: 14px;
}

.gmap-marker-content i {
	font-size: 15px;
	margin-right: 5px;
}

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

.tm-product div.product .product-thumbnail:hover .product-overlay {
	visibility: visible;
	opacity: .9;
}

.tm-product div.product .product-thumbnail > a > img {
	width: 100%;
}

.tm-product div.product .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.tm-product div.product .product-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 22px;
	transform: translate(-50%, -50%);
}

.tm-product div.product .product-info {
	padding: 20px;
	border: 1px solid #eee;
	border-top: none;
}

.tm-product div.product .product-info h2 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.1;
}

.tm-product div.product .product-info .price-rate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tm-product div.product .product-info .price {
	font-size: 20px;
	line-height: 1.1;
}

.tm-product div.product .product-info .price del, .tm-product div.product .product-info .price span, .tm-product div.product .product-info .price ins {
	font-size: inherit;
}

.tm-product div.product .badges {
	position: absolute;
	top: 20px;
	right: 0;
	display: flex;
	z-index: 1;
	margin: 0 -2px;
}

.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;
	padding: 0;
	margin: 0 2px;
	width: 50px;
	height: 24px;
	min-width: 50px;
	min-height: 24px;
	line-height: 24px;
	border-radius: 0;
	border: none;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.tm-product div.product .badges .hot {
	background: #f4cb75;
}

.tm-product div.product .badges .onsale {
	background: #d0011b;
}

.tm-product div.product .badges .new {
	background: #87ab69;
}

.tm-product div.product .out-of-stock-label {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	padding: 10px 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.tm-product .tm-swiper .swiper-pagination {
	margin-top: 32px;
}

.tm-product-categories .grid-item {
	overflow: hidden;
}

.tm-product-categories .cat-thumbnail {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.tm-product-categories .cat-thumbnail:hover {
	transform: scale(1.1);
}

.tm-product-categories .cat-thumbnail {
	position: relative;
}

.tm-product-categories .cat-thumbnail img {
	width: 100%;
}

.tm-product-categories .info {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.tm-product-categories .heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	padding: 0 30px 0 50px;
	word-wrap: break-word;
}

.tm-product-categories .heading a {
	color: inherit;
}

@media (max-width: 1199px) {
	.tm-product-categories .info {
		bottom: 30px;
	}

	.tm-product-categories .heading {
		padding: 0 30px;
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.tm-product-categories .heading {
		font-size: 24px;
	}
}

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

.tm-rotate-box .text {
	color: #fff;
	margin: 0 auto 30px;
	max-width: 420px;
}

.page-content .tm-custom-menu .widget {
	margin: 0 !important;
}

.page-content .tm-custom-menu.style-1 .menu > li {
	margin: 0;
}

.page-content .tm-custom-menu.style-1 .menu > li > a {
	font-size: 14px;
	color: inherit;
}

.page-content .tm-custom-menu.horizontal .menu {
	margin: 0 -5px;
}

.page-content .tm-custom-menu.horizontal .menu > li {
	display: inline-block;
	padding: 0 5px;
}

.vc_progress_bar.wpb_content_element {
	margin-bottom: 60px;
}

.vc_progress_bar .vc_single_bar_wrapper {
	padding-bottom: 4px;
}

.vc_progress_bar .vc_single_bar_wrapper .vc_single_bar {
	background: #f5f5f5;
}

.vc_progress_bar .vc_single_bar_wrapper + .vc_single_bar_wrapper {
	margin-top: 40px;
}

.vc_progress_bar .vc_single_bar_title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

.vc_progress_bar .vc_single_bar_title .vc_label_units {
	float: right;
	font-weight: normal;
}

.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 .vc_general.vc_single_bar .vc_bar:before {
	position: absolute;
	top: -4px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: inherit;
	content: '';
}

.vc_row-has-overlay {
	position: relative;
}

.vc_row-has-overlay .vc_row-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vc_row.five-columns .vc_col-lg-2,
.vc_row.five-columns .vc_col-md-2,
.vc_row.five-columns .vc_col-sm-2 {
	min-height: 0;
}

.wrapper-full-height .wpb_wrapper {
	height: 100%;
}

.row-inner-full-height > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.row-inner-full-height > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
	height: 100%;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
}

@media (min-width: 768px) {
	.vc_row.five-columns .vc_col-lg-2,
	.vc_row.five-columns .vc_col-md-2,
	.vc_row.five-columns .vc_col-sm-2 {
		width: 20%;
	}
}

.vc_row-has-separator {
	position: relative;
	overflow: visible !important;
}

.vc_row-has-separator .vc_column_container {
	z-index: 2;
}

.vc_row-big_triangle .vc_row-separator:before {
	right: 50%;
	border-right: 1000px solid #fff;
	border-left: 1000px solid;
}

.vc_row-big_triangle .vc_row-separator:after {
	left: 50%;
	border-right: 1000px solid;
	border-left: 1000px solid #fff;
}

.vc_row-big_triangle .vc_row-separator:after, .vc_row-big_triangle .vc_row-separator:before {
	position: absolute;
	bottom: -108px;
	z-index: 1;
	width: 50%;
	border-bottom: 310px solid #1e73be;
	/* Change the height and the color below */
	content: '';
	transform: rotate(0deg);
}

.vc_row-triangle.vc_row-separator-up .vc_row-separator:before {
	content: '';
	top: -50px;
}

.vc_row-triangle.vc_row-separator-down .vc_row-separator:after {
	content: '';
	bottom: -50px;
}

.vc_row-triangle.vc_row-separator-both .vc_row-separator:before {
	content: '';
	top: -50px;
}

.vc_row-triangle.vc_row-separator-both .vc_row-separator:after {
	content: '';
	bottom: -50px;
}

.vc_row-triangle .vc_row-separator {
	background: inherit;
}

.vc_row-triangle .vc_row-separator:before, .vc_row-triangle .vc_row-separator:after {
	position: absolute;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translateX(-50%) rotate(45deg);
	pointer-events: none;
	background: inherit;
	z-index: 10;
}

.vc_row-half_circle.vc_row-separator-up .vc_row-separator:before {
	content: '';
	top: -50px;
}

.vc_row-half_circle.vc_row-separator-down .vc_row-separator:after {
	content: '';
	bottom: -50px;
}

.vc_row-half_circle.vc_row-separator-both .vc_row-separator:before {
	content: '';
	top: -50px;
}

.vc_row-half_circle.vc_row-separator-both .vc_row-separator:after {
	content: '';
	bottom: -50px;
}

.vc_row-half_circle .vc_row-separator {
	background: inherit;
}

.vc_row-half_circle .vc_row-separator:before, .vc_row-half_circle .vc_row-separator:after {
	position: absolute;
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	transform: translateX(-50%);
	pointer-events: none;
}

@media (max-width: 991px) {
	.vc_row-big_triangle .vc_row-separator:after, .vc_row-big_triangle .vc_row-separator:before {
		bottom: -40px;
		border-bottom-width: 200px;
	}
}

.vc_column-has-overlay {
	position: relative;
	z-index: 1;
}

.vc_column-has-overlay .vc_column-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.wpb_single_image.vc_full_width img {
	width: 100%;
}

.wpb_single_image .vc_figure {
	width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

@media (max-width: 991px) {
	.wpb_single_image.vc_tablet_align_center {
		text-align: center !important;
	}
}

@media (max-width: 543px) {
	.wpb_single_image.vc_mobile_align_center {
		text-align: center !important;
	}
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab > a {
	color: #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: 18px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-construct-01 .vc_tta-tab {
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-construct-01 .vc_tta-tab + .vc_tta-tab {
	margin-left: 5px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-construct-02 .vc_tta-tab {
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-construct-02 .vc_tta-tab + .vc_tta-tab {
	margin-left: 30px;
}

.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-construct-01 .vc_tta-tabs-list {
	margin: 0;
	margin-bottom: -2px;
}

.wpb-js-composer .vc_tta-style-construct-02 .vc_tta-tabs-list {
	margin: -3px 0 -2px 0 !important;
}

.wpb-js-composer .vc_tta-style-construct-01 .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-construct-03 .vc_tta-tab > a {
	background: #f1f1f1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-01 .vc_tta-tab > a {
	padding: 6px 18px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-02 .vc_tta-tab > a {
	padding: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-tab > a {
	padding: 6px 20px;
}

.wpb-js-composer .vc_tta-style-construct-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-construct-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-construct-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-construct-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-construct-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-construct-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	overflow: inherit;
}

.wpb-js-composer .vc_tta-style-construct-01 .vc_tta-tab.vc_active {
	position: relative;
	color: #fff;
}

.wpb-js-composer .vc_tta-style-construct-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-construct-02 .vc_tta-tab.vc_active {
	border-bottom: 2px solid red;
}

.wpb-js-composer .vc_tta-style-construct-03 .vc_tta-tab.vc_active {
	position: relative;
	color: #fff;
}

.wpb-js-composer .vc_tta-style-construct-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-construct-01 .vc_tta-panels-container {
	border: 2px solid #eee;
}

.wpb-js-composer .vc_tta-style-construct-02 .vc_tta-panels-container {
	border-top: 2px solid #f5f5f5;
}

.wpb-js-composer .vc_tta-style-construct-01.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px 38px;
}

.wpb-js-composer .vc_tta-style-construct-02.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px 0;
	border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-01 .vc_tta-panel-heading {
	border: 0;
}

.vc_tta.vc_general.vc_tta-style-construct-01 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-construct-02 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
	border: 0;
	margin: 0;
}

.vc_tta.vc_general.vc_tta-style-construct-01 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-construct-02 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
	border: 0;
	margin: 0;
	border-top: 2px solid #f1f1f1;
}

@media (max-width: 767px) {
	.wpb-js-composer .vc_tta-style-construct-02.vc_tta.vc_general .vc_tta-panel-body {
		padding: 50px 20px;
	}

	.wpb-js-composer .vc_tta-style-construct-02.vc_tta.vc_general .vc_tta-panel-title {
		font-size: 18px;
	}

	.wpb-js-composer .vc_tta-style-construct-02 .vc_tta-panels-container,
	.wpb-js-composer .vc_tta-style-construct-03 .vc_tta-panels-container {
		border: 2px solid #eee;
	}
}

@media (min-width: 768px) {
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-tabs-container {
		width: 25%;
		float: left;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-panels-container {
		float: left;
		width: 75%;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-03 .vc_tta-tab {
		display: block;
		margin-right: 0;
	}

	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-construct-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;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider {
	border: none;
	border-radius: 3px;
	background: #d8d8d8;
	box-shadow: none !important;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle {
	background-color: #fff;
	min-width: 24px;
	height: 24px;
	box-shadow: none !important;
	border: 1px solid #ddd;
	outline: none;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 12px;
	background: #ffc828;
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle.ui-state-hover:after, .btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle.ui-state-focus:after {
	opacity: 1;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle .btQuoteSliderValue {
	position: absolute;
	top: -32px;
	left: 50%;
	min-width: 27px;
	height: 25px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 25px;
	padding: 0 5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1d2736;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider .ui-slider-handle .btQuoteSliderValue:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: transparent transparent transparent transparent;
	border-top-color: #1d2736;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btQuoteBooking .btQuoteBookingForm .ui-slider.ui-slider-horizontal {
	height: 6px;
	margin-top: 20px;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -18px;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider.ui-slider-horizontal .ui-slider-range-min {
	background: red;
}

.btQuoteBooking .btQuoteBookingForm .ui-slider.ui-slider-horizontal .slider-range {
	height: 6px;
	background: #ffc828;
	border-radius: 3px;
}

.btQuoteBooking .btQuoteBookingForm .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .btQuoteBookingForm .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: none;
}

.btQuoteBooking .btQuoteBookingForm .dd.ddcommon.borderRadius .ddTitleText {
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 45px;
}

.btQuoteBooking .btQuoteBookingForm .btTotalNextWrapper {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	background-color: transparent;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal::after {
	content: "";
	display: table;
	clear: both;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotalText {
	font-size: 20px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	color: #1b1f2d;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotalText:before {
	content: '\f0d6';
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-size: 32px;
	color: #ffc828;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotalCalc, .btQuoteBooking .btQuoteBookingForm .btQuoteTotalCurrency {
	font-size: 24px;
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	color: #1b1f2d;
	margin-top: 8px;
}

.btQuoteBooking .btQuoteBookingForm .btContactNext {
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	border: 2px solid #ffc828;
	background-color: #ffc828;
	height: 56px;
}

.btQuoteBooking .btQuoteBookingForm .btContactNext:hover, .btQuoteBooking .btQuoteBookingForm .btContactNext:active {
	box-shadow: none;
	background-color: #1b1f2d;
	border-color: #1b1f2d;
}

.btQuoteBooking .btTotalQuoteContactGroup .boldBtn {
	text-align: left;
	padding: 0 10px;
}

.btQuoteBooking .btTotalQuoteContactGroup .btContactSubmit {
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	border: 2px solid #ffc828;
	background-color: #ffc828;
	height: 56px;
}

.btQuoteBooking .btTotalQuoteContactGroup .btContactSubmit:hover, .btQuoteBooking .btTotalQuoteContactGroup .btContactSubmit:active {
	box-shadow: none;
	background-color: #1b1f2d;
	border-color: #1b1f2d;
}

.btQuoteBooking .btTotalQuoteContactGroup input, .btQuoteBooking .btTotalQuoteContactGroup textarea, .btQuoteBooking .btTotalQuoteContactGroup .btContactFieldMandatory .ddcommon.borderRadius .ddTitleText {
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 5px;
	box-shadow: none;
}

.btQuoteBooking .btTotalQuoteContactGroup input:hover, .btQuoteBooking .btTotalQuoteContactGroup textarea:hover, .btQuoteBooking .btTotalQuoteContactGroup .btContactFieldMandatory .ddcommon.borderRadius .ddTitleText:hover {
	box-shadow: none;
}

.btQuoteBooking .btTotalQuoteContactGroup input:focus, .btQuoteBooking .btTotalQuoteContactGroup textarea:focus, .btQuoteBooking .btTotalQuoteContactGroup .btContactFieldMandatory .ddcommon.borderRadius .ddTitleText:focus {
	box-shadow: none;
	border-color: #1b1f2d;
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: none;
	outline: none;
	border-color: #1b1f2d;
}

/*
Widgets
*/
.page-content .widget {
	margin: 0 0 30px;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 25px 30px 30px;
	border-top: 5px solid;
}

.page-content .widget-title,
.page-content .widgettitle {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ffc828;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 700;
}

.page-sidebar .page-sidebar-inner {
	height: 100%;
}

.page-sidebar .page-sidebar-content {
	height: 100%;
}

.wpb_widgetised_column.left {
	padding-right: 30px;
}

.wpb_widgetised_column.left .wpb_wrapper {
	padding-right: 30px;
}

.wpb_widgetised_column.left .wpb_wrapper:after {
	right: 0;
}

.wpb_widgetised_column.right {
	padding-left: 30px;
}

.wpb_widgetised_column.right .wpb_wrapper {
	padding-left: 30px;
}

.wpb_widgetised_column.right .wpb_wrapper:after {
	left: 0;
}

.wpb_widgetised_column .wpb_wrapper {
	padding-top: 100px;
	max-width: 370px;
	width: 100%;
	position: relative;
}

.wpb_widgetised_column .wpb_wrapper:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3000px;
	background-color: #fff;
	content: '';
	z-index: -1;
	height: 5000px;
}

@media (max-width: 1199px) {
	.wpb_widgetised_column {
		padding: 0 !important;
	}

	.wpb_widgetised_column .wpb_wrapper {
		padding: 50px 30px;
		background: #fff;
		max-width: 100%;
	}

	.wpb_widgetised_column .wpb_wrapper:after {
		display: none;
	}
}

.page-footer .widget {
	margin-bottom: 50px;
}

.page-footer .widget-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 23px;
}

.page-footer .widget_recent_entries li,
.page-footer .widget_recent_comments li,
.page-footer .widget_archive li,
.page-footer .widget_categories li,
.page-footer .widget_meta li,
.page-footer .widget_product_categories li,
.page-footer .widget_rss li,
.page-footer .widget_pages li,
.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
	margin-bottom: 1px;
}

.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-bottom: 13px;
	list-style-type: none;
}

.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children,
.insight-core-bmw li .children {
	padding-top: 10px;
	padding-left: 15px;
}

.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 {
	font-size: inherit;
	font-family: inherit;
}

.widget_nav_menu .sub-menu,
.insight-core-bmw .sub-menu {
	margin: 13px 0 0 15px;
}

.widget_recent_comments .comment-author-link {
	position: relative;
	padding-left: 20px;
}

.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_entries .post-date {
	display: block;
	font-size: 16px;
	color: #a9adb9;
}

.widget.widget_rss .widget-title a {
	display: inline-block;
	vertical-align: middle;
}

.widget.widget_rss .widget-title .rss-widget-icon {
	vertical-align: middle;
	margin-bottom: 4px;
}

.sidebar-style-2 .page-sidebar .widget {
	margin: 0 0 45px;
	background-color: transparent;
	border: none;
	padding: 0;
}

.sidebar-style-2 .page-sidebar .widget-title,
.sidebar-style-2 .page-sidebar .widgettitle {
	margin-bottom: 25px;
	padding-bottom: 5px;
	line-height: 1;
}

.sidebar-style-2 .page-sidebar .widget_pages > ul {
	border: 1px solid #eee;
	border-bottom: 0;
}

.sidebar-style-2 .page-sidebar .widget_pages > ul a {
	display: block;
	font-size: 16px;
}

.sidebar-style-2 .page-sidebar .widget_pages li > a {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.sidebar-style-2 .page-sidebar .widget_pages li {
	margin-bottom: 0;
}

.sidebar-style-2 .page-sidebar .widget_pages .sub-menu {
	padding-left: 15px;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu ul.menu,
.sidebar-style-2 .page-sidebar .insight-core-bmw ul.menu {
	border: 1px solid #eee;
	border-bottom: 0;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu ul.menu a,
.sidebar-style-2 .page-sidebar .insight-core-bmw ul.menu a {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu ul.menu a:hover,
.sidebar-style-2 .page-sidebar .insight-core-bmw ul.menu a:hover {
	background: #ffc828;
	color: #fff;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu li > a,
.sidebar-style-2 .page-sidebar .insight-core-bmw li > a {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu li,
.sidebar-style-2 .page-sidebar .insight-core-bmw li {
	margin-bottom: 0;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu .sub-menu,
.sidebar-style-2 .page-sidebar .insight-core-bmw .sub-menu {
	padding-left: 15px;
}

.sidebar-style-2 .page-sidebar .widget_nav_menu .current-menu-item a,
.sidebar-style-2 .page-sidebar .insight-core-bmw .current-menu-item a {
	background: #ffc828;
	color: #fff;
}

.widget_search form,
.widget_product_search form {
	position: relative;
}

.widget_search .search-field,
.widget_product_search .search-field {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 15px;
	border-radius: 5px;
}

.widget_search .search-field::-webkit-input-placeholder,
.widget_product_search .search-field::-webkit-input-placeholder {
	font-size: 15px;
}

.widget_search .search-field:-moz-placeholder,
.widget_product_search .search-field:-moz-placeholder {
	/* Firefox 18- */
	font-size: 15px;
}

.widget_search .search-field::-moz-placeholder,
.widget_product_search .search-field::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 15px;
}

.widget_search .search-field:-ms-input-placeholder,
.widget_product_search .search-field:-ms-input-placeholder {
	font-size: 15px;
}

.widget_search .search-submit,
.widget_product_search .search-submit {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 0;
	width: 21px;
	height: 21px;
	border: 0;
	background: transparent;
	text-align: center;
	line-height: 21px;
	transform: translate(0, -50%);
}

.widget_search .search-submit i,
.widget_product_search .search-submit i {
	font-size: 15px;
}

.widget_search .search-submit i:before,
.widget_product_search .search-submit i:before {
	font-weight: normal;
}

.tagcloud a {
	display: inline-block;
	color: inherit;
	font-size: inherit !important;
}

.tm-posts-widget .post-item {
	display: flex;
}

.tm-posts-widget .post-item + .post-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.tm-posts-widget .post-widget-thumbnail {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	min-width: 80px;
	position: relative;
}

.tm-posts-widget .post-widget-thumbnail:hover .post-widget-overlay {
	visibility: visible;
	opacity: 1;
}

.tm-posts-widget .post-widget-title {
	margin-bottom: 5px;
	line-height: 1.2;
}

.tm-posts-widget .post-widget-title a {
	font-size: 16px;
}

.tm-posts-widget .post-date {
	font-size: 13px;
}

.tm-posts-widget .post-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
}

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

.insight-ads {
	position: relative;
	overflow: hidden;
}

.insight-ads:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	content: '';
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	opacity: 0;
}

.insight-ads:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	opacity: 1;
}

/*
Woo Commerce
*/
.mini-cart {
	position: relative;
}

.mini-cart ul {
	margin: 0;
	padding: 0;
}

.mini-cart.hide-on-empty [data-count="0"] {
	display: none;
}

.mini-cart .mini-cart-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}

.mini-cart .mini-cart-icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	color: inherit;
	content: "\f290";
	font-family: 'FontAwesome';
	line-height: normal;
	font-weight: normal;
	transform: translate(0, -50%);
}

.mini-cart .mini-cart-icon:after {
	position: absolute;
	top: -4px;
	right: 0;
	color: inherit;
	content: attr(data-count);
	font-weight: bold;
	font-size: 13px;
}

.mini-cart .widget_shopping_cart_content {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	z-index: 99999;
	visibility: hidden;
	overflow: auto;
	max-height: 700px;
	width: 360px;
	background-color: #fff;
	opacity: 0;
	border: 1px solid #eee;
	border-bottom: 2px solid transparent;
	padding: 30px 20px 27px;
}

.mini-cart .widget_shopping_cart_content li > a:not(.remove) {
	font-size: 16px !important;
	font-weight: 700;
}

.mini-cart .widget_shopping_cart_content .empty {
	margin: 0;
}

.mini-cart.open .widget_shopping_cart_content {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.widget_shopping_cart_content .cart-footer {
	display: flex;
	align-items: center;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 22px;
}

.widget_shopping_cart_content .total {
	width: 100%;
	font-size: 16px;
	border-top: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.widget_shopping_cart_content .total .amount {
	font-size: 20px;
	font-weight: 700;
}

.widget_shopping_cart_content .buttons {
	display: inline-block;
}

.widget_shopping_cart_content .buttons a {
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	white-space: nowrap;
}

.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 {
	padding-top: 30px !important;
	margin-top: 30px !important;
	border-top: 1px solid #ddd !important;
}

.cart_list.product_list_widget li img {
	float: left !important;
	margin-right: 20px;
	width: 80px;
	height: 80px;
}

.cart_list.product_list_widget li .quantity {
	display: block;
	font-size: 16px;
}

.cart_list.product_list_widget li .quantity .amount {
	color: #ffc828;
	font-weight: 700;
}

.cart_list.product_list_widget li .remove {
	position: relative !important;
	float: right;
	width: 20px;
	height: 20px;
	color: inherit !important;
	font-size: 0;
	line-height: 1.5;
}

.cart_list.product_list_widget li .remove:hover {
	background: transparent;
	color: initial !important;
}

.cart_list.product_list_widget li .remove:after {
	position: absolute;
	top: 2px;
	left: 3px;
	content: '\f1f8';
	font-size: 14px;
	font-family: FontAwesome;
}

.cart_list.product_list_widget a {
	font-weight: normal;
	font-size: 16px;
}

.cart-footer {
	display: flex;
}

.woocommerce .page-sidebar .page-sidebar-content {
	border: 0 !important;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 0;
	background-color: #eee;
	height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #aaa;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	top: -6px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left;
	font-size: inherit;
	line-height: inherit;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	padding: 0 33px !important;
	height: 44px;
	line-height: 38px !important;
	float: right;
}

.woocommerce .widget_price_filter .price_label {
	padding-top: 9px;
}

.woocommerce ul.product_list_widget li {
	padding: 0;
}

.woocommerce ul.product_list_widget li + li {
	margin-top: 20px;
}

.woocommerce ul.product_list_widget li img {
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 0;
	margin-right: 20px;
}

.woocommerce ul.product_list_widget li .amount {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
}

.woocommerce ul.product_list_widget li > a {
	display: block;
	margin-bottom: 7px;
	line-height: 1.1;
	font-weight: 700;
	font-size: 16px;
	font-size: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.woocommerce ul.product_list_widget li .star-rating {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li {
	padding-left: 0;
}

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

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

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

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

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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.button {
	padding: 0 40px !important;
	height: 56px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold !important;
	font-size: 14px !important;
	line-height: 56px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.button:hover {
	color: #fff;
}

.woocommerce.search-results .site {
	background-color: #fff;
}

.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 .amount {
	font-weight: 700;
}

.woocommerce .price {
	font-weight: 700;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.woocommerce ins {
	background: none;
	color: #ffc828;
}

.woocommerce ins .amount {
	color: inherit;
}

.woocommerce del {
	position: relative;
	text-decoration: none;
}

.woocommerce del .amount {
	color: #bbb !important;
}

.woocommerce del:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bbb;
	content: '';
}

.woocommerce .star-rating {
	color: #ffc926;
	font-size: 14px;
	margin-bottom: 0 !important;
}

.woocommerce .star-rating:before {
	color: #ddd;
	content: "SSSSS";
}

.woocommerce div.quantity {
	position: relative;
	width: 66px;
}

.woocommerce div.quantity button {
	position: absolute;
	right: 0;
	padding: 0;
	width: 30px;
	height: 20px;
	border: 0;
	font-size: 0;
}

.woocommerce div.quantity button:hover {
	background-color: transparent;
	color: #888;
}

.woocommerce div.quantity .qty {
	padding: 3px 30px 3px 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #eee;
}

.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;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADpJREFUCB1tysEJADAIA8BkGses3VKnScmj1EeFgCQHjOvudEb1Xg9VJWcimriQtB4HSO6ISP7GC40OZdMiSNescVAAAAAASUVORK5CYII=") no-repeat center;
}

.woocommerce div.quantity .decrease {
	bottom: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=") no-repeat center;
}

.woocommerce nav.woocommerce-pagination {
	text-align: right;
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 15px 0 0;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	border: 0;
	list-style-type: none;
}

.woocommerce nav.woocommerce-pagination ul li + li {
	margin-left: 10px;
}

.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: 16px;
	line-height: 40px;
	border-radius: 5px;
	background: #fff;
	color: #828796;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	font-size: 10px;
	line-height: 43px;
}

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

.woocommerce .archive-shop-actions {
	margin-bottom: 15px;
}

.woocommerce .archive-shop-actions select {
	padding: 3px 15px;
	height: 40px;
	border: 1px solid #eee;
}

.woocommerce .archive-shop-actions .shop-filter-left,
.woocommerce .archive-shop-actions .shop-filter-right {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
	margin: 0;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

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

.woocommerce .cats .cat-count {
	margin: 0;
	color: initial;
	font-size: 12px;
}

.woocommerce .products div.product {
	margin-bottom: 35px;
}

.woocommerce .products div.product .product-thumbnail {
	position: relative;
}

.woocommerce .products div.product .product-thumbnail:hover .product-overlay {
	visibility: visible;
	opacity: .9;
}

.woocommerce .products div.product .product-thumbnail > a > img {
	width: 100%;
}

.woocommerce .products div.product .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.woocommerce .products div.product .product-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 22px;
	transform: translate(-50%, -50%);
}

.woocommerce .products div.product .product-info {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
}

.woocommerce .products div.product .product-info .woocommerce-loop-product__title {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.1;
}

.woocommerce .products div.product .product-info .price-rate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce .products div.product .product-info .price {
	font-size: 20px;
	line-height: 1.1;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.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-weight: 700;
	font-size: inherit;
}

.woocommerce .product .badges {
	position: absolute;
	top: 20px;
	right: 0;
	display: flex;
	z-index: 1;
	margin: 0 -2px;
}

.woocommerce .product .badges .onsale,
.woocommerce .product .badges .hot,
.woocommerce .product .badges .new {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0 2px;
	width: 50px;
	height: 24px;
	min-width: 50px;
	min-height: 24px;
	line-height: 24px;
	border-radius: 0;
	border: none;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.woocommerce .product .badges .hot {
	background: #f4cb75;
}

.woocommerce .product .badges .onsale {
	background: #d0011b;
}

.woocommerce .product .badges .new {
	background: #87ab69;
}

.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;
	font-family: "linea-basic-10";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '#';
}

.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 {
	height: auto !important;
	margin: 2px 0 0 10px !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid #fff !important;
	background-color: transparent !important;
	color: #fff !important;
	padding: 0 0 5px !important;
	line-height: 1.2 !important;
}

.woocommerce-error .button.button:hover,
.woocommerce-info .button.button:hover,
.woocommerce-message .button.button:hover {
	background-color: transparent !important;
	color: #fff !important;
	padding: 0 0 8px !important;
}

.woocommerce-error {
	background: #d9534f;
}

.woocommerce-info {
	background: #5bc0de;
}

.woocommerce-message {
	background: #5cb85c;
}

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

.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: 1.75px;
	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: 1.75px;
	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: 16px;
	font-weight: 700;
}

.woocommerce .cart.shop_table td.product-price, .woocommerce .cart.shop_table td.product-subtotal {
	font-size: 20px;
}

.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 tfoot th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.75px;
	font-weight: bold;
}

.woocommerce table.woocommerce-checkout-review-order-table .amount {
	font-size: 20px;
}

.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;
	letter-spacing: 1.75px;
	font-weight: 700;
	font-size: 14px;
	line-height: .9;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
	padding: 15px 0;
	border: 0;
	background: none;
	text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator {
	display: none;
}

.woocommerce .cart-shipping p {
	margin-bottom: 30px;
}

.woocommerce .cart-shipping .shipping-method-label {
	display: none;
}

.woocommerce .cart-shipping .shipping-method-label + p {
	display: none;
}

.woocommerce .cart-shipping .shipping-calculator-form {
	display: block !important;
}

body.woocommerce-cart .page-content {
	padding-bottom: 70px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 3px 20px;
	height: 56px;
	line-height: 51px;
}

body.woocommerce-cart .cross-sells {
	margin-bottom: 60px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
	text-align: right;
}

body.woocommerce-cart .wc-proceed-to-checkout a {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop {
	min-width: 238px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 6px;
	min-width: 170px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
	padding: 0;
	border: 0;
}

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

.woocommerce-checkout form .form-row {
	margin: 0 0 20px;
}

.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
	width: 50%;
}

.woocommerce-checkout form .form-row.form-row-first {
	padding-right: 10px;
}

.woocommerce-checkout form .form-row.form-row-last {
	padding-left: 10px;
}

.woocommerce-checkout form .form-row label {
	display: none;
}

.woocommerce-checkout #coupon_code {
	margin-bottom: 20px;
	height: 56px;
}

.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-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce .cart-collaterals .cart-totals-inner > h2,
.woocommerce .cart-shipping .woocommerce-shipping-calculator h2,
.woocommerce .cross-sells > h2 {
	margin-bottom: 40px;
	font-size: 24px;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	outline: none;
	border-color: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	padding: 0 15px;
	color: #828796;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

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

.woocommerce.single-product .product-feature {
	position: relative;
}

.woocommerce.single-product .product-feature .badges {
	position: absolute;
	right: 30px;
	top: 30px;
	bottom: auto;
	left: auto;
	z-index: 3;
	transform: translate(0, 0);
}

.woocommerce.single-product div.product > .row {
	margin-bottom: 30px;
}

.woocommerce.single-product div.product .images {
	margin-bottom: 70px;
	width: 100% !important;
	float: none;
}

.woocommerce.single-product div.product .images .thumbnails {
	padding: 0;
	margin-top: 10px;
}

.woocommerce.single-product div.product .images .thumbnails a {
	width: 100%;
	float: none;
	margin: 0;
}

.woocommerce.single-product div.product .images .thumbnails .item img {
	border: 2px solid #eee;
}

.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, .woocommerce.single-product div.product .tm-swiper.nav-style-3.has-pagination .swiper-nav-button {
	margin-top: -49px;
}

.woocommerce.single-product div.product .summary {
	width: 100% !important;
	margin-bottom: 40px;
	padding-left: 30px;
}

.woocommerce.single-product div.product .product_title {
	font-size: 32px;
	line-height: 1.2;
	margin: -4px 0 11px;
}

.woocommerce.single-product div.product p.price {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #ffc828;
}

.woocommerce.single-product div.product p.price del, .woocommerce.single-product div.product p.price ins {
	font-weight: 700;
}

.woocommerce.single-product div.product form.cart {
	margin-bottom: 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 .quantity-wrap {
	margin-bottom: 35px;
}

.woocommerce.single-product div.product form.cart div.quantity {
	margin: 0;
	float: none;
	display: inline-block;
}

.woocommerce.single-product div.product form.cart label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 8px;
}

.woocommerce.single-product div.product form.cart .variations select {
	margin-right: 0;
	height: 40px;
	border: 1px solid #eee;
	padding: 3px 30px 3px 15px;
	min-width: 0;
	width: auto;
}

.woocommerce.single-product div.product form.cart .variations .label {
	padding: 10px 5px 10px 0;
}

.woocommerce.single-product div.product form.cart .variations .value {
	width: 100%;
}

.woocommerce.single-product div.product form.cart .reset_variations {
	font-size: 0;
}

.woocommerce.single-product div.product form.cart .reset_variations:before {
	font-family: FontAwesome;
	content: '\f00d';
	font-size: 18px;
	margin-left: 10px;
}

.woocommerce.single-product div.product .stock {
	display: table;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3px;
	font-weight: 700;
}

.woocommerce.single-product div.product .in-stock {
	border: 2px solid #5cb85c;
	color: #5cb85c;
}

.woocommerce.single-product div.product .out-of-stock {
	border: 2px 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 {
	padding: 0 40px !important;
	display: block;
	float: none;
	color: #fff;
}

.woocommerce.single-product div.product .woocommerce-product-rating {
	line-height: 1.6;
}

.woocommerce.single-product div.product .woocommerce-product-rating .star-rating {
	margin: .6em 4px 0 0;
}

.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
	margin-left: 5px;
}

.woocommerce.single-product div.product .post-share {
	padding-bottom: 50px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 35px;
}

.woocommerce.single-product div.product .post-share h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.75px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}

.woocommerce.single-product div.product .post-share .product-sharing-list {
	display: inline-block;
	margin: 0 -7px;
}

.woocommerce.single-product div.product .post-share .product-sharing-list a {
	padding: 3px 7px;
	font-size: 16px;
}

.woocommerce.single-product div.product .product_meta {
	margin-top: 50px;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	padding-top: 14px;
}

.woocommerce.single-product div.product .product_meta .meta-item + .meta-item {
	margin-top: 8px;
}

.woocommerce.single-product div.product .product_meta h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.75px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}

.woocommerce.single-product div.product .product_meta a {
	color: inherit;
}

.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 {
	margin: 0 0 60px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 30px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
	left: 0;
	right: 0;
	bottom: 0px;
	height: 0;
	border-bottom: 1px solid #eee;
	content: "";
	top: auto;
	display: block;
	position: absolute;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid transparent;
	margin-right: 30px;
	z-index: 1;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

.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 #reviews #comments .commentlist {
	margin: 0 0 60px;
	padding: 0;
}

.woocommerce.single-product #reviews #comments .commentlist .comment {
	list-style-type: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 40px;
	padding-bottom: 40px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.woocommerce.single-product #reviews #comments .commentlist .avatar {
	width: 108px;
	padding: 0;
	border: 0;
	border-radius: 50%;
}

.woocommerce.single-product #reviews #comments .commentlist .meta {
	font-size: inherit;
	color: initial;
	margin-bottom: 10px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-author {
	float: left;
}

.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__author {
	display: block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}

.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__published-date {
	color: #a9adb9;
	font-size: 16px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-content {
	position: relative;
	margin-left: 146px;
	min-height: 108px;
}

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

.woocommerce.single-product #reviews #comments .commentlist em {
	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;
	padding-right: 20px;
	font-size: 14px;
	margin-right: 20px;
}

.woocommerce.single-product #reviews #comments .commentlist .comment-meta a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '\f054';
	font-family: FontAwesome;
	transform: translate(0, -50%);
	color: #989898;
}

.woocommerce.single-product #reviews #comment {
	height: 55px;
}

.woocommerce.single-product .woocommerce-Reviews-title {
	display: none;
}

.woocommerce.single-product .comment-text {
	margin: 0 0 0 110px;
}

.woocommerce.single-product #reviews .comment-reply-title,
.woocommerce.single-product .related.products > h2,
.woocommerce.single-product .up-sells.products > h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
	padding-top: 70px;
	border-top: 1px solid #eee;
	display: block;
}

.woocommerce.single-product .related.products .related-product-title {
	font-size: 36px;
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 70px;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 60px;
}

.woocommerce.single-product .related.products .related-product-title span {
	display: block;
	font-size: 20px;
	color: #ffc828;
}

.woocommerce.single-product .comment-form input[type="text"],
.woocommerce.single-product .comment-form input[type="email"] {
	width: 100%;
}

.woocommerce.single-product .comment-form .comment-form-comment {
	margin: 0 0 23px;
}

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

.woocommerce.single-product .comment-form .submit {
	min-width: 144px;
}

.woocommerce.single-product #review_form #respond .comment-form-author,
.woocommerce.single-product #review_form #respond .comment-form-email,
.woocommerce.single-product #review_form #respond .comment-form-comment {
	margin: 0 0 67px;
}

.woocommerce.single-product #review_form #respond .comment-notes {
	margin-bottom: 30px;
}

.woocommerce.single-product #review_form #respond .form-submit {
	margin: 0;
}

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

.woocommerce-edit-account .woocommerce .woocommerce-Button {
	margin-top: 30px;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
	margin-top: 9px;
}

.woocommerce .woocommerce-loop-product__title {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.1;
}

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

.image-over {
	z-index: 1;
	position: relative;
}

@media (max-width: 1199px) {
	.rmbg-md-down {
		background-image: none !important;
	}
}

@media (max-width: 1919px) {
	.rmbg-lg-down {
		background-image: none !important;
	}
}
