@charset "UTF-8";
/* ------------------------------------------------------------------
 * [Table of contents]
 *
 * 1. Reset
 * 3. Bootsrap GS
 * 2. Base Styling
 * 4. Animations
 * 5. WordPress Styles
 * 6. Tables 
 * 7. Forms
 * 8. Buttons
 *
 * 9. UI Components
 * 		9.1. Header
 * 		9.2. Footer
 * 		9.3. Sections
 * 		9.4. Components 
 *
 * ------------------------------------------------------------------ */
/* */
/* */
/* */
/* */
/* ----------------- 1. Reset ----------------- */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
	text-transform: none;
}

select {
	text-transform: none;
}

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

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

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

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

input {
	line-height: normal;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

/* ----------------- 2. Grid System ----------------- */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
	cursor: pointer;
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1160px;
	}
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23 {
	float: left;
}

.col-xs-24 {
	float: left;
	width: 100%;
}

.col-xs-23 {
	width: 95.83333%;
}

.col-xs-22 {
	width: 91.66667%;
}

.col-xs-21 {
	width: 87.5%;
}

.col-xs-20 {
	width: 83.33333%;
}

.col-xs-19 {
	width: 79.16667%;
}

.col-xs-18 {
	width: 75%;
}

.col-xs-17 {
	width: 70.83333%;
}

.col-xs-16 {
	width: 66.66667%;
}

.col-xs-15 {
	width: 62.5%;
}

.col-xs-14 {
	width: 58.33333%;
}

.col-xs-13 {
	width: 54.16667%;
}

.col-xs-12 {
	width: 50%;
}

.col-xs-11 {
	width: 45.83333%;
}

.col-xs-10 {
	width: 41.66667%;
}

.col-xs-9 {
	width: 37.5%;
}

.col-xs-8 {
	width: 33.33333%;
}

.col-xs-7 {
	width: 29.16667%;
}

.col-xs-6 {
	width: 25%;
}

.col-xs-5 {
	width: 20.83333%;
}

.col-xs-4 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 12.5%;
}

.col-xs-2 {
	width: 8.33333%;
}

.col-xs-1 {
	width: 4.16667%;
}

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

.col-xs-pull-23 {
	right: 95.83333%;
}

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

.col-xs-pull-21 {
	right: 87.5%;
}

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

.col-xs-pull-19 {
	right: 79.16667%;
}

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

.col-xs-pull-17 {
	right: 70.83333%;
}

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

.col-xs-pull-15 {
	right: 62.5%;
}

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

.col-xs-pull-13 {
	right: 54.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-23 {
	left: 95.83333%;
}

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

.col-xs-push-21 {
	left: 87.5%;
}

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

.col-xs-push-19 {
	left: 79.16667%;
}

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

.col-xs-push-17 {
	left: 70.83333%;
}

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

.col-xs-push-15 {
	left: 62.5%;
}

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

.col-xs-push-13 {
	left: 54.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23 {
		float: left;
	}

	.col-sm-24 {
		float: left;
		width: 100%;
	}

	.col-sm-23 {
		width: 95.83333%;
	}

	.col-sm-22 {
		width: 91.66667%;
	}

	.col-sm-21 {
		width: 87.5%;
	}

	.col-sm-20 {
		width: 83.33333%;
	}

	.col-sm-19 {
		width: 79.16667%;
	}

	.col-sm-18 {
		width: 75%;
	}

	.col-sm-17 {
		width: 70.83333%;
	}

	.col-sm-16 {
		width: 66.66667%;
	}

	.col-sm-15 {
		width: 62.5%;
	}

	.col-sm-14 {
		width: 58.33333%;
	}

	.col-sm-13 {
		width: 54.16667%;
	}

	.col-sm-12 {
		width: 50%;
	}

	.col-sm-11 {
		width: 45.83333%;
	}

	.col-sm-10 {
		width: 41.66667%;
	}

	.col-sm-9 {
		width: 37.5%;
	}

	.col-sm-8 {
		width: 33.33333%;
	}

	.col-sm-7 {
		width: 29.16667%;
	}

	.col-sm-6 {
		width: 25%;
	}

	.col-sm-5 {
		width: 20.83333%;
	}

	.col-sm-4 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 12.5%;
	}

	.col-sm-2 {
		width: 8.33333%;
	}

	.col-sm-1 {
		width: 4.16667%;
	}

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

	.col-sm-pull-23 {
		right: 95.83333%;
	}

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

	.col-sm-pull-21 {
		right: 87.5%;
	}

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

	.col-sm-pull-19 {
		right: 79.16667%;
	}

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

	.col-sm-pull-17 {
		right: 70.83333%;
	}

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

	.col-sm-pull-15 {
		right: 62.5%;
	}

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

	.col-sm-pull-13 {
		right: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-push-23 {
		left: 95.83333%;
	}

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

	.col-sm-push-21 {
		left: 87.5%;
	}

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

	.col-sm-push-19 {
		left: 79.16667%;
	}

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

	.col-sm-push-17 {
		left: 70.83333%;
	}

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

	.col-sm-push-15 {
		left: 62.5%;
	}

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

	.col-sm-push-13 {
		left: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23 {
		float: left;
	}

	.col-md-24 {
		float: left;
		width: 100%;
	}

	.col-md-23 {
		width: 95.83333%;
	}

	.col-md-22 {
		width: 91.66667%;
	}

	.col-md-21 {
		width: 87.5%;
	}

	.col-md-20 {
		width: 83.33333%;
	}

	.col-md-19 {
		width: 79.16667%;
	}

	.col-md-18 {
		width: 75%;
	}

	.col-md-17 {
		width: 70.83333%;
	}

	.col-md-16 {
		width: 66.66667%;
	}

	.col-md-15 {
		width: 62.5%;
	}

	.col-md-14 {
		width: 58.33333%;
	}

	.col-md-13 {
		width: 54.16667%;
	}

	.col-md-12 {
		width: 50%;
	}

	.col-md-11 {
		width: 45.83333%;
	}

	.col-md-10 {
		width: 41.66667%;
	}

	.col-md-9 {
		width: 37.5%;
	}

	.col-md-8 {
		width: 33.33333%;
	}

	.col-md-7 {
		width: 29.16667%;
	}

	.col-md-6 {
		width: 25%;
	}

	.col-md-5 {
		width: 20.83333%;
	}

	.col-md-4 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 12.5%;
	}

	.col-md-2 {
		width: 8.33333%;
	}

	.col-md-1 {
		width: 4.16667%;
	}

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

	.col-md-pull-23 {
		right: 95.83333%;
	}

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

	.col-md-pull-21 {
		right: 87.5%;
	}

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

	.col-md-pull-19 {
		right: 79.16667%;
	}

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

	.col-md-pull-17 {
		right: 70.83333%;
	}

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

	.col-md-pull-15 {
		right: 62.5%;
	}

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

	.col-md-pull-13 {
		right: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-push-23 {
		left: 95.83333%;
	}

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

	.col-md-push-21 {
		left: 87.5%;
	}

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

	.col-md-push-19 {
		left: 79.16667%;
	}

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

	.col-md-push-17 {
		left: 70.83333%;
	}

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

	.col-md-push-15 {
		left: 62.5%;
	}

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

	.col-md-push-13 {
		left: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.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-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23 {
		float: left;
	}

	.col-lg-24 {
		float: left;
		width: 100%;
	}

	.col-lg-23 {
		width: 95.83333%;
	}

	.col-lg-22 {
		width: 91.66667%;
	}

	.col-lg-21 {
		width: 87.5%;
	}

	.col-lg-20 {
		width: 83.33333%;
	}

	.col-lg-19 {
		width: 79.16667%;
	}

	.col-lg-18 {
		width: 75%;
	}

	.col-lg-17 {
		width: 70.83333%;
	}

	.col-lg-16 {
		width: 66.66667%;
	}

	.col-lg-15 {
		width: 62.5%;
	}

	.col-lg-14 {
		width: 58.33333%;
	}

	.col-lg-13 {
		width: 54.16667%;
	}

	.col-lg-12 {
		width: 50%;
	}

	.col-lg-11 {
		width: 45.83333%;
	}

	.col-lg-10 {
		width: 41.66667%;
	}

	.col-lg-9 {
		width: 37.5%;
	}

	.col-lg-8 {
		width: 33.33333%;
	}

	.col-lg-7 {
		width: 29.16667%;
	}

	.col-lg-6 {
		width: 25%;
	}

	.col-lg-5 {
		width: 20.83333%;
	}

	.col-lg-4 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 12.5%;
	}

	.col-lg-2 {
		width: 8.33333%;
	}

	.col-lg-1 {
		width: 4.16667%;
	}

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

	.col-lg-pull-23 {
		right: 95.83333%;
	}

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

	.col-lg-pull-21 {
		right: 87.5%;
	}

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

	.col-lg-pull-19 {
		right: 79.16667%;
	}

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

	.col-lg-pull-17 {
		right: 70.83333%;
	}

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

	.col-lg-pull-15 {
		right: 62.5%;
	}

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

	.col-lg-pull-13 {
		right: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-push-23 {
		left: 95.83333%;
	}

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

	.col-lg-push-21 {
		left: 87.5%;
	}

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

	.col-lg-push-19 {
		left: 79.16667%;
	}

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

	.col-lg-push-17 {
		left: 70.83333%;
	}

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

	.col-lg-push-15 {
		left: 62.5%;
	}

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

	.col-lg-push-13 {
		left: 54.16667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@media (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

/* ----------------- 3. Base Styling ----------------- */
@font-face {
	font-family: Dubiel;
	src: url("fonts/Dubiel.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: Dubiel;
	src: url("fonts/DubielItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 500;
}
* {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	-webkit-transition: all 525ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 525ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 525ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tc_the_content_pre {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em;
	font-weight: 700;
	line-height: 1.35em;
}
@media (max-width: 1200px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.25em;
	}
}
@media (max-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.2em;
	}
}
@media (max-width: 768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.15em;
	}
}

h1 {
	font-size: 45px;
}
@media (max-width: 1200px) {
	h1 {
		font-size: 36px;
	}
}
@media (max-width: 992px) {
	h1 {
		font-size: 32px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 32px;
}
@media (max-width: 1200px) {
	h2 {
		font-size: 26px;
	}
}
@media (max-width: 992px) {
	h2 {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	h2 {
		font-size: 18px;
	}
}

h3 {
	font-size: 22px;
}
@media (max-width: 1200px) {
	h3 {
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	h3 {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	h3 {
		font-size: 16px;
	}
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

p {
	font-size: 16px;
	margin: 0 0 0.5em;
}

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

a {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-decoration: none;
	color: inherit;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

html .row-fit {
	margin: 0;
}
html .row-fit [class*="col-"] {
	padding: 0;
}

html .row-fit-10 {
	margin: 0 -5px;
}
html .row-fit-10 [class*="col-"] {
	padding: 0 5px;
}

html .row-fit-30 {
	margin: 0 -15px;
}
html .row-fit-30 [class*="col-"] {
	padding: 0 15px;
}

.vc_row.box {
	margin-right: auto;
	margin-left: auto;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-center-important {
	text-align: center !important;
}

.align-right {
	text-align: right;
}

.head-clear,
.footer-clear {
	display: block;
	height: 45px;
	width: 100%;
}

ol,
ul {
	padding-left: 25px;
	margin-bottom: 20px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

.clean-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.clean-list li {
	list-style-type: none;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.responsive-media {
	position: relative;
	margin: 0 0 30px;
}
.responsive-media iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.responsive-media.ratio16by9 {
	padding-bottom: 56.25%;
}
.vc_row[data-vc-full-width] {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ----------------- 4. Animations ----------------- */
/*!
 *Animate.css - http://daneden.me/animate
 *Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 *Copyright (c) 2015 Daniel Eden */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}
@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* ----------------- 5. Wordpress Styles ----------------- */
.alignleft {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.alignright {
	float: right;
	text-align: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.aligncenter {
	text-align: center;
}

.align-left {
	text-align: left !important;
}

img.size-full, img.size-large {
	max-width: 100%;
	width: auto;
	height: auto;
}

.wp-caption {
	position: relative;
	line-height: 1em;
	max-width: 100%;
	font-size: 14px;
}

.wp-caption-text {
	padding: 14.66667px;
	background: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

table {
	border: 1px solid #d6d6d6;
	table-layout: fixed;
	margin: 0 0 22.5px;
	max-width: 100%;
	width: 100%;
}
table th,
table td,
table caption {
	border: 1px solid #d6d6d6;
	padding: 10px 15px;
}
table tbody tr:nth-child(odd) {
	background: rgba(129, 121, 109, 0.3);
}

dl {
	margin-bottom: 20px;
}
dl dt {
	font-weight: 700;
}
dl dd {
	margin-bottom: 10px;
	padding-left: 12.5px;
}

address {
	border: 4px dashed rgba(129, 121, 109, 0.3);
	display: block;
	max-width: 400px;
	line-height: 1.65em;
	font-style: italic;
	padding: 20px 30px;
	font-size: 18px;
	margin-bottom: 20px;
}

code,
pre {
	color: #f2f2f2;
	font-size: 0.8em;
	background: #666;
}

code {
	padding: 2.5px 7.5px;
}

pre {
	padding: 15px 25px;
	margin-bottom: 20px;
}

/* ----------------- 6. Tables ----------------- */
/* ----------------- 7. Forms ----------------- */
/* ------- Genereal Styles ------- */
input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

/* ------- Clean Forms ------- */
.clean-form .form-input,
.clean-form .input-text,
.woocommerce-checkout .form-input,
.woocommerce-checkout .input-text {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 1px solid #cecece;
	vertical-align: middle;
	line-height: 40px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 20px;
	font-size: 14px;
	display: block;
	color: #0e0e0e;
	height: 42px;
	width: 100%;
}
.clean-form .form-input::-webkit-input-placeholder,
.clean-form .input-text::-webkit-input-placeholder,
.woocommerce-checkout .form-input::-webkit-input-placeholder,
.woocommerce-checkout .input-text::-webkit-input-placeholder {
	color: #9c9c9c;
}
.clean-form .form-input:-moz-placeholder,
.clean-form .input-text:-moz-placeholder,
.woocommerce-checkout .form-input:-moz-placeholder,
.woocommerce-checkout .input-text:-moz-placeholder {
	color: #9c9c9c;
}
.clean-form .form-input.placeholder,
.clean-form .input-text.placeholder,
.woocommerce-checkout .form-input.placeholder,
.woocommerce-checkout .input-text.placeholder {
	color: #9c9c9c;
}
.clean-form .form-input:focus, .clean-form .form-input.has-value,
.clean-form .input-text:focus,
.clean-form .input-text.has-value,
.woocommerce-checkout .form-input:focus,
.woocommerce-checkout .form-input.has-value,
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout .input-text.has-value {
	border-color: #81796d;
}
.clean-form textarea,
.woocommerce-checkout textarea {
	min-height: 120px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.select2-drop.select2-drop-above {
	border-radius: 0 !important;
}

/* ------- Simple template Form ------- */
.simple-template-form p {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 45px;
	font-size: 14px;
	color: #424242;
}
.simple-template-form .form-input {
	border: 1px solid rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	display: inline-block;
	border-radius: 60px;
	line-height: 65px;
	font-weight: 600;
	padding: 0 35px;
	font-size: 24px;
	background: 0;
	height: 65px;
	color: white;
	width: 100%;
}
.simple-template-form .form-input::-webkit-input-placeholder {
	color: #868686;
}
.simple-template-form .form-input:-moz-placeholder {
	color: #868686;
}
.simple-template-form .form-input.placeholder {
	color: #868686;
}
.simple-template-form .form-input:focus, .simple-template-form .form-input.has-value {
	color: white;
	border-color: white;
}
@media (max-width: 992px) {
	.simple-template-form .form-input {
		margin: 0 0 25px;
	}
}
@media (max-width: 992px) {
	.simple-template-form .fake-select-box {
		margin: 0 0 25px;
	}
	.simple-template-form .fake-select-box .form-input {
		margin: 0;
	}
}
.simple-template-form .form-submit {
	margin: 0 auto;
	display: block;
	max-width: 350px;
}
.simple-template-form .form-submit .btn-holder {
	width: 100%;
	padding: 0 20px 0 0;
}
.simple-template-form .form-submit .btn-holder i {
	position: relative;
	top: 50%;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 14px;
	float: right;
	letter-spacing: 0em;
	background: #c95e34;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.simple-template-form .form-submit .btn-holder i.no-rotate {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.simple-template-form .fake-select-box {
	position: relative;
	cursor: pointer;
}
.simple-template-form .fake-select-box .form-input {
	cursor: pointer;
}
.simple-template-form .fake-select-box:after {
	-webkit-transition: all 245ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 245ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 245ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	font-family: icomoon;
	top: calc(50% - 8px);
	position: absolute;
	line-height: 1em;
	content: "";
	font-size: 16px;
	color: #ffffff;
	right: 30px;
}
.simple-template-form .fake-select-box .select-options {
	top: calc(100% + 10px);
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 4;
	right: 0;
	left: 0;
}
.simple-template-form .fake-select-box .select-options .option {
	-webkit-transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0 2px 5px 0 rgba(32, 32, 32, 0.4);
	box-shadow: 0 2px 5px 0 rgba(32, 32, 32, 0.4);
	background: rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	display: inline-block;
	border-radius: 25px;
	line-height: 45px;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	padding: 0 30px;
	margin: 0 0 3px;
	color: #202020;
	height: 45px;
	width: 100%;
	opacity: 0;
}
.simple-template-form .fake-select-box .select-options .option:nth-of-type(2) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
.simple-template-form .fake-select-box .select-options .option:nth-of-type(3) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
}
.simple-template-form .fake-select-box .select-options .option:nth-of-type(4) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	transition-delay: 300ms;
}
.simple-template-form .fake-select-box .select-options .option:nth-of-type(5) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	transition-delay: 400ms;
}
.simple-template-form .fake-select-box .select-options .option:nth-of-type(6) {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	transition-delay: 500ms;
}
.simple-template-form .fake-select-box .select-options .option:hover {
	background: #fff;
}
.simple-template-form .fake-select-box.open:after {
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.simple-template-form .fake-select-box.open .select-options {
	visibility: visible;
	opacity: 1;
}
.simple-template-form .fake-select-box.open .select-options .option {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.simple-template-form.events-filter-form .form-input {
	font-size: 14px;
}
.simple-template-form.dark .form-input {
	border-color: #dcdcdc;
	color: #1f1f1f;
}
.simple-template-form.dark .form-input:focus, .simple-template-form.dark .form-input.has-value {
	border-color: #1f1f1f;
}

@media (max-width: 768px) {
	.newsletter-form .form-input {
		margin: 0 0 25px;
	}
}
.login-form,
.register-form,
.recover-password-form {
	padding: 30px 50px 60px;
	background: #262626;
	max-width: 430px;
	cursor: default;
}
.login-form .form-title,
.register-form .form-title,
.recover-password-form .form-title {
	text-transform: uppercase;
	margin: 0 0 22.5px;
	line-height: 1em;
	font-weight: 700;
	font-size: 17px;
	color: #81796d;
}
.login-form .input-line,
.register-form .input-line,
.recover-password-form .input-line {
	position: relative;
	margin: 0 0 26px;
	display: block;
}
.login-form .input-line:after,
.register-form .input-line:after,
.recover-password-form .input-line:after {
	color: rgba(255, 255, 255, 0.25);
	display: inline-block;
	font-family: icomoon;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 1em;
	left: 20px;
	top: 50%;
}
.login-form .input-line.email:after,
.register-form .input-line.email:after,
.recover-password-form .input-line.email:after {
	content: "";
}
.login-form .input-line.username:after,
.register-form .input-line.username:after,
.recover-password-form .input-line.username:after {
	content: "";
}
.login-form .input-line.password:after,
.register-form .input-line.password:after,
.recover-password-form .input-line.password:after {
	content: "";
}
.login-form .input-line .fake-placeholder,
.register-form .input-line .fake-placeholder,
.recover-password-form .input-line .fake-placeholder {
	-webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translateY(calc(50% - 5px));
	-ms-transform: translateY(calc(50% - 5px));
	transform: translateY(calc(50% - 5px));
	pointer-events: none;
	position: absolute;
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
	opacity: 0;
	left: 15px;
	top: 0;
}
.login-form .input-line .fake-placeholder span,
.register-form .input-line .fake-placeholder span,
.recover-password-form .input-line .fake-placeholder span {
	font-weight: 700;
	color: #787065;
}
.login-form .input-line .form-input,
.register-form .input-line .form-input,
.recover-password-form .input-line .form-input {
	background: #383734;
	font-weight: 500;
	font-size: 14px;
	padding-left: 50px;
	color: #fff;
	border: 0;
	margin: 0 !important;
}
.login-form .input-line .form-input::-webkit-input-placeholder,
.register-form .input-line .form-input::-webkit-input-placeholder,
.recover-password-form .input-line .form-input::-webkit-input-placeholder {
	color: #9c9c9c;
}
.login-form .input-line .form-input:-moz-placeholder,
.register-form .input-line .form-input:-moz-placeholder,
.recover-password-form .input-line .form-input:-moz-placeholder {
	color: #9c9c9c;
}
.login-form .input-line .form-input.placeholder,
.register-form .input-line .form-input.placeholder,
.recover-password-form .input-line .form-input.placeholder {
	color: #9c9c9c;
}
.login-form .input-line .form-input:focus, .login-form .input-line .form-input.has-value,
.register-form .input-line .form-input:focus,
.register-form .input-line .form-input.has-value,
.recover-password-form .input-line .form-input:focus,
.recover-password-form .input-line .form-input.has-value {
	background: #52514d;
}
.login-form .input-line .form-input:focus + .fake-placeholder, .login-form .input-line .form-input.has-value + .fake-placeholder,
.register-form .input-line .form-input:focus + .fake-placeholder,
.register-form .input-line .form-input.has-value + .fake-placeholder,
.recover-password-form .input-line .form-input:focus + .fake-placeholder,
.recover-password-form .input-line .form-input.has-value + .fake-placeholder {
	-webkit-transform: translateY(calc(-100% - 5px));
	-ms-transform: translateY(calc(-100% - 5px));
	transform: translateY(calc(-100% - 5px));
	opacity: 1;
}
.login-form .submit,
.register-form .submit,
.recover-password-form .submit {
	padding: 10px 0 0;
}
.login-form .submit .btn,
.register-form .submit .btn,
.recover-password-form .submit .btn {
	background-color: #81796d;
	width: 100%;
}
.login-form .submit .btn:hover,
.register-form .submit .btn:hover,
.recover-password-form .submit .btn:hover {
	-webkit-box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
	box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
}
.login-form .submit .btn i,
.register-form .submit .btn i,
.recover-password-form .submit .btn i {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	background: #81796d;
}
.login-form .password-recover,
.register-form .password-recover,
.recover-password-form .password-recover {
	padding: 17.5px 15px 0;
	display: block;
	float: right;
}
.login-form .password-recover .recover-password-toggle,
.register-form .password-recover .recover-password-toggle,
.recover-password-form .password-recover .recover-password-toggle {
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
	cursor: pointer;
}
.login-form .password-recover .recover-password-toggle span,
.register-form .password-recover .recover-password-toggle span,
.recover-password-form .password-recover .recover-password-toggle span {
	font-weight: 700;
	color: #787065;
}
.login-form label.inline,
.register-form label.inline,
.recover-password-form label.inline {
	padding: 17.5px 0 0;
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	cursor: pointer;
	color: #787065;
	display: block;
	float: left;
}
.login-form .create-account,
.register-form .create-account,
.recover-password-form .create-account {
	margin: 20px 0 0;
}
.login-form .create-account .title,
.login-form .create-account .btn,
.register-form .create-account .title,
.register-form .create-account .btn,
.recover-password-form .create-account .title,
.recover-password-form .create-account .btn {
	display: inline-block;
}
.login-form .create-account .title,
.register-form .create-account .title,
.recover-password-form .create-account .title {
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
	padding: 10px;
}
.login-form .create-account .btn,
.register-form .create-account .btn,
.recover-password-form .create-account .btn {
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 25px;
	line-height: 38px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 42px;
	color: #81796d;
	height: 40px;
	float: right;
}
.login-form .create-account .btn:hover,
.register-form .create-account .btn:hover,
.recover-password-form .create-account .btn:hover {
	border-color: #fff;
	color: #fff;
}

/* ------- Contact Form & Comment Form ------- */
.contact-form,
.comments-form {
	margin: 0 0 20px;
	display: block;
}
.contact-form .input-line,
.comments-form .input-line {
	border: 2px solid #dfdfdf;
	background: #ffffff;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	display: block;
	padding: 6.5px 0;
}
.contact-form .input-line.col-3 .form-input,
.comments-form .input-line.col-3 .form-input {
	width: calc(100% / 3);
	border-right: 1px solid #81796d;
}
.contact-form .input-line.col-3 .form-input:last-of-type,
.comments-form .input-line.col-3 .form-input:last-of-type {
	border: 0;
}
.contact-form input.form-input,
.comments-form input.form-input {
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}
.contact-form textarea.form-input,
.comments-form textarea.form-input {
	resize: none;
	height: 90px;
}
.contact-form .form-input,
.comments-form .form-input {
	-webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	font-size: 12px;
	padding: 0 20px;
	color: #424242;
	float: left;
	width: 100%;
}
.contact-form .form-input::-webkit-input-placeholder,
.comments-form .form-input::-webkit-input-placeholder {
	color: #81796d;
}
.contact-form .form-input:-moz-placeholder,
.comments-form .form-input:-moz-placeholder {
	color: #81796d;
}
.contact-form .form-input.placeholder,
.comments-form .form-input.placeholder {
	color: #81796d;
}
.contact-form .form-input:focus, .contact-form .form-input.has-value,
.comments-form .form-input:focus,
.comments-form .form-input.has-value {
	border-color: #424242;
}

/* ------- Search Form ------- */
.search-form {
	position: relative;
}
.search-form .search-input {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 1px solid #5a5a5a;
	vertical-align: middle;
	border-radius: 50px;
	line-height: 62px;
	color: #f5f5f5;
	display: block;
	background: 0;
	height: 62px;
	width: 100%;
	padding-right: 65px;
	padding-left: 30px;
}
.search-form .search-input::-webkit-input-placeholder {
	color: #838383;
}
.search-form .search-input:-moz-placeholder {
	color: #838383;
}
.search-form .search-input.placeholder {
	color: #838383;
}
.search-form .search-input:focus, .search-form .search-input.has-value {
	border-color: #f5f5f5;
}
.search-form .search-submit {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	background: 0;
	right: 30px;
	top: 50%;
}
.search-form .search-submit i {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	font-size: 13px;
	color: #797979;
}
.search-form .search-submit i:hover {
	color: #f5f5f5;
}

/* ------- Apply Coupon Form ------- */
.apply-coupoun-form {
	position: relative;
}
.apply-coupoun-form .form-input {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	padding: 0 92.5px 0 20px;
	vertical-align: middle;
	letter-spacing: 0.2em;
	background: #f6f6f6;
	border-radius: 3px;
	line-height: 42px;
	font-weight: 500;
	font-size: 12px;
	color: #c95e34;
	display: block;
	height: 42px;
	width: 100%;
}
.apply-coupoun-form .form-input::-webkit-input-placeholder {
	color: #424242;
}
.apply-coupoun-form .form-input:-moz-placeholder {
	color: #424242;
}
.apply-coupoun-form .form-input.placeholder {
	color: #424242;
}
.apply-coupoun-form .form-input:focus, .apply-coupoun-form .form-input.has-value {
	background: #faefeb;
}
.apply-coupoun-form .form-submit {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	border-radius: 3px;
	position: absolute;
	line-height: 28px;
	background: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 0 10px;
	color: #0e0e0e;
	height: 28px;
	right: 7px;
	top: 7px;
}
.apply-coupoun-form .form-submit:hover {
	background: #c95e34;
	color: #fff;
}

/* ------- Comments Area ------- */
.comments-area .title,
.respond-area .title {
	margin: 0 0 20px;
	line-height: 1em;
	font-weight: 700;
	font-size: 26px;
	color: #181818;
}

.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.comment-list li {
	list-style-type: none;
}
.comment-list .comment {
	position: relative;
	line-height: 1em;
	padding-left: 70px;
}
.comment-list .comment .avatar {
	position: absolute;
	width: 50px;
	left: 0;
	top: 0;
}
.comment-list .comment .comment-body {
	padding: 5px 0 0;
	margin: 0 0 20px;
}
.comment-list .comment .comment-body .name, .comment-list .comment .comment-body .comment-reply-link {
	display: inline-block;
	line-height: 1em;
	margin: 0;
}
.comment-list .comment .comment-body .name {
	margin: 0 30px 0 0;
	font-weight: 700;
	font-size: 14px;
	color: #1f1f1f;
}
.comment-list .comment .comment-body .comment-reply-link {
	font-weight: 500;
	font-size: 12px;
	color: #81796d;
}
.comment-list .comment .comment-body .comment-reply-link:hover {
	color: #1f1f1f;
}
.comment-list .comment .comment-body .message {
	line-height: 1.8em;
	margin: 17.5px 0 0;
	font-weight: 500;
	font-size: 15px;
	color: #6a6a6a;
	display: block;
}
.comment-list .comment .comment-body .date {
	line-height: 1em;
	font-size: 12px;
	color: #6d6d6d;
}
.comment-list .comment .comment-list {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0 0;
	margin-left: -20px;
}

/* ----------------- 8. Buttons ----------------- */
.btn {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-overflow: ellipsis;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	/* ------- Btn Style 1 ------- */
	/* ------- Btn Simple Style ------- */
	/* ------- Btn Cart ------- */
	/* ------- Main Cart Btn ------- */
	/* ------- Secondary Cart Btn ------- */
	/* ------- Big Cart Btn ------- */
	/* ------- Checkout Btn ------- */
}
.btn .btn-holder {
	display: inline-block;
}
.btn.template-btn-1 {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-color: #c95e34;
	border-radius: 50px;
}
.btn.template-btn-1 .btn-holder {
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.5em;
	border-radius: 50px;
	line-height: 65px;
	min-width: 225px;
	font-weight: 700;
	font-size: 14px;
	color: white;
	height: 65px;
}
.btn.template-btn-1:hover {
	background-image: -webkit-linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-box-shadow: 0 0 0 8px rgba(201, 94, 52, 0.35);
	box-shadow: 0 0 0 8px rgba(201, 94, 52, 0.35);
}
.btn.template-btn-1:active .btn-holder {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 1px;
}
.btn.template-btn-simple {
	background: #c95e34;
	border-radius: 25px;
	line-height: 35px;
	min-width: 110px;
	font-size: 13px;
	padding: 0 10px;
	height: 35px;
	color: #fff;
}
.btn.template-btn-simple:hover {
	background: #ab502c;
}
.btn.template-btn-simple:hover:active {
	position: relative;
	top: 1px;
}
.btn.btn-cart {
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	border-radius: 25px;
	letter-spacing: 0em;
	line-height: 29px;
	font-weight: 600;
	font-size: 10px;
	padding: 0 15px;
	height: 32px;
}
.btn.btn-cart:focus {
	position: relative;
	top: 1px;
}
.btn.btn-cart:hover {
	border-color: #fff;
}
.btn.add-product-to-cart {
	border: 2px solid #c95e34 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	background: #c95e34 !important;
	line-height: 30px !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
	font-size: 10px !important;
	padding: 0 12px !important;
	height: 34px !important;
	color: #fff !important;
}
.btn.add-product-to-cart:before {
	display: inline-block;
	font-family: icomoon;
	position: relative;
	margin-right: 10px;
	content: "";
	font-size: 12px;
	top: 1px;
}
.btn.add-product-to-cart span {
	position: relative;
	top: -1px;
}
.btn.add-product-to-cart:hover {
	color: #c95e34 !important;
	background: 0 !important;
}
.btn.add-product-to-cart-2 {
	text-transform: uppercase;
	border: 2px solid #c95e34;
	padding: 0 70px 0 35px;
	letter-spacing: 0.5em;
	border-radius: 25px;
	position: relative;
	line-height: 38px;
	font-weight: 700;
	color: #424242;
	height: 42px;
}
.btn.add-product-to-cart-2:before {
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
	border-radius: 25px;
	position: absolute;
	content: "";
	opacity: 0;
	right: -1px;
	left: -1px;
	top: -2px;
	bottom: 0;
}
.btn.add-product-to-cart-2:after {
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
	display: inline-block;
	font-family: icomoon;
	background: #c95e34;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	line-height: 28px;
	letter-spacing: 0;
	content: "";
	font-size: 11px;
	height: 28px;
	width: 28px;
	color: #fff;
	right: 6px;
	top: 5px;
}
.btn.add-product-to-cart-2:hover {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-color: #c95e34;
	border-color: transparent;
	color: #fff;
}
.btn.add-product-to-cart-2:hover:before {
	opacity: 1;
}
.btn.add-product-to-cart-2:hover:after {
	background: #fff;
	color: #c95e34;
}
@media (max-width: 500px) {
	.btn.add-product-to-cart-2 {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		padding: 0 50px 0 20px;
		-webkit-transform: scale(0.85);
		-ms-transform: scale(0.85);
		transform: scale(0.85);
	}
}
.btn.big-cart-btn {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-box-shadow: inset 0 0 0 2px transparent;
	box-shadow: inset 0 0 0 2px transparent;
	background-color: #c05a32;
	text-transform: uppercase;
	padding: 0 8px 0 20px;
	border-radius: 25px;
	position: relative;
	line-height: 42px;
	font-weight: 700;
	font-size: 14px;
	height: 42px;
	color: #fff;
}
.btn.big-cart-btn i {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	position: relative;
	border-radius: 50%;
	line-height: 26px;
	background: #fff;
	font-size: 12px;
	color: #c05a32;
	height: 26px;
	width: 26px;
	z-index: 2;
	top: -1px;
	margin-left: 12.5px;
}
.btn.big-cart-btn:after {
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
	display: inline-block;
	border-radius: 25px;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.btn.big-cart-btn:hover {
	-webkit-box-shadow: inset 0 0 0 2px #c05a32;
	box-shadow: inset 0 0 0 2px #c05a32;
	background: transparent;
	background-image: none;
	color: #424242;
}
.btn.big-cart-btn:hover:after {
	opacity: 0;
}
.btn.big-cart-btn:hover i {
	background: #c05a32;
	color: #fff;
}
.btn.checkout-btn {
	border: 2px solid transparent;
	text-transform: uppercase;
	border-radius: 25px;
	line-height: 40px;
	font-weight: 700;
	padding: 0 25px;
	font-size: 14px;
	color: #424242;
	height: 42px;
}
.btn.checkout-btn i {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	margin: 0 0 0 7.5px;
	color: inherit;
}
.btn.checkout-btn:hover {
	border-color: #c95e34;
}
.btn.checkout-btn:hover i {
	color: #c95e34;
}

/* ----------------- 9. UI Components ----------------- */
/* ----------------- 9.1. Header ----------------- */
.main-header {
	background: #81796d;
	position: relative;
	min-height: 63px;
	display: block;
	z-index: 6;
}
.main-header .mobile-navigation-toggle {
	display: inline-block;
	position: relative;
	line-height: 1em;
	cursor: pointer;
	float: right;
	height: 15px;
	font-size: 0;
	top: 24px;
}
.main-header .mobile-navigation-toggle:after, .main-header .mobile-navigation-toggle:before,
.main-header .mobile-navigation-toggle i {
	display: inline-block;
	background: #202020;
	position: absolute;
	content: "";
	height: 3px;
	width: 25px;
	left: 0;
}
.main-header .mobile-navigation-toggle i {
	position: relative;
	top: 6px;
}
.main-header .mobile-navigation-toggle:before {
	top: 0;
}
.main-header .mobile-navigation-toggle:after {
	bottom: 0;
}
@media (min-width: 992px) {
	.main-header .mobile-navigation-toggle {
		display: none;
	}
}
.main-header .mobile-nav-close {
	-webkit-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: scale(0) rotate(270deg);
	-ms-transform: scale(0) rotate(270deg);
	transform: scale(0) rotate(270deg);
	-webkit-transition-delay: 345ms;
	-moz-transition-delay: 345ms;
	transition-delay: 345ms;
	display: inline-block;
	position: absolute;
	line-height: 1em;
	cursor: pointer;
	font-size: 24px;
	color: #f2f2f2;
	right: 20px;
	opacity: 0;
	top: 20px;
}
.main-header .mobile-nav-close:after {
	font-family: icomoon;
	content: "";
}
@media (min-width: 992px) {
	.main-header .mobile-nav-close {
		display: none;
	}
}
.main-header nav ul {
	line-height: 1em;
}
.main-header nav ul li {
	text-transform: uppercase;
	display: inline-block;
	line-height: 1em;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}
.main-header nav ul li a {
	line-height: 1em;
}
.main-header nav ul li a:hover {
	color: #0e0e0e;
}
.main-header nav ul li.current-menu-item > a:first-of-type {
	color: #0e0e0e;
}
@media (min-width: 992px) {
	.main-header nav ul li.menu-item-has-children, .main-header nav ul li.page_item_has_children {
		position: relative;
	}
	.main-header nav ul li.menu-item-has-children:hover > .children,
	.main-header nav ul li.menu-item-has-children:hover > .sub-menu, .main-header nav ul li.page_item_has_children:hover > .children,
	.main-header nav ul li.page_item_has_children:hover > .sub-menu {
		-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
		transform: rotateX(0);
		visibility: visible;
		opacity: 1;
	}
	.main-header nav ul li.menu-item-has-children .children,
	.main-header nav ul li.menu-item-has-children .sub-menu, .main-header nav ul li.page_item_has_children .children,
	.main-header nav ul li.page_item_has_children .sub-menu {
		-webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-webkit-transform: perspective(350px) rotateX(-80deg);
		-ms-transform: perspective(350px) rotateX(-80deg);
		transform: perspective(350px) rotateX(-80deg);
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		padding: 5px 0 10.5px;
		background: #262626;
		visibility: hidden;
		position: absolute;
		text-align: left;
		width: 190px;
		opacity: 0;
		z-index: 2;
		top: 100%;
		left: 0;
	}
	.main-header nav ul li.menu-item-has-children .children:before,
	.main-header nav ul li.menu-item-has-children .sub-menu:before, .main-header nav ul li.page_item_has_children .children:before,
	.main-header nav ul li.page_item_has_children .sub-menu:before {
		background: #c95e34;
		position: absolute;
		content: "";
		height: 3px;
		z-index: 2;
		right: 0;
		left: 0;
		top: 0;
	}
	.main-header nav ul li.menu-item-has-children .children li,
	.main-header nav ul li.menu-item-has-children .sub-menu li, .main-header nav ul li.page_item_has_children .children li,
	.main-header nav ul li.page_item_has_children .sub-menu li {
		border-bottom: 1px solid #3c3c3c;
		padding: 12.5px 20px;
		font-size: 13px;
		color: #81796d;
		display: block;
	}
	.main-header nav ul li.menu-item-has-children .children li.current-menu-item a,
	.main-header nav ul li.menu-item-has-children .sub-menu li.current-menu-item a, .main-header nav ul li.page_item_has_children .children li.current-menu-item a,
	.main-header nav ul li.page_item_has_children .sub-menu li.current-menu-item a {
		color: #c95e34;
	}
	.main-header nav ul li.menu-item-has-children .children li:last-of-type,
	.main-header nav ul li.menu-item-has-children .sub-menu li:last-of-type, .main-header nav ul li.page_item_has_children .children li:last-of-type,
	.main-header nav ul li.page_item_has_children .sub-menu li:last-of-type {
		border: 0;
	}
	.main-header nav ul li.menu-item-has-children .children li a:hover,
	.main-header nav ul li.menu-item-has-children .sub-menu li a:hover, .main-header nav ul li.page_item_has_children .children li a:hover,
	.main-header nav ul li.page_item_has_children .sub-menu li a:hover {
		color: #c95e34;
	}
	.main-header nav ul li.menu-item-has-children .children li.menu-item-has-children, .main-header nav ul li.menu-item-has-children .children li.page_item_has_children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.page_item_has_children, .main-header nav ul li.page_item_has_children .children li.menu-item-has-children, .main-header nav ul li.page_item_has_children .children li.page_item_has_children,
	.main-header nav ul li.page_item_has_children .sub-menu li.menu-item-has-children,
	.main-header nav ul li.page_item_has_children .sub-menu li.page_item_has_children {
		position: relative;
	}
	.main-header nav ul li.menu-item-has-children .children li.menu-item-has-children .children,
	.main-header nav ul li.menu-item-has-children .children li.menu-item-has-children .sub-menu, .main-header nav ul li.menu-item-has-children .children li.page_item_has_children .children,
	.main-header nav ul li.menu-item-has-children .children li.page_item_has_children .sub-menu,
	.main-header nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children .children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu,
	.main-header nav ul li.menu-item-has-children .sub-menu li.page_item_has_children .children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.page_item_has_children .sub-menu, .main-header nav ul li.page_item_has_children .children li.menu-item-has-children .children,
	.main-header nav ul li.page_item_has_children .children li.menu-item-has-children .sub-menu, .main-header nav ul li.page_item_has_children .children li.page_item_has_children .children,
	.main-header nav ul li.page_item_has_children .children li.page_item_has_children .sub-menu,
	.main-header nav ul li.page_item_has_children .sub-menu li.menu-item-has-children .children,
	.main-header nav ul li.page_item_has_children .sub-menu li.menu-item-has-children .sub-menu,
	.main-header nav ul li.page_item_has_children .sub-menu li.page_item_has_children .children,
	.main-header nav ul li.page_item_has_children .sub-menu li.page_item_has_children .sub-menu {
		-webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-webkit-transform: perspective(350px) rotateY(90deg) translateY(-3px);
		-ms-transform: perspective(350px) rotateY(90deg) translateY(-3px);
		transform: perspective(350px) rotateY(90deg) translateY(-3px);
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		display: inline-block;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		left: 100%;
		top: 0;
	}
	.main-header nav ul li.menu-item-has-children .children li.menu-item-has-children:hover > .children,
	.main-header nav ul li.menu-item-has-children .children li.menu-item-has-children:hover > .sub-menu, .main-header nav ul li.menu-item-has-children .children li.page_item_has_children:hover > .children,
	.main-header nav ul li.menu-item-has-children .children li.page_item_has_children:hover > .sub-menu,
	.main-header nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > .children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > .sub-menu,
	.main-header nav ul li.menu-item-has-children .sub-menu li.page_item_has_children:hover > .children,
	.main-header nav ul li.menu-item-has-children .sub-menu li.page_item_has_children:hover > .sub-menu, .main-header nav ul li.page_item_has_children .children li.menu-item-has-children:hover > .children,
	.main-header nav ul li.page_item_has_children .children li.menu-item-has-children:hover > .sub-menu, .main-header nav ul li.page_item_has_children .children li.page_item_has_children:hover > .children,
	.main-header nav ul li.page_item_has_children .children li.page_item_has_children:hover > .sub-menu,
	.main-header nav ul li.page_item_has_children .sub-menu li.menu-item-has-children:hover > .children,
	.main-header nav ul li.page_item_has_children .sub-menu li.menu-item-has-children:hover > .sub-menu,
	.main-header nav ul li.page_item_has_children .sub-menu li.page_item_has_children:hover > .children,
	.main-header nav ul li.page_item_has_children .sub-menu li.page_item_has_children:hover > .sub-menu {
		-webkit-transform: rotateY(0) translateY(-3px);
		-ms-transform: rotateY(0) translateY(-3px);
		transform: rotateY(0) translateY(-3px);
		visibility: visible;
		opacity: 1;
	}
}
.main-header nav > ul > li {
	padding: 24px 17.5px;
}
.main-header.fixed {
	position: fixed;
	z-index: 9;
	right: 0;
	left: 0;
	top: 0;
}
.main-header.style-2 {
	padding: 70px 0 0;
	background: #fff;
	z-index: 3;
	margin-bottom: 45px;
}
@media (max-width: 768px) {
		.main-header.style-2 {
				padding-top: 150px;
				margin-bottom: 30px;
		}
		.main-header.style-2 .mobile-navigation-toggle {
				top: 10px;
		}
}
.main-header.style-2 .mobile-navigation-toggle {
	top: 20px;
}
.main-header.style-2 nav,
.main-header.style-2 .identity-wrapper {
	display: inline-block;
}
@media (min-width: 992px) {
	.main-header.style-2 nav {
		float: right;
	}
	.main-header.style-2 nav ul {
		display: inline-block;
	}
	.main-header.style-2 nav ul li {
		color: #737373;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.main-header.style-2 nav ul li a:hover {
		color: #c95e34;
	}
	.main-header.style-2 nav ul li.current-menu-item {
		color: #c95e34;
	}
	.main-header.style-2 nav ul li.current-menu-item > a:first-of-type {
		color: inherit;
	}
}
.main-header.style-2.absolute {
	position: absolute;
	background: 0;
	width: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 1200px) {
	.main-header nav > ul > li {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 992px) {
	.main-header {
		position: relative;
	}
	.main-header nav {
		-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		display: inline-block;
		background: #2d2d2d;
		text-align: center;
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 45px 0;
		position: fixed;
		overflow: auto;
		opacity: 0;
		z-index: 99;
		right: 0;
		left: 0;
		top: 0;
	}
	.main-header nav > ul {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.main-header nav > ul > li {
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 0;
	}
	.main-header nav > ul > li.current-menu-item, .main-header nav > ul > li:hover {
		color: #fff;
	}
	.main-header nav > ul > li.current-menu-item > a, .main-header nav > ul > li:hover > a {
		color: #fff;
	}
	.main-header nav > ul > li a {
		display: inline-block;
		padding: 12px 0;
		width: 100%;
	}
	.main-header nav > ul > li a:hover, .main-header nav > ul > li a.true {
		background: rgba(255, 255, 255, 0.2);
	}
	.main-header nav > ul > li ul {
		display: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.main-header nav > ul > li ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.125);
		display: inline-block;
		width: 100%;
	}
	.main-header nav > ul > li ul li:first-of-type {
		border-top: 1px solid rgba(255, 255, 255, 0.125);
	}
	.main-header nav > ul > li ul li a {
		padding: 10px 0;
	}
}

.mobile-navigation-visible .main-header {
	z-index: 10 !important;
}
.mobile-navigation-visible .mobile-nav-close {
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	opacity: 1;
}
.mobile-navigation-visible nav {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* ----------------- 9.2. Footer ----------------- */
footer .widget_social .social-item {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 28px 5px;
	color: white;
	width: 100%;
}
footer .widget_social .social-item:before {
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
footer .widget_social .social-item:after {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	content: "";
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
}
footer .widget_social .social-item.facebook {
	background: #dd6f44;
}
footer .widget_social .social-item.twitter {
	background: #d1653b;
}
footer .widget_social .social-item.pinterest {
	background: #c35b33;
}
footer .widget_social .social-item i {
	border: 2px solid white;
	vertical-align: middle;
	display: inline-block;
	margin: 0 30px 0 0;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 35px;
	height: 70px;
	width: 70px;
}
footer .widget_social .social-item .item-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
@media (max-width: 1300px) {
	footer .widget_social .social-item .item-title {
		letter-spacing: 0.35em;
	}
}
@media (max-width: 1200px) {
	footer .widget_social .social-item .item-title {
		letter-spacing: 0.2em;
	}
	footer .widget_social .social-item i {
		line-height: 50px;
		font-size: 24px;
		height: 50px;
		width: 50px;
		margin-right: 20px;
	}
}
@media (max-width: 768px) {
	footer .widget_social .social-item i {
		margin: 0;
	}
	footer .widget_social .social-item .item-title {
		display: none;
	}
}
footer .main-footer-area {
	background-image: url(../img/footer-bg.jpg);
	background-position: top center;
	background-size: cover;
	color: #666;
}
footer .main-footer-area .area-heading {
	text-transform: uppercase;
	font-family: "Dubiel", serif;
	line-height: 1em;
	font-size: 38px;
	padding: 45px 0;
	color: #7e7e7e;
}
footer .main-footer-area .area-heading.check-screen-visibility {
	-webkit-transition: all 565ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 565ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 565ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	opacity: 0;
}
footer .main-footer-area .area-heading.check-screen-visibility.visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
@media (max-width: 768px) {
	footer .main-footer-area .area-heading {
		padding: 25px 0;
	}
}
footer .main-footer-area .widgets-area {
	border-top: 1px solid rgba(224, 224, 224, 0.19);
	border-bottom: 1px solid rgba(224, 224, 224, 0.19);
}
@media (min-width: 992px) {
	footer .main-footer-area .widgets-area .widget-wrapper {
		border-right: 1px solid rgba(224, 224, 224, 0.19);
		text-align: center;
	}
}
@media (max-width: 992px) {
	footer .main-footer-area .widgets-area .widget-wrapper {
		padding: 0 0 0 50px;
	}
	footer .main-footer-area .widgets-area .widget-wrapper:nth-of-type(odd) {
		border-right: 1px solid rgba(224, 224, 224, 0.19);
	}
}
@media (max-width: 600px) {
	footer .main-footer-area .widgets-area .widget-wrapper {
		width: 100%;
		border: 0 !important;
	}
}
@media (min-width: 992px) {
	footer .main-footer-area .widgets-area .widget-wrapper:nth-child(4n+4) {
		border-right: 0;
	}
}
footer .main-footer-area .widgets-area .widget {
	padding: 25px 15px;
	text-align: left;
	display: inline-block;
}
footer .main-footer-area .widgets-area .widget .widget-title {
	line-height: 1em;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}
footer .main-footer-area .widgets-area .widget ul {
	list-style-type: none;
	line-height: 1.3em;
	padding: 0;
}
footer .main-footer-area .widgets-area .widget ul li {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
footer .main-footer-area .widgets-area .widget ul li:last-of-type {
	margin: 0;
}
footer .main-footer-area .widgets-area .widget ul li a:hover {
	color: white;
}
footer .main-footer-area .widgets-area .widget.widget_tag_cloud .tagcloud {
	font-size: 0;
}
footer .main-footer-area .widgets-area .widget.widget_tag_cloud .tagcloud a {
	font-size: 10px !important;
	text-transform: uppercase;
	border: 3px solid #4d4d4d;
	margin: 0 10px 10px 0;
	display: inline-block;
	letter-spacing: 0.2em;
	border-radius: 2px;
	padding: 6px 10px;
	font-weight: 500;
	line-height: 1em;
	color: #81796d;
}
footer .main-footer-area .widgets-area .widget.widget_tag_cloud .tagcloud a:hover {
	border-color: #c95e34;
	color: #fff;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed {
	list-style-type: none;
	max-width: 304px;
	line-height: 1em;
	display: block;
	font-size: 0;
	margin: -1px;
	padding: 0;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed li {
	line-height: 1em;
	display: block;
	padding: 1px;
	float: left;
	width: 50%;
	margin: 0;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed li a {
	display: inline-block;
	position: relative;
	line-height: 1em;
	font-size: 0;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed li a:before {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(32, 32, 32, 0.585);
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 2;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed li a:hover:before {
	opacity: 1;
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed:before, footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed:after {
	display: table;
	content: " ";
}
footer .main-footer-area .widgets-area .widget.tesla-instagram-widget .tt-instagram-feed:after {
	clear: both;
}
footer .main-footer-area .widgets-area .widget table th,
footer .main-footer-area .widgets-area .widget table td,
footer .main-footer-area .widgets-area .widget table caption {
	color: #f2f2f2;
}
footer .main-footer-area .copyrights {
	padding: 27.5px 30px 20px;
}
footer .main-footer-area .copyrights p {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45em;
	text-transform: uppercase;
}
footer .main-footer-area .copyrights p a {
	color: #999999;
}
footer .main-footer-area .copyrights p a:hover {
	color: white;
}

/* ----------------- 9.3. Sections ----------------- */
.section {
	margin: 0 0 35px;
}

.section-title {
	color: #424242;
	font-size: 14px;
	background: #fff;
	line-height: 1em;
	margin: 0 0 60px;
	position: relative;
	letter-spacing: 0.2em;
	padding: 30px 0 22.5px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.04);
}
.section-title:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	display: inline-block;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
}
.section-title.inverted {
	color: #626262;
	background: #262626;
	box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.3);
}
.section-title.inverted:after {
	border-color: #262626 transparent transparent transparent;
}
.section-title.no-arrow:after {
	display: none;
}

/* -------- Intro Section -------- */
.section-intro {
	position: relative;
	/* ------- Intro Slider ------- */
}
.section-intro .intro-slider {
	position: relative;
	/* ------- Custom Slider Controls ------- */
}
.section-intro .intro-slider .slick-dots {
	position: absolute;
	-webkit-transform: translateY(165px);
	-ms-transform: translateY(165px);
	transform: translateY(165px);
	line-height: 1em;
	right: 110px;
	font-size: 0;
	top: 50%;
}
.section-intro .intro-slider .slick-dots li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.section-intro .intro-slider .slick-dots li:last-of-type {
	margin: 0;
}
.section-intro .intro-slider .slick-dots li button {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	background: #fff;
	opacity: 0.15;
	height: 5px;
	width: 5px;
}
.section-intro .intro-slider .slick-dots li.slick-active button {
	opacity: 1;
}
@media (max-width: 768px) {
	.section-intro .intro-slider .slick-dots {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
		bottom: 5%;
		left: 50%;
		top: auto;
	}
	.section-intro .intro-slider .slick-dots li button {
		height: 15px;
		width: 15px;
	}
}
.section-intro .intro-slider .slides-list .slide {
	position: relative;
	min-height: 100vh;
}
.section-intro .intro-slider .slides-list .slide .slide-bg {
	background-position: top center !important;
	background-size: cover !important;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.section-intro .intro-slider .slides-list .slide .slide-content {
	position: absolute;
	color: white;
	top: 50%;
}
.section-intro .intro-slider .slides-list .slide .slide-content h2, .section-intro .intro-slider .slides-list .slide .slide-content p {
	-webkit-transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	-webkit-transform: translateY(-85%);
	-ms-transform: translateY(-85%);
	transform: translateY(-85%);
	opacity: 0;
}
.section-intro .intro-slider .slides-list .slide .slide-content h2 {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	transition-delay: 400ms;
	line-height: 1.2em;
	margin: 0 0 7.5px;
	font-weight: 600;
	font-size: 33px;
}
.section-intro .intro-slider .slides-list .slide .slide-content p {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	transition-delay: 800ms;
	color: #b5b5b5;
	font-size: 14px;
	line-height: 1em;
	font-weight: 500;
	margin: 0 0 35px;
}
.section-intro .intro-slider .slides-list .slide .slide-content .btn {
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
}
@media (max-width: 768px) {
	.section-intro .intro-slider .slides-list .slide .slide-content {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.section-intro .intro-slider .slides-list .slide .slide-content h2 {
		font-size: 18px;
	}
	.section-intro .intro-slider .slides-list .slide .slide-content p {
		margin: 0 0 15px;
	}
	.section-intro .intro-slider .slides-list .slide .slide-content .btn {
		-webkit-transform-origin: 0 0 !important;
		-ms-transform-origin: 0 0 !important;
		transform-origin: 0 0 !important;
		-webkit-transform: scale(0.65) !important;
		-ms-transform: scale(0.65) !important;
		transform: scale(0.65) !important;
	}
}
.section-intro .intro-slider .slides-list .slide.slick-current .slide-content h1,
.section-intro .intro-slider .slides-list .slide.slick-current .slide-content h2,
.section-intro .intro-slider .slides-list .slide.slick-current .slide-content p,
.section-intro .intro-slider .slides-list .slide.slick-current .slide-content .btn {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.section-intro .intro-slider.ecommerce-intro-slider {
	position: relative;
}
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide .slide-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide .slide-content h1 {
	-webkit-transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 485ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transform: translateY(-85%);
	-ms-transform: translateY(-85%);
	transform: translateY(-85%);
	opacity: 0;
	margin: 0;
	color: #e3e3e3;
	font-size: 200px;
	font-weight: 700;
	line-height: 1em;
}
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide .slide-content h1 span {
	color: #1d1d1d;
	display: block;
	font-size: 48px;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide .slide-content p {
	font-weight: 500;
	font-size: 15px;
	color: #6a6a6a;
}
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide.slick-current .slide-content h1,
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide.slick-current .slide-content h2,
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide.slick-current .slide-content p,
.section-intro .intro-slider.ecommerce-intro-slider .slides-list .slide.slick-current .slide-content .btn {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow {
	display: inline-block;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	background: 0;
	font-size: 0;
	z-index: 3;
	top: 50%;
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow:after {
	display: inline-block;
	font-family: icomoon;
	line-height: 1em;
	font-size: 22px;
	color: #000;
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow.slick-next {
	right: 50px;
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow.slick-next:after {
	content: "";
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow.slick-prev {
	left: 50px;
}
.section-intro .intro-slider.ecommerce-intro-slider .slick-arrow.slick-prev:after {
	content: "";
}
.section-intro .intro-slider .custom-control-block {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	position: absolute;
	line-height: 1em;
	background: #fff;
	cursor: pointer;
	font-size: 0;
	opacity: 0.7;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	right: 0;
	top: 50%;
}
.section-intro .intro-slider .custom-control-block .text-block {
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	display: inline-block;
	position: absolute;
	background: #fff;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.section-intro .intro-slider .custom-control-block .text-block .next-post-title {
	top: 50%;
	left: 25px;
	color: #565656;
	font-size: 12px;
	max-width: 95px;
	font-weight: 600;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	line-height: 1.65em;
	display: inline-block;
}
.section-intro .intro-slider .custom-control-block .next-post-cover {
	display: inline-block;
	position: relative;
	max-width: 145px;
	z-index: 2;
}
.section-intro .intro-slider .custom-control-block:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.section-intro .intro-slider .custom-control-block:hover .text-block {
	-webkit-transition-delay: 0.285s;
	-moz-transition-delay: 0.285s;
	transition-delay: 0.285s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
@media (max-width: 768px) {
	.section-intro .intro-slider .custom-control-block {
		display: none;
	}
}

/* ------- Intro Box ------- */
.intro-box {
	background: #202020;
	position: relative;
	text-align: center;
	height: 265px;
}
.intro-box .box-bg {
	-webkit-transition: all 725ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 725ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 725ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 550ms;
	-moz-transition-delay: 550ms;
	transition-delay: 550ms;
	opacity: 0;
	background-position: top center !important;
	background-size: cover !important;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.intro-box .box-bg.events, .intro-box .box-bg.discography {
	background-image: url(../img/events-introbox-bg.jpg);
}
.intro-box .box-bg.event {
	background-image: url(../img/single-event-introbox-bg.jpg);
}
.intro-box .box-bg.album, .intro-box .box-bg.gallery-intro {
	background-image: url(../img/single-album-introbox-bg.jpg);
}
.intro-box .box-bg.blog-intro {
	background-image: url(../img/blog-introbox-bg.jpg);
}
.intro-box .box-bg.contact-intro {
	background-image: url(../img/contact-introbox-bg.jpg);
}
.intro-box .box-bg.error-404 {
	background: #950000;
}
.intro-box .page-title {
	-webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	transition-delay: 1100ms;
	text-transform: uppercase;
	font-family: "Dubiel", serif;
	position: relative;
	font-weight: 500;
	line-height: 1em;
	-webkit-transform: translateY(75%);
	-ms-transform: translateY(75%);
	transform: translateY(75%);
	font-size: 65px;
	color: #fff;
	opacity: 0;
	z-index: 2;
	margin: 0;
	top: 50%;
}
@media (max-width: 450px) {
	.intro-box .page-title {
		font-size: 42px;
	}
}

/* ------- Top Bar ------- */
.top-bar {
	-webkit-transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: fixed;
	color: white;
	z-index: 9;
	right: 0;
	left: 0;
	top: 0;
}
.top-bar:hover {
	opacity: 1 !important;
}
.top-bar .right-block {
	position: relative;
	top: 7px;
}
.top-bar .top-bar-wrapper {
	background: #0e0e0e;
	padding: 8px 40px;
}
.top-bar .top-social-block {
	position: relative;
	text-align: right;
	top: 7px;
}
.top-bar .top-social-block .social-platforms li {
	display: inline-block;
	margin: 0 27.5px 0 0;
}
.top-bar .top-social-block .social-platforms li i {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	line-height: 1em;
	font-size: 14px;
	color: #fff;
}
.top-bar .top-social-block .social-platforms li i:hover {
	color: #c95e34;
}
.top-bar .top-social-block .social-platforms li:last-of-type {
	margin: 0;
}
.top-bar .cart-toggle,
.top-bar .account-options {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1em;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	top: 5px;
}
.top-bar .cart-toggle a:hover,
.top-bar .account-options a:hover {
	color: #c95e34;
}
.top-bar .cart-toggle {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	margin: 0 25px 0 0;
	cursor: pointer;
}
.top-bar .cart-toggle:before {
	display: inline-block;
	font-family: icomoon;
	margin: 0 10px 0 0;
	content: "";
	font-size: 18px;
	float: left;
}
.top-bar .cart-toggle:hover {
	color: #c95e34;
}
.top-bar .account-options .divider {
	display: inline-block;
	margin: 0 2.5px;
}
.top-bar .small-media-player {
	position: relative;
	top: 3px;
}
.top-bar .small-media-player .song-volume,
.top-bar .small-media-player .song-progress,
.top-bar .small-media-player .song-details {
	display: inline-block;
	vertical-align: top;
}
.top-bar .small-media-player .song-volume {
	line-height: 1em;
	min-width: 14px;
	cursor: pointer;
	font-size: 0;
}
.top-bar .small-media-player .song-volume:before {
	-webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	font-family: icomoon;
	line-height: 1em;
	font-size: 15px;
	color: #fff;
}
.top-bar .small-media-player .song-volume:hover:before {
	color: #3e3e3e;
}
.top-bar .small-media-player .song-volume[data-current-state="has-volume"]:before {
	content: "";
}
.top-bar .small-media-player .song-volume[data-current-state="muted"]:before {
	content: "";
}
.top-bar .small-media-player .song-progress {
	background: #3e3e3e;
	position: relative;
	margin: 0 10px;
	width: 85px;
	height: 3px;
	top: 6px;
}
.top-bar .small-media-player .song-progress .actual-progress {
	display: inline-block;
	position: absolute;
	background: #fff;
	width: 50%;
	bottom: 0;
	left: 0;
	top: 0;
}
.top-bar .small-media-player .song-details {
	top: 2px;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.top-bar .right-block {
		text-align: center;
		padding: 0 0 15px;
	}
	.top-bar .top-social-block {
		text-align: center;
		padding: 0 0 15px;
	}
}

.admin-bar {
	padding-top: 32px;
}
.admin-bar .top-bar {
	top: 32px;
}

/* -------- Blog Section -------- */
.blog-section {
	background: #202020;
	padding-bottom: 60px;
}
.blog-section ul.page-numbers {
	text-align: left;
}

/* -------- Grid Blog Post Box -------- */
.blog-post-box {
	background: #ffffff;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	z-index: 5;
}
.blog-post-box .blog-post-cover {
	position: relative;
	overflow: hidden;
	line-height: 1em;
	font-size: 0;
}
.blog-post-box .blog-post-cover:after {
	content: "";
	pointer-events: none;
	position: absolute;
	background: rgba(38, 38, 38, 0.5);
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.blog-post-box .blog-post-cover a {
	display: inline-block;
	line-height: 1em;
}
.blog-post-box .blog-post-cover img {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}
.blog-post-box .blog-post-cover:hover:after {
	opacity: 0;
}
.blog-post-box .blog-post-cover:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-post-box .blog-post-body {
	padding: 30px 20px;
	min-height: 195px;
	display: block;
	width: 100%;
}
.blog-post-box .blog-post-body .blog-post-meta {
	font-size: 0;
	line-height: 1em;
	text-align: center;
}
.blog-post-box .blog-post-body .blog-post-meta li {
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	color: #6d6d6d;
	line-height: 1em;
}
.blog-post-box .blog-post-body .blog-post-meta li.date {
	color: #1f1f1f;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 7.5px;
}
.blog-post-box .blog-post-body .blog-post-meta li.likes:after {
	display: inline-block;
	margin: 0 8px;
	content: "/";
}
.blog-post-box .blog-post-body .blog-post-meta:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #c95e34;
	margin: 17.5px auto 12.5px;
}
.blog-post-box .blog-post-body .post-title {
	margin: 0;
	color: #181818;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.212em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-post-box .blog-post-body .post-title:first-letter {
	padding-left: 9px;
}
.blog-post-box .blog-post-body .post-title a:hover {
	color: #4c4c4c;
}
.blog-post-box.small {
	border: 1px solid #e4e4e4;
}
.blog-post-box.small .blog-post-cover:after {
	opacity: 0;
}
.blog-post-box.small .blog-post-cover:hover:after {
	opacity: 1;
}
.blog-post-box.small .blog-post-body {
	padding: 22.5px 30px 32.5px;
}
.blog-post-box.small .blog-post-body .blog-post-meta:after {
	margin: 12px auto 15px;
}
.blog-post-box.small .blog-post-body .post-title {
	font-size: 17px;
}
.blog-post-box.small .blog-post-body .post-title:first-letter {
	padding: 0;
}
.blog-post-box.sticky:before {
	-webkit-transform: translate(-25%, -20%) rotate(-15deg);
	-ms-transform: translate(-25%, -20%) rotate(-15deg);
	transform: translate(-25%, -20%) rotate(-15deg);
	display: inline-block;
	pointer-events: none;
	font-family: icomoon;
	position: absolute;
	content: "";
	font-size: 125px;
	line-height: 1em;
	color: #81796d;
	opacity: 0.125;
	left: 0;
	top: 0;
}

/* -------- List Blog Post Box -------- */
.list-blogpost-box {
	margin: 0 0 20px;
}
.list-blogpost-box .post-meta {
	line-height: 1em;
	font-weight: 500;
	font-size: 13px;
	color: #5e5e5e;
}
.list-blogpost-box .post-meta li {
	margin: 0 0 18.5px;
}
.list-blogpost-box .post-meta li.categories {
	padding-top: 15px;
}
.list-blogpost-box .post-meta li.categories a {
	display: inline-block;
	padding: 6px 13px 7px;
	line-height: 1em;
	font-size: 13px;
	color: #202020;
	margin-bottom: 4px;
}
.list-blogpost-box .post-meta li.categories a.color-1 {
	background: #2aed8a;
}
.list-blogpost-box .post-meta li.categories a.color-1:hover {
	background: #11c66a;
}
.list-blogpost-box .post-meta li.categories a.color-2 {
	background: #81796d;
}
.list-blogpost-box .post-meta li.categories a.color-2:hover {
	background: #5e5950;
}
.list-blogpost-box .post-meta li.categories a.color-3 {
	background: #239ce1;
}
.list-blogpost-box .post-meta li.categories a.color-3:hover {
	background: #1877ad;
}
.list-blogpost-box .post-meta span {
	color: #f3f3f3;
}
.list-blogpost-box .main-blogpost-block {
	border-radius: 8px;
	position: relative;
	background: #f3f3f3;
	min-height: 215px;
	padding-left: calc(36.5% + 20px);
}
.list-blogpost-box .main-blogpost-block .post-cover {
	position: absolute;
	width: 36.5%;
	bottom: 0;
	left: 0;
	top: 0;
}
.list-blogpost-box .main-blogpost-block .post-cover .image {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.list-blogpost-box .main-blogpost-block .post-cover .image:after {
	-webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(32, 32, 32, 0.35);
	display: inline-block;
	pointer-events: none;
	position: absolute;
	content: "";
	opacity: 0;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.list-blogpost-box .main-blogpost-block .post-cover .image:hover:after {
	opacity: 1;
}
.list-blogpost-box .main-blogpost-block .post-cover .image .centered {
	position: absolute;
	overflow: hidden;
	height: 200%;
	width: 200%;
	left: -50%;
	top: -50%;
}
.list-blogpost-box .main-blogpost-block .post-cover .image .centered img {
	overflow-x: hidden;
	position: absolute;
	min-height: 50%;
	min-width: 50%;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.list-blogpost-box .main-blogpost-block .post-cover .blogpost-date {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	-webkit-transform-origin: 20% 20%;
	-ms-transform-origin: 20% 20%;
	transform-origin: 20% 20%;
	background-color: #ffffff;
	display: inline-block;
	padding: 22.5px 0 0;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1em;
	font-size: 38px;
	color: #202020;
	height: 100px;
	width: 100px;
	z-index: 2;
	top: 10px;
	left: 0;
}
.list-blogpost-box .main-blogpost-block .post-cover .blogpost-date i {
	font-style: normal;
	line-height: 1em;
	font-size: 16px;
	display: block;
}
@media (min-width: 992px) {
	.list-blogpost-box .main-blogpost-block .post-cover:hover .blogpost-date {
		-webkit-transform: scale(0.75) translateX(-50%);
		-ms-transform: scale(0.75) translateX(-50%);
		transform: scale(0.75) translateX(-50%);
	}
}
.list-blogpost-box .main-blogpost-block .post-details {
	padding: 17.5px 25px 25px 0;
}
.list-blogpost-box .main-blogpost-block .post-details .post-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.4em;
	margin: 0 0 7.5px;
	font-weight: 700;
	font-size: 29px;
	color: #181818;
}
.list-blogpost-box .main-blogpost-block .post-details .post-title:first-letter {
	padding-left: 9px;
}
.list-blogpost-box .main-blogpost-block .post-details .post-title a:hover {
	color: #3e3e3e;
}
.list-blogpost-box .main-blogpost-block .post-details .post-excerpt {
	font-weight: 600;
	line-height: 2em;
	font-size: 14px;
	color: #6a6a6a;
	margin: 0;
}

/* -------- Latest News Block -------- */
.latest-news-block .block-title {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 500;
	margin: 0 0 30px;
	font-size: 14px;
	display: block;
	color: #81796d;
}

/* -------- Blog Posts Carousel -------- */
.latest-news-carousel {
	position: relative;
	margin: 0 0 20px;
}
.latest-news-carousel .slick-arrow {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translateY(calc(-100% - 12px));
	-ms-transform: translateY(calc(-100% - 12px));
	transform: translateY(calc(-100% - 12px));
	border: 1px solid #e4e4e4;
	display: inline-block;
	position: absolute;
	right: 10px;
	font-size: 0;
	background: 0;
	height: 36px;
	width: 36px;
	color: #515151;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	top: 0;
}
.latest-news-carousel .slick-arrow:after {
	font-family: icomoon;
	font-size: 12px;
	position: relative;
	z-index: 2;
}
.latest-news-carousel .slick-arrow.slick-prev {
	-webkit-transform: translate(calc(-100% - 4px), calc(-100% - 12px));
	-ms-transform: translate(calc(-100% - 4px), calc(-100% - 12px));
	transform: translate(calc(-100% - 4px), calc(-100% - 12px));
}
.latest-news-carousel .slick-arrow.slick-prev:after {
	content: "";
}
.latest-news-carousel .slick-arrow.slick-next:after {
	content: "";
}
.latest-news-carousel .slick-arrow:hover {
	background: #f4f4f4;
}
.latest-news-carousel .carousel-items {
	margin: 0 -10px;
}
.latest-news-carousel .carousel-items .carousel-item {
	padding: 0 10px;
}

/* -------- Single Blog Post Wrapper -------- */
.single-blogpost-wrapper {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0 45px;
	background: #fff;
	display: block;
}
.single-blogpost-wrapper .blogpost-cover {
	position: relative;
	min-height: 175px;
}
.single-blogpost-wrapper .blogpost-cover img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.single-blogpost-wrapper .blogpost-cover .post-details {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 30px;
}
.single-blogpost-wrapper .blogpost-cover .post-details .blogpost-date {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	-webkit-transform-origin: 20% 20%;
	-ms-transform-origin: 20% 20%;
	transform-origin: 20% 20%;
	background-color: #ffffff;
	margin: 0 0 15px;
	display: inline-block;
	padding: 22.5px 0 0;
	border-radius: 50%;
	text-align: center;
	line-height: 1em;
	font-size: 38px;
	color: #202020;
	height: 100px;
	width: 100px;
	z-index: 2;
}
.single-blogpost-wrapper .blogpost-cover .post-details .blogpost-date i {
	font-style: normal;
	line-height: 1em;
	font-size: 16px;
	display: block;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories {
	display: block;
	width: 100%;
	text-align: center;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a {
	display: inline-block;
	padding: 6px 13px 7px;
	line-height: 1em;
	font-size: 13px;
	color: #202020;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-1 {
	background: #2aed8a;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-1:hover {
	background: #11c66a;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-2 {
	background: #81796d;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-2:hover {
	background: #5e5950;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-3 {
	background: #239ce1;
}
.single-blogpost-wrapper .blogpost-cover .post-details .post-categories a.color-3:hover {
	background: #1877ad;
}
@media (max-width: 768px) {
	.single-blogpost-wrapper .blogpost-cover .post-details {
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
	}
}
.single-blogpost-wrapper .blogpost-header {
	border-bottom: 1px solid #ececec;
	padding: 30px 50px 40px;
	position: relative;
	min-height: 125px;
	margin: 0 0 25px;
}
.single-blogpost-wrapper .blogpost-header .post-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.086em;
	font-size: 29px;
	color: #181818;
	display: block;
	margin: 0;
}
@media (min-width: 768px) {
	.single-blogpost-wrapper .blogpost-header .post-title {
		padding-right: 150px;
	}
}
.single-blogpost-wrapper .blogpost-header .post-meta {
	line-height: 1em;
	margin: 0 0 25px;
	font-size: 13px;
	color: #1f1f1f;
}
.single-blogpost-wrapper .blogpost-header .post-meta span {
	color: #81796d;
}
@media (max-width: 768px) {
	.single-blogpost-wrapper .blogpost-header .post-meta li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.single-blogpost-wrapper .blogpost-header .post-meta li:last-of-type {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.single-blogpost-wrapper .blogpost-header .post-meta {
		position: absolute;
		right: 75px;
		top: 30px;
	}
	.single-blogpost-wrapper .blogpost-header .post-meta li {
		margin: 0 0 15px;
	}
	.single-blogpost-wrapper .blogpost-header .post-meta li:last-of-type {
		margin: 0;
	}
}
@media (max-width: 768px) {
	.single-blogpost-wrapper .blogpost-header {
		padding: 15px 20px 17.5px;
	}
}
.single-blogpost-wrapper .blogpost-body {
	border-bottom: 1px solid #ececec;
	padding: 0 50px 25px;
	margin: 0 0 25px;
}
.single-blogpost-wrapper .blogpost-body p,
.single-blogpost-wrapper .blogpost-body ul,
.single-blogpost-wrapper .blogpost-body ol {
	color: #6a6a6a;
	font-size: 15px;
	font-weight: 500;
	line-height: 2em;
	margin: 0 0 17.5px;
}
.single-blogpost-wrapper .blogpost-body ol,
.single-blogpost-wrapper .blogpost-body ul {
	list-style-type: none;
	padding: 0;
}
.single-blogpost-wrapper .blogpost-body ol li,
.single-blogpost-wrapper .blogpost-body ul li {
	position: relative;
	padding-left: 30px;
}
.single-blogpost-wrapper .blogpost-body ol li:before,
.single-blogpost-wrapper .blogpost-body ul li:before {
	position: absolute;
	font-weight: 600;
	font-size: 17px;
	color: #c95e34;
	top: 2px;
	left: 0;
}
.single-blogpost-wrapper .blogpost-body ul li:before {
	content: "*";
}
.single-blogpost-wrapper .blogpost-body ol {
	counter-reset: ol;
}
.single-blogpost-wrapper .blogpost-body ol li:before {
	counter-increment: ol;
	content: counter(ol);
}
.single-blogpost-wrapper .blogpost-body .tags {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 600;
}
.single-blogpost-wrapper .blogpost-body .tags a {
	font-weight: 500;
	color: #6d6d6d;
	font-size: 12px;
}
.single-blogpost-wrapper .blogpost-body .tags a:hover {
	color: #1f1f1f;
}
.single-blogpost-wrapper .blogpost-body .slider {
	position: relative;
	margin: 0 0 22.5px;
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate(0, -50%) scale(0);
	-ms-transform: translate(0, -50%) scale(0);
	transform: translate(0, -50%) scale(0);
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	line-height: 40px;
	background: #fff;
	font-size: 0;
	height: 40px;
	width: 40px;
	z-index: 2;
	opacity: 0;
	top: 50%;
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow:after {
	display: inline-block;
	font-family: icomoon;
	padding: 14px 0 0;
	line-height: 1em;
	font-size: 13px;
	color: #202020;
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow.slick-next {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	right: 25px;
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow.slick-next:after {
	content: "";
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow.slick-prev {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	left: 25px;
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow.slick-prev:after {
	content: "";
}
.single-blogpost-wrapper .blogpost-body .slider .slick-arrow:hover {
	width: 60px;
}
.single-blogpost-wrapper .blogpost-body .slider .slides-list li {
	padding: 0;
}
.single-blogpost-wrapper .blogpost-body .slider .slides-list li:before {
	display: none;
}
.single-blogpost-wrapper .blogpost-body .slider .custom-controll-box {
	-webkit-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
	display: inline-block;
	background: #202020;
	position: absolute;
	line-height: 35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 15px;
	color: #a5a5a5;
	font-size: 0;
	bottom: 20px;
	height: 35px;
	opacity: 0.5;
	left: 50%;
}
.single-blogpost-wrapper .blogpost-body .slider .custom-controll-box * {
	display: inline-block;
}
.single-blogpost-wrapper .blogpost-body .slider .custom-controll-box .slides-display-box {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 9px;
	margin: 0 20px;
}
.single-blogpost-wrapper .blogpost-body .slider .custom-controll-box .custom-arrow {
	-webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	font-size: 18px;
	cursor: pointer;
	top: 3px;
}
.single-blogpost-wrapper .blogpost-body .slider .custom-controll-box .custom-arrow:hover {
	color: #fff;
}
.single-blogpost-wrapper .blogpost-body .slider:hover .slick-arrow {
	-webkit-transform: translate(0, -50%) scale(1);
	-ms-transform: translate(0, -50%) scale(1);
	transform: translate(0, -50%) scale(1);
	opacity: 1;
}
.single-blogpost-wrapper .blogpost-body .slider:hover .custom-controll-box {
	line-height: 42px;
	height: 42px;
	opacity: 1;
}
.single-blogpost-wrapper .blogpost-body input[type="text"], .single-blogpost-wrapper .blogpost-body input[type="password"], .single-blogpost-wrapper .blogpost-body input[type="number"] {
	border: 2px solid #666;
	border-radius: 25px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 15px;
	height: 40px;
}
.single-blogpost-wrapper .blogpost-body input[type="submit"] {
	border-radius: 25px;
	background: #c95e34;
	line-height: 38px;
	padding: 0 25px;
	height: 40px;
	color: #fff;
}
@media (max-width: 768px) {
	.single-blogpost-wrapper .blogpost-body {
		padding: 0 20px 15px;
	}
}
.single-blogpost-wrapper .blogpost-footer {
	padding: 0 50px 15px;
}
.single-blogpost-wrapper .blogpost-footer .share-article {
	margin: 0 0 35px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .title,
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms {
	display: inline-block;
	vertical-align: top;
}
.single-blogpost-wrapper .blogpost-footer .share-article .title {
	position: relative;
	padding: 2px 0 0;
	font-size: 12px;
	color: #81796d;
	top: 6px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms {
	margin: 0 0 0 10px;
	position: relative;
	top: 5px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform {
	display: inline-block;
	margin: 0 15px 0 0;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.facebook a {
	border-color: #4966b6;
	background: #4966b6;
	color: #fff;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.facebook a:before {
	content: "";
	color: #fff;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.twitter a {
	border-color: #d4d4d4;
	background: #f5f5f5;
	color: #6d6d6d;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.twitter a:before {
	content: "";
	color: #55acee;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.google-plus a {
	border-color: #dd4b39;
	background: #dd4b39;
	color: #fff;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform.google-plus a:before {
	content: "";
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform a {
	border: 2px solid transparent;
	padding: 4px 10px 4px 20px;
	display: inline-block;
	position: relative;
	border-radius: 3px;
	line-height: 1em;
	font-size: 11px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform a:before {
	display: inline-block;
	font-family: icomoon;
	position: absolute;
	font-size: 13px;
	z-index: 2;
	left: 5px;
	top: 4px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform .platform-count {
	border: 2px solid #d4d4d4;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	font-size: 10px;
	color: #6d6d6d;
	height: 38px;
	width: 38px;
	position: relative;
	margin: 0 0 0 8px;
}
.single-blogpost-wrapper .blogpost-footer .share-article .social-platforms .platform .platform-count:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -7px;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	border-color: transparent #d4d4d4 transparent transparent;
}
@media (max-width: 768px) {
	.single-blogpost-wrapper .blogpost-footer {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.single-blogpost-wrapper.full_width .blogpost-header {
	padding-bottom: 20px;
}
.single-blogpost-wrapper.full_width .blogpost-header .post-meta {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 0 17.5px;
	top: 0;
	left: 0;
}
.single-blogpost-wrapper.full_width .blogpost-header .post-meta li {
	display: inline-block;
	margin: 0 25px 0 0;
}
.single-blogpost-wrapper.full_width .blogpost-header .post-title {
	padding: 0;
	margin: 0;
}
@media (max-width: 992px) {
	.single-blogpost-wrapper {
		margin-bottom: 65px;
	}
}

@media (min-width: 992px) {
	.blog-preview.reversed [class*="col-"] {
		float: right;
	}
}

/* -------- Discography Section -------- */
/* ------- Discography Carousel ------- */
.discography-carousel {
	margin: 0 -10px;
}
.discography-carousel .album-box {
	margin: 0;
}
.discography-carousel .slick-list {
	padding-top: 10px;
}
.discography-carousel .carousel-item {
	margin: 0 10px;
}
@media (max-width: 768px) {
	.discography-carousel .carousel-item {
		text-align: center;
	}
}
.discography-carousel .slick-arrow {
	-webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	visibility: hidden;
	position: absolute;
	line-height: 1em;
	background: 0;
	font-size: 0;
	top: 50%;
	opacity: 0;
}
.discography-carousel .slick-arrow:hover:after {
	color: #1f1f1f;
}
.discography-carousel .slick-arrow:after {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	font-family: icomoon;
	display: inline-block;
	line-height: 1em;
	font-size: 26px;
	color: #6a635a;
}
.discography-carousel .slick-arrow.slick-prev {
	-webkit-transform: translateY(-185%) translateX(-30px);
	-ms-transform: translateY(-185%) translateX(-30px);
	transform: translateY(-185%) translateX(-30px);
	left: 0;
}
.discography-carousel .slick-arrow.slick-prev:after {
	content: "";
}
.discography-carousel .slick-arrow.slick-next {
	-webkit-transform: translateY(-185%) translateX(30px);
	-ms-transform: translateY(-185%) translateX(30px);
	transform: translateY(-185%) translateX(30px);
	right: 0;
}
.discography-carousel .slick-arrow.slick-next:after {
	content: "";
}
@media (max-width: 992px) {
	.discography-carousel .slick-arrow {
		display: none !important;
	}
}
.discography-carousel .slick-dots {
	text-align: center;
	padding: 35px 0 0;
}
.discography-carousel .slick-dots li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.discography-carousel .slick-dots li button {
	border: 2px solid #5c5c5c;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	background: 0;
	font-size: 0;
	height: 14px;
	width: 14px;
}
.discography-carousel .slick-dots li.slick-active button {
	border-color: #c95e34;
}
.discography-carousel .slick-dots li:last-of-type {
	margin: 0;
}
@media (min-width: 992px) {
	.discography-carousel .slick-dots {
		display: none !important;
	}
}

.discography-section:hover .discography-carousel .slick-arrow {
	visibility: visible;
	opacity: 1;
}
.discography-section:hover .discography-carousel .slick-arrow.slick-prev {
	-webkit-transform: translateY(-185%) translateX(-55px);
	-ms-transform: translateY(-185%) translateX(-55px);
	transform: translateY(-185%) translateX(-55px);
}
.discography-section:hover .discography-carousel .slick-arrow.slick-next {
	-webkit-transform: translateY(-185%) translateX(55px);
	-ms-transform: translateY(-185%) translateX(55px);
	transform: translateY(-185%) translateX(55px);
}

/* ------- Album Box ------- */
.album-box {
	margin: 0 0 50px;
}
@media (max-width: 768px) {
	.album-box {
		display: inline-block;
		text-align: left;
	}
}
.album-box .album-cover {
	display: block;
}
.album-box .album-cover .cover-base {
	display: inline-block;
	position: relative;
}
.album-box .album-cover .cover-base .vinyl {
	-webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate(-12%, -50%);
	-ms-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
	position: absolute;
	height: 86%;
	width: auto;
	z-index: 1;
	left: 50%;
	top: 50%;
}
.album-box .album-cover .cover-base .album-cover {
	-webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0 1px 10px rgba(98, 98, 98, 0.35);
	box-shadow: 0 0px 10px rgba(98, 98, 98, 0.35);
	border: 1px solid rgba(98, 98, 98, 0.3);
	-webkit-transform: translate(10%, 0);
	-ms-transform: translate(10%, 0);
	transform: translate(10%, 0);
	display: inline-block;
	position: relative;
	z-index: 2;
}
.album-box .album-body {
	padding: 20px 0 0;
}
.album-box .album-body h5 {
	color: #424242;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 9.5px;
	line-height: 1.45em;
	text-transform: uppercase;
}
.album-box .album-body h5 a:hover {
	color: #c95e34;
}
.album-box .album-body .album-audio-preview {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
}
.album-box .album-body .album-audio-preview .icon {
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin: 0 6px 0 0;
	cursor: pointer;
	color: #81796d;
	height: 30px;
	width: 30px;
	position: relative;
}
.album-box .album-body .album-audio-preview .icon:after {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-color: #c95e34;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	content: "";
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.album-box .album-body .album-audio-preview .icon:before {
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-style: normal;
	font-family: icomoon;
	display: inline-block;
}
.album-box .album-body .album-audio-preview .icon:hover {
	color: #fff;
}
.album-box .album-body .album-audio-preview .icon:hover:after {
	opacity: 1;
}
.album-box .album-body .album-audio-preview[data-album-preview-state="paused"] .icon:before {
	content: "";
}
.album-box .album-body .album-audio-preview[data-album-preview-state="playing"] .icon:before {
	content: "";
}
.album-box .album-body .album-audio-preview span {
	display: inline-block;
	vertical-align: top;
	padding: 8.5px 0 0;
	font-weight: 500;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.album-box:hover .album-cover .cover-base .vinyl, .album-box.active .album-cover .cover-base .vinyl {
	-webkit-transform: translate(2%, -50%);
	-ms-transform: translate(2%, -50%);
	transform: translate(2%, -50%);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.album-box:hover .album-cover .cover-base .album-cover, .album-box.active .album-cover .cover-base .album-cover {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 1200px) {
	.album-box .album-cover .cover-base .album-cover {
		max-width: 85%;
	}
	.album-box .album-cover .cover-base .vinyl {
		height: 80%;
	}
	.album-box:hover .album-cover .cover-base .vinyl, .album-box.active .album-cover .cover-base .vinyl {
		-webkit-transform: translate(-5%, -50%);
		-ms-transform: translate(-5%, -50%);
		transform: translate(-5%, -50%);
	}
}
@media (max-width: 992px) {
	.album-box .album-cover .cover-base .vinyl {
		height: 65%;
	}
	.album-box:hover .album-cover .cover-base .vinyl, .album-box.active .album-cover .cover-base .vinyl {
		-webkit-transform: translate(-7%, -50%);
		-ms-transform: translate(-7%, -50%);
		transform: translate(-7%, -50%);
	}
}

/* -------- Countdown Section -------- */
.countdown {
	padding: 55px 0 60px;
}
.countdown .countdown-header {
	margin: 0 0 65px;
}
.countdown .countdown-header h4 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: right;
	line-height: 1em;
	font-weight: 500;
	font-size: 38px;
}
.countdown .countdown-header .event-details .event-address,
.countdown .countdown-header .event-details .event-date {
	display: inline-block;
	vertical-align: top;
}
.countdown .countdown-header .event-details .event-address p,
.countdown .countdown-header .event-details .event-date p {
	margin: 0;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
}
.countdown .countdown-header .event-details .event-address p span,
.countdown .countdown-header .event-details .event-date p span {
	display: block;
	color: #6d6d6d;
	font-size: 12px;
	font-weight: 500;
}
.countdown .countdown-header .event-details .event-address {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #d5d5d5;
}
.countdown .countdown-header .event-details .event-date p {
	font-size: 12px;
	text-transform: uppercase;
}
.countdown .countdown-body {
	text-transform: uppercase;
	text-align: center;
	color: #424242;
}
.countdown .countdown-body .countdown-timmer .timmer-option {
	display: inline-block;
	margin: 0 8.5% 0 0;
}
.countdown .countdown-body .countdown-timmer .timmer-option:last-of-type {
	margin: 0;
}
.countdown .countdown-body .countdown-timmer .timmer-option .value, .countdown .countdown-body .countdown-timmer .timmer-option .title {
	line-height: 1em;
	display: block;
}
.countdown .countdown-body .countdown-timmer .timmer-option .value {
	font-size: 38px;
	margin: 0 0 25px;
}
.countdown .countdown-body .countdown-timmer .timmer-option .title {
	font-size: 20px;
}
@media (max-width: 992px) {
	.countdown .countdown-header {
		margin: 0 0 45px;
	}
	.countdown .countdown-header h4 {
		text-align: center;
	}
	.countdown .countdown-header .event-details {
		text-align: center;
	}
	.countdown .countdown-header .event-details .event-date,
	.countdown .countdown-header .event-details .event-address {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.countdown .countdown-header .event-details .event-date,
	.countdown .countdown-header .event-details .event-address {
		border: 0;
		padding: 0;
		display: block;
		text-align: center;
	}
	.countdown .countdown-header .event-details .event-date p,
	.countdown .countdown-header .event-details .event-address p {
		display: inline-block;
		text-align: left;
		min-width: 40%;
	}
	.countdown .countdown-header .event-details .event-address {
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.countdown .countdown-body .countdown-timmer .timmer-option {
		margin: 0 0 10%;
		display: block;
		float: left;
		width: 50%;
	}
}

/* -------- Gallery Section -------- */
.gallery-page {
	padding: 0 0 30px;
}

/* ------- Gallery Filters ------- */
.gallery-filters {
	text-align: center;
	margin: 0 0 60px;
	line-height: 1em;
	display: block;
}
.gallery-filters ul li {
	border: 2px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 25px;
	margin: 0 10px 0 0;
	padding: 3px 9px;
	line-height: 1em;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	color: #424242;
}
.gallery-filters ul li:not(.current):hover {
	color: #181818;
}
.gallery-filters ul li.current {
	border-color: #c95e34;
}
.gallery-filters ul li:last-of-type {
	margin: 0;
}

/* ------- Gallery ------- */
.gallery-box {
	margin: -30px;
}
.gallery-box .gallery-item {
	line-height: 1em;
	padding: 30px;
	float: left;
	width: 20%;
	opacity: 1;
}
.gallery-box .gallery-item a {
	display: inline-block;
	overflow: hidden;
	line-height: 1em;
	font-size: 0;
}
.gallery-box .gallery-item a img {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
	line-height: 1em;
}
.gallery-box .gallery-item a img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 1450px) {
	.gallery-box {
		margin: -25px;
	}
	.gallery-box .gallery-item {
		padding: 25px;
	}
}
@media (max-width: 1200px) {
	.gallery-box {
		margin: -17.5px;
	}
	.gallery-box .gallery-item {
		padding: 17.5px;
	}
}
@media (max-width: 1000px) {
	.gallery-box {
		margin: -25px;
	}
	.gallery-box .gallery-item {
		width: 25%;
		padding: 25px;
	}
}
@media (max-width: 850px) {
	.gallery-box {
		margin: -25px 0;
	}
	.gallery-box .gallery-item {
		width: calc(100% / 3);
	}
}
@media (max-width: 600px) {
	.gallery-box {
		margin: -10px 0;
	}
	.gallery-box .gallery-item {
		width: 50%;
		padding: 10px;
	}
}
@media (max-width: 380px) {
	.gallery-box .gallery-item {
		width: 100%;
		text-align: center;
	}
}

/* ------- Video Gallery ------- */
.video-gallery {
	margin: -35px;
}
.video-gallery .gallery-item {
	width: calc(100% / 3);
	line-height: 1em;
	display: block;
	font-size: 0;
	float: left;
	padding: 35px;
}
.video-gallery .gallery-item a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1em;
	font-size: 0;
	width: 100%;
}
.video-gallery .gallery-item a:after {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate(-50%, -50%) scale(0.485);
	-ms-transform: translate(-50%, -50%) scale(0.485);
	transform: translate(-50%, -50%) scale(0.485);
	display: inline-block;
	pointer-events: none;
	font-family: icomoon;
	position: absolute;
	content: "";
	font-size: 88px;
	opacity: 0.5;
	color: #fff;
	left: 50%;
	top: 50%;
}
.video-gallery .gallery-item a img {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
	line-height: 1em;
}
.video-gallery .gallery-item a img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.video-gallery .gallery-item a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
@media (max-width: 992px) {
	.video-gallery .gallery-item {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.video-gallery {
		margin: -20px;
	}
	.video-gallery .gallery-item {
		padding: 20px;
	}
}
@media (max-width: 600px) {
	.video-gallery {
		margin: -10px;
	}
	.video-gallery .gallery-item {
		padding: 10px;
	}
}
@media (max-width: 450px) {
	.video-gallery {
		margin: 0;
	}
	.video-gallery .gallery-item {
		margin: 0 0 20px;
		width: 100%;
		padding: 0;
	}
	.video-gallery .gallery-item:last-of-type {
		margin: 0;
	}
}

/* ------- Gallery Tabs ------- */
.tabed-content.gallery-tabs .tabs-body {
	position: relative;
}
.tabed-content.gallery-tabs .tabs-body:after {
	-webkit-transition: all 485ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 485ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 485ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	visibility: hidden;
	position: absolute;
	background: #fff;
	content: "";
	opacity: 0;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.tabed-content.gallery-tabs .tabs-body:before {
	-webkit-animation: rotate 1.45s linear infinite;
	animation: rotate 1.45s linear infinite;
	display: inline-block;
	pointer-events: none;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	height: 250px;
	width: 250px;
	background-image: url(../img/vinyl-loader.png);
	background-size: contain;
	content: "";
	z-index: 3;
	left: calc(50% - 250px / 2);
	top: 27%;
}
@media (max-width: 560px) {
	.tabed-content.gallery-tabs .tabs-body:before {
		left: calc(50% - 175px / 2);
		height: 175px;
		width: 175px;
		background-size: cover;
	}
}
.tabed-content.gallery-tabs.switching .tabs-body:before {
	-webkit-transition: all 450ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 450ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 450ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.tabed-content.gallery-tabs.switching .tabs-body:after, .tabed-content.gallery-tabs.switching .tabs-body:before {
	visibility: visible;
	opacity: 1;
}

/* -------- Events Section -------- */
.events-results-section,
.single-event-section {
	padding: 0 0 60px;
	background: #202020;
}

/* ------- Single Event Page ------- */
.single-event-section {
	margin: 0 0 60px;
}
.single-event-section .countdown {
	padding: 0;
}
.single-event-section .countdown .countdown-header h4 {
	color: #424242;
}
@media (max-width: 768px) {
	.single-event-section .countdown .countdown-header h4 {
		font-size: 20px;
	}
}
.single-event-section .countdown .countdown-header .event-details {
	color: #b0b0b0;
}
.single-event-section .countdown .countdown-header .event-details .event-address {
	border-color: #3b3b3b;
}
.single-event-section .countdown .countdown-header .event-details .event-address p {
	color: #b0b0b0;
}
.single-event-section .countdown .countdown-header .event-details .event-address p span {
	color: inherit;
}
.single-event-section .countdown .countdown-header .event-details .event-date p {
	color: #ffffff;
}
.single-event-section .countdown .countdown-header .event-details .event-date p span {
	color: inherit;
}
.single-event-section .countdown .countdown-header .event-details .event-action {
	text-transform: uppercase;
	padding: 9.5px 0 0 50px;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	line-height: 1em;
	font-size: 10px;
}
.single-event-section .countdown .countdown-header .event-details .event-action a {
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.2em;
	vertical-align: top;
	padding: 0 0 2px;
	line-height: 1em;
	color: #c95e34;
}
.single-event-section .countdown .countdown-header .event-details .event-action a:hover {
	border-color: #fff;
	color: #fff;
}
@media (max-width: 768px) {
	.single-event-section .countdown .countdown-header .event-details .event-action {
		padding: 15px 0 0;
	}
}
.single-event-section .row.relative {
	margin-bottom: 47.5px;
}
@media (min-width: 992px) {
	.single-event-section .row.relative {
		position: relative;
	}
	.single-event-section .row.relative > .col-md-12:first-of-type {
		position: absolute;
		bottom: 0;
		left: 0;
		top: 0;
	}
}
.single-event-section .row:not(.relative) #map-canvas {
	position: relative;
	height: 500px;
}
@media (min-width: 992px) {
	.single-event-section #map-canvas {
		width: calc(100% - 20px);
		position: absolute;
		height: 100%;
		left: 10px;
		top: 0;
	}
}
@media (max-width: 992px) {
	.single-event-section #map-canvas {
		height: 600px;
		margin: 0 0 45px;
	}
}
@media (max-width: 768px) {
	.single-event-section #map-canvas {
		height: 350px;
	}
}
.single-event-section .single-event-box {
	position: relative;
	overflow: hidden;
	min-height: 430px;
}
.single-event-section .single-event-box .event-logo {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 25px;
}
.single-event-section .single-event-box .single-event-cover {
	line-height: 1em;
	font-size: 0;
}
.single-event-section .single-event-box .single-event-cover img {
	width: 100%;
}
.single-event-section .single-event-box .event-details {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	position: absolute;
	padding: 25px 0 0;
	bottom: 65px;
	color: #fff;
	left: 55px;
	right: 0;
}
.single-event-section .single-event-box .event-details:before, .single-event-section .single-event-box .event-details:after {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	position: absolute;
	width: 1250%;
	content: "";
	left: 0;
	top: 0;
}
.single-event-section .single-event-box .event-details:after {
	left: -5px;
}
.single-event-section .single-event-box .event-details span {
	text-transform: uppercase;
	line-height: 1em;
	display: block;
	color: #a6a6a6;
}
.single-event-section .single-event-box .event-details .date {
	letter-spacing: -0.015em;
	font-family: "Dubiel", serif;
	line-height: 0.65em;
	font-size: 95px;
	color: #fff;
}
.single-event-section .single-event-box .event-details .hh {
	font-family: "Open Sans", sans-serif;
	margin: 0 0 3.5px;
	font-size: 22px;
	color: #a6a6a6;
}
.single-event-section .single-event-box .event-details .location {
	font-weight: 700;
	font-size: 26px;
}
.single-event-section .single-event-box .event-details .loc-details {
	padding-left: 35px;
}
.single-event-section .single-event-box .event-details .loc-details:before {
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	position: absolute;
	content: "";
	left: -5px;
	bottom: 0;
	top: 0;
}
.single-event-section .single-event-box .event-details .btn-wrapper {
	padding: 10px 0 10px 35px;
	margin: 25px 0 0;
	line-height: 1em;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.single-event-section .single-event-box .event-details .btn-wrapper a {
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	line-height: 1em;
	font-size: 15px;
	color: #fff;
}
.single-event-section .single-event-box .event-details .btn-wrapper a:hover {
	color: #c95e34;
	border-color: #c95e34;
}
@media (max-width: 768px) {
	.single-event-section .single-event-box .event-details {
		-webkit-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media (max-width: 500px) {
	.single-event-section .single-event-box .event-details {
		-webkit-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
	}
}
.single-event-section .event-description .title {
	color: #81796d;
	font-size: 24px;
	line-height: 1em;
	font-weight: 600;
	margin: 0 0 22.5px;
}
.single-event-section .event-description p {
	margin: 0 0 20px;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 500;
	line-height: 2em;
}
.single-event-section .responsive-media {
	margin-top: 30px;
}

/* ------- Tickera Stylig ------- */
#tickera_cart .tickera-checkout .tickera-button {
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0.05em;
	background: #c95e34;
	border-radius: 3px;
	line-height: 33px;
	font-weight: 700;
	font-size: 14px;
	padding: 0 10px;
	margin-left: 10px;
	height: 33px;
	color: #fff;
	border: 0;
}
#tickera_cart .tickera-checkout .tickera-button:hover {
	background: #0e0e0e;
}
#tickera_cart .tickera-checkout .tickera-input-field {
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.2em;
	background: #f6f6f6;
	border-radius: 3px;
	line-height: 33px;
	font-weight: 500;
	font-size: 12px;
	padding: 0 20px;
	color: #c95e34;
	height: 33px;
	border: 0;
}

.tickera_checkout.tickera-button {
	background: #c95e34;
	border-radius: 25px;
	line-height: 40px;
	min-width: 110px;
	font-size: 16px;
	padding: 0 17px;
	height: 40px;
	color: #fff;
	border: 0;
}
.tickera_checkout.tickera-button:hover {
	background: #ab502c;
}

/* -------- Sinle Album -------- */
.buy-album {
	margin: 60px 0 20px;
}

/* ------- Single Album Description Box ------- */
.album-description {
	position: relative;
	overflow: hidden;
	background-image: url(../img/album-description-box.jpg);
	background-position: top right;
	background-size: cover;
	min-height: 500px;
}
.album-description .description-box {
	display: inline-block;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	transform: translateY(-35%);
	padding-top: 50%;
}
.album-description .description-box .album-title {
	margin: 0 0 40px;
	color: #424242;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.album-description .description-box .album-title span {
	top: 9px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.album-description .description-box p {
	margin: 0;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2em;
}
@media (max-width: 992px) {
	.album-description .description-box {
		-webkit-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		transform: translateY(-15%);
	}
}
@media (max-width: 768px) {
	.album-description .description-box {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
	}
}
@media (max-width: 768px) {
	.album-description .album-cover {
		margin: 0 0 35px;
	}
	.album-description .album-cover img {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.album-description .album-cover {
		position: absolute;
		width: 440px;
		bottom: 0;
		left: 0;
		top: 0;
	}
	.album-description .album-cover img {
		object-fit: cover;
		height: 100%;
	}
}

/* -------- Contact Section -------- */
.contact-section {
	background: #202020;
}

.contact-box {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	position: relative;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}
.contact-box .contact-map {
	margin: 0 0 25px;
	height: 315px;
}
.contact-box .social-block {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.contact-info-block {
	padding: 0 0 35px;
}
.contact-info-block .block-title {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
	line-height: 1em;
	font-size: 14px;
	color: #424242;
	margin: 0 0 20px;
}
.contact-info-block p {
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.615em;
}

.contact-component {
	position: relative;
	margin-bottom: 40px;
	padding-left: 65px;
}
.contact-component .icon {
	border: 1px solid #81796d;
	vertical-align: middle;
	position: absolute;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #81796d;
	height: 48px;
	width: 48px;
	top: -3px;
	left: 0;
}
.contact-component h5 {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1em;
	font-size: 14px;
	color: #1f1f1f;
}
.contact-component p,
.contact-component a {
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
	margin: 0;
}
.contact-component a:hover {
	color: #1f1f1f;
}

/* -------- Shop Area -------- */
.shop-area {
	overflow: hidden;
}
.shop-area ul.page-numbers {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.shop-area ul.page-numbers li {
	margin: 0 17.5px 0 0;
}
.shop-area ul.page-numbers li:last-of-type {
	margin: 0;
}
.shop-area ul.page-numbers li .page-numbers {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	color: #424242;
	height: 22px;
	border-radius: 4px;
	line-height: 22px;
	padding: 0 6px;
	width: auto;
}
.shop-area ul.page-numbers li .page-numbers:not(.next):not(.prev) {
	border-radius: 4px;
	line-height: 22px;
	font-weight: 500;
	font-size: 12px;
	color: #424242;
	height: 22px;
	width: auto;
}
.shop-area ul.page-numbers li .page-numbers:not(.next):not(.prev).current {
	-webkit-box-shadow: none;
	background: #f0f0f0;
	box-shadow: none;
}
.shop-area ul.page-numbers li .page-numbers.prev, .shop-area ul.page-numbers li .page-numbers.next {
	margin: 0;
	height: 22px;
	line-height: 22px;
	padding-bottom: 0;
	padding-top: 0;
	letter-spacing: 0.2em;
}
.shop-area ul.page-numbers li .page-numbers.prev:after, .shop-area ul.page-numbers li .page-numbers.prev:before, .shop-area ul.page-numbers li .page-numbers.next:after, .shop-area ul.page-numbers li .page-numbers.next:before {
	display: none;
}
.shop-area ul.page-numbers li .page-numbers:hover {
	background: #f0f0f0;
}
@media (max-width: 992px) {
	.shop-area ul.page-numbers {
		margin: 0 0 50px;
	}
}
@media (max-width: 992px) {
	.shop-area .shop-sidebar {
		margin: 0 0 45px;
	}
}
@media (min-width: 992px) {
	.shop-area .shop-sidebar {
		border-right: 1px solid #d6d6d6;
	}
}
@media (max-width: 992px) {
	.shop-area .shop-sidebar .shop-widget {
		margin: 0 0 35px;
	}
	.shop-area .shop-sidebar .shop-widget:last-of-type {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.shop-area .shop-sidebar .shop-widget {
		border-bottom: 1px solid #d6d6d6;
		padding: 25px 0 40px;
		position: relative;
	}
	.shop-area .shop-sidebar .shop-widget:after {
		display: inline-block;
		border-bottom: 1px solid #d6d6d6;
		position: absolute;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 25px;
		content: "";
		bottom: -1px;
		left: 0;
	}
	.shop-area .shop-sidebar .shop-widget:last-of-type {
		border: 0;
	}
	.shop-area .shop-sidebar .shop-widget:last-of-type:after {
		display: none;
	}
}
.shop-area .shop-sidebar .shop-widget .widget-title {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 0 25px;
	font-weight: 500;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.shop-area .widget_product_categories ul {
	list-style-type: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.shop-area .widget_product_categories ul li {
	margin: 0 0 18.5px;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.shop-area .widget_product_categories ul li a {
	-webkit-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
}
.shop-area .widget_product_categories ul li a:hover {
	color: #c95e34;
}
.shop-area .widget_product_categories ul li span {
	color: #c4c4c4;
}
.shop-area .widget_product_categories ul li:last-of-type {
	margin: 0;
}
.shop-area .widget_colorbox .color-box .color-item {
	margin: 0 10px 10px 0;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	display: block;
	height: 42px;
	width: 42px;
	float: left;
}
.shop-area .widget_colorbox .color-box .color-item.orange {
	background: #c95e34;
}
.shop-area .widget_colorbox .color-box .color-item.pink {
	background: #cfb1a6;
}
.shop-area .widget_colorbox .color-box .color-item.gray {
	background: #bebdb9;
}
.shop-area .widget_colorbox .color-box .color-item.green {
	background: #618289;
}
.shop-area .widget_colorbox .color-box .color-item.white {
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6;
	background: #fff;
}
.shop-area .widget_colorbox .color-box .color-item.white .check:after {
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6;
}
.shop-area .widget_colorbox .color-box .color-item .check {
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 1em;
	padding-top: 9px;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	left: 0;
	top: 0;
}
.shop-area .widget_colorbox .color-box .color-item .check:after {
	vertical-align: middle;
	display: inline-block;
	font-family: icomoon;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	background: #fff;
	content: "";
	font-size: 12px;
	color: #424242;
	height: 25px;
	width: 25px;
}
.shop-area .widget_colorbox .color-box .color-item input:checked + .check {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.shop-area .widget_sizebox .sizebox .size-item {
	margin: 0 10px 10px 0;
	cursor: pointer;
	display: block;
	float: left;
}
.shop-area .widget_sizebox .sizebox .size-item input:checked + .value {
	border-color: #000 !important;
}
.shop-area .widget_sizebox .sizebox .size-item .value {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 2px solid #d6d6d6;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0.2em;
	border-radius: 3px;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
	font-size: 10px;
	height: 38px;
	width: 45px;
	color: #000;
}
.shop-area .widget_products .product_list_widget,
.shop-area .widget_top_rated_products .product_list_widget,
.shop-area .widget_recent_reviews .product_list_widget,
.shop-area .widget_shopping_cart .product_list_widget,
.shop-area .widget_recently_viewed_products .product_list_widget {
	line-height: 1em;
}
.shop-area .widget_products .product_list_widget li,
.shop-area .widget_top_rated_products .product_list_widget li,
.shop-area .widget_recent_reviews .product_list_widget li,
.shop-area .widget_shopping_cart .product_list_widget li,
.shop-area .widget_recently_viewed_products .product_list_widget li {
	position: relative;
	display: block;
	margin-bottom: 12.5px;
	min-height: 85px;
	padding-left: 80px;
	padding-top: 12px;
}
.shop-area .widget_products .product_list_widget li:last-of-type,
.shop-area .widget_top_rated_products .product_list_widget li:last-of-type,
.shop-area .widget_recent_reviews .product_list_widget li:last-of-type,
.shop-area .widget_shopping_cart .product_list_widget li:last-of-type,
.shop-area .widget_recently_viewed_products .product_list_widget li:last-of-type {
	margin: 0;
}
.shop-area .widget_products .product_list_widget li a.remove,
.shop-area .widget_top_rated_products .product_list_widget li a.remove,
.shop-area .widget_recent_reviews .product_list_widget li a.remove,
.shop-area .widget_shopping_cart .product_list_widget li a.remove,
.shop-area .widget_recently_viewed_products .product_list_widget li a.remove {
	left: auto;
	right: 5px;
}
.shop-area .widget_products .product_list_widget li a:not(.remove),
.shop-area .widget_top_rated_products .product_list_widget li a:not(.remove),
.shop-area .widget_recent_reviews .product_list_widget li a:not(.remove),
.shop-area .widget_shopping_cart .product_list_widget li a:not(.remove),
.shop-area .widget_recently_viewed_products .product_list_widget li a:not(.remove) {
	display: block;
	width: 100%;
}
.shop-area .widget_products .product_list_widget li a:not(.remove) img,
.shop-area .widget_top_rated_products .product_list_widget li a:not(.remove) img,
.shop-area .widget_recent_reviews .product_list_widget li a:not(.remove) img,
.shop-area .widget_shopping_cart .product_list_widget li a:not(.remove) img,
.shop-area .widget_recently_viewed_products .product_list_widget li a:not(.remove) img {
	position: absolute;
	overflow: hidden;
	width: 65px;
	left: 0;
	top: 0;
}
.shop-area .widget_products .product_list_widget li a:not(.remove) .product-title,
.shop-area .widget_top_rated_products .product_list_widget li a:not(.remove) .product-title,
.shop-area .widget_recent_reviews .product_list_widget li a:not(.remove) .product-title,
.shop-area .widget_shopping_cart .product_list_widget li a:not(.remove) .product-title,
.shop-area .widget_recently_viewed_products .product_list_widget li a:not(.remove) .product-title {
	margin: 0 0 5px;
	color: #424242;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.shop-area .widget_products .product_list_widget li .amount,
.shop-area .widget_top_rated_products .product_list_widget li .amount,
.shop-area .widget_recent_reviews .product_list_widget li .amount,
.shop-area .widget_shopping_cart .product_list_widget li .amount,
.shop-area .widget_recently_viewed_products .product_list_widget li .amount {
	font-weight: 700;
	line-height: 1em;
	font-size: 14px;
	color: #424242;
}
.shop-area .widget_products .product_list_widget li .rating,
.shop-area .widget_top_rated_products .product_list_widget li .rating,
.shop-area .widget_recent_reviews .product_list_widget li .rating,
.shop-area .widget_shopping_cart .product_list_widget li .rating,
.shop-area .widget_recently_viewed_products .product_list_widget li .rating {
	line-height: 1em;
	padding-bottom: 5px;
	display: block;
	font-size: 0;
}
.shop-area .widget_products .product_list_widget li .rating i,
.shop-area .widget_top_rated_products .product_list_widget li .rating i,
.shop-area .widget_recent_reviews .product_list_widget li .rating i,
.shop-area .widget_shopping_cart .product_list_widget li .rating i,
.shop-area .widget_recently_viewed_products .product_list_widget li .rating i {
	color: #c29d0b;
	display: inline-block;
	line-height: 1em;
	font-size: 14px;
}
.shop-area .widget_products .product_list_widget li .rating i.empty,
.shop-area .widget_top_rated_products .product_list_widget li .rating i.empty,
.shop-area .widget_recent_reviews .product_list_widget li .rating i.empty,
.shop-area .widget_shopping_cart .product_list_widget li .rating i.empty,
.shop-area .widget_recently_viewed_products .product_list_widget li .rating i.empty {
	color: #424242;
}
.shop-area .widget_products .product_list_widget li .reviewer,
.shop-area .widget_top_rated_products .product_list_widget li .reviewer,
.shop-area .widget_recent_reviews .product_list_widget li .reviewer,
.shop-area .widget_shopping_cart .product_list_widget li .reviewer,
.shop-area .widget_recently_viewed_products .product_list_widget li .reviewer {
	font-style: italic;
	line-height: 1em;
	font-weight: 700;
	font-size: 13px;
	color: #424242;
}
.shop-area .widget_shopping_cart .product_list_widget {
	margin-bottom: 20px;
}
.shop-area .widget_shopping_cart .product_list_widget li a:not(.remove) {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	color: #424242;
}
.shop-area .widget_shopping_cart .total {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	color: #424242;
}
.shop-area .widget_shopping_cart .buttons a {
	vertical-align: middle;
	border-radius: 25px;
	background: #c95e34;
	text-align: center;
	line-height: 35px;
	min-width: 110px;
	font-size: 13px;
	padding: 0 10px;
	height: 35px;
	color: #fff;
}
.shop-area .widget_shopping_cart .buttons a:hover {
	background: #ab502c;
}
.shop-area .widget_shopping_cart .buttons a:hover:active {
	position: relative;
	top: 1px;
}
.shop-area .widget_product_tag_cloud .tagcloud {
	line-height: 1em;
	font-size: 0;
}
.shop-area .widget_product_tag_cloud .tagcloud a {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	border: 2px solid #d6d6d6;
	margin: 0 7.5px 7.5px 0;
	display: inline-block;
	letter-spacing: 0.2em;
	border-radius: 3px;
	position: relative;
	padding: 11px 12px;
	font-weight: 700;
	line-height: 1em;
	cursor: pointer;
	font-size: 10px;
}
.shop-area .widget_product_tag_cloud .tagcloud a:after {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 1px solid #d6d6d6;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	height: 6px;
	content: "";
	width: 6px;
	z-index: 3;
	top: -1px;
	margin-left: 5px;
}
.shop-area .widget_product_tag_cloud .tagcloud a:hover {
	border-color: #efcfc2;
	background: #efcfc2;
	color: #cd6a42;
}
.shop-area .widget_product_tag_cloud .tagcloud a:hover:after {
	border-color: #efcfc2;
	background: #efcfc2;
}
.shop-area .widget_price_filter {
	padding-right: 10px;
}
@media (min-width: 992px) {
	.shop-area .container.reversed > .row > [class*="col-"] {
		float: right;
	}
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-box-shadow: none;
	background: #d6d6d6;
	box-shadow: none;
	border-radius: 0;
	height: 3px;
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #c95e34;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	background: #c95e34;
	height: 10px;
	width: 10px;
	border: 0;
	left: -5px;
	top: -4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	-webkit-transform: scale(1.185);
	-ms-transform: scale(1.185);
	transform: scale(1.185);
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-transform: uppercase;
	position: relative;
	right: 10px;
	display: inline;
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #424242;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	background: #c95e34 !important;
	border-radius: 25px !important;
	line-height: 35px !important;
	min-width: 110px !important;
	font-size: 13px !important;
	padding: 0 10px !important;
	height: 35px !important;
	color: #fff !important;
	position: relative;
	z-index: 2;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background: #ab502c !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover:active {
	position: relative !important;
	top: 1px !important;
}

@media (max-width: 450px) {
	.shop-section .col-xs-12 {
		width: 100%;
	}
}

.products-list {
	padding: 20px 0 45px;
}

/* ------- Filters ------- */
.filter-box {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
.filter-box .filter-box-item {
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.2em;
	vertical-align: top;
	min-height: 40px;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
	padding-top: 15px;
}
.filter-box .filter-box-item input {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.filter-box .filter-box-item.items-found {
	border-right: 1px solid #d6d6d6;
	display: block;
	width: 100%;
}
@media (max-width: 992px) {
	.filter-box .filter-box-item.items-found {
		border: 0;
	}
}
.filter-box .filter-box-item.has-margin {
	margin-right: 150px;
}
@media (max-width: 992px) {
	.filter-box .filter-box-item.has-margin {
		margin: 0;
	}
}
.filter-box .filter-box-item .fake-select-box {
	position: relative;
	top: -5px;
}
.filter-box .filter-box-item .fake-select-box input {
	cursor: pointer;
}
.filter-box .filter-box-item .fake-select-box select {
	text-transform: uppercase;
	border: 1px solid #0e0e0e;
	outline: none !important;
	letter-spacing: 0.075em;
	line-height: 1em;
	font-size: 12px;
	cursor: pointer;
	color: #424242;
	background: 0;
}
.filter-box .filter-box-item .fake-select-box.open .select-options {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible;
	opacity: 1;
}
.filter-box .filter-box-item .fake-select-box.open:after {
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.filter-box .filter-box-item .fake-select-box .select-options {
	-webkit-transition: all 335ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 335ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 335ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: perspective(350px) rotateX(-80deg);
	-ms-transform: perspective(350px) rotateX(-80deg);
	transform: perspective(350px) rotateX(-80deg);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	border: 1px solid #d6d6d6;
	top: calc(100% + 8px);
	position: absolute;
	visibility: hidden;
	text-align: left;
	background: #fff;
	padding: 12px 0;
	opacity: 0;
	z-index: 4;
	left: 0;
}
.filter-box .filter-box-item .fake-select-box .select-options li {
	-webkit-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	text-overflow: ellipsis;
	vertical-align: middle;
	letter-spacing: 0em;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	background: #fff;
	min-width: 180px;
	font-size: 11px;
	display: block;
	color: #424242;
	height: 30px;
	padding: 0 25px;
}
.filter-box .filter-box-item .fake-select-box .select-options li:hover {
	background: #0e0e0e;
	cursor: pointer;
	color: #fff;
}
@media (max-width: 992px) {
	.filter-box .filter-box-item {
		margin-right: 25px !important;
	}
}
@media (max-width: 992px) {
	.filter-box .filter-box-wrapper {
		text-align: center;
	}
	.filter-box .filter-box-wrapper ul.page-numbers {
		margin: 0 !important;
		float: none;
	}
}
.filter-box .pagination {
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
	float: right;
}

/* ------- Featured Products Box ------- */
.featured-products {
	background: #f1f1f1;
	line-height: 1em;
	font-size: 0;
}
.featured-products .featured-product-box {
	position: relative;
}
.featured-products .featured-product-box img {
	display: inline-block;
}
.featured-products .featured-product-box.position-1 {
	text-align: right;
}
.featured-products .featured-product-box.position-1 .text-block {
	right: auto;
	left: 0;
}
.featured-products .featured-product-box.position-2 {
	text-align: left;
}
.featured-products .featured-product-box.position-2 .text-block {
	left: auto;
	right: 0;
}
.featured-products .featured-product-box .text-block {
	display: inline-block;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	color: #424242;
	top: 50%;
}
.featured-products .featured-product-box .text-block .title {
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0 0 35px;
	font-weight: 500;
	font-size: 26px;
}
.featured-products .featured-product-box .text-block .title .price {
	font-weight: 700;
	display: block;
}
.featured-products .featured-product-box .text-block .btn {
	border-color: #424242;
	line-height: 33px;
	font-weight: 500;
	min-width: 110px;
	font-size: 13px;
	height: 36px;
}
.featured-products .featured-product-box .text-block .btn:hover {
	border-color: #c95e34;
	color: #c95e34;
}

/* ------- Shop Product Box (Main) ------- */
.shop-product-box {
	margin: 0 0 25px !important;
}
.shop-product-box .box-cover {
	-webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 1px solid transparent;
	background: #fcfbf7;
	text-align: center;
	position: relative;
	overflow: hidden;
	line-height: 1em;
	margin: 0 0 25px;
	font-size: 0;
}
.shop-product-box .box-cover img {
	display: inline-block;
}
.shop-product-box .box-cover:hover {
	border-color: #d6d6d6;
	background: 0;
}
.shop-product-box .box-cover .promo-text {
	text-transform: uppercase;
	border: 3px solid #000;
	display: inline-block;
	pointer-events: none;
	position: absolute;
	padding: 8px 6px;
	line-height: 1em;
	font-weight: 700;
	font-size: 10px;
	color: #000;
	z-index: 1;
	left: 20px;
	top: 20px;
}
.shop-product-box .box-cover .promo-text:before {
	display: inline-block;
	font-family: icomoon;
	content: "";
	color: #c95e34;
	font-size: 8px;
	margin-right: 3px;
}
.shop-product-box .box-body h3 {
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 500;
	margin: 0 0 5px;
	font-size: 11px;
	color: #424242;
}
.shop-product-box .box-body .rating {
	line-height: 1em;
	padding-bottom: 5px;
	display: block;
	font-size: 0;
}
.shop-product-box .box-body .rating i {
	display: inline-block;
	color: #edad53;
	line-height: 1em;
	font-size: 14px;
}
.shop-product-box .box-body .rating i.empty {
	color: #424242;
}
.shop-product-box .box-body .price {
	vertical-align: top;
	margin: 0 0 12.5px;
	font-weight: 700;
	line-height: 1em;
	font-size: 13px !important;
	display: block;
	color: #424242 !important;
}
.shop-product-box .box-body .price del {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 0.775em;
	top: -2px;
}
.shop-product-box .box-body .price ins {
	text-decoration: none;
	color: #c95e34;
	padding-top: 3px;
}

/* ------- Single Product Area ------- */
.single-product-area {
	margin: 0 0 45px;
	/* ------ Photo Slider ------ */
	/* ------ Product Description ------ */
}
.single-product-area .photo-slider {
	display: block;
	/* ------ Main Slider ------ */
	/* ------ Navigation ------ */
}
@media (min-width: 992px) {
	.single-product-area .photo-slider {
		max-width: 90%;
	}
}
@media (max-width: 992px) {
	.single-product-area .photo-slider {
		padding: 25px 0 0;
		margin: 0 0 65px;
	}
}
.single-product-area .photo-slider .cover-photos-slider .slides-list .slide {
	text-align: center;
}
.single-product-area .photo-slider .cover-photos-slider .slides-list .slide img {
	display: inline-block;
}
.single-product-area .photo-slider .nav-carousel {
	padding: 65px 0 0;
	display: block;
}
.single-product-area .photo-slider .nav-carousel .carousel-items {
	margin: -10px;
}
.single-product-area .photo-slider .nav-carousel .carousel-items .carousel-item {
	-webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	margin: 0 10px;
}
.single-product-area .photo-slider .nav-carousel .carousel-items .carousel-item:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.single-product-area .photo-slider .nav-carousel .carousel-items .carousel-item .image {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	height: 76%;
	width: 76%;
	left: 12%;
	top: 12%;
}
.single-product-area .photo-slider .nav-carousel .carousel-items .carousel-item.slick-current {
	border-color: #d6d6d6;
}
.single-product-area .photo-slider .slick-dots {
	text-align: center;
	padding: 35px 0 0;
	line-height: 1em;
	display: block;
	font-size: 0;
}
.single-product-area .photo-slider .slick-dots li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.single-product-area .photo-slider .slick-dots li button {
	-webkit-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 2px solid #d6d6d6;
	font-size: 0 !important;
	display: inline-block;
	border-radius: 50%;
	background: 0;
	height: 15px;
	width: 15px;
}
.single-product-area .photo-slider .slick-dots li.slick-active button {
	border-color: #c95e34;
}
.single-product-area .photo-slider .slick-dots li:last-of-type {
	margin: 0;
}
.single-product-area .product-description {
	position: relative;
}
.single-product-area .product-description .block-header {
	position: relative;
	padding-right: 25%;
	padding-bottom: 15px;
}
.single-product-area .product-description .product-title {
	text-transform: uppercase;
	margin: 0 0 12.5px;
	line-height: 1em;
	font-weight: 500;
	font-size: 20px;
	color: #424242;
}
.single-product-area .product-description .price-and-rating {
	margin: 0 0 15px;
	font-size: 0;
}
.single-product-area .product-description .price-and-rating .price,
.single-product-area .product-description .price-and-rating .rating {
	vertical-align: bottom;
	display: inline-block;
	line-height: 1em;
}
.single-product-area .product-description .price-and-rating .price {
	line-height: 0.8em;
	margin: 0 30px 0 0;
	font-weight: 700;
	font-size: 33px;
	color: #424242;
}
.single-product-area .product-description .price-and-rating .price del {
	position: relative;
	font-size: 0.75em;
	top: -12px;
}
.single-product-area .product-description .price-and-rating .price ins {
	text-decoration: none;
}
.single-product-area .product-description .price-and-rating .rating {
	color: #424242;
	font-size: 0;
}
.single-product-area .product-description .price-and-rating .rating i {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 18px;
	color: #edad53;
}
.single-product-area .product-description .short-product-info {
	line-height: 1.5em;
	margin: 0 0 15px;
	font-size: 14px;
	color: #6a6a6a;
}
.single-product-area .product-description .widget {
	margin: 0 0 15px;
}
.single-product-area .product-description .widget .widget-title {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.single-product-area .product-description .widget .quantity-block {
	vertical-align: top;
	margin: 0 20px 10px 0;
}
.single-product-area .product-description .accordion-group {
	margin: 20px 0 35px;
}
.single-product-area .product-description .accordion-group .accordion-box {
	margin: 0 0 20px;
	border: 0;
}
.single-product-area .product-description .accordion-group .accordion-box .box-header {
	padding: 0;
}
.single-product-area .product-description .accordion-group .accordion-box .box-header h4 {
	-webkit-box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.04);
	vertical-align: middle;
	letter-spacing: 0.2em;
	line-height: 40px;
	background: #fff;
	padding: 0 20px;
	font-size: 12px;
	color: #424242;
	height: 40px;
}
.single-product-area .product-description .accordion-group .accordion-box .box-header h4:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	top: calc(50% - 5px);
	line-height: 1em;
	content: "";
	font-size: 10px;
	color: #000;
	right: 20px;
}
.single-product-area .product-description .accordion-group .accordion-box .box-header h4:hover {
	background: #fcfcfc;
}
.single-product-area .product-description .accordion-group .accordion-box .box-header h4:hover:after {
	color: #c95e34;
}
.single-product-area .product-description .accordion-group .accordion-box.open .box-header h4 {
	background: #fcfcfc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-product-area .product-description .accordion-group .accordion-box.open .box-header h4:after {
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	color: #c95e34;
}
.single-product-area .product-description .accordion-group .accordion-box.open .box-body {
	padding: 10px 20px 0;
}
.single-product-area .product-description .accordion-group .accordion-box.open .box-body p {
	line-height: 1.45em;
	font-size: 14px;
	color: #6a6a6a;
}
.single-product-area .product-description .accordion-group .accordion-box:last-of-type {
	margin: 0;
}
.single-product-area .product-description .social-block {
	display: inline-block;
}
@media (max-width: 768px) {
	.single-product-area .product-description .social-block {
		margin: 45px 0 0;
	}
}
.single-product-area .product-description .social-block .title {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #525252;
}
.single-product-area .product-description .social-block ul li a i:hover {
	color: #e86060;
}
@media (min-width: 768px) {
	.single-product-area .product-description .social-block {
		-webkit-transform: translateY(-2.5px);
		-ms-transform: translateY(-2.5px);
		transform: translateY(-2.5px);
		position: absolute;
		padding: 0;
		margin: 0;
		right: 0;
		top: 0;
	}
}
.single-product-area .product-description .product_meta {
	margin-bottom: 25px;
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.single-product-area .product-description .product_meta p {
	color: inherit;
}
.single-product-area .product-description .product_meta a:hover {
	color: #c05a32;
}

/* ------- Product Box ------- */
.product-box {
	-webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	background: #fff;
}
.product-box .product-box-cover {
	text-align: center;
	padding: 0 15px;
}
.product-box .product-box-cover img {
	display: inline-block;
}
.product-box .product-box-body {
	-webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform-origin: 0 70%;
	-ms-transform-origin: 0 70%;
	transform-origin: 0 70%;
}
.product-box .product-box-body .product-title {
	text-transform: uppercase;
	line-height: 1.45em;
	font-weight: 500;
	font-size: 14px;
	color: #424242;
	padding-left: 30px;
	margin: 0;
}
.product-box .product-box-body .price {
	line-height: 1em;
	font-weight: 700;
	font-size: 21px;
	display: block;
	color: #424242;
	padding-left: 30px;
}
.product-box .product-box-body .btn-wrapper {
	padding: 40px 30px;
}

/* ------- Products Slider ------- */
.products-carousel {
	position: relative;
}
.products-carousel .slick-list {
	padding: 0 0 45px !important;
}
.products-carousel .slick-list .product-box {
	margin: 0 20px;
}
@media (min-width: 800px) {
	.products-carousel .slick-list {
		padding: 125px 2px 15px 5px !important;
		min-height: 750px;
	}
	.products-carousel .slick-list .product-box {
		cursor: pointer;
		margin: 0;
	}
	.products-carousel .slick-list .product-box:after {
		-webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background: rgba(255, 255, 255, 0.8);
		pointer-events: none;
		position: absolute;
		content: "";
		z-index: 2;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}
	.products-carousel .slick-list .product-box:hover:after {
		background: rgba(255, 255, 255, 0.65);
	}
	.products-carousel .slick-list .slick-center .product-box {
		margin: 0;
		cursor: default;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		z-index: 3;
	}
	.products-carousel .slick-list .slick-center .product-box:after {
		visibility: hidden;
		opacity: 0;
	}
	.products-carousel .slick-list .slick-center .product-box .product-box-body {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
}
@media (max-width: 800px) {
	.products-carousel .slick-arrow {
		display: none !important;
	}
}
@media (min-width: 800px) {
	.products-carousel .slick-arrow {
		-webkit-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 345ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		display: inline-block !important;
		top: calc(50% - 12px);
		position: absolute;
		line-height: 1em;
		background: 0;
		font-size: 0;
		opacity: 0;
	}
	.products-carousel .slick-arrow.slick-prev {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		left: -60px;
	}
	.products-carousel .slick-arrow.slick-prev:after {
		content: "";
	}
	.products-carousel .slick-arrow.slick-next {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		right: -60px;
	}
	.products-carousel .slick-arrow.slick-next:after {
		content: "";
	}
	.products-carousel .slick-arrow:after {
		-webkit-transition: all 295ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition: all 295ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: all 295ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
		display: inline-block;
		font-family: icomoon;
		line-height: 1em;
		font-size: 24px;
		color: #81796d;
	}
	.products-carousel .slick-arrow:hover:after {
		color: #424242;
	}
}

.products-section:hover .products-carousel .slick-arrow.slick-prev, .products-section:hover .products-carousel .slick-arrow.slick-next {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* ------- Accordions Wrapper ------- */
.accordions-wrapper {
	padding-top: 45px;
}

/* -------- Checkout Section -------- */
/* ------- Order Box ------- */
.order-box {
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
	padding: 0 25px;
}
.order-box .orders {
	padding: 30px 20px 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
}
.order-box .orders .title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 27.5px;
	line-height: 1em;
	font-size: 26px;
	color: #181818;
	padding-left: 60px;
}
.order-box .orders .title:before {
	position: absolute;
	vertical-align: top;
	display: inline-block;
	font-family: icomoon;
	line-height: 1em;
	font-weight: 500;
	content: "";
	font-size: 42px;
	top: -7px;
	left: 0;
	margin-right: 17.5px;
}
.order-box .orders .orders-list {
	line-height: 1em;
}
.order-box .orders .orders-list .order {
	position: relative;
	min-height: 60px;
	margin-bottom: 12.5px;
	padding-left: 55px;
	padding-top: 5px;
}
.order-box .orders .orders-list .order .image {
	display: inline-block;
	position: absolute;
	width: 42px;
	left: 0;
	top: 0;
}
.order-box .orders .orders-list .order .product-title {
	text-transform: uppercase;
	margin: 0 0 4.5px;
	line-height: 1em;
	font-weight: 500;
	font-size: 11px;
	color: #424242;
}
.order-box .orders .orders-list .order .product-title span {
	color: #a5a5a5;
}
.order-box .orders .orders-list .order .product-title a:hover {
	color: #e67553;
}
.order-box .orders .orders-list .order .details,
.order-box .orders .orders-list .order .price {
	font-weight: 700;
	line-height: 1em;
	font-size: 14px;
	color: #424242;
}
.order-box .orders .orders-list .order .price:before {
	display: inline-block;
	content: "-";
}
.order-box .orders .orders-list .order:last-of-type {
	margin: 0;
}
.order-box .cart-totals {
	text-transform: uppercase;
	padding: 0 30px 33.5px;
	font-weight: 500;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.order-box .cart-totals li {
	margin: 0 0 17.5px;
}
.order-box .cart-totals li:last-of-type {
	margin: 0;
}

/* ------- Payment Block ------- */
.payment-block {
	line-height: 1em;
	border-radius: 0 !important;
}
.payment-block .payment-method {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	line-height: 42px !important;
	margin: 0 0 5px !important;
	background-color: #f6f6f6;
	border: 1px solid #d6d6d6;
	vertical-align: middle;
	padding: 0 8px;
	display: block;
	height: 42px;
	width: 100%;
}
.payment-block .payment-method input:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.payment-block .payment-method span {
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #181818;
}
.payment-block .payment-method span:before {
	border: 1px solid #d6d6d6;
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background: #fff;
	height: 25px;
	width: 25px;
	content: "";
	top: 6px;
}
.payment-block .payment-method span:after {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	background: #e67553;
	border-radius: 100%;
	position: absolute;
	height: 9px;
	width: 9px;
	content: "";
	left: 8px;
	top: 16px;
	margin-top: -0.5px;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.payment-block .payment-method:last-of-type {
	margin-bottom: 30px;
}
.payment-block .payment-method .payment_box {
	-webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	display: block !important;
	pointer-events: none;
	visibility: hidden;
	z-index: 10;
	opacity: 0;
}
.payment-block .payment-method:hover .payment_box {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.payment-block .proceed-btn {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	line-height: 1em;
	font-size: 14px;
	color: #181818;
	background: 0;
	margin-left: 45px;
}
.payment-block .proceed-btn:hover {
	color: #e67553;
}
.payment-block .icon-arrow-right2 {
	display: inline-block;
	position: relative;
	margin-left: 12.5px;
	top: 3px;
}
.payment-block label {
	cursor: pointer;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: #c95e34 !important;
	border-radius: 25px !important;
	line-height: 35px !important;
	min-width: 110px !important;
	font-size: 13px !important;
	padding: 0 10px !important;
	height: 35px !important;
	color: #fff !important;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #ab502c !important;
}
.woocommerce #payment #place_order:hover:active,
.woocommerce-page #payment #place_order:hover:active {
	position: relative !important;
	top: 1px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: 0 !important;
}

/* ------- Checkout Tabs ------- */
.checkout-tabs .tabs-header {
	margin: 0 0 20px;
}
.checkout-tabs .tabs-header ul {
	font-size: 0;
	border-bottom: 1px solid #0e0e0e;
	display: block;
}
.checkout-tabs .tabs-header ul li {
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	color: #81796d;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	position: relative;
	bottom: -1px;
}
.checkout-tabs .tabs-header ul li:after {
	border-bottom: 1px solid #fff;
	display: inline-block;
	position: absolute;
	content: "";
	opacity: 0;
	bottom: -1px;
	z-index: 2;
	right: 0;
	left: 0;
}
.checkout-tabs .tabs-header ul li.current {
	border-top-color: #0e0e0e;
	border-left-color: #0e0e0e;
	border-right-color: #0e0e0e;
}
.checkout-tabs .tabs-header ul li.current:after {
	opacity: 1;
}
.checkout-tabs .tabs-header ul li .check-box {
	display: inline-block;
	margin: 0 0 0 15px;
	position: relative;
	cursor: pointer;
	top: 6px;
}
.checkout-tabs .tabs-header ul li .check-box span {
	border: 2px solid #e5e5e5;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.checkout-tabs .tabs-header ul li .check-box span:after {
	-webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	font-family: icomoon;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	position: absolute;
	line-height: 1em;
	content: "";
	font-size: 14px;
	color: #0e0e0e;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.checkout-tabs .tabs-header ul li .check-box input:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* -------- Login Section -------- */
.login-section .login-form,
.login-section .register-form {
	border: 1px solid #d6d6d6;
	background: 0;
}
.login-section .login-form .input-line,
.login-section .register-form .input-line {
	margin: 0 0 10px;
}
.login-section .login-form .input-line:after,
.login-section .register-form .input-line:after {
	color: #81796d;
}
.login-section .login-form .input-line .form-input,
.login-section .register-form .input-line .form-input {
	border: 2px solid #d6d6d6;
	color: #81796d;
	background: 0;
}
.login-section .login-form .input-line .form-input::-webkit-input-placeholder,
.login-section .register-form .input-line .form-input::-webkit-input-placeholder {
	color: #9c9c9c;
}
.login-section .login-form .input-line .form-input:-moz-placeholder,
.login-section .register-form .input-line .form-input:-moz-placeholder {
	color: #9c9c9c;
}
.login-section .login-form .input-line .form-input.placeholder,
.login-section .register-form .input-line .form-input.placeholder {
	color: #9c9c9c;
}
.login-section .login-form .input-line .form-input:focus, .login-section .login-form .input-line .form-input.has-value,
.login-section .register-form .input-line .form-input:focus,
.login-section .register-form .input-line .form-input.has-value {
	border-color: #81796d;
}
.login-section .login-form .input-line.confirm-password,
.login-section .register-form .input-line.confirm-password {
	margin-top: 25px !important;
}
.login-section .login-form .submit,
.login-section .register-form .submit {
	padding: 15px 0 0;
}
.login-section .login-form .submit .template-btn-1,
.login-section .register-form .submit .template-btn-1 {
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 65px;
	font-weight: 700;
	font-size: 14px;
	color: white;
	height: 65px;
}
@media (max-width: 768px) {
	.login-section .login-form,
	.login-section .register-form {
		margin: 0 auto 35px;
		display: block;
	}
}

.lost_reset_password label {
	display: block;
	margin: 0 0 10px;
	cursor: pointer;
}
.lost_reset_password .input-text {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	margin: 0 0 12.5px !important;
	border: 1px solid #cecece;
	vertical-align: middle;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 20px;
	font-size: 14px;
	display: block;
	color: #0e0e0e;
	height: 42px;
}
.lost_reset_password .input-text:focus {
	border-color: #81796d;
}
.lost_reset_password input.button {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-color: #81796d;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	border-radius: 50px;
	line-height: 65px;
	font-weight: 700;
	font-size: 14px;
	padding: 0 35px;
	height: 65px;
	color: #fff;
}
.lost_reset_password input.button:hover {
	-webkit-box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
	box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
	background-color: #81796d !important;
	color: #fff !important;
}

.woocommerce .form-row label {
	cursor: pointer;
}
.woocommerce .form-row input {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	margin: 0 0 12.5px !important;
	border: 1px solid #cecece;
	vertical-align: middle;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 20px;
	font-size: 14px;
	display: block;
	color: #0e0e0e;
	height: 42px;
}
.woocommerce .form-row input:focus {
	border-color: #81796d;
}
.woocommerce input.button {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	background-color: #81796d;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	border-radius: 50px;
	line-height: 65px;
	font-weight: 700;
	font-size: 14px;
	padding: 0 35px;
	height: 65px;
	color: #fff;
}
.woocommerce input.button:hover {
	-webkit-box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
	box-shadow: 0 0 0 8px rgba(129, 121, 109, 0.35);
	background-color: #81796d !important;
	color: #fff !important;
}

/* -------- 404 Section -------- */
.error-section .section-title {
	background: #950000;
	color: #fff;
}
.error-section .section-title:after {
	border-color: #950000 transparent transparent transparent;
}
.error-section .simple-template-form {
	margin: 0 0 60px;
}
.error-section .social-block-wrapper {
	text-align: center;
	margin: 100px 0;
}
.error-section .social-block-wrapper .social-block {
	text-align: left !important;
	display: inline-block;
}
.error-section .contact-detail {
	text-align: center;
}
.error-section .contact-detail .contact-component {
	display: inline-block;
	text-align: left !important;
}

/* -------- My Account -------- */
.my-accout-section .account-header {
	margin: 0 0 45px;
}
.my-accout-section .account-header p {
	color: #81796d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}
.my-accout-section .account-header p a {
	color: #0e0e0e;
	font-weight: 700;
}
.my-accout-section .account-header p a:hover {
	color: #c95e34;
}
.my-accout-section .orders-box .title {
	color: #181818;
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 20px;
	padding-left: 45px;
}
.my-accout-section .orders-box .table-wrapper {
	border: 1px solid #d6d6d6;
	padding: 30px 45px 20px;
	margin: 0 0 40px;
	display: block;
	width: 100%;
}
.my-accout-section .orders-box .table-wrapper table {
	table-layout: fixed;
	text-align: left;
	font-weight: 500;
	width: 100%;
}
.my-accout-section .orders-box .table-wrapper table thead {
	border-bottom: 1px solid #ececec;
}
.my-accout-section .orders-box .table-wrapper table thead th {
	text-transform: uppercase;
	padding: 0 0 12.5px;
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #81796d;
}
.my-accout-section .orders-box .table-wrapper table tbody tr:first-of-type td {
	padding-top: 20px;
}
.my-accout-section .orders-box .table-wrapper table tbody td {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #424242;
	padding-bottom: 10px;
	padding-top: 10px;
}
.my-accout-section .orders-box .table-wrapper table tbody td:last-of-type {
	text-align: right;
}
.my-accout-section .orders-box .table-wrapper table tbody td a {
	font-weight: 700;
	color: #181818;
}
.my-accout-section .orders-box .table-wrapper table tbody td a:hover {
	color: #c95e34;
}

/* ----------------- 9.4. Components ----------------- */
/* -------- Slick Sider -------- */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider * {
	outline: none !important;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* -------- NoUI Slider -------- */
.noUi-target {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	direction: ltr;
}
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
	cursor: not-allowed;
}

.noUi-pips {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	color: #999;
}
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-value {
	width: 40px;
	position: absolute;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
	background: #AAA;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 50px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	margin-left: -20px;
	padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
	padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	left: -9px;
	text-align: center;
	width: 50px;
}

.noUi-handle-lower .noUi-tooltip {
	top: -32px;
}

.noUi-handle-upper .noUi-tooltip {
	bottom: -32px;
}

/* -------- Parallax Backgrounds -------- */
[data-parallax-bg] {
	position: relative;
}
[data-parallax-bg] .box-img-wrapper {
	position: absolute;
	overflow: hidden;
	height: auto;
	width: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
[data-parallax-bg] .box-img {
	will-change: transform;
	position: absolute;
	height: auto;
	width: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
[data-parallax-bg] .box-img > span {
	background-position: top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	bottom: 0;
	top: -5em;
	right: 0;
	left: 0;
}
[data-parallax-bg] .container {
	position: relative;
	z-index: 2;
}

.parallax-box {
	padding: 60px 0;
}

/* -------- Newsletter Block -------- */
.newsletter-block .newsletter-heading i {
	border: 1px solid #c95e34;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	margin: 0 35px 0 0;
	text-align: center;
	line-height: 68px;
	font-size: 24px;
	color: #c95e34;
	height: 70px;
	width: 70px;
}
.newsletter-block .newsletter-heading span {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	font-size: 14px;
	color: #8c8b8b;
}
@media (max-width: 992px) {
	.newsletter-block .newsletter-heading {
		text-align: center;
		margin: 0 0 30px;
	}
}

/* -------- Events Block -------- */
.events-box {
	position: relative;
}
@media (min-width: 992px) {
	.events-box:after {
		border-right: 1px solid #ececec;
		height: calc(100% - 20px);
		display: inline-block;
		position: absolute;
		content: "";
		left: 50%;
		top: 0;
	}
}

/* ------- Featured Event ------- */
.featured-event {
	position: relative;
	overflow: hidden;
}
.featured-event:after {
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
	background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
	background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
	position: absolute;
	right: -15%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	opacity: 0.16;
	content: "";
	height: 150%;
	width: 45%;
	z-index: 1;
	top: -5%;
}
.featured-event .event-type {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3em;
	position: absolute;
	font-weight: 700;
	line-height: 1em;
	font-size: 10px;
	color: #767676;
	left: -40px;
	top: 47%;
}
.featured-event .event-date,
.featured-event .event-details {
	display: inline-block;
	position: absolute;
	color: #424242;
	z-index: 2;
}
.featured-event .event-details {
	line-height: 1em;
	font-weight: 500;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	top: 45%;
}
.featured-event .event-details .event-name {
	font-size: 25px;
	line-height: 1em;
	margin: 0 0 10px;
}
.featured-event .event-details .event-location {
	font-size: 14px;
}
.featured-event .event-date {
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 70%;
	left: 10%;
	top: 45%;
}
.featured-event .event-date .day,
.featured-event .event-date .month {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 700;
	display: block;
}
.featured-event .event-date .day {
	margin: 0 0 25px;
	font-size: 50px;
}
.featured-event .event-date .month {
	margin: 0 0 30px;
	font-size: 15px;
}
.featured-event .featured-event-bg {
	width: 100%;
}
@media (max-width: 1200px) {
	.featured-event .event-details {
		max-width: 50%;
	}
}
@media (max-width: 768px) {
	.featured-event .event-details {
		display: none;
	}
	.featured-event .event-date .month {
		margin: 0 !important;
	}
	.featured-event .event-date .btn {
		position: relative;
		-webkit-transform: translate(100%, -150%);
		-ms-transform: translate(100%, -150%);
		transform: translate(100%, -150%);
	}
}
@media (max-width: 400px) {
	.featured-event .event-type {
		display: none;
	}
}

/* ------- Event Schedule ------- */
.events-schedule .title {
	display: block;
	color: #81796d;
	font-size: 14px;
	line-height: 1em;
	font-weight: 500;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.events-schedule .events-list .event {
	position: relative;
	padding-left: 145px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.events-schedule .events-list .event .event-date {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	position: absolute;
	font-size: 12px;
	color: #1f1f1f;
	left: 0;
	top: 0;
}
.events-schedule .events-list .event .event-date span {
	margin: 5px 0 0;
	color: #81796d;
	display: block;
	font-weight: 500;
}
.events-schedule .events-list .event .event-details {
	position: relative;
	padding-right: 105px;
	display: block;
}
.events-schedule .events-list .event .event-details .event-name,
.events-schedule .events-list .event .event-details .event-location {
	letter-spacing: 0em;
	display: block;
	vertical-align: top;
	font-weight: 700;
	line-height: 1em;
	font-size: 14px;
	color: #1f1f1f;
}
.events-schedule .events-list .event .event-details .event-name a:hover,
.events-schedule .events-list .event .event-details .event-location a:hover {
	color: #c95e34;
}
.events-schedule .events-list .event .event-details .event-location {
	margin: 7.5px 0 0;
	font-weight: 500;
	color: #6d6d6d;
}
.events-schedule .events-list .event .event-details .event-action {
	position: absolute;
	right: 0;
	top: 2px;
}
.events-schedule .events-list .event .event-details .event-action a {
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.2em;
	vertical-align: top;
	padding: 0 0 2px;
	line-height: 1em;
	font-size: 10px;
	color: #81796d;
}
.events-schedule .events-list .event .event-details .event-action a:hover {
	border-color: #c95e34;
	color: #c95e34;
}
@media (max-width: 992px) {
	.events-schedule .events-list .event {
		padding-left: 0;
	}
	.events-schedule .events-list .event .event-date {
		position: relative;
		margin: 0 0 12.5px;
		display: block;
	}
	.events-schedule .events-list .event .event-date span {
		display: inline-block;
		margin: 0 0 0 5px;
	}
}
@media (max-width: 380px) {
	.events-schedule .events-list .event {
		padding-bottom: 15px;
	}
	.events-schedule .events-list .event .event-details {
		padding: 0;
	}
	.events-schedule .events-list .event .event-details .event-action {
		position: relative;
		display: block;
		top: 0;
		margin: 14.5px 0 0;
		line-height: 1em;
		text-align: left;
	}
}

/* ------- Small Event Box ------- */
.small-event-box {
	background: #ffffff;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	z-index: 5;
}
.small-event-box .small-event-cover {
	position: relative;
	overflow: hidden;
	line-height: 1em;
	font-size: 0;
}
.small-event-box .small-event-cover:after {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(26, 25, 24, 0.85);
	pointer-events: none;
	position: absolute;
	z-index: 3;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.small-event-box .small-event-cover a {
	display: inline-block;
	line-height: 1em;
}
.small-event-box .small-event-cover img {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}
.small-event-box .small-event-cover .event-meta {
	-webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	line-height: 1em;
	width: 100%;
	color: #fff;
	opacity: 0;
	z-index: 4;
	top: 50%;
	left: 0;
}
.small-event-box .small-event-cover .event-meta .category {
	margin: 0 0 7px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
.small-event-box .small-event-cover .event-meta .category span {
	text-transform: none;
}
.small-event-box .small-event-cover .event-meta .category span:after {
	display: inline-block;
	margin: 0 3.5px 0 0;
	content: ":";
}
.small-event-box .small-event-cover .event-meta .views {
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
}
.small-event-box .small-event-cover .event-date {
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	box-shadow: 0 0 0 8px rgba(38, 38, 38, 0.35);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	background-color: #ffffff;
	display: inline-block;
	padding: 22.5px 0 0;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	line-height: 1em;
	font-size: 38px;
	color: #202020;
	height: 100px;
	width: 100px;
	right: 20px;
	z-index: 2;
	top: 20px;
}
.small-event-box .small-event-cover .event-date i {
	font-style: normal;
	line-height: 1em;
	font-size: 16px;
	display: block;
}
.small-event-box .small-event-cover:hover:after {
	opacity: 1;
}
.small-event-box .small-event-cover:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.small-event-box .small-event-cover:hover .event-meta {
	-webkit-transition-delay: 225ms;
	-moz-transition-delay: 225ms;
	transition-delay: 225ms;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.small-event-box .small-event-cover:hover .event-date {
	opacity: 0.65;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.small-event-box .small-event-body {
	padding: 30px 20px;
}
.small-event-box .small-event-body .event-title {
	margin: 0;
	color: #181818;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.212em;
	text-transform: uppercase;
}
.small-event-box .small-event-body .event-title:first-letter {
	padding-left: 9px;
}
.small-event-box .small-event-body .event-title a:hover {
	color: #4c4c4c;
}

/* -------- Main Player -------- */
.main-player {
	position: relative;
	/* ------- Player Songs List ------- */
}
.main-player .player-currents .current-song {
	line-height: 1em;
	margin: 0 0 5px;
	font-size: 0;
}
.main-player .player-currents .current-song .current-song-title,
.main-player .player-currents .current-song .current-player-time {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	line-height: 1em;
	font-size: 11px;
	color: #81796d;
	margin: 0;
}
.main-player .player-currents .current-song .current-song-title {
	max-width: calc(100% - 35px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main-player .player-currents .current-song .current-player-time {
	color: #3f3f3f;
	float: right;
}
.main-player .player-body {
	position: relative;
	line-height: 1em;
}
.main-player .player-body .player-body-wrapper {
	padding-right: 95px;
	padding-left: 125px;
	padding-bottom: 5px;
	padding-top: 2.5px;
}
.main-player .player-body .player-body-wrapper .player-controls {
	position: absolute;
	line-height: 1em;
	font-size: 0;
	left: 0;
	top: 0;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll {
	-webkit-transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 2px solid #575757;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	color: #575757;
	font-size: 6px;
	height: 26px;
	width: 26px;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll i {
	display: inline-block;
	vertical-align: none;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	height: auto;
	width: auto;
	margin: 0;
	top: 50%;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll:last-of-type {
	margin: 0;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll.controll-main {
	text-align: left;
	height: 32px;
	width: 32px;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll:not(.controll-main) {
	position: relative;
	top: 4px;
}
.main-player .player-body .player-body-wrapper .player-controls .player-controll:hover {
	border-color: #81796d;
	color: #81796d;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls {
	border-color: #81796d;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 12px;
	width: 12px;
	left: 8px;
	top: 8px;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .left,
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .right {
	-webkit-transition: all 0.185s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.185s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.185s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-color: #81796d;
	overflow: hidden;
	height: 100%;
	float: left;
	width: 36%;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .left {
	width: 34%;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .right {
	float: right;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .triangle-1 {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .triangle-2 {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .triangle-1,
.main-player .player-body .player-body-wrapper .player-controls .main-controls .player-btn-wrapper .triangle-2 {
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	position: absolute;
	background-color: transparent;
	border-right: 12px solid #0e0e0e;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] {
	border-color: #575757;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] .player-btn-wrapper {
	left: 9px;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] .player-btn-wrapper .right,
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] .player-btn-wrapper .left {
	background-color: #575757;
	width: 50% !important;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] .player-btn-wrapper .triangle-1 {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls[data-current-state="stoped"] .player-btn-wrapper .triangle-2 {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls:hover {
	border-color: #81796d;
}
.main-player .player-body .player-body-wrapper .player-controls .main-controls:hover .player-btn-wrapper .left,
.main-player .player-body .player-body-wrapper .player-controls .main-controls:hover .player-btn-wrapper .right {
	background-color: #81796d;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block {
	position: relative;
	display: block;
	width: 100%;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block .player-progress {
	position: relative;
	cursor: pointer;
	display: block;
	height: 12px;
	width: 100%;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block .player-progress:before {
	display: inline-block;
	background: #272727;
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 5px;
	left: 0;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block .player-progress .actual-player-progress {
	-webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: absolute;
	width: 0%;
	bottom: 0;
	left: 0;
	top: 0;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block .player-progress .actual-player-progress:before {
	background: #c95e34;
	position: absolute;
	content: "";
	height: 1px;
	top: 5px;
	left: 0;
	width: 100%;
}
.main-player .player-body .player-body-wrapper .player-currents .player-progress-block .player-progress .actual-player-progress:after {
	display: inline-block;
	background: #c95e34;
	position: absolute;
	height: 12px;
	content: "";
	width: 1px;
	top: 0;
	right: 0;
}
.main-player .player-body .player-body-wrapper .volume-controls {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 3px;
}
.main-player .player-body .player-body-wrapper .volume-controls .switch-volume {
	-webkit-transition: all 185ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 185ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 185ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 2px solid #575757;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	line-height: 1em;
	cursor: pointer;
	font-size: 6px;
	color: #575757;
	font-size: 0;
	height: 26px;
	width: 26px;
	left: -10px;
	top: 2px;
}
.main-player .player-body .player-body-wrapper .volume-controls .switch-volume:hover {
	border-color: #81796d;
	color: #81796d;
}
.main-player .player-body .player-body-wrapper .volume-controls .switch-volume:before {
	display: inline-block;
	font-family: icomoon;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	line-height: 1em;
	content: "";
	font-size: 12px;
	min-width: 12px;
	top: 50%;
}
.main-player .player-body .player-body-wrapper .volume-controls .switch-volume[data-current-state="has-volume"]:before {
	content: "";
}
.main-player .player-body .player-body-wrapper .volume-controls .switch-volume[data-current-state="no-volume"]:before {
	content: "";
}
.main-player .player-body .player-body-wrapper .volume-controls .volume-progress {
	display: inline-block;
	vertical-align: top;
	background: #312e2b;
	position: relative;
	line-height: 1em;
	cursor: pointer;
	height: 26px;
	width: 36px;
}
.main-player .player-body .player-body-wrapper .volume-controls .volume-progress:before {
	border-color: #0e0e0e transparent transparent transparent;
	border-width: 26px 36px 0 0;
	border-style: solid;
	position: absolute;
	content: "";
	z-index: 2;
	height: 0;
	width: 0;
	left: 0;
	top: 0;
}
.main-player .player-body .player-body-wrapper .volume-controls .volume-progress .volume-actual-progress {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #81796d;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
}
.main-player .player-body .playlist-toggle {
	-webkit-transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 235ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: absolute;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	line-height: 1em;
	font-size: 16px;
	cursor: pointer;
	color: #575757;
	z-index: 2;
	right: 0;
	top: 9px;
}
.main-player .player-body .playlist-toggle:hover, .main-player .player-body .playlist-toggle.visible {
	color: #81796d;
}
.main-player .player-songs-list {
	-webkit-transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: perspective(1350px) rotateX(-90deg);
	-ms-transform: perspective(1350px) rotateX(-90deg);
	transform: perspective(1350px) rotateX(-90deg);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	list-style-position: inside;
	opacity: 0;
	visibility: hidden;
	padding: 15px 20px 25px;
	top: calc(100% + 18px);
	background: #1c1c1c;
	position: absolute;
	line-height: 1em;
	font-weight: 500;
	right: 0;
	left: 0;
}
.main-player .player-songs-list .song {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	line-height: 1em;
	padding-left: 37.5px;
	font-weight: 500;
	font-size: 13px;
	background: 0;
	color: #666;
	margin: 0 0 20px;
}
.main-player .player-songs-list .song:last-of-type {
	margin: 0;
}
.main-player .player-songs-list .song .name {
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	max-width: calc(100% - 80px);
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	top: 2px;
}
.main-player .player-songs-list .song .timming {
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	position: relative;
	margin-left: 10px;
	top: 1px;
}
.main-player .player-songs-list .song .song-audio-preview {
	display: inline-block;
	position: absolute;
	font-weight: 500;
	line-height: 1em;
	color: #343434;
	top: 1px;
	left: 0;
}
.main-player .player-songs-list .song .song-audio-preview .icon {
	display: inline-block;
	cursor: pointer;
}
.main-player .player-songs-list .song .song-audio-preview .icon:before {
	-webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	font-family: icomoon;
	position: relative;
	font-style: normal;
	line-height: 1em;
	font-size: 15px;
	z-index: 2;
}
.main-player .player-songs-list .song .song-audio-preview .icon:hover {
	color: #f2f2f2;
}
.main-player .player-songs-list .song .song-audio-preview .icon:hover:after {
	opacity: 1;
}
.main-player .player-songs-list .song .song-audio-preview[data-song-preview-state="paused"] .icon:before {
	content: "";
}
.main-player .player-songs-list .song .song-audio-preview[data-song-preview-state="playing"] .icon:before {
	content: "";
}
.main-player .player-songs-list .song.playing {
	color: #f2f2f2;
}
.main-player .player-songs-list.visible {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible;
	opacity: 1;
}
.main-player .player-songs-list.all-time-visible {
	position: relative !important;
	padding: 40px 20px 40px !important;
	-webkit-transform: rotateX(0) !important;
	-ms-transform: rotateX(0) !important;
	transform: rotateX(0) !important;
	visibility: visible !important;
	opacity: 1 !important;
	top: 0 !important;
	display: block;
	width: 100%;
}
.main-player .load-playlist {
	padding: 15px 0 0;
	text-align: right;
}
.main-player .load-playlist .load-playlist-btn {
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border-bottom: 1px dotted transparent;
	font-weight: 700;
	font-size: 12px;
	color: #1c1c1c;
	cursor: pointer;
}
.main-player .load-playlist .load-playlist-btn:hover {
	border-color: #1c1c1c;
}

/* -------- Main Cart -------- */
.main-cart {
	-webkit-transition: all 0.385s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.385s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.385s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #0e0e0e;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	padding: 20px 0;
	z-index: 120;
	opacity: 0;
	right: 0;
	left: 0;
	top: 0;
	/* ------- Cart Items Carousel ------- */
}
.main-cart[data-count="0"] .container {
	display: none;
}
@media (min-width: 768px) {
	.main-cart {
		-webkit-transform: perspective(1350px) rotateX(-90deg);
		-ms-transform: perspective(1350px) rotateX(-90deg);
		transform: perspective(1350px) rotateX(-90deg);
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
}
.main-cart .close-main-cart {
	display: inline-block;
	position: absolute;
	line-height: 1em;
	left: 20px;
	top: 20px;
}
.main-cart .close-main-cart i {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	line-height: 1em;
	cursor: pointer;
	font-size: 20px;
	color: #707070;
}
.main-cart .close-main-cart i:hover {
	color: #fff;
}
.main-cart .container > .row:first-of-type {
	position: relative;
}
.main-cart .container > .row:first-of-type .col-md-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}
.main-cart .container > .row:first-of-type .col-md-20 {
	float: right;
}
.main-cart .cart-total {
	display: inline-block;
	background: #c95e34;
	position: relative;
	height: 100%;
	width: 100%;
	color: white;
}
.main-cart .cart-total .cart-total-inner {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 0.375s;
	-moz-transition-delay: 0.375s;
	transition-delay: 0.375s;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	opacity: 0;
	width: 100%;
	top: 50%;
	left: 0;
}
.main-cart .cart-total .cart-total-inner .cart-value {
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 1em;
	font-weight: 500;
	font-size: 10px;
	display: block;
}
.main-cart .cart-total .cart-total-inner .cart-value:before {
	opacity: 0.3;
	color: #fff;
	margin: 0 0 10px;
	display: block;
	font-size: 32px;
	content: "";
	line-height: 1em;
	font-weight: 300;
	letter-spacing: 0em;
	font-family: icomoon;
}
.main-cart .cart-total .cart-total-inner .cart-value .nr {
	line-height: 1em;
	font-weight: 700;
	font-size: 26px;
	display: block;
	margin: 4px 0 0;
}
.main-cart .cart-item {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
}
@media (min-width: 768px) {
	.main-cart .cart-item {
		-webkit-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		transform: translateY(-15%);
		opacity: 0;
	}
}
.main-cart .cart-items-carousel {
	margin: 0 -10px;
}
.main-cart .cart-items-carousel .carousel-item {
	padding: 0 10px;
}
.main-cart .cart-items-carousel .carousel-item .cart-item {
	margin: 0;
}
.main-cart .cart-items-carousel .slick-arrow {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	position: absolute;
	line-height: 1em;
	background: 0;
	font-size: 0;
	border: 0;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.main-cart .cart-items-carousel .slick-arrow + .slick-list {
	margin-left: 25px;
	margin-right: 25px;
}
.main-cart .cart-items-carousel .slick-arrow:before {
	display: inline-block;
	font-family: icomoon;
	line-height: 1em;
	font-size: 26px;
	color: #e0e0e0;
}
.main-cart .cart-items-carousel .slick-arrow.slick-prev {
	left: 10px;
}
.main-cart .cart-items-carousel .slick-arrow.slick-prev:before {
	content: "";
}
.main-cart .cart-items-carousel .slick-arrow.slick-next {
	right: 10px;
}
.main-cart .cart-items-carousel .slick-arrow.slick-next:before {
	content: "";
}

.main-cart-is-visible .front-page-identity {
	display: none !important;
}
.main-cart-is-visible .main-cart {
	visibility: visible;
	opacity: 1;
}
.main-cart-is-visible .main-cart .cart-total .cart-total-inner {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
@media (min-width: 768px) {
	.main-cart-is-visible .main-cart {
		-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
		transform: rotateX(0);
	}
	.main-cart-is-visible .main-cart .cart-item {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.main-cart-is-visible .main-cart .carousel-items li:nth-of-type(1) .cart-item {
		-webkit-transition-delay: 0.38s;
		-moz-transition-delay: 0.38s;
		transition-delay: 0.38s;
	}
	.main-cart-is-visible .main-cart .carousel-items li:nth-of-type(2) .cart-item {
		-webkit-transition-delay: 0.48s;
		-moz-transition-delay: 0.48s;
		transition-delay: 0.48s;
	}
	.main-cart-is-visible .main-cart .carousel-items li:nth-of-type(3) .cart-item {
		-webkit-transition-delay: 0.58s;
		-moz-transition-delay: 0.58s;
		transition-delay: 0.58s;
	}
	.main-cart-is-visible .main-cart .carousel-items li:nth-of-type(4) .cart-item {
		-webkit-transition-delay: 0.68s;
		-moz-transition-delay: 0.68s;
		transition-delay: 0.68s;
	}
	.main-cart-is-visible .main-cart .carousel-items li:nth-of-type(5) .cart-item {
		-webkit-transition-delay: 0.78s;
		-moz-transition-delay: 0.78s;
		transition-delay: 0.78s;
	}
}

/* ------- Cart Item ------- */
.cart-item {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}
.cart-item .item-cover {
	overflow: hidden;
}
.cart-item .item-cover img {
	width: 100%;
}
.cart-item .item-cover .cover {
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-54px);
	-ms-transform: translateY(-54px);
	transform: translateY(-54px);
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.325s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cart-item .item-cover .cover .item-info {
	-webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 0.325s;
	-moz-transition-delay: 0.325s;
	transition-delay: 0.325s;
	padding: 12px 10px;
	line-height: 1em;
	opacity: 1;
	color: #fff;
}
.cart-item .item-cover .cover .item-info a {
	text-transform: uppercase;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 5px;
}
.cart-item .item-cover .cover .item-info .price {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
}
.cart-item .item-cover .cover .reavel-on-hover {
	-webkit-transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translateY(-50%) scale(0.965);
	-ms-transform: translateY(-50%) scale(0.965);
	transform: translateY(-50%) scale(0.965);
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 100%;
	opacity: 0;
	z-index: 2;
	top: 50%;
	left: 0;
	color: #fff;
}
.cart-item .item-cover .cover .reavel-on-hover a {
	text-transform: uppercase;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 95%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 5px;
}
.cart-item .item-cover .cover .reavel-on-hover .price {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
}
.cart-item .remove-item-from-cart {
	display: inline-block;
	position: absolute;
	line-height: 1em;
	font-size: 0;
	z-index: 3;
	left: 5px;
	top: 5px;
}
.cart-item .remove-item-from-cart i {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #2e2e2e;
	height: 24px;
	width: 24px;
}
.cart-item .remove-item-from-cart i:hover {
	background: #e31b1b;
	color: #fff;
}
.cart-item .quantity-block p {
	white-space: nowrap;
	padding: 5px 12.5px;
	line-height: 1em;
	font-size: 14px;
	color: #303030;
	margin: 0;
}
.cart-item:hover .item-cover .cover {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cart-item:hover .item-cover .cover .item-info {
	-webkit-transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	visibility: hidden;
	opacity: 0;
}
.cart-item:hover .item-cover .cover .reavel-on-hover {
	-webkit-transition: all 0.575s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.575s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.575s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 0.325s;
	-moz-transition-delay: 0.325s;
	transition-delay: 0.325s;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	visibility: visible;
	opacity: 1;
}
.cart-item:hover .remove-item-from-cart i {
	color: #fff;
}

/* ------- Cart Info Box ------- */
.cart-info-box {
	border: 1px solid #d6d6d6;
	margin: 0 0 40px;
}
.cart-info-box .box-body {
	padding: 20px 20px 30px;
}
.cart-info-box .cart-totals {
	padding: 15px 30px 0;
}
.cart-info-box .cart-totals h3 {
	line-height: 1em;
	margin: 0 0 15px;
	font-size: 26px;
	color: #181818;
}
.cart-info-box .cart-totals .list-totals {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	font-size: 12px;
	color: #424242;
}
.cart-info-box .cart-totals .list-totals li {
	margin: 0 0 15px;
}
.cart-info-box .cart-totals .list-totals li:last-of-type {
	margin: 0;
}
.cart-info-box .box-footer {
	background: #f6f6f6;
	padding: 20px;
}

.cart-section {
	padding: 0 0 125px;
}

/* -------- Category Boxes -------- */
.category-box {
	display: inline-block;
	position: relative;
	width: 100%;
}
.category-box .box-title {
	-webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 4px solid #fff;
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 1em;
	height: 170px;
	width: 180px;
	bottom: 20px;
	font-size: 0;
	z-index: 3;
	left: 50%;
}
.category-box .box-title span {
	-webkit-transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 365ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: absolute;
	line-height: 1em;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	top: 20px;
	left: 50%;
}
.category-box:before {
	-webkit-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 265ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	content: "";
	opacity: 0;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.category-box:hover:before {
	opacity: 1;
}
.category-box:hover .box-title {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background: #fff;
	bottom: 50%;
}
.category-box:hover .box-title span {
	-webkit-transition-delay: 0.325s;
	-moz-transition-delay: 0.325s;
	transition-delay: 0.325s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
	top: 50%;
}
.category-box img {
	width: 100%;
}

/* -------- Sidebar -------- */
.sidebar .widget {
	margin: 0 0 35px;
}
.sidebar .widget .widget-title {
	font-weight: 600;
	line-height: 1em;
	font-size: 24px;
	color: #81796d;
	display: block;
	margin: 0 0 25px;
}
.sidebar .widget .widget-title:after {
	border-bottom: 1px solid #81796d;
	margin: 10px 0 0;
	display: block;
	content: "";
	width: 50%;
}
.sidebar .widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul {
	line-height: 1em;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 7.5px;
	margin-bottom: 7.5px;
	line-height: 1.2em;
	font-weight: 700;
	font-size: 14px;
	color: #6c6965;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li:last-of-type {
	padding: 0;
	margin: 0;
	border: 0;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li a {
	position: relative;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li a:before {
	-webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	content: "";
	height: 3px;
	width: 3px;
	top: 9px;
	left: 0;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li a:hover {
	color: #fff;
	padding-left: 15px;
}
.sidebar .widget:not(.tesla-instagram-widget):not(.widget_social):not(.widget_recent_posts):not(.widget_recent_comments):not(.widget_rss) ul li a:hover:before {
	opacity: 1;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post {
	position: relative;
	margin: 0 0 22.5px;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post:not(.no-image) {
	padding-left: 65px;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post:last-of-type {
	margin: 0;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .image {
	border-radius: 5px;
	position: absolute;
	overflow: hidden;
	height: 44px;
	width: 44px;
	z-index: 1;
	top: 2px;
	left: 0;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .image .centered {
	position: absolute;
	overflow: hidden;
	height: 200%;
	width: 200%;
	left: -50%;
	top: -50%;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .image .centered img {
	overflow-x: hidden;
	position: absolute;
	min-height: 50%;
	min-width: 50%;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .title {
	line-height: 1.4em;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 2px;
	color: #81796d;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .title a:hover {
	color: #fff;
}
.sidebar .widget.widget_recent_posts .widget-body .recent-posts .post .date {
	line-height: 1em;
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
	font-size: 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
	font-size: 10px !important;
	text-transform: uppercase;
	border: 3px solid #4d4d4d;
	margin: 0 10px 10px 0;
	display: inline-block;
	letter-spacing: 0.2em;
	border-radius: 2px;
	padding: 6px 10px;
	font-weight: 500;
	line-height: 1em;
	color: #81796d;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	border-color: #c95e34;
	color: #fff;
}
.sidebar .widget.widget_social .social-block .title {
	letter-spacing: 0.2em;
	margin: 0 0 10px;
	font-size: 14px;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed {
	list-style-type: none;
	max-width: 304px;
	line-height: 1em;
	display: block;
	font-size: 0;
	margin: -1px;
	padding: 0;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed li {
	line-height: 1em;
	display: block;
	padding: 1px;
	float: left;
	width: 50%;
	margin: 0;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed li a {
	display: inline-block;
	position: relative;
	line-height: 1em;
	font-size: 0;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed li a:before {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(32, 32, 32, 0.585);
	pointer-events: none;
	position: absolute;
	content: "";
	z-index: 2;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed li a:hover:before {
	opacity: 1;
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed:before, .sidebar .widget.tesla-instagram-widget .tt-instagram-feed:after {
	display: table;
	content: " ";
}
.sidebar .widget.tesla-instagram-widget .tt-instagram-feed:after {
	clear: both;
}
.sidebar .widget.widget_recent_comments ul li, .sidebar .widget.widget_rss ul li {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 7.5px;
	margin-bottom: 7.5px;
	line-height: 1.2em;
	font-weight: 700;
	font-size: 14px;
	color: #6c6965;
}
.sidebar .widget.widget_recent_comments ul li a:hover, .sidebar .widget.widget_rss ul li a:hover {
	color: #c95e34;
}
.sidebar .widget.widget_recent_comments ul li a.rsswidget, .sidebar .widget.widget_rss ul li a.rsswidget {
	font-style: italic;
}
.sidebar .widget.widget_recent_comments ul li .rss-date, .sidebar .widget.widget_rss ul li .rss-date {
	margin: 0.25em 0 0.45em;
	font-style: italic;
	font-size: 0.9em;
	display: block;
}
.sidebar .widget.widget_recent_comments ul li:last-of-type, .sidebar .widget.widget_rss ul li:last-of-type {
	padding: 0;
	border: 0;
	margin: 0;
}
.sidebar .widget.widget_calendar table td,
.sidebar .widget.widget_calendar table th,
.sidebar .widget.widget_calendar table caption {
	text-align: center;
	color: #fff;
}
.sidebar .widget.widget_calendar table caption {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.95em;
	line-height: 1em;
	padding: 15px;
}
.sidebar .widget.tesla-twitter-widget a:before {
	display: none;
}
.sidebar .widget.tesla-twitter-widget a:hover {
	padding: 0 !important;
}
.sidebar .widget.tesla-twitter-widget .date {
	letter-spacing: 0.05em;
	font-style: italic;
	margin: 2.5px 0 0;
	font-size: 0.85em;
	display: block;
}

/* -------- Popup -------- */
.popup-overlay {
	display: none;
	background: rgba(0, 0, 0, 0.25);
	visibility: hidden;
	position: fixed;
	z-index: 120;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.popup-wrapper {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	cursor: url(../img/close-cursor.png), default;
	background: rgba(0, 0, 0, 0.75);
	padding: 85px 0 65px;
	visibility: hidden;
	position: fixed;
	overflow: auto;
	z-index: 120;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.popup-wrapper form {
	margin: 0 auto;
	display: none;
}

.register-popup-visible .top-bar,
.login-popup-visible .top-bar,
.recover-password-popup-visible .top-bar {
	opacity: 0;
}
.register-popup-visible .popup-wrapper,
.login-popup-visible .popup-wrapper,
.recover-password-popup-visible .popup-wrapper {
	visibility: visible;
	opacity: 1;
}

.register-popup-visible .popup-wrapper .register-form {
	-webkit-animation: fadeInDown 0.5s;
	-moz-animation: fadeInDown 0.5s;
	-ms-animation: fadeInDown 0.5s;
	-o-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
	display: block;
}

.login-popup-visible .popup-wrapper .login-form {
	-webkit-animation: fadeInDown 0.5s;
	-moz-animation: fadeInDown 0.5s;
	-ms-animation: fadeInDown 0.5s;
	-o-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
	display: block;
}

.recover-password-popup-visible .popup-wrapper .recover-password-form {
	-webkit-animation: fadeInDown 0.5s;
	-moz-animation: fadeInDown 0.5s;
	-ms-animation: fadeInDown 0.5s;
	-o-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
	display: block;
}

/* -------- Gallery Popup -------- */
.gallery-popup {
	-webkit-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 385ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	cursor: url(../img/close-cursor.png), default;
	background: rgba(14, 14, 14, 0.95);
	visibility: hidden;
	position: fixed;
	padding: 60px 0;
	overflow: auto;
	z-index: 120;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.gallery-popup .gallery-details {
	margin: 0 0 35px;
	display: block;
}
.gallery-popup .gallery-details .title,
.gallery-popup .gallery-details .location {
	line-height: 1;
	color: #b0b0b0;
}
.gallery-popup .gallery-details .title {
	margin: 0 0 2.5px;
	font-weight: 700;
	font-size: 14px;
}
.gallery-popup .gallery-details .location {
	font-size: 12px;
}
.gallery-popup .gallery-meta {
	line-height: 1em;
	margin: 0 0 25px;
	font-size: 12px;
	color: #6d6d6d;
}
.gallery-popup .gallery-meta li {
	display: inline-block;
}
.gallery-popup .gallery-meta li:before {
	font-family: icomoon;
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 18px;
	top: 4px;
}
.gallery-popup .gallery-meta li.comments:before {
	content: "";
}
.gallery-popup .gallery-meta li.likes:before {
	content: "";
	top: 3px;
}
.gallery-popup .gallery-meta li:first-of-type:after {
	display: inline-block;
	margin: 0 20px;
	content: "/";
}
.gallery-popup .gallery-container {
	-webkit-transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 395ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition-delay: 285ms;
	-moz-transition-delay: 285ms;
	transition-delay: 285ms;
	background: #202020;
	padding: 20px 0 0;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	cursor: default;
	opacity: 0;
}
.gallery-popup .gallery-container .gallery-slider {
	position: relative;
	line-height: 1em;
	max-width: 60%;
	display: block;
	margin: 0 auto;
	font-size: 0;
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow {
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: absolute;
	background: 0;
	opacity: 0;
	z-index: 3;
	top: 50%;
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow:after {
	display: inline-block;
	font-family: icomoon;
	font-size: 24px;
	color: #fff;
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow.slick-next {
	right: 20px;
	-webkit-transform: translate(200%, -50%);
	-ms-transform: translate(200%, -50%);
	transform: translate(200%, -50%);
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow.slick-next:after {
	content: "";
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow.slick-prev {
	left: 20px;
	-webkit-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	transform: translate(-200%, -50%);
}
.gallery-popup .gallery-container .gallery-slider .slick-arrow.slick-prev:after {
	content: "";
}
.gallery-popup .gallery-container .gallery-slider .slides-list .slide {
	text-align: center;
}
.gallery-popup .gallery-container .gallery-slider .slides-list .slide img {
	display: inline-block;
}
.gallery-popup .gallery-container .gallery-slider:hover .slick-arrow {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.35;
}
.gallery-popup .gallery-container .gallery-slider:hover .slick-arrow:hover {
	opacity: 1;
}
.gallery-popup .slider,
.gallery-popup .video-wrapper {
	display: none !important;
}

.gallery-popup-visible .gallery-popup {
	visibility: visible;
	opacity: 1;
}
.gallery-popup-visible .gallery-popup .gallery-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.gallery-popup-visible .slider {
	display: block !important;
}

.video-popup-visible .gallery-popup {
	visibility: visible;
	opacity: 1;
}
.video-popup-visible .gallery-popup .gallery-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.video-popup-visible .video-wrapper {
	display: block !important;
}

/* -------- Preloaders -------- */
/* --------- Main Preloader --------- */
.preloader {
	-webkit-transition: all 525ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 525ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 525ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	background: #2d2d2d;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
}

.preloader-time .preloader {
	visibility: visible;
	opacity: 1;
}

/* --------- Front Page Preloader --------- */
.front-page-identity {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	top: calc(50% - 85px);
	font-family: "Dubiel", serif;
	position: absolute;
	line-height: 1em;
	font-size: 67px;
	color: #dedede;
	z-index: 100;
	display: none;
	left: 50%;
}

.player-songs-list-visible .front-page-identity {
	-webkit-transition: all 65ms cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
	-moz-transition: all 65ms cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
	transition: all 65ms cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
	visibility: hidden;
	opacity: 0;
}

.main-preloader {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
	text-align: center;
	visibility: hidden;
	display: block;
	z-index: 100;
	opacity: 0;
	width: 45%;
	left: 50%;
	top: 50%;
}
.main-preloader .loader-container {
	-webkit-transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	overflow: hidden;
	display: block;
	height: 60px;
	background-image: url(../img/front-page-loader-bg.jpg);
	background-position: 0% 0%;
	background-size: cover;
}
.main-preloader .loader-container .loading-bar {
	-webkit-transition: all 3s cubic-bezier(0.39, 0.51, 0.09, 0.99);
	transition: all 3s cubic-bezier(0.39, 0.51, 0.09, 0.99);
	background: #c95e34;
	position: absolute;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0.6;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.front-page-animation .main-preloader {
	visibility: visible;
	opacity: 1;
}
.front-page-animation .main-preloader .loader-container {
	background-position: 0% 100%;
}
.front-page-animation .main-preloader .loader-container .loading-bar {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.front-page-logo .front-page-identity {
	display: block;
}

body:not(.preloader-time) .front-page-identity {
	-webkit-transition: all 875ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 875ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 875ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	top: 125px;
}

/* --------- Intro Animation --------- */
.intro-animation .intro-box .box-bg {
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	opacity: 1;
}
.intro-animation .intro-box .page-title {
	-webkit-transform: translateY(calc(-50% + 19px));
	-ms-transform: translateY(calc(-50% + 19px));
	transform: translateY(calc(-50% + 19px));
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	opacity: 1;
}

/* -------- Small Components -------- */
/* ---- Follow Block ---- */
.follow-block {
	margin: 10px 0 0;
}
.follow-block .block-title, .follow-block ul {
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
}
.follow-block .block-title {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 15px 0 0;
	padding: 17.5px 0 0;
	font-size: 14px;
	color: #525252;
}
.follow-block li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.follow-block li:last-of-type {
	margin: 0;
}
.follow-block li a {
	line-height: 1em;
	font-size: 0;
}
.follow-block li a i {
	-webkit-transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: inset 0 0 0 1px #605757;
	box-shadow: inset 0 0 0 1px #605757;
	vertical-align: middle;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
	font-size: 14px;
	color: #8f8f8f;
	height: 48px;
	width: 48px;
}
.follow-block li a i:hover {
	-webkit-box-shadow: inset 0 0 0 4px #e86060;
	box-shadow: inset 0 0 0 4px #e86060;
	color: #e86060;
}

/* ---- Social Block ---- */
.social-block {
	line-height: 1em;
	display: block;
}
.social-block .title {
	text-transform: uppercase;
	margin: 0 0 7.5px;
	font-weight: 500;
	line-height: 1em;
	font-size: 10px;
	color: #525252;
	display: block;
}
.social-block ul {
	font-size: 0;
}
.social-block ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.social-block ul li a {
	display: inline-block;
}
.social-block ul li a i {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-box-shadow: inset 0 0 0 1px #605757;
	box-shadow: inset 0 0 0 1px #605757;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #8f8f8f;
	height: 48px;
	width: 48px;
}
.social-block ul li a i:hover {
	-webkit-box-shadow: inset 0 0 0 4px #e86060;
	box-shadow: inset 0 0 0 4px #e86060;
}

/* ---- Pagination ---- */
ul.page-numbers {
	display: block;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	margin: 60px 0 30px;
	font-size: 0;
	padding: 0;
}
ul.page-numbers li {
	display: inline-block;
	margin: 0 -2.5px 0 0;
}
ul.page-numbers li .page-numbers {
	text-transform: uppercase;
	display: inline-block;
	line-height: 1em;
	font-weight: 700;
	font-size: 14px;
	color: #424242;
}
ul.page-numbers li .page-numbers:not(.next):not(.prev) {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
ul.page-numbers li .page-numbers:not(.next):not(.prev).current {
	-webkit-box-shadow: 0 0 0 2px #c95e34;
	box-shadow: 0 0 0 2px #c95e34;
}
ul.page-numbers li .page-numbers.next, ul.page-numbers li .page-numbers.prev {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0 14px;
	font-weight: 500;
}
ul.page-numbers li .page-numbers.next:after, ul.page-numbers li .page-numbers.next:before, ul.page-numbers li .page-numbers.prev:after, ul.page-numbers li .page-numbers.prev:before {
	display: inline-block;
	font-family: icomoon;
	position: relative;
	-webkit-transform: scale(1.165);
	-ms-transform: scale(1.165);
	transform: scale(1.165);
	color: #515151;
}
ul.page-numbers li .page-numbers.next:after {
	margin-left: 10px;
	content: "";
}
ul.page-numbers li .page-numbers.prev:before {
	margin-right: 10px;
	content: "";
}
ul.page-numbers li a:hover {
	color: #c95e34;
}
ul.page-numbers li a:hover:before, ul.page-numbers li a:hover:after {
	color: #c95e34;
}

.blog-section ul.page-numbers li .page-numbers {
	color: #616161;
}
.blog-section ul.page-numbers li .page-numbers:hover {
	color: #c95e34;
}
.blog-section ul.page-numbers li .page-numbers.current {
	color: #fff;
}

/* ---- Blockquotes ---- */
blockquote {
	border: 1px solid #d6d6d6;
	padding: 40px 45px;
	position: relative;
	background: #fff;
	margin: 0 0 35px;
	overflow: hidden;
}
blockquote:after {
	-webkit-transform: translate(25%, -20%) rotate(-30deg);
	-ms-transform: translate(25%, -20%) rotate(-30deg);
	transform: translate(25%, -20%) rotate(-30deg);
	display: inline-block;
	font-family: icomoon;
	position: absolute;
	content: "";
	color: #81796d;
	font-size: 220px;
	line-height: 1em;
	opacity: 0.07;
	right: 0;
	top: 0;
}
blockquote p {
	text-transform: uppercase;
	line-height: 1.85em !important;
	font-weight: 600 !important;
	font-size: 17px !important;
	color: #81796d !important;
	margin: 0 0 20px !important;
}
blockquote .author {
	line-height: 1em;
	font-weight: 700;
	font-size: 14px;
	color: #1f1f1f;
}
blockquote .author span {
	margin: 2px 0 0;
	font-weight: 500;
	font-size: 12px;
	color: #6d6d6d;
	display: block;
}
@media (max-width: 768px) {
	blockquote {
		padding: 20px 22.5px;
	}
}

/* ---- Accordions ---- */
.accordion-group {
	margin: 35px 0;
}
.accordion-group .accordion-box {
	border-bottom: 2px solid #e7e7e7;
	margin: 0 0 25px;
}
.accordion-group .accordion-box .box-header {
	padding: 0 0 12.5px;
}
.accordion-group .accordion-box .box-header h4 {
	-webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-transform: uppercase;
	text-overflow: ellipsis;
	letter-spacing: 0.2em;
	white-space: nowrap;
	line-height: 1.25em;
	position: relative;
	padding-right: 5%;
	font-weight: 500;
	overflow: hidden;
	cursor: pointer;
	display: block;
	color: #424242;
	margin: 0;
}
.accordion-group .accordion-box .box-header h4:after {
	-webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: inline-block;
	font-family: icomoon;
	position: absolute;
	content: "";
	font-size: 14px;
	color: #202020;
	right: 0;
	top: 0;
}
.accordion-group .accordion-box .box-header h4:hover {
	color: #c95e34;
}
.accordion-group .accordion-box .box-body {
	display: none;
}
.accordion-group .accordion-box.open {
	border-color: #c95e34;
}
.accordion-group .accordion-box.open .box-header h4 {
	color: #c95e34;
}
.accordion-group .accordion-box.open .box-header h4:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	color: inherit;
}
.accordion-group .accordion-box.open .box-body {
	padding: 0 0 12.5px;
	display: block;
}
.accordion-group .accordion-box.open .box-body h1,
.accordion-group .accordion-box.open .box-body h2,
.accordion-group .accordion-box.open .box-body h3,
.accordion-group .accordion-box.open .box-body h4,
.accordion-group .accordion-box.open .box-body h5,
.accordion-group .accordion-box.open .box-body h6 {
	color: #7f7f7f;
}
.accordion-group .accordion-box.open .box-body h2 {
	margin: 0 0 10px;
	font-size: 24px;
}
.accordion-group .accordion-box.open .box-body p {
	color: #a5a5a5;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 2em;
}
.accordion-group .accordion-box:last-of-type {
	margin: 0;
}
.accordion-group .stars {
	display: inline-block;
	line-height: 1em;
	font-size: 0;
}
.accordion-group .stars a {
	display: inline-block;
	margin-right: 1.5px;
}
.accordion-group .stars a:last-of-type {
	margin: 0;
}
.accordion-group .stars a:before {
	font-size: 16px;
	color: #424242;
}
.accordion-group:hover a:before {
	color: #edad53;
}
.accordion-group label {
	display: block;
}
.accordion-group .comment-form-comment {
	margin: 0 0 25px !important;
}
.accordion-group .comment-form-comment label {
	color: #81796d;
}
.accordion-group .comment-form-comment #comment {
	min-height: 125px !important;
	border: 1px solid #cecece;
	padding: 10px 20px;
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 14px;
	display: block;
	color: #0e0e0e;
	width: 100%;
}
.accordion-group .comment-form-comment #comment:focus {
	border-color: #81796d;
}
.accordion-group .form-submit .submit {
	background: #c95e34 !important;
	border-radius: 25px !important;
	line-height: 35px !important;
	min-width: 110px !important;
	font-size: 13px !important;
	padding: 0 10px !important;
	height: 35px !important;
	color: #fff !important;
}
.accordion-group .form-submit .submit:hover {
	background: #ab502c !important;
}
.accordion-group .form-submit .submit:hover:active {
	position: relative !important;
	top: 1px !important;
}

/* ---- Tabs ---- */
.tabed-content .tabs-body .tab-item {
	display: none;
}
.tabed-content .tabs-body .tab-item.current {
	display: block;
}

/* ---- Quantity Block ---- */
.quantity-block {
	background: #eeeeee;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	margin: 18.5px 0 0;
	line-height: 1em;
	overflow: hidden;
	font-size: 0;
}
.quantity-block * {
	display: inline-block;
}
.quantity-block .action {
	vertical-align: top;
	margin: 2px;
}
.quantity-block .action i {
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
	border-radius: 50%;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	color: #2a2a2a;
	height: 38px;
	width: 38px;
}
.quantity-block .action i:hover {
	background: #fff;
}
.quantity-block input {
	width: 40px;
	height: 42px;
	background: 0;
	color: #424242;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

span.video-closer{
	position: absolute;
	width: 25px;
	height: 25px;
	content: "";
	background: transparent;
	right: 20px;
}

span.video-closer:hover:before,
span.video-closer:hover:after{
	background: rgba(255, 255, 255, 1);
}

span.video-closer:hover{
	cursor: pointer;
}

span.video-closer:before {
	width: 25px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	top: 11px;
	left: 0;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

span.video-closer:after {
	width: 25px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	top: 11px;
	left: 0;
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.285s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}