@charset "UTF-8";
/*!
Theme Name:  Corify
Theme URI:   http://fitwp.com/wordpress-themes/corify/
Author:      FitWP
Author URI:  https://fitwp.com
Description: The best theme for car listings websites.
Version:     1.0.11
Tested up to: 5.4.2
Requires PHP: 5.6
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corify
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-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;
}

/* theme color */
/* dark-version */
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.is-hidden {
	display: none !important;
}

.txt-white {
	color: #fff;
}

.txt-grey {
	color: #999;
}

.txt-grey--2 {
	color: #737f96;
}

.txt-orange {
	color: #ce8339;
}

.txt-title {
	color: #293957;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-uppercase {
	text-transform: uppercase;
}

.mt-0 {
	margin-top: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.mb-20-md {
		margin-bottom: 20px;
	}
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-0 {
	padding-top: 0 !important;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
}

.alignleft.wp-caption {
	margin-bottom: 0.5em;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 0.5em 1.5em;
}

.alignright.wp-caption {
	margin-bottom: 0.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-spacer {
	clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px;
}

@media (min-width: 576px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.gallery-caption {
	display: block;
}

html {
	box-sizing: border-box;
	font-size: 10px;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

*:focus {
	outline: none;
}

body {
	background: #fff;
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #737f96;
	word-break: break-word;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	object-fit: cover;
}

video {
	max-width: 100%;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-family: "Montserrat", sans-serif;
	color: #293957;
	margin: 0 0 32px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	margin-bottom: 1.6em;
}

dfn,
em {
	font-style: italic;
}

blockquote {
	position: relative;
	font-family: "Cabin", sans-serif;
	font-size: 36px;
	line-height: 1.3;
	margin: 55px 0 50px;
	padding-left: 100px;
	color: #293957;
}

@media (max-width: 767px) {
	blockquote {
		padding-left: 50px;
	}
}

blockquote:before {
	content: '\f347';
	font-size: 48px;
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d6dae1;
	position: absolute;
	left: 0;
	top: -10px;
}

@media all and (max-width: 767px) {
	blockquote:before {
		font-size: 40px;
	}
}

blockquote p {
	margin: 0 0 34px;
}

@media all and (max-width: 767px) {
	blockquote p {
		font-size: 25px;
	}
}

blockquote cite {
	display: block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	color: #737f96;
	margin-top: 36px;
}

blockquote cite strong {
	color: #293957;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #dedede;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

tr.odd {
	background: #f4f4f4;
}

td,
th,
caption {
	border: 1px solid #dedede;
	padding: 8px;
}

td a,
th a,
caption a {
	color: #ce8339;
}

td a:hover,
th a:hover,
caption a:hover {
	color: var(--hover-color);
}

td,
th {
	text-align: center;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.btn:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background: #293957;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	color: #666;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 8px 10px 7px;
	transition: 0.3s ease all;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	color: #111;
}

input::-webkit-input-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
}

input::-moz-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #737f96;
	letter-spacing: 0.025em;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid #dedede;
	padding: 10px 5px;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0;
}

.wp-caption-text {
	text-align: center;
	color: #293957;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
figure,
iframe,
img,
object,
svg,
video {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #0084c8;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: currentColor;
	text-decoration: underline;
}

code {
	background: #f5f7f7;
}

:focus {
	outline: 1px dotted;
}

/* Ionicons, v2.0.0 http://ionicons.com */
@font-face {
	font-family: "Ionicons";
	src: url("fonts/ionicons.eot?v=2.0.0");
	src: url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("fonts/ionicons.woff?v=2.0.0") format("woff"), url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.ion, .ionicons, [class^="ion-"] {
	display: inline-block;
	font-family: "Ionicons";
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "\f101";
}

.ion-alert-circled:before {
	content: "\f100";
}

.ion-android-add:before {
	content: "\f2c7";
}

.ion-android-add-circle:before {
	content: "\f359";
}

.ion-android-alarm-clock:before {
	content: "\f35a";
}

.ion-android-alert:before {
	content: "\f35b";
}

.ion-android-apps:before {
	content: "\f35c";
}

.ion-android-archive:before {
	content: "\f2c9";
}

.ion-android-arrow-back:before {
	content: "\f2ca";
}

.ion-android-arrow-down:before {
	content: "\f35d";
}

.ion-android-arrow-dropdown:before {
	content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}

.ion-android-arrow-dropleft:before {
	content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}

.ion-android-arrow-dropright:before {
	content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}

.ion-android-arrow-dropup:before {
	content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}

.ion-android-arrow-forward:before {
	content: "\f30f";
}

.ion-android-arrow-up:before {
	content: "\f366";
}

.ion-android-attach:before {
	content: "\f367";
}

.ion-android-bar:before {
	content: "\f368";
}

.ion-android-bicycle:before {
	content: "\f369";
}

.ion-android-boat:before {
	content: "\f36a";
}

.ion-android-bookmark:before {
	content: "\f36b";
}

.ion-android-bulb:before {
	content: "\f36c";
}

.ion-android-bus:before {
	content: "\f36d";
}

.ion-android-calendar:before {
	content: "\f2d1";
}

.ion-android-call:before {
	content: "\f2d2";
}

.ion-android-camera:before {
	content: "\f2d3";
}

.ion-android-cancel:before {
	content: "\f36e";
}

.ion-android-car:before {
	content: "\f36f";
}

.ion-android-cart:before {
	content: "\f370";
}

.ion-android-chat:before {
	content: "\f2d4";
}

.ion-android-checkbox:before {
	content: "\f374";
}

.ion-android-checkbox-blank:before {
	content: "\f371";
}

.ion-android-checkbox-outline:before {
	content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}

.ion-android-checkmark-circle:before {
	content: "\f375";
}

.ion-android-clipboard:before {
	content: "\f376";
}

.ion-android-close:before {
	content: "\f2d7";
}

.ion-android-cloud:before {
	content: "\f37a";
}

.ion-android-cloud-circle:before {
	content: "\f377";
}

.ion-android-cloud-done:before {
	content: "\f378";
}

.ion-android-cloud-outline:before {
	content: "\f379";
}

.ion-android-color-palette:before {
	content: "\f37b";
}

.ion-android-compass:before {
	content: "\f37c";
}

.ion-android-contact:before {
	content: "\f2d8";
}

.ion-android-contacts:before {
	content: "\f2d9";
}

.ion-android-contract:before {
	content: "\f37d";
}

.ion-android-create:before {
	content: "\f37e";
}

.ion-android-delete:before {
	content: "\f37f";
}

.ion-android-desktop:before {
	content: "\f380";
}

.ion-android-document:before {
	content: "\f381";
}

.ion-android-done:before {
	content: "\f383";
}

.ion-android-done-all:before {
	content: "\f382";
}

.ion-android-download:before {
	content: "\f2dd";
}

.ion-android-drafts:before {
	content: "\f384";
}

.ion-android-exit:before {
	content: "\f385";
}

.ion-android-expand:before {
	content: "\f386";
}

.ion-android-favorite:before {
	content: "\f388";
}

.ion-android-favorite-outline:before {
	content: "\f387";
}

.ion-android-film:before {
	content: "\f389";
}

.ion-android-folder:before {
	content: "\f2e0";
}

.ion-android-folder-open:before {
	content: "\f38a";
}

.ion-android-funnel:before {
	content: "\f38b";
}

.ion-android-globe:before {
	content: "\f38c";
}

.ion-android-hand:before {
	content: "\f2e3";
}

.ion-android-hangout:before {
	content: "\f38d";
}

.ion-android-happy:before {
	content: "\f38e";
}

.ion-android-home:before {
	content: "\f38f";
}

.ion-android-image:before {
	content: "\f2e4";
}

.ion-android-laptop:before {
	content: "\f390";
}

.ion-android-list:before {
	content: "\f391";
}

.ion-android-locate:before {
	content: "\f2e9";
}

.ion-android-lock:before {
	content: "\f392";
}

.ion-android-mail:before {
	content: "\f2eb";
}

.ion-android-map:before {
	content: "\f393";
}

.ion-android-menu:before {
	content: "\f394";
}

.ion-android-microphone:before {
	content: "\f2ec";
}

.ion-android-microphone-off:before {
	content: "\f395";
}

.ion-android-more-horizontal:before {
	content: "\f396";
}

.ion-android-more-vertical:before {
	content: "\f397";
}

.ion-android-navigate:before {
	content: "\f398";
}

.ion-android-notifications:before {
	content: "\f39b";
}

.ion-android-notifications-none:before {
	content: "\f399";
}

.ion-android-notifications-off:before {
	content: "\f39a";
}

.ion-android-open:before {
	content: "\f39c";
}

.ion-android-options:before {
	content: "\f39d";
}

.ion-android-people:before {
	content: "\f39e";
}

.ion-android-person:before {
	content: "\f3a0";
}

.ion-android-person-add:before {
	content: "\f39f";
}

.ion-android-phone-landscape:before {
	content: "\f3a1";
}

.ion-android-phone-portrait:before {
	content: "\f3a2";
}

.ion-android-pin:before {
	content: "\f3a3";
}

.ion-android-plane:before {
	content: "\f3a4";
}

.ion-android-playstore:before {
	content: "\f2f0";
}

.ion-android-print:before {
	content: "\f3a5";
}

.ion-android-radio-button-off:before {
	content: "\f3a6";
}

.ion-android-radio-button-on:before {
	content: "\f3a7";
}

.ion-android-refresh:before {
	content: "\f3a8";
}

.ion-android-remove:before {
	content: "\f2f4";
}

.ion-android-remove-circle:before {
	content: "\f3a9";
}

.ion-android-restaurant:before {
	content: "\f3aa";
}

.ion-android-sad:before {
	content: "\f3ab";
}

.ion-android-search:before {
	content: "\f2f5";
}

.ion-android-send:before {
	content: "\f2f6";
}

.ion-android-settings:before {
	content: "\f2f7";
}

.ion-android-share:before {
	content: "\f2f8";
}

.ion-android-share-alt:before {
	content: "\f3ac";
}

.ion-android-star:before {
	content: "\f2fc";
}

.ion-android-star-half:before {
	content: "\f3ad";
}

.ion-android-star-outline:before {
	content: "\f3ae";
}

.ion-android-stopwatch:before {
	content: "\f2fd";
}

.ion-android-subway:before {
	content: "\f3af";
}

.ion-android-sunny:before {
	content: "\f3b0";
}

.ion-android-sync:before {
	content: "\f3b1";
}

.ion-android-textsms:before {
	content: "\f3b2";
}

.ion-android-time:before {
	content: "\f3b3";
}

.ion-android-train:before {
	content: "\f3b4";
}

.ion-android-unlock:before {
	content: "\f3b5";
}

.ion-android-upload:before {
	content: "\f3b6";
}

.ion-android-volume-down:before {
	content: "\f3b7";
}

.ion-android-volume-mute:before {
	content: "\f3b8";
}

.ion-android-volume-off:before {
	content: "\f3b9";
}

.ion-android-volume-up:before {
	content: "\f3ba";
}

.ion-android-walk:before {
	content: "\f3bb";
}

.ion-android-warning:before {
	content: "\f3bc";
}

.ion-android-watch:before {
	content: "\f3bd";
}

.ion-android-wifi:before {
	content: "\f305";
}

.ion-aperture:before {
	content: "\f313";
}

.ion-archive:before {
	content: "\f102";
}

.ion-arrow-down-a:before {
	content: "\f103";
}

.ion-arrow-down-b:before {
	content: "\f104";
}

.ion-arrow-down-c:before {
	content: "\f105";
}

.ion-arrow-expand:before {
	content: "\f25e";
}

.ion-arrow-graph-down-left:before {
	content: "\f25f";
}

.ion-arrow-graph-down-right:before {
	content: "\f260";
}

.ion-arrow-graph-up-left:before {
	content: "\f261";
}

.ion-arrow-graph-up-right:before {
	content: "\f262";
}

.ion-arrow-left-a:before {
	content: "\f106";
}

.ion-arrow-left-b:before {
	content: "\f107";
}

.ion-arrow-left-c:before {
	content: "\f108";
}

.ion-arrow-move:before {
	content: "\f263";
}

.ion-arrow-resize:before {
	content: "\f264";
}

.ion-arrow-return-left:before {
	content: "\f265";
}

.ion-arrow-return-right:before {
	content: "\f266";
}

.ion-arrow-right-a:before {
	content: "\f109";
}

.ion-arrow-right-b:before {
	content: "\f10a";
}

.ion-arrow-right-c:before {
	content: "\f10b";
}

.ion-arrow-shrink:before {
	content: "\f267";
}

.ion-arrow-swap:before {
	content: "\f268";
}

.ion-arrow-up-a:before {
	content: "\f10c";
}

.ion-arrow-up-b:before {
	content: "\f10d";
}

.ion-arrow-up-c:before {
	content: "\f10e";
}

.ion-asterisk:before {
	content: "\f314";
}

.ion-at:before {
	content: "\f10f";
}

.ion-backspace:before {
	content: "\f3bf";
}

.ion-backspace-outline:before {
	content: "\f3be";
}

.ion-bag:before {
	content: "\f110";
}

.ion-battery-charging:before {
	content: "\f111";
}

.ion-battery-empty:before {
	content: "\f112";
}

.ion-battery-full:before {
	content: "\f113";
}

.ion-battery-half:before {
	content: "\f114";
}

.ion-battery-low:before {
	content: "\f115";
}

.ion-beaker:before {
	content: "\f269";
}

.ion-beer:before {
	content: "\f26a";
}

.ion-bluetooth:before {
	content: "\f116";
}

.ion-bonfire:before {
	content: "\f315";
}

.ion-bookmark:before {
	content: "\f26b";
}

.ion-bowtie:before {
	content: "\f3c0";
}

.ion-briefcase:before {
	content: "\f26c";
}

.ion-bug:before {
	content: "\f2be";
}

.ion-calculator:before {
	content: "\f26d";
}

.ion-calendar:before {
	content: "\f117";
}

.ion-camera:before {
	content: "\f118";
}

.ion-card:before {
	content: "\f119";
}

.ion-cash:before {
	content: "\f316";
}

.ion-chatbox:before {
	content: "\f11b";
}

.ion-chatbox-working:before {
	content: "\f11a";
}

.ion-chatboxes:before {
	content: "\f11c";
}

.ion-chatbubble:before {
	content: "\f11e";
}

.ion-chatbubble-working:before {
	content: "\f11d";
}

.ion-chatbubbles:before {
	content: "\f11f";
}

.ion-checkmark:before {
	content: "\f122";
}

.ion-checkmark-circled:before {
	content: "\f120";
}

.ion-checkmark-round:before {
	content: "\f121";
}

.ion-chevron-down:before {
	content: "\f123";
}

.ion-chevron-left:before {
	content: "\f124";
}

.ion-chevron-right:before {
	content: "\f125";
}

.ion-chevron-up:before {
	content: "\f126";
}

.ion-clipboard:before {
	content: "\f127";
}

.ion-clock:before {
	content: "\f26e";
}

.ion-close:before {
	content: "\f12a";
}

.ion-close-circled:before {
	content: "\f128";
}

.ion-close-round:before {
	content: "\f129";
}

.ion-closed-captioning:before {
	content: "\f317";
}

.ion-cloud:before {
	content: "\f12b";
}

.ion-code:before {
	content: "\f271";
}

.ion-code-download:before {
	content: "\f26f";
}

.ion-code-working:before {
	content: "\f270";
}

.ion-coffee:before {
	content: "\f272";
}

.ion-compass:before {
	content: "\f273";
}

.ion-compose:before {
	content: "\f12c";
}

.ion-connection-bars:before {
	content: "\f274";
}

.ion-contrast:before {
	content: "\f275";
}

.ion-crop:before {
	content: "\f3c1";
}

.ion-cube:before {
	content: "\f318";
}

.ion-disc:before {
	content: "\f12d";
}

.ion-document:before {
	content: "\f12f";
}

.ion-document-text:before {
	content: "\f12e";
}

.ion-drag:before {
	content: "\f130";
}

.ion-earth:before {
	content: "\f276";
}

.ion-easel:before {
	content: "\f3c2";
}

.ion-edit:before {
	content: "\f2bf";
}

.ion-egg:before {
	content: "\f277";
}

.ion-eject:before {
	content: "\f131";
}

.ion-email:before {
	content: "\f132";
}

.ion-email-unread:before {
	content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}

.ion-eye:before {
	content: "\f133";
}

.ion-eye-disabled:before {
	content: "\f306";
}

.ion-female:before {
	content: "\f278";
}

.ion-filing:before {
	content: "\f134";
}

.ion-film-marker:before {
	content: "\f135";
}

.ion-fireball:before {
	content: "\f319";
}

.ion-flag:before {
	content: "\f279";
}

.ion-flame:before {
	content: "\f31a";
}

.ion-flash:before {
	content: "\f137";
}

.ion-flash-off:before {
	content: "\f136";
}

.ion-folder:before {
	content: "\f139";
}

.ion-fork:before {
	content: "\f27a";
}

.ion-fork-repo:before {
	content: "\f2c0";
}

.ion-forward:before {
	content: "\f13a";
}

.ion-funnel:before {
	content: "\f31b";
}

.ion-gear-a:before {
	content: "\f13d";
}

.ion-gear-b:before {
	content: "\f13e";
}

.ion-grid:before {
	content: "\f13f";
}

.ion-hammer:before {
	content: "\f27b";
}

.ion-happy:before {
	content: "\f31c";
}

.ion-happy-outline:before {
	content: "\f3c6";
}

.ion-headphone:before {
	content: "\f140";
}

.ion-heart:before {
	content: "\f141";
}

.ion-heart-broken:before {
	content: "\f31d";
}

.ion-help:before {
	content: "\f143";
}

.ion-help-buoy:before {
	content: "\f27c";
}

.ion-help-circled:before {
	content: "\f142";
}

.ion-home:before {
	content: "\f144";
}

.ion-icecream:before {
	content: "\f27d";
}

.ion-image:before {
	content: "\f147";
}

.ion-images:before {
	content: "\f148";
}

.ion-information:before {
	content: "\f14a";
}

.ion-information-circled:before {
	content: "\f149";
}

.ion-ionic:before {
	content: "\f14b";
}

.ion-ios-alarm:before {
	content: "\f3c8";
}

.ion-ios-alarm-outline:before {
	content: "\f3c7";
}

.ion-ios-albums:before {
	content: "\f3ca";
}

.ion-ios-albums-outline:before {
	content: "\f3c9";
}

.ion-ios-americanfootball:before {
	content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}

.ion-ios-analytics:before {
	content: "\f3ce";
}

.ion-ios-analytics-outline:before {
	content: "\f3cd";
}

.ion-ios-arrow-back:before {
	content: "\f3cf";
}

.ion-ios-arrow-down:before {
	content: "\f3d0";
}

.ion-ios-arrow-forward:before {
	content: "\f3d1";
}

.ion-ios-arrow-left:before {
	content: "\f3d2";
}

.ion-ios-arrow-right:before {
	content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}

.ion-ios-arrow-up:before {
	content: "\f3d8";
}

.ion-ios-at:before {
	content: "\f3da";
}

.ion-ios-at-outline:before {
	content: "\f3d9";
}

.ion-ios-barcode:before {
	content: "\f3dc";
}

.ion-ios-barcode-outline:before {
	content: "\f3db";
}

.ion-ios-baseball:before {
	content: "\f3de";
}

.ion-ios-baseball-outline:before {
	content: "\f3dd";
}

.ion-ios-basketball:before {
	content: "\f3e0";
}

.ion-ios-basketball-outline:before {
	content: "\f3df";
}

.ion-ios-bell:before {
	content: "\f3e2";
}

.ion-ios-bell-outline:before {
	content: "\f3e1";
}

.ion-ios-body:before {
	content: "\f3e4";
}

.ion-ios-body-outline:before {
	content: "\f3e3";
}

.ion-ios-bolt:before {
	content: "\f3e6";
}

.ion-ios-bolt-outline:before {
	content: "\f3e5";
}

.ion-ios-book:before {
	content: "\f3e8";
}

.ion-ios-book-outline:before {
	content: "\f3e7";
}

.ion-ios-bookmarks:before {
	content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}

.ion-ios-box:before {
	content: "\f3ec";
}

.ion-ios-box-outline:before {
	content: "\f3eb";
}

.ion-ios-briefcase:before {
	content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}

.ion-ios-browsers:before {
	content: "\f3f0";
}

.ion-ios-browsers-outline:before {
	content: "\f3ef";
}

.ion-ios-calculator:before {
	content: "\f3f2";
}

.ion-ios-calculator-outline:before {
	content: "\f3f1";
}

.ion-ios-calendar:before {
	content: "\f3f4";
}

.ion-ios-calendar-outline:before {
	content: "\f3f3";
}

.ion-ios-camera:before {
	content: "\f3f6";
}

.ion-ios-camera-outline:before {
	content: "\f3f5";
}

.ion-ios-cart:before {
	content: "\f3f8";
}

.ion-ios-cart-outline:before {
	content: "\f3f7";
}

.ion-ios-chatboxes:before {
	content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}

.ion-ios-chatbubble:before {
	content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}

.ion-ios-checkmark:before {
	content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

.ion-ios-circle-filled:before {
	content: "\f400";
}

.ion-ios-circle-outline:before {
	content: "\f401";
}

.ion-ios-clock:before {
	content: "\f403";
}

.ion-ios-clock-outline:before {
	content: "\f402";
}

.ion-ios-close:before {
	content: "\f406";
}

.ion-ios-close-empty:before {
	content: "\f404";
}

.ion-ios-close-outline:before {
	content: "\f405";
}

.ion-ios-cloud:before {
	content: "\f40c";
}

.ion-ios-cloud-download:before {
	content: "\f408";
}

.ion-ios-cloud-download-outline:before {
	content: "\f407";
}

.ion-ios-cloud-outline:before {
	content: "\f409";
}

.ion-ios-cloud-upload:before {
	content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}

.ion-ios-cloudy:before {
	content: "\f410";
}

.ion-ios-cloudy-night:before {
	content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}

.ion-ios-cloudy-outline:before {
	content: "\f40f";
}

.ion-ios-cog:before {
	content: "\f412";
}

.ion-ios-cog-outline:before {
	content: "\f411";
}

.ion-ios-color-filter:before {
	content: "\f414";
}

.ion-ios-color-filter-outline:before {
	content: "\f413";
}

.ion-ios-color-wand:before {
	content: "\f416";
}

.ion-ios-color-wand-outline:before {
	content: "\f415";
}

.ion-ios-compose:before {
	content: "\f418";
}

.ion-ios-compose-outline:before {
	content: "\f417";
}

.ion-ios-contact:before {
	content: "\f41a";
}

.ion-ios-contact-outline:before {
	content: "\f419";
}

.ion-ios-copy:before {
	content: "\f41c";
}

.ion-ios-copy-outline:before {
	content: "\f41b";
}

.ion-ios-crop:before {
	content: "\f41e";
}

.ion-ios-crop-strong:before {
	content: "\f41d";
}

.ion-ios-download:before {
	content: "\f420";
}

.ion-ios-download-outline:before {
	content: "\f41f";
}

.ion-ios-drag:before {
	content: "\f421";
}

.ion-ios-email:before {
	content: "\f423";
}

.ion-ios-email-outline:before {
	content: "\f422";
}

.ion-ios-eye:before {
	content: "\f425";
}

.ion-ios-eye-outline:before {
	content: "\f424";
}

.ion-ios-fastforward:before {
	content: "\f427";
}

.ion-ios-fastforward-outline:before {
	content: "\f426";
}

.ion-ios-filing:before {
	content: "\f429";
}

.ion-ios-filing-outline:before {
	content: "\f428";
}

.ion-ios-film:before {
	content: "\f42b";
}

.ion-ios-film-outline:before {
	content: "\f42a";
}

.ion-ios-flag:before {
	content: "\f42d";
}

.ion-ios-flag-outline:before {
	content: "\f42c";
}

.ion-ios-flame:before {
	content: "\f42f";
}

.ion-ios-flame-outline:before {
	content: "\f42e";
}

.ion-ios-flask:before {
	content: "\f431";
}

.ion-ios-flask-outline:before {
	content: "\f430";
}

.ion-ios-flower:before {
	content: "\f433";
}

.ion-ios-flower-outline:before {
	content: "\f432";
}

.ion-ios-folder:before {
	content: "\f435";
}

.ion-ios-folder-outline:before {
	content: "\f434";
}

.ion-ios-football:before {
	content: "\f437";
}

.ion-ios-football-outline:before {
	content: "\f436";
}

.ion-ios-game-controller-a:before {
	content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}

.ion-ios-game-controller-b:before {
	content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}

.ion-ios-gear:before {
	content: "\f43d";
}

.ion-ios-gear-outline:before {
	content: "\f43c";
}

.ion-ios-glasses:before {
	content: "\f43f";
}

.ion-ios-glasses-outline:before {
	content: "\f43e";
}

.ion-ios-grid-view:before {
	content: "\f441";
}

.ion-ios-grid-view-outline:before {
	content: "\f440";
}

.ion-ios-heart:before {
	content: "\f443";
}

.ion-ios-heart-outline:before {
	content: "\f442";
}

.ion-ios-help:before {
	content: "\f446";
}

.ion-ios-help-empty:before {
	content: "\f444";
}

.ion-ios-help-outline:before {
	content: "\f445";
}

.ion-ios-home:before {
	content: "\f448";
}

.ion-ios-home-outline:before {
	content: "\f447";
}

.ion-ios-infinite:before {
	content: "\f44a";
}

.ion-ios-infinite-outline:before {
	content: "\f449";
}

.ion-ios-information:before {
	content: "\f44d";
}

.ion-ios-information-empty:before {
	content: "\f44b";
}

.ion-ios-information-outline:before {
	content: "\f44c";
}

.ion-ios-ionic-outline:before {
	content: "\f44e";
}

.ion-ios-keypad:before {
	content: "\f450";
}

.ion-ios-keypad-outline:before {
	content: "\f44f";
}

.ion-ios-lightbulb:before {
	content: "\f452";
}

.ion-ios-lightbulb-outline:before {
	content: "\f451";
}

.ion-ios-list:before {
	content: "\f454";
}

.ion-ios-list-outline:before {
	content: "\f453";
}

.ion-ios-location:before {
	content: "\f456";
}

.ion-ios-location-outline:before {
	content: "\f455";
}

.ion-ios-locked:before {
	content: "\f458";
}

.ion-ios-locked-outline:before {
	content: "\f457";
}

.ion-ios-loop:before {
	content: "\f45a";
}

.ion-ios-loop-strong:before {
	content: "\f459";
}

.ion-ios-medical:before {
	content: "\f45c";
}

.ion-ios-medical-outline:before {
	content: "\f45b";
}

.ion-ios-medkit:before {
	content: "\f45e";
}

.ion-ios-medkit-outline:before {
	content: "\f45d";
}

.ion-ios-mic:before {
	content: "\f461";
}

.ion-ios-mic-off:before {
	content: "\f45f";
}

.ion-ios-mic-outline:before {
	content: "\f460";
}

.ion-ios-minus:before {
	content: "\f464";
}

.ion-ios-minus-empty:before {
	content: "\f462";
}

.ion-ios-minus-outline:before {
	content: "\f463";
}

.ion-ios-monitor:before {
	content: "\f466";
}

.ion-ios-monitor-outline:before {
	content: "\f465";
}

.ion-ios-moon:before {
	content: "\f468";
}

.ion-ios-moon-outline:before {
	content: "\f467";
}

.ion-ios-more:before {
	content: "\f46a";
}

.ion-ios-more-outline:before {
	content: "\f469";
}

.ion-ios-musical-note:before {
	content: "\f46b";
}

.ion-ios-musical-notes:before {
	content: "\f46c";
}

.ion-ios-navigate:before {
	content: "\f46e";
}

.ion-ios-navigate-outline:before {
	content: "\f46d";
}

.ion-ios-nutrition:before {
	content: "\f470";
}

.ion-ios-nutrition-outline:before {
	content: "\f46f";
}

.ion-ios-paper:before {
	content: "\f472";
}

.ion-ios-paper-outline:before {
	content: "\f471";
}

.ion-ios-paperplane:before {
	content: "\f474";
}

.ion-ios-paperplane-outline:before {
	content: "\f473";
}

.ion-ios-partlysunny:before {
	content: "\f476";
}

.ion-ios-partlysunny-outline:before {
	content: "\f475";
}

.ion-ios-pause:before {
	content: "\f478";
}

.ion-ios-pause-outline:before {
	content: "\f477";
}

.ion-ios-paw:before {
	content: "\f47a";
}

.ion-ios-paw-outline:before {
	content: "\f479";
}

.ion-ios-people:before {
	content: "\f47c";
}

.ion-ios-people-outline:before {
	content: "\f47b";
}

.ion-ios-person:before {
	content: "\f47e";
}

.ion-ios-person-outline:before {
	content: "\f47d";
}

.ion-ios-personadd:before {
	content: "\f480";
}

.ion-ios-personadd-outline:before {
	content: "\f47f";
}

.ion-ios-photos:before {
	content: "\f482";
}

.ion-ios-photos-outline:before {
	content: "\f481";
}

.ion-ios-pie:before {
	content: "\f484";
}

.ion-ios-pie-outline:before {
	content: "\f483";
}

.ion-ios-pint:before {
	content: "\f486";
}

.ion-ios-pint-outline:before {
	content: "\f485";
}

.ion-ios-play:before {
	content: "\f488";
}

.ion-ios-play-outline:before {
	content: "\f487";
}

.ion-ios-plus:before {
	content: "\f48b";
}

.ion-ios-plus-empty:before {
	content: "\f489";
}

.ion-ios-plus-outline:before {
	content: "\f48a";
}

.ion-ios-pricetag:before {
	content: "\f48d";
}

.ion-ios-pricetag-outline:before {
	content: "\f48c";
}

.ion-ios-pricetags:before {
	content: "\f48f";
}

.ion-ios-pricetags-outline:before {
	content: "\f48e";
}

.ion-ios-printer:before {
	content: "\f491";
}

.ion-ios-printer-outline:before {
	content: "\f490";
}

.ion-ios-pulse:before {
	content: "\f493";
}

.ion-ios-pulse-strong:before {
	content: "\f492";
}

.ion-ios-rainy:before {
	content: "\f495";
}

.ion-ios-rainy-outline:before {
	content: "\f494";
}

.ion-ios-recording:before {
	content: "\f497";
}

.ion-ios-recording-outline:before {
	content: "\f496";
}

.ion-ios-redo:before {
	content: "\f499";
}

.ion-ios-redo-outline:before {
	content: "\f498";
}

.ion-ios-refresh:before {
	content: "\f49c";
}

.ion-ios-refresh-empty:before {
	content: "\f49a";
}

.ion-ios-refresh-outline:before {
	content: "\f49b";
}

.ion-ios-reload:before {
	content: "\f49d";
}

.ion-ios-reverse-camera:before {
	content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}

.ion-ios-rewind:before {
	content: "\f4a1";
}

.ion-ios-rewind-outline:before {
	content: "\f4a0";
}

.ion-ios-rose:before {
	content: "\f4a3";
}

.ion-ios-rose-outline:before {
	content: "\f4a2";
}

.ion-ios-search:before {
	content: "\f4a5";
}

.ion-ios-search-strong:before {
	content: "\f4a4";
}

.ion-ios-settings:before {
	content: "\f4a7";
}

.ion-ios-settings-strong:before {
	content: "\f4a6";
}

.ion-ios-shuffle:before {
	content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}

.ion-ios-skipforward:before {
	content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}

.ion-ios-snowy:before {
	content: "\f4ae";
}

.ion-ios-speedometer:before {
	content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
	content: "\f4af";
}

.ion-ios-star:before {
	content: "\f4b3";
}

.ion-ios-star-half:before {
	content: "\f4b1";
}

.ion-ios-star-outline:before {
	content: "\f4b2";
}

.ion-ios-stopwatch:before {
	content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}

.ion-ios-sunny:before {
	content: "\f4b7";
}

.ion-ios-sunny-outline:before {
	content: "\f4b6";
}

.ion-ios-telephone:before {
	content: "\f4b9";
}

.ion-ios-telephone-outline:before {
	content: "\f4b8";
}

.ion-ios-tennisball:before {
	content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}

.ion-ios-thunderstorm:before {
	content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}

.ion-ios-time:before {
	content: "\f4bf";
}

.ion-ios-time-outline:before {
	content: "\f4be";
}

.ion-ios-timer:before {
	content: "\f4c1";
}

.ion-ios-timer-outline:before {
	content: "\f4c0";
}

.ion-ios-toggle:before {
	content: "\f4c3";
}

.ion-ios-toggle-outline:before {
	content: "\f4c2";
}

.ion-ios-trash:before {
	content: "\f4c5";
}

.ion-ios-trash-outline:before {
	content: "\f4c4";
}

.ion-ios-undo:before {
	content: "\f4c7";
}

.ion-ios-undo-outline:before {
	content: "\f4c6";
}

.ion-ios-unlocked:before {
	content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}

.ion-ios-upload:before {
	content: "\f4cb";
}

.ion-ios-upload-outline:before {
	content: "\f4ca";
}

.ion-ios-videocam:before {
	content: "\f4cd";
}

.ion-ios-videocam-outline:before {
	content: "\f4cc";
}

.ion-ios-volume-high:before {
	content: "\f4ce";
}

.ion-ios-volume-low:before {
	content: "\f4cf";
}

.ion-ios-wineglass:before {
	content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}

.ion-ios-world:before {
	content: "\f4d3";
}

.ion-ios-world-outline:before {
	content: "\f4d2";
}

.ion-ipad:before {
	content: "\f1f9";
}

.ion-iphone:before {
	content: "\f1fa";
}

.ion-ipod:before {
	content: "\f1fb";
}

.ion-jet:before {
	content: "\f295";
}

.ion-key:before {
	content: "\f296";
}

.ion-knife:before {
	content: "\f297";
}

.ion-laptop:before {
	content: "\f1fc";
}

.ion-leaf:before {
	content: "\f1fd";
}

.ion-levels:before {
	content: "\f298";
}

.ion-lightbulb:before {
	content: "\f299";
}

.ion-link:before {
	content: "\f1fe";
}

.ion-load-a:before {
	content: "\f29a";
}

.ion-load-b:before {
	content: "\f29b";
}

.ion-load-c:before {
	content: "\f29c";
}

.ion-load-d:before {
	content: "\f29d";
}

.ion-location:before {
	content: "\f1ff";
}

.ion-lock-combination:before {
	content: "\f4d4";
}

.ion-locked:before {
	content: "\f200";
}

.ion-log-in:before {
	content: "\f29e";
}

.ion-log-out:before {
	content: "\f29f";
}

.ion-loop:before {
	content: "\f201";
}

.ion-magnet:before {
	content: "\f2a0";
}

.ion-male:before {
	content: "\f2a1";
}

.ion-man:before {
	content: "\f202";
}

.ion-map:before {
	content: "\f203";
}

.ion-medkit:before {
	content: "\f2a2";
}

.ion-merge:before {
	content: "\f33f";
}

.ion-mic-a:before {
	content: "\f204";
}

.ion-mic-b:before {
	content: "\f205";
}

.ion-mic-c:before {
	content: "\f206";
}

.ion-minus:before {
	content: "\f209";
}

.ion-minus-circled:before {
	content: "\f207";
}

.ion-minus-round:before {
	content: "\f208";
}

.ion-model-s:before {
	content: "\f2c1";
}

.ion-monitor:before {
	content: "\f20a";
}

.ion-more:before {
	content: "\f20b";
}

.ion-mouse:before {
	content: "\f340";
}

.ion-music-note:before {
	content: "\f20c";
}

.ion-navicon:before {
	content: "\f20e";
}

.ion-navicon-round:before {
	content: "\f20d";
}

.ion-navigate:before {
	content: "\f2a3";
}

.ion-network:before {
	content: "\f341";
}

.ion-no-smoking:before {
	content: "\f2c2";
}

.ion-nuclear:before {
	content: "\f2a4";
}

.ion-outlet:before {
	content: "\f342";
}

.ion-paintbrush:before {
	content: "\f4d5";
}

.ion-paintbucket:before {
	content: "\f4d6";
}

.ion-paper-airplane:before {
	content: "\f2c3";
}

.ion-paperclip:before {
	content: "\f20f";
}

.ion-pause:before {
	content: "\f210";
}

.ion-person:before {
	content: "\f213";
}

.ion-person-add:before {
	content: "\f211";
}

.ion-person-stalker:before {
	content: "\f212";
}

.ion-pie-graph:before {
	content: "\f2a5";
}

.ion-pin:before {
	content: "\f2a6";
}

.ion-pinpoint:before {
	content: "\f2a7";
}

.ion-pizza:before {
	content: "\f2a8";
}

.ion-plane:before {
	content: "\f214";
}

.ion-planet:before {
	content: "\f343";
}

.ion-play:before {
	content: "\f215";
}

.ion-playstation:before {
	content: "\f30a";
}

.ion-plus:before {
	content: "\f218";
}

.ion-plus-circled:before {
	content: "\f216";
}

.ion-plus-round:before {
	content: "\f217";
}

.ion-podium:before {
	content: "\f344";
}

.ion-pound:before {
	content: "\f219";
}

.ion-power:before {
	content: "\f2a9";
}

.ion-pricetag:before {
	content: "\f2aa";
}

.ion-pricetags:before {
	content: "\f2ab";
}

.ion-printer:before {
	content: "\f21a";
}

.ion-pull-request:before {
	content: "\f345";
}

.ion-qr-scanner:before {
	content: "\f346";
}

.ion-quote:before {
	content: "\f347";
}

.ion-radio-waves:before {
	content: "\f2ac";
}

.ion-record:before {
	content: "\f21b";
}

.ion-refresh:before {
	content: "\f21c";
}

.ion-reply:before {
	content: "\f21e";
}

.ion-reply-all:before {
	content: "\f21d";
}

.ion-ribbon-a:before {
	content: "\f348";
}

.ion-ribbon-b:before {
	content: "\f349";
}

.ion-sad:before {
	content: "\f34a";
}

.ion-sad-outline:before {
	content: "\f4d7";
}

.ion-scissors:before {
	content: "\f34b";
}

.ion-search:before {
	content: "\f21f";
}

.ion-settings:before {
	content: "\f2ad";
}

.ion-share:before {
	content: "\f220";
}

.ion-shuffle:before {
	content: "\f221";
}

.ion-skip-backward:before {
	content: "\f222";
}

.ion-skip-forward:before {
	content: "\f223";
}

.ion-social-android:before {
	content: "\f225";
}

.ion-social-android-outline:before {
	content: "\f224";
}

.ion-social-angular:before {
	content: "\f4d9";
}

.ion-social-angular-outline:before {
	content: "\f4d8";
}

.ion-social-apple:before {
	content: "\f227";
}

.ion-social-apple-outline:before {
	content: "\f226";
}

.ion-social-bitcoin:before {
	content: "\f2af";
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}

.ion-social-buffer:before {
	content: "\f229";
}

.ion-social-buffer-outline:before {
	content: "\f228";
}

.ion-social-chrome:before {
	content: "\f4db";
}

.ion-social-chrome-outline:before {
	content: "\f4da";
}

.ion-social-codepen:before {
	content: "\f4dd";
}

.ion-social-codepen-outline:before {
	content: "\f4dc";
}

.ion-social-css3:before {
	content: "\f4df";
}

.ion-social-css3-outline:before {
	content: "\f4de";
}

.ion-social-designernews:before {
	content: "\f22b";
}

.ion-social-designernews-outline:before {
	content: "\f22a";
}

.ion-social-dribbble:before {
	content: "\f22d";
}

.ion-social-dribbble-outline:before {
	content: "\f22c";
}

.ion-social-dropbox:before {
	content: "\f22f";
}

.ion-social-dropbox-outline:before {
	content: "\f22e";
}

.ion-social-euro:before {
	content: "\f4e1";
}

.ion-social-euro-outline:before {
	content: "\f4e0";
}

.ion-social-facebook:before {
	content: "\f231";
}

.ion-social-facebook-outline:before {
	content: "\f230";
}

.ion-social-foursquare:before {
	content: "\f34d";
}

.ion-social-foursquare-outline:before {
	content: "\f34c";
}

.ion-social-freebsd-devil:before {
	content: "\f2c4";
}

.ion-social-github:before {
	content: "\f233";
}

.ion-social-github-outline:before {
	content: "\f232";
}

.ion-social-google:before {
	content: "\f34f";
}

.ion-social-google-outline:before {
	content: "\f34e";
}

.ion-social-googleplus:before {
	content: "\f235";
}

.ion-social-googleplus-outline:before {
	content: "\f234";
}

.ion-social-hackernews:before {
	content: "\f237";
}

.ion-social-hackernews-outline:before {
	content: "\f236";
}

.ion-social-html5:before {
	content: "\f4e3";
}

.ion-social-html5-outline:before {
	content: "\f4e2";
}

.ion-social-instagram:before {
	content: "\f351";
}

.ion-social-instagram-outline:before {
	content: "\f350";
}

.ion-social-javascript:before {
	content: "\f4e5";
}

.ion-social-javascript-outline:before {
	content: "\f4e4";
}

.ion-social-linkedin:before {
	content: "\f239";
}

.ion-social-linkedin-outline:before {
	content: "\f238";
}

.ion-social-markdown:before {
	content: "\f4e6";
}

.ion-social-mail:before {
	content: "\f132";
}

.ion-social-nodejs:before {
	content: "\f4e7";
}

.ion-social-octocat:before {
	content: "\f4e8";
}

.ion-social-pinterest:before {
	content: "\f2b1";
}

.ion-social-pinterest-outline:before {
	content: "\f2b0";
}

.ion-social-python:before {
	content: "\f4e9";
}

.ion-social-reddit:before {
	content: "\f23b";
}

.ion-social-reddit-outline:before {
	content: "\f23a";
}

.ion-social-rss:before {
	content: "\f23d";
}

.ion-social-rss-outline:before {
	content: "\f23c";
}

.ion-social-sass:before {
	content: "\f4ea";
}

.ion-social-skype:before {
	content: "\f23f";
}

.ion-social-skype-outline:before {
	content: "\f23e";
}

.ion-social-snapchat:before {
	content: "\f4ec";
}

.ion-social-snapchat-outline:before {
	content: "\f4eb";
}

.ion-social-tumblr:before {
	content: "\f241";
}

.ion-social-tumblr-outline:before {
	content: "\f240";
}

.ion-social-tux:before {
	content: "\f2c5";
}

.ion-social-twitch:before {
	content: "\f4ee";
}

.ion-social-twitch-outline:before {
	content: "\f4ed";
}

.ion-social-twitter:before {
	content: "\f243";
}

.ion-social-twitter-outline:before {
	content: "\f242";
}

.ion-social-usd:before {
	content: "\f353";
}

.ion-social-usd-outline:before {
	content: "\f352";
}

.ion-social-vimeo:before {
	content: "\f245";
}

.ion-social-vimeo-outline:before {
	content: "\f244";
}

.ion-social-whatsapp:before {
	content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}

.ion-social-windows:before {
	content: "\f247";
}

.ion-social-windows-outline:before {
	content: "\f246";
}

.ion-social-wordpress:before {
	content: "\f249";
}

.ion-social-wordpress-outline:before {
	content: "\f248";
}

.ion-social-yahoo:before {
	content: "\f24b";
}

.ion-social-yahoo-outline:before {
	content: "\f24a";
}

.ion-social-yen:before {
	content: "\f4f2";
}

.ion-social-yen-outline:before {
	content: "\f4f1";
}

.ion-social-youtube:before {
	content: "\f24d";
}

.ion-social-youtube-outline:before {
	content: "\f24c";
}

.ion-soup-can:before {
	content: "\f4f4";
}

.ion-soup-can-outline:before {
	content: "\f4f3";
}

.ion-speakerphone:before {
	content: "\f2b2";
}

.ion-speedometer:before {
	content: "\f2b3";
}

.ion-spoon:before {
	content: "\f2b4";
}

.ion-star:before {
	content: "\f24e";
}

.ion-stats-bars:before {
	content: "\f2b5";
}

.ion-steam:before {
	content: "\f30b";
}

.ion-stop:before {
	content: "\f24f";
}

.ion-thermometer:before {
	content: "\f2b6";
}

.ion-thumbsdown:before {
	content: "\f250";
}

.ion-thumbsup:before {
	content: "\f251";
}

.ion-toggle:before {
	content: "\f355";
}

.ion-toggle-filled:before {
	content: "\f354";
}

.ion-transgender:before {
	content: "\f4f5";
}

.ion-trash-a:before {
	content: "\f252";
}

.ion-trash-b:before {
	content: "\f253";
}

.ion-trophy:before {
	content: "\f356";
}

.ion-tshirt:before {
	content: "\f4f7";
}

.ion-tshirt-outline:before {
	content: "\f4f6";
}

.ion-umbrella:before {
	content: "\f2b7";
}

.ion-university:before {
	content: "\f357";
}

.ion-unlocked:before {
	content: "\f254";
}

.ion-upload:before {
	content: "\f255";
}

.ion-usb:before {
	content: "\f2b8";
}

.ion-videocamera:before {
	content: "\f256";
}

.ion-volume-high:before {
	content: "\f257";
}

.ion-volume-low:before {
	content: "\f258";
}

.ion-volume-medium:before {
	content: "\f259";
}

.ion-volume-mute:before {
	content: "\f25a";
}

.ion-wand:before {
	content: "\f358";
}

.ion-waterdrop:before {
	content: "\f25b";
}

.ion-wifi:before {
	content: "\f25c";
}

.ion-wineglass:before {
	content: "\f2b9";
}

.ion-woman:before {
	content: "\f25d";
}

.ion-wrench:before {
	content: "\f2ba";
}

.ion-xbox:before {
	content: "\f30c";
}

.ionicon-spin {
	-webkit-animation: ionicon-spin 2s infinite linear;
	animation: ionicon-spin 2s infinite linear;
	display: inline-block;
}

@-webkit-keyframes ionicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ionicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

#content {
	padding-bottom: 90px;
}

.site-main .col-md-12 {
	padding: 0 15px;
}

.corify-blog:not(.corify-blog--grid) {
	grid-gap: 70px;
}

.corify-sidebar-area,
.corify-main-area {
	width: 100%;
}

@media (min-width: 992px) {
	.corify-main-area {
		width: 68.37607%;
	}
	.corify-sidebar-area {
		flex: 1;
	}
}

.has-text-align-right {
	text-align: right;
}

.wp-block-button__link {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.wp-block-button__link:hover {
	background: #293957;
	color: #fff;
}

.wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #ce8339;
	padding-top: 7px;
	padding-bottom: 7px;
	background: transparent;
	border: 2px solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background: #293957;
	border-color: #293957;
}

.wp-block-cover .wp-block-button.is-style-outline {
	color: #fff;
}

.wp-block-code,
pre {
	font-family: monospace, monospace;
	background: #eee;
	color: #737f96;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.wp-block-code code,
pre code {
	background: none;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 30px);
}

.wp-block-cover {
	color: #fff;
	margin-bottom: 28px;
	line-height: 1.875;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text {
	margin: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	max-width: 960px;
}

.wp-block-separator {
	background-color: #d7dce6;
	border: 0;
	height: 2px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 5em;
}

.wp-block-image .alignleft {
	margin-right: 1.5em;
}

.wp-block-image .alignright {
	margin-left: 1.5em;
}

.wp-block-image img {
	display: block;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-file .wp-block-file__button {
	border: 0;
	background: #ce8339;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	white-space: normal;
}

.wp-block-file .wp-block-file__button:hover {
	background: #293957;
	color: #fff;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 1px solid #d7dce6;
}

.wp-block-quote {
	margin: 55px 0 50px;
	border: none;
	padding-left: 100px;
}

@media (max-width: 767px) {
	.wp-block-quote {
		padding-left: 50px;
	}
}

.wp-block-quote p:last-of-type {
	margin: 0;
}

.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
	display: block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	color: #737f96;
}

.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
	margin-top: 36px;
}

.wp-block-quote.has-text-align-right {
	border: none;
	padding-right: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1.5em;
	text-align: center;
	border: none;
	padding: 0;
}

.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
	display: block;
	content: '';
	position: relative;
	width: 5em;
	border-top: 2px solid #d7dce6;
	margin: 24px auto;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation {
	text-align: center;
	font-size: 18px;
}

.wp-block-pullquote {
	border-color: #d7dce6;
	color: #293957;
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 36px 0;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	color: inherit;
	padding: 0 45px;
}

.wp-block-pullquote p {
	font-size: 24px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer, .wp-block-pullquote__citation {
	color: inherit;
	display: block;
	margin-top: 16px;
	font-size: 14px;
}

.wp-block-pullquote.is-style-solid-color {
	background: #737f96;
	color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	text-align: center;
	max-width: 100%;
	padding: 0 2.5em;
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
	left: 10px;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-block-calendar table th {
	background: #d7dce6;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border-color: #d7dce6;
}

.wp-block-calendar tfoot a {
	color: #0084c8;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-calendar a:hover {
	text-decoration: underline;
}

.tags a,
.tag-cloud-link {
	display: inline-block;
	padding: 4px 12px;
	background: #d7dce6;
	color: #293957;
	font-size: 14px !important;
	border-radius: 2px;
	margin: 0 4px 4px 0;
}

.tags a:hover,
.tag-cloud-link:hover {
	background: #293957;
	color: #fff;
	text-decoration: none;
}

.has-drop-cap:not(:focus):first-letter {
	color: #293957;
	font-size: 60px;
	background-color: #f5f6f6;
	padding: 30px 34px;
	margin-right: 23px;
	font-weight: 700;
	margin-top: 10px;
}

.has-drop-cap:not(:focus):first-letter:after {
	display: none;
}

.wp-block-latest-posts.is-grid {
	display: grid;
	grid-gap: 32px;
}

.wp-block-latest-posts.is-grid li {
	margin: 0;
	width: 100%;
}

.wp-block-latest-posts.is-grid a {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	display: block;
	color: #1a1f28;
}

.wp-block-latest-posts.is-grid img {
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-latest-posts.is-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.wp-block-latest-posts.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.wp-block-latest-posts.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.wp-block-latest-posts.columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.wp-block-latest-posts.columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
}

.has-very-small-font-size {
	font-size: 12px;
}

.has-small-font-size {
	font-size: 14px;
}

.has-medium-font-size {
	font-size: 16px;
}

.has-large-font-size {
	font-size: 18px;
}

.has-larger-font-size {
	font-size: 20px;
}

.has-huge-font-size {
	font-size: 24px;
}

.has-3-xl-font-size {
	font-size: 30px;
}

.has-4-xl-font-size {
	font-size: 36px;
}

.has-5-xl-font-size {
	font-size: 48px;
}

.has-6-xl-font-size {
	font-size: 64px;
}

.has-blue-background-color {
	background-color: #0084c8 !important;
}

.has-blue-color {
	color: #0084c8 !important;
}

.has-dark-background-color {
	background-color: #1a1f28 !important;
}

.has-dark-color {
	color: #1a1f28 !important;
}

.has-orange-background-color {
	background-color: #ce8339 !important;
}

.has-orange-color {
	color: #ce8339 !important;
}

.has-base-background-color {
	background-color: #293957 !important;
}

.has-base-color {
	color: #293957 !important;
}

.has-gray-background-color {
	background-color: #737f96 !important;
}

.has-gray-color {
	color: #737f96 !important;
}

.has-light-background-color {
	background-color: #d7dce6 !important;
}

.has-light-color {
	color: #d7dce6 !important;
}

.has-white-background-color {
	background-color: #fff !important;
}

.has-white-color {
	color: #fff !important;
}

.has-pale-pink-background-color {
	background-color: #f78da7 !important;
}

.has-vivid-red-background-color {
	background-color: #cf2e2e !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: #ff6900 !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: #fcb900 !important;
}

.has-light-green-cyan-background-color {
	background-color: #7bdcb5 !important;
}

.has-vivid-green-cyan-background-color {
	background-color: #00d084 !important;
}

.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: #0693e3 !important;
}

.has-vivid-purple-background-color {
	background-color: #9b51e0 !important;
}

.has-very-light-gray-background-color {
	background-color: #eee !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3 !important;
}

.has-very-dark-gray-background-color {
	background-color: #313131 !important;
}

.has-pale-pink-color {
	color: #f78da7 !important;
}

.has-vivid-red-color {
	color: #cf2e2e !important;
}

.has-luminous-vivid-orange-color {
	color: #ff6900 !important;
}

.has-luminous-vivid-amber-color {
	color: #fcb900 !important;
}

.has-light-green-cyan-color {
	color: #7bdcb5 !important;
}

.has-vivid-green-cyan-color {
	color: #00d084 !important;
}

.has-pale-cyan-blue-color {
	color: #8ed1fc !important;
}

.has-vivid-cyan-blue-color {
	color: #0693e3 !important;
}

.has-vivid-purple-color {
	color: #9b51e0 !important;
}

.has-very-light-gray-color {
	color: #eee !important;
}

.has-cyan-bluish-gray-color {
	color: #abb8c3 !important;
}

.has-very-dark-gray-color {
	color: #313131 !important;
}

.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-gallery .blocks-gallery-grid {
	margin-bottom: 0;
}

.wp-block-gallery figcaption {
	flex: 100%;
}

.wp-block-gallery li {
	padding-left: 0;
}

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 16px);
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.alignfull .alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.alignwide .alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 1280px) {
	.alignwide {
		--width: 1170px;
		width: var(--width);
		max-width: var(--width);
		margin-left: calc(50% - var(--width) / 2);
		margin-right: calc(50% - var(--width) / 2);
	}
}

.single-has-sidebar .entry-content .alignwide,
.single-has-sidebar .entry-content .alignfull,
.single-has-sidebar .entry-summary .alignwide,
.wp-block-jetpack-layout-grid-column .alignwide {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	max-width: none;
}

.wp-block-button {
	margin-bottom: 1.5em;
}

.entry-content:before, .entry-content:after {
	content: ' ';
	display: table;
}

.entry-content:after {
	clear: both;
}

.page-links {
	clear: both;
}

.corify-blog {
	margin-top: 100px;
}

.corify-blog--grid .row {
	margin-bottom: -36px;
}

.corify-blog--grid .row > article {
	padding-bottom: 36px;
}

.corify-blog--grid .pagination {
	margin-top: 80px;
}

.corify-blog--list .pagination {
	margin-top: 100px;
}

.corify-blog--list .pagination .nav-links {
	justify-content: flex-start;
}

.entry-thumbnail {
	display: block;
}

a.entry-thumbnail {
	position: relative;
}

a.entry-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
}

a.entry-thumbnail:after {
	content: '';
	display: block;
	padding-bottom: 62.16216%;
	object-fit: cover;
}

.entry-title {
	word-break: break-word;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-meta-bottom {
	display: flex;
	padding: 10px 0 0;
	border-top: 1px solid #dfe2e5;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.entry-meta-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #737f96;
}

.entry-meta-item a {
	color: inherit;
	text-decoration: none;
}

.entry-meta-item a:hover,
.entry-meta-item a:hover i {
	color: #ce8339;
}

.entry-meta-item i {
	font-size: 20px;
	color: #aeb7c9;
	vertical-align: middle;
	margin-right: 5px;
	transition: 0.3s all;
}

.entry-meta-item.social-share {
	overflow: inherit;
}

.entry-meta-item.social-share i {
	font-size: 18px;
}

.entry-meta-item:not(:first-child):before {
	content: '|';
	color: #d1d5dd;
	margin: 0 12px;
	display: inline-block;
	position: relative;
	top: -1px;
	font-weight: 400;
}

.social-share {
	position: relative;
	cursor: pointer;
}

.social-share.is-active .social-share__list {
	opacity: 1;
	top: calc(100% + 10px);
}

.social-share__list {
	position: absolute;
	border-radius: 3px;
	display: flex;
	left: 50%;
	top: calc(100% + 20px);
	padding: 3px 10px;
	background: #293957;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.3s ease all;
	z-index: 99;
}

.social-share__list:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #293957;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 575px) {
	.social-share__list {
		left: auto;
		right: 0;
		transform: none;
	}
	.social-share__list:before {
		left: auto;
		right: 0;
	}
}

.corify-blog-article .social-share__item {
	transition: 0.3s ease;
	padding: 5px;
	border-radius: 2px;
	line-height: 1;
}

.corify-blog-article .social-share__item > i {
	font-size: 16px;
	margin-right: 0;
	color: #fff;
}

.corify-blog-article .social-share__item:not(:last-child) {
	margin-right: 5px;
}

.corify-blog-article .entry-meta {
	font-size: 14px;
	display: flex;
}

.corify-blog-article .cat-links {
	font-weight: 700;
	color: #ce8339;
}

.corify-blog-article .entry-thumbnail:hover {
	opacity: 0.8;
}

.corify-blog-article .entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 24px;
	font-family: "Cabin", sans-serif;
}

.corify-blog-article .entry-title a {
	color: #293957;
}

.corify-blog-article .entry-title a:hover {
	text-decoration: underline;
}

.corify-blog-article .entry-thumbnail--gallery .slick-arrow {
	font-size: 15px;
	width: 25px;
	height: 25px;
}

.corify-blog-article .entry-thumbnail--gallery .corify-slider-prev {
	left: 10px;
}

.corify-blog-article .entry-thumbnail--gallery .corify-slider-next {
	right: 10px;
}

.corify-blog-article .entry-thumbnail a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.corify-blog-article.format-video .entry-thumbnail {
	position: relative;
}

.corify-blog-article.format-video .entry-thumbnail:before {
	content: '\f215';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 3px 0 0 3px;
	z-index: 1;
	font-size: 29px;
	background: #fff;
	color: #d70000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.corify-blog-article.format-video .entry-thumbnail:hover:before {
	background: #ce8339;
	color: #fff;
}

.corify-blog-article .sticky-label {
	margin-right: 5px;
}

.corify-blog-article .detail {
	padding-right: 0;
}

.corify-blog-article img,
.corify-blog-article iframe,
.corify-blog-article video,
.corify-blog-article embed {
	width: 100%;
}

.corify-blog-article.no-view-share .entry-meta-bottom {
	border-top: none;
	padding: 0;
}

.blog-article--grid .entry-thumbnail {
	margin-bottom: 16px;
}

.blog-article--list {
	display: flex;
	flex-wrap: wrap;
}

.blog-article--list + .blog-article--list {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #d7dce6;
}

.blog-article--list .entry-title {
	font-size: 30px;
	line-height: 1.2;
}

.blog-article--list .entry-content,
.blog-article--list .entry-thumbnail {
	width: 100%;
}

.blog-article--list .entry-thumbnail + .entry-content {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.blog-article--list .entry-thumbnail {
		width: 46.25%;
	}
	.blog-article--list .entry-content {
		flex: 1;
	}
	.blog-article--list .entry-thumbnail + .entry-content {
		padding-left: 30px;
		margin-top: 0;
	}
}

.post-type-archive-auto-listing #content {
	padding-bottom: 60px;
}

.post-type-archive-auto-listing article {
	border: 0;
}

.corify-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	font-size: 26px;
	color: #fff;
	background: #ce8339;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	border-radius: 3px;
	padding: 0;
}

.corify-slider-nav:hover {
	background: #293957;
	color: #fff;
}

.search-form {
	display: flex;
}

.search-form label {
	width: 600px;
	max-width: 100%;
}

.search-form input[type='search'] {
	height: 100%;
	width: 100%;
}

.search-form .search-submit {
	border-radius: 0;
}

.no-sidebar .corify-main-area {
	width: 100%;
}

@media (min-width: 992px) {
	.no-sidebar .corify-main-area {
		margin-left: 135px;
		margin-right: 135px;
	}
}

.featured-slider {
	position: relative;
	color: #fff;
}

.featured-slider .slick-track {
	display: flex;
}

.featured-slider .slick-slide {
	height: inherit;
}

.featured-slider a,
.featured-slider .entry-meta-item {
	color: inherit;
}

.featured-slider .corify-slider-prev {
	left: 5%;
}

@media (max-width: 1439px) {
	.featured-slider .corify-slider-prev {
		left: 1%;
	}
}

.featured-slider .corify-slider-next {
	right: 5%;
}

@media (max-width: 1439px) {
	.featured-slider .corify-slider-next {
		right: 1%;
	}
}

@media (max-width: 575px) {
	.featured-slider .corify-slider-nav {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
}

.featured-slider article {
	margin-bottom: 0;
	padding: 2.2% 0 1.7%;
	position: relative;
}

.featured-slider article:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.featured-slider .featured-slide-inner {
	position: relative;
	z-index: 1;
}

.featured-slider .entry-meta {
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.featured-slider .entry-meta a {
	text-transform: uppercase;
}

.featured-slider .entry-meta a:hover {
	color: currentColor;
	text-decoration: underline;
}

.featured-slider .entry-meta i {
	display: none;
}

.featured-slider .entry-title {
	font-family: "Montserrat", sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 30px 0px 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 78px;
	max-height: calc(78px * 3);
}

.featured-slider .entry-title a {
	text-decoration: none;
}

.featured-slider .entry-excerpt {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
}

.featured-slider .entry-excerpt p {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	max-height: calc(30px * 2);
}

.corify-cats-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 0 50px;
	margin-left: -30px;
}

.corify-cats-list a {
	padding: 5px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #737f96;
	font-weight: bold;
	font-size: 18px;
}

.corify-cats-list a:hover {
	color: #ce8339;
	text-decoration: none;
}

.corify-cats-list a.is-active {
	color: #ce8339;
	pointer-events: none;
}

.site-header {
	background: #fff;
	position: relative;
}

.custom-logo-link--overlay {
	display: none;
}

.is-overlay {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	color: #fff;
}

.is-overlay .custom-logo-link {
	display: none;
}

.is-overlay .custom-logo-link--overlay {
	display: block;
}

.is-overlay .site-header,
.is-overlay .header-menu {
	background: transparent;
}

.is-overlay .site-header .socials-menu a,
.is-overlay .site-header a,
.is-overlay .header-menu .socials-menu a,
.is-overlay .header-menu a {
	color: inherit;
}

.is-overlay .site-header .sub-menu a,
.is-overlay .header-menu .sub-menu a {
	color: #293957;
}

.is-overlay .site-header .sub-menu a:hover,
.is-overlay .header-menu .sub-menu a:hover {
	color: #ce8339;
}

.is-overlay .site-title,
.is-overlay .site-description,
.is-overlay .header-contact__block,
.is-overlay .header-contact__block i,
.is-overlay .header-menu .socials-menu + .compare-login:before,
.is-overlay .header-contact__label {
	color: inherit;
}

.header-cta .btn {
	padding: 13px 18px;
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
}

.header-cta i {
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
}

.site-branding {
	display: flex;
}

.site-indentity {
	flex: 1;
}

.site-indentity > * {
	margin: 0;
}

.custom-logo-link + .site-indentity {
	margin-left: 12px;
}

.site-title {
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 28px;
	letter-spacing: 0.025em;
	font-style: italic;
	position: relative;
	color: #293957;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-description {
	text-transform: uppercase;
	font-size: 11px;
	color: #737f96;
}

.topbar {
	padding: 10px 0;
	background: #1a1f28;
	font-size: 14px;
	color: #999;
}

@media (max-width: 991px) {
	.topbar {
		display: none;
	}
}

.topbar__item:not(:last-child) {
	margin-right: 20px;
}

.topbar__item:not(:last-child):after {
	color: #999;
	content: '|';
	margin-left: 16px;
	display: inline-block;
}

.topbar__item--custom-link a {
	color: #ce8339;
}

.topbar__left i {
	display: inline-block;
	margin-right: 6px;
}

.socials-menu a {
	color: #999;
	font-size: 16px;
}

.socials-menu a + a {
	margin-left: 20px;
}

.socials-menu a:hover {
	color: #ce8339;
}

.header-main {
	border-bottom: 1px solid #dfe0e3;
}

.header-main > .container {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: -15px;
}

.header-main > .container > div {
	padding-bottom: 15px;
}

.header-main .site-branding {
	margin-right: auto;
}

@media (max-width: 991px) {
	body:not(.no-menu) .header-main,
	body.no-menu .header-main__contact,
	body.no-menu .header-cta--main {
		display: none !important;
	}
}

.header-main__contact {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-top: -10px;
	justify-content: space-between;
	margin-right: 63px;
	text-transform: uppercase;
}

.header-contact__block {
	color: #293957;
	font-weight: bold;
	padding-top: 10px;
}

.header-contact__block + .header-contact__block {
	margin-left: 48px;
}

.header-contact__block a {
	color: inherit;
	text-decoration: none;
}

.header-contact__block i {
	display: flex;
	font-size: 40px;
	color: #ce8339;
	margin-right: 15px;
}

.header-contact__text {
	letter-spacing: -0.025em;
}

.header-contact__address .header-contact__text {
	letter-spacing: 0;
}

.header-contact__address .header-contact__text {
	line-height: 1.25;
}

.header-contact__hotline .header-contact__text {
	font-size: 20px;
	line-height: 1.1;
}

.header-main__add-car a {
	display: inline-block;
}

.header-contact__label {
	text-transform: uppercase;
	color: #737f96;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

.header-menu {
	border-bottom: 1px solid #dfe0e3;
	padding: 20px 0;
	transition: all 0.3s;
	background: #fff;
}

.enable-sticky-menu .header-overlay:not(.is-overlay) .header-menu {
	position: fixed;
	right: 0;
	left: 0;
	background: #fff;
}

@media (min-width: 992px) {
	.header-main-visible .header-menu {
		padding: 0;
	}
	.header-main-visible .header-menu .site-branding {
		display: none;
	}
	.header-main-visible .header-menu .site-branding + .main-navigation {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.header-menu .header-cta--menu,
	.header-menu .compare-login__text {
		display: none;
	}
	.header-menu .main-navigation {
		margin-right: 0;
	}
	.header-menu .main-navigation ~ .compare-login {
		margin-left: 10px;
	}
	.header-menu .site-branding {
		margin-right: auto;
	}
}

.header-menu__inner {
	justify-content: space-between;
}

@media (min-width: 992px) {
	.header-menu__inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.header-menu .site-branding,
.header-menu .compare-login {
	min-height: 50px;
}

.enable-sticky-menu .header-menu {
	position: sticky;
	z-index: 999;
	top: 0;
}

.enable-sticky-menu.admin-bar .header-menu {
	top: 32px;
}

@media (max-width: 782px) {
	.enable-sticky-menu.admin-bar .header-menu {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.enable-sticky-menu.admin-bar .header-menu {
		top: 0;
	}
}

.header-cta--menu {
	margin-left: 40px;
}

.header-menu .socials-menu {
	margin-left: auto;
}

.header-menu .socials-menu a {
	color: #737f96;
	font-size: 18px;
	padding: 5px;
}

.header-menu .socials-menu a:hover {
	color: #ce8339;
}

.header-menu .socials-menu a + a {
	margin-left: 20px;
}

.header-menu .socials-menu + .compare-login:before {
	content: '';
	width: 1px;
	height: 26px;
	display: inline-block;
	margin: 0 35px;
	background: #dfe0e3;
}

@media (min-width: 992px) {
	.header-menu .socials-menu + .compare-login {
		margin-left: unset;
	}
}

body:not(.menu-has-border) .header-menu {
	border: none;
}

@media (max-width: 991px) {
	.header-menu .socials-menu {
		display: none;
	}
	.header-menu .socials-menu + .compare-login:before {
		display: none;
	}
}

.compare-login {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #293957;
	letter-spacing: 0.025em;
}

.compare-login:hover {
	color: #ce8339;
	text-decoration: none;
}

.compare-login__icon {
	position: relative;
	font-size: 25px;
}

.compare-login__text {
	margin-left: 14px;
	font-weight: bold;
}

.compare-btn:not(:last-child) {
	margin-right: 0;
	margin-left: auto;
}

@media (min-width: 992px) {
	.compare-btn:not(:last-child) {
		margin-right: 38px;
	}
}

.compare__badge {
	font-family: "Cabin", sans-serif;
	position: absolute;
	top: -10px;
	left: 8px;
	background: #ce8339;
	color: #fff;
	display: flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 12px;
}

.main-navigation {
	z-index: 2;
	margin: 0 10px 0 auto;
}

.main-navigation > ul > li:first-child > a {
	padding-left: 0;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding-left: 0;
	flex-wrap: wrap;
}

.main-navigation ul li.focus > .sub-menu,
.main-navigation ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	padding: 15px 23px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #293957;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.025em;
}

.main-navigation a:hover {
	color: #ce8339;
}

.main-navigation .sub-menu {
	display: block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	z-index: 999;
	transition: all 0.3s;
	background: #fff;
	width: 230px;
	padding: 0;
}

.main-navigation .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.main-navigation .sub-menu li {
	border-bottom: solid 1px #f1f1f1;
}

.main-navigation .sub-menu li:last-child {
	border-bottom: none;
}

.main-navigation .sub-menu li:hover > .sub-menu {
	left: 100%;
}

.main-navigation .sub-menu a {
	font-size: 13px;
	padding: 12px 14px;
}

.main-navigation .menu-item-has-children a::after,
.main-navigation .page_item_has_children a::after {
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	content: '\f3d0';
}

.main-navigation .menu-item-has-children .menu-item-has-children > a::after,
.main-navigation .menu-item-has-children .page_item_has_children > a::after,
.main-navigation .page_item_has_children .menu-item-has-children > a::after,
.main-navigation .page_item_has_children .page_item_has_children > a::after {
	content: '\f3d3';
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ce8339;
}

@media (min-width: 992px) {
	.main-navigation ul {
		display: flex;
	}
	.site-branding + .main-navigation {
		margin: 0 auto;
	}
}

.menu-toggle {
	padding: 7px 10px;
}

.compare-btn + .menu-toggle {
	margin-left: 20px;
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle:focus {
	background: #293957;
}

.site-footer {
	background: #edeff1;
}

.footer-widgets {
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer-column {
	font-size: 14px;
	line-height: 26px;
}

.footer-column .widget-title {
	margin: 0 0 45px;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-column .widget + .widget {
	margin-top: 60px;
}

.footer-column .widget ul > li ul {
	padding: 4px 0 0 24px;
}

.footer-column .widget li {
	padding: 0;
	border: 0;
}

.footer-column .widget li + li {
	margin-top: 8px;
}

.footer-column p {
	margin-bottom: 30px;
}

.footer-column p:last-child {
	margin-bottom: 0;
}

.footer-column .rsswidget,
.footer-column .widget_calendar a,
.footer-column .widget_recent_comments a {
	color: #293957;
}

.footer-column .rsswidget:hover,
.footer-column .widget_calendar a:hover,
.footer-column .widget_recent_comments a:hover {
	color: #ce8339;
}

.footer-column .wp-caption-text {
	color: inherit;
}

.footer-copyright {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #dfe2e5;
	font-size: 14px;
}

.footer-copyright .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-copyright a {
	color: #737f96;
}

.footer-copyright a:hover {
	color: #ce8339;
}

.copyright a {
	font-weight: 700;
	color: #293957;
}

.footer-copyright .socials-menu {
	display: flex;
}

.footer-copyright .socials-label {
	margin-right: 30px;
}

.footer-menu {
	display: flex;
}

.footer-menu li + li {
	margin-left: 30px;
}

#scroll-top {
	position: fixed;
	bottom: 36px;
	right: 36px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	z-index: 999;
}

@media (max-width: 767px) {
	#scroll-top {
		right: 15px;
	}
}

#scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.footer-column .widget-title {
		margin: 0 0 15px;
	}
	.footer-column .widget + .widget {
		margin-top: 30px;
	}
	.footer-copyright,
	.footer-copyright .socials-menu {
		text-align: center;
	}
	.footer-copyright .socials-label {
		display: none;
	}
	.footer-copyright .container {
		flex-direction: column;
	}
	.footer-copyright .socials-menu,
	.footer-menu {
		margin-top: 10px;
	}
}

.breadcrumbs-wrapper {
	padding: 16px 0;
	background: #f4f6f7;
	margin-bottom: 104px;
}

@media all and (max-width: 991px) {
	.breadcrumbs-wrapper {
		margin-bottom: 50px;
	}
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #737f96;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	color: #ce8339;
}

.breadcrumbs .sep {
	margin: 0 8px;
	font-style: normal;
}

.breadcrumbs-item:last-child {
	color: #293957;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-wrapper {
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs {
	color: #fff;
	line-height: 1.2;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item:last-child {
	color: inherit;
	border-bottom: 2px solid #e5e5e5;
}

.archive.auto-listings:not(.post-type-archive-dealer) .breadcrumbs-item a {
	color: inherit;
	text-decoration: none;
}

.post-type-archive-dealer .breadcrumbs-wrapper {
	margin-bottom: 100px;
}

.auto-listings-single .breadcrumbs-wrapper {
	margin-bottom: 69px;
}

.page-template-no-header-footer .breadcrumbs-wrapper,
.elementor-template-full-width .breadcrumbs-wrapper,
.submit-listing-template .breadcrumbs-wrapper {
	display: none;
}

.page-header {
	margin-bottom: 0;
	padding: 180px 0px 60px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

.page-header .page-title {
	color: inherit;
	font-weight: 800;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 0.9;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	margin: 30px 0px 40px;
}

@media (min-width: 768px) {
	.page-header .page-title {
		font-size: 70px;
	}
}

.page-header .archive-description {
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-header:before {
	background: rgba(0, 0, 0, 0.3);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-header .container {
	position: relative;
}

.widget + .widget {
	margin-top: 50px;
}

.widget ul > li + li {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #d7dce6;
}

.widget ul > li ul {
	width: 100%;
	padding: 8px 0 0 24px;
}

.widget a:hover {
	color: #ce8339;
	text-decoration: none;
}

.widget > h2 {
	font-size: 20px;
	font-weight: bold;
	color: #293957;
	font-family: "Cabin", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.mc4wp-form .input {
	display: flex;
}

.mc4wp-form input {
	flex: 1;
	padding: 13px 15px;
	border: none;
}

.mc4wp-form input::placeholder {
	color: #99a3b6;
}

.mc4wp-form button {
	width: 48px;
	background: #ce8339;
	border-color: #ce8339;
	color: #fff;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.mc4wp-form button:hover {
	background-color: #293957;
}

.mc4wp-form button i {
	font-size: 24px;
}

.mc4wp-form em {
	display: block;
	margin-top: 17px;
	color: #737f96;
}

.widget-area {
	font-size: 16px;
	color: #293957;
}

.widget-area .children li,
.widget-area .sub-menu li {
	border-top: 1px solid #d7dce6;
	padding-top: 8px;
}

.widget-area .widget-title,
.widget-area .widget h2 {
	font-size: 20px;
	font-weight: bold;
	color: #293957;
	font-family: "Cabin", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.widget-area .widget_archive ul > li,
.widget-area .widget_categories ul > li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.widget-area .widget_mc4wp_form_widget {
	background: #f5f6f6;
	padding: 25px;
	border: 1px solid #d7dce6;
	border-radius: 2px;
}

.widget-area .widget_mc4wp_form_widget .input {
	display: block;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields {
	color: #293957;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #d7dce6;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::placeholder {
	color: #737f96;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button {
	width: auto;
	padding: 15px 22px;
	margin-top: 15px;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button:hover {
	background-color: #293957;
	color: #fff;
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button:before {
	content: attr(data-text);
}

.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields button i {
	display: none;
}

.widget-area .widget_mc4wp_form_widget em {
	margin-top: 27px;
}

.widget_search .search-form {
	display: flex;
}

.widget_search .search-form label {
	width: 100%;
}

.widget_search .search-form input {
	background: #f5f6f6;
	padding: 15px;
	border: 1px solid #d7dce6;
	border-radius: 3px;
}

.widget_search .search-form input:focus {
	border-color: #ce8339;
}

.widget_search .search-form .search-submit {
	display: none;
}

.widget_calendar thead th {
	border-top: none;
}

@media (min-width: 992px) and (max-width: 1279px) {
	.widget_calendar {
		font-size: 12px;
	}
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	font-size: 16px !important;
	color: #737f96;
	background: #f5f6f6;
	padding: 8px 15px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background: #ce8339;
}

.entry-content ul,
.entry-content ol {
	color: #293957;
	padding-left: 85px;
	margin-bottom: 48px;
}

@media (max-width: 575px) {
	.entry-content ul,
	.entry-content ol {
		padding-left: 36px;
	}
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	padding-left: 18px;
}

.entry-content li + li {
	margin-top: 10px;
}

.entry-content li > ul,
.entry-content li > ol {
	padding-left: 20px;
	margin: 10px 0;
}

.entry-content .blocks-gallery-grid,
.entry-content .wp-block-gallery {
	padding: 0;
}

.entry-content .blocks-gallery-grid li,
.entry-content .wp-block-gallery li {
	padding-left: 0;
}

.entry-content p {
	line-height: 1.875;
}

.entry-content > p:last-child {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "Cabin", sans-serif;
}

.entry-content blockquote p {
	line-height: 1.3;
	margin: 0 0 34px;
}

.corify-social-share {
	display: flex;
	flex-wrap: wrap;
	margin: -12px -12px 0 0;
}

.corify-social-share .social-share__item {
	border-radius: 2px;
	display: block;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	margin: 12px 12px 0 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.corify-social-share .social-share__item i {
	font-size: 24px;
	color: #fff;
}

.corify-social-share .social-share__item:hover {
	opacity: 0.6;
}

.corify-social-share .social-share--facebook {
	background: #1b4e9b;
}

.corify-social-share .social-share--twitter {
	background: #00aeef;
}

.corify-social-share .social-share--tumblr {
	background: #2b4873;
}

.corify-social-share .social-share--pinterest {
	background: #cb2027;
}

.corify-social-share .social-share--linkedin {
	background: #0077b5;
}

.corify-social-share .social-share--pocket {
	background: #ef4056;
}

.corify-social-share .social-share--reddit {
	background: #ff4500;
}

.corify-social-share .social-share--mail {
	background: #7d7d7d;
}

.single.single-post .breadcrumbs-wrapper {
	background: none;
	margin-bottom: 0;
	padding: 0 0 80px;
}

@media (max-width: 767px) {
	.single.single-post .breadcrumbs-wrapper {
		padding: 0 0 50px;
	}
}

.single.single-post .breadcrumbs {
	padding: 0;
}

.single.single-post .entry-footer {
	margin-top: 50px;
	margin-bottom: -15px;
}

.single.single-post .entry-footer > * {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.single.single-post .entry-footer {
		margin-top: 100px;
	}
}

.single.single-post .post-navigation {
	height: 0;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
	font-size: 18px;
}

.single.single-post .post-navigation.active {
	opacity: 1;
}

.single.single-post .post-navigation a {
	color: #737f96;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0;
}

.single.single-post .post-navigation a:hover {
	color: #ce8339;
}

@media (max-width: 1439px) {
	.single.single-post .post-navigation {
		display: none;
	}
}

.single.single-post .post-navigation .nav-previous {
	float: left;
	transform: rotate(-90deg);
}

.single.single-post .post-navigation .nav-next {
	float: right;
	transform: rotate(90deg);
}

.single-post-header-inner .entry-title {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 40px 0 0;
}

.single-post-header-inner .entry-title a {
	color: #fff;
}

@media (max-width: 767px) {
	.single-post-header-inner .entry-title {
		font-size: 36px;
		margin: 30px 0 0;
	}
}

.single-post-header-inner .entry-meta {
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.single-post-header-inner .entry-meta * {
	color: inherit;
}

.single-post-header-inner .entry-meta a:hover {
	text-decoration: underline;
}

.single-post-header-inner .entry-meta-item {
	white-space: initial;
}

.single-post-header-inner .entry-meta-item:before {
	font-weight: 600;
	color: inherit;
}

.single-has-sidebar .single-post-header-inner {
	position: relative;
	color: #fff;
}

.single-has-sidebar .single-post-header-inner .entry-title {
	font-size: 54px;
	color: inherit;
	line-height: 1.1;
}

.single-has-sidebar .single-post-header-inner .entry-meta a:hover {
	color: #fff;
	text-decoration: underline;
}

.single-has-sidebar .single-post-header {
	padding-top: 21.09375%;
	padding-bottom: 4.53125%;
	position: relative;
}

.single-has-sidebar .single-post-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.single-has-sidebar .single-related article {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.single-has-sidebar .comments-area {
	margin: 90px 0 0 0;
	padding: 90px 0 0 0;
}

.site-main > article .entry-content {
	font-size: 18px;
}

@media (min-width: 1280px) {
	.single-no-sidebar .single-post-header-inner,
	.single-no-sidebar .site-main > article {
		padding: 0 105px;
	}
}

.single-no-sidebar .single-post-header-inner {
	margin: 100px 0;
}

@media (max-width: 991px) {
	.single-no-sidebar .single-post-header-inner {
		margin: 50px 0;
	}
}

.single-no-sidebar .single-post-header .entry-title {
	font-size: 48px;
	color: #293957;
}

.single-no-sidebar .single-post-header .entry-meta {
	color: #737f96;
}

.single-no-sidebar .single-post-header .entry-thumbnail {
	margin: 0 auto 80px;
	--width: calc(100vw - 200px);
}

.single-no-sidebar .single-post-header .entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.single-no-sidebar .single-post-header .entry-thumbnail {
		width: var(--width);
		max-width: var(--width);
		margin-left: calc(50% - var(--width) / 2);
		margin-right: calc(50% - var(--width) / 2);
	}
}

.page.single-no-sidebar .entry-content > p:first-child {
	margin-top: 0;
}

.tags-links {
	margin: -10px -10px 0 0;
}

.tags-links a {
	display: inline-block;
	font-size: 16px;
	color: #737f96;
	background: #f5f6f6;
	padding: 4px 15px;
	margin: 10px 10px 0 0;
	border-radius: 3px;
	text-decoration: none;
}

.tags-links a:hover {
	color: #fff;
	background: #ce8339;
}

.page-numbers {
	cursor: pointer;
}

.page-numbers.current {
	pointer-events: none;
}

.related-post {
	margin-top: 90px;
}

.related-post .blog-heading-title {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: "Cabin", sans-serif;
	font-weight: 700;
}

.related-post .col-md-3 {
	text-align: right;
}

.related-post .col-md-3 a {
	color: #253146;
	font-size: 14px;
	font-weight: 700;
}

.related-post article .post-title {
	color: #293957;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0 15px;
	text-transform: none;
	font-family: "Cabin", sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	height: calc(30px * 2);
}

.related-post article .post-title a {
	color: #293957;
}

.related-post article .post-title a:hover {
	text-decoration: underline;
}

.related-post article .entry-meta {
	margin-top: 15px;
}

.related-post article .entry-meta a.post__date {
	border-right: 0;
	font-family: "Cabin", sans-serif;
	color: #737f96;
}

.related-post article .entry-meta span.posted-on {
	border-right: 0;
}

.related-post img {
	width: 100%;
	height: 215px;
}

.related-post .entry-meta-bottom {
	display: flex;
}

@media (max-width: 574px) {
	.entry-author {
		display: block;
		padding: 37px 15px 30px;
	}
	.entry-author .author-avatar {
		float: left;
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}
	.entry-author .author-header {
		margin-bottom: 30px;
	}
	.entry-author .author-title {
		font-size: 17px;
	}
	.entry-author .author-info {
		margin: 23px 0 0;
	}
	.entry-author .author-social a.social-links {
		width: 35px;
		height: 35px;
	}
}

.page-template-default h1.entry-title {
	font-size: 48px;
	color: #293957;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.025em;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 60px;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	align-items: center;
}

.page-links .post-page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	padding: 9px 16px;
	line-height: 1;
	color: #293957;
	background: #edeff1;
	text-transform: uppercase;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
	color: #fff;
	background: #ce8339;
	text-decoration: none;
}

.entry-author-box {
	display: grid;
	grid-gap: 35px;
	grid-template-columns: 135px 1fr;
	padding-top: 60px;
	margin-top: 105px;
	border-top: 5px solid #ce8339;
}

@media (min-width: 768px) {
	.entry-author-box {
		padding-left: 60px;
	}
}

.entry-author-box .author-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.entry-author-box .author-title {
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: "Cabin", sans-serif;
}

.entry-author-box .author-heading {
	margin-bottom: 16px;
}

.entry-author-box .author-heading p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.entry-author-box .author-bio {
	word-break: break-word;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.015em;
}

.entry-author-box .author-avatar img {
	border-radius: 100%;
}

.single-related {
	margin-top: 100px;
}

@media (min-width: 768px) {
	.single-related {
		margin-top: 150px;
	}
}

.single-related__heading {
	font-family: "Cabin", sans-serif;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.error404 .header-menu {
	border-bottom: 1px solid #dfe0e3;
}

.error404 .page-content {
	padding-bottom: 68px;
}

.error404 .page-content p {
	margin-bottom: 48px;
}

.error404 .page-content .btn {
	display: inline-block;
	padding: 15px 33px;
}

.error404 .page-content .btn i {
	margin-left: 10px;
}

.error404 .error-404 {
	text-align: center;
}

.error404 .error-404 img {
	padding-top: 82px;
}

.error404 .page-title {
	padding: 75px 0 0;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 15px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	padding: 9px 16px;
	line-height: 1;
	color: #293957;
	background: #edeff1;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
	color: #fff;
	background: #ce8339;
	text-decoration: none;
}

.pagination .page-numbers i {
	font-size: 18px;
}

.pagination .page-numbers.next i {
	margin-left: 7px;
}

.pagination .page-numbers.prev i {
	margin-right: 7px;
}

.corify-modal {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.corify-modal__content {
	max-width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: #e8ecef;
	padding: 90px 100px 80px;
}

.corify-modal__background {
	width: 100%;
	height: 100%;
}

.corify-modal__content-detail {
	position: relative;
	z-index: 2;
}

.corify-modal--newsletter img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.corify-modal--newsletter.is-visible {
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}

.corify-modal--newsletter .corify-modal__content {
	padding: 60px 400px 30px 60px;
	width: 830px;
	text-align: center;
	border-radius: 2px;
}

@media all and (max-width: 991px) {
	.corify-modal--newsletter .corify-modal__content {
		padding: 20px;
		width: 90%;
	}
}

.corify-modal--newsletter .input {
	display: block;
}

.corify-modal--newsletter .mc4wp-form-fields {
	color: #293957;
	border-radius: 2px;
}

.corify-modal--newsletter .mc4wp-form-fields p:first-child {
	color: #737f96;
	font-weight: 500;
}

.corify-modal--newsletter .mc4wp-form-fields input[type="email"] {
	padding: 11px 15px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d7dce6;
}

.corify-modal--newsletter .mc4wp-form-fields button {
	width: auto;
	padding: 13px 22px;
	margin-top: 20px;
	border-radius: 2px;
	letter-spacing: 0.025em;
}

.corify-modal--newsletter .mc4wp-form-fields button:hover {
	background-color: #293957;
	color: #fff;
}

.corify-modal--newsletter .mc4wp-form-fields button:before {
	content: attr(data-text);
}

.corify-modal--newsletter .mc4wp-form-fields button i {
	display: none;
}

.corify-modal--newsletter .corify-hide-popup {
	position: relative;
	cursor: pointer;
}

.corify-modal--newsletter .corify-hide-popup:hover span {
	border-color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup input {
	position: absolute;
	opacity: 0;
}

.corify-modal--newsletter .corify-hide-popup input:checked ~ p span {
	border-color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup input:checked ~ p span:before {
	color: #ce8339;
}

.corify-modal--newsletter .corify-hide-popup p {
	color: #293957;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 40px 0 0;
}

.corify-modal--newsletter .corify-hide-popup span {
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #a5b0c5;
	border-radius: 2px;
	position: relative;
	margin-right: 12px;
	background: #ffffff;
}

.corify-modal--newsletter .corify-hide-popup span:before {
	content: "\f121";
	font-family: "Ionicons";
	color: rgba(255, 255, 255, 0);
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.comments-area {
	margin: 120px 0 110px;
	padding: 120px 100px 0 100px;
	border-top: 1px solid #dfe2e5;
}

@media (max-width: 991px) {
	.comments-area {
		margin: 50px 0;
		padding: 50px 0 0 0;
	}
}

span.bypostauthor {
	font-weight: bold;
}

.avatar {
	border-radius: 50%;
}

.comments-title {
	text-transform: uppercase;
	font-family: "Cabin", sans-serif;
	font-size: 24px;
	letter-spacing: 0.015em;
}

.comment-list {
	list-style: none;
	margin-bottom: 45px;
}

.comment-list > li:first-child > .comment-body {
	border: none;
}

.comment-list .comment-respond {
	margin: 0 0 30px;
}

.comment-body {
	display: flex;
	grid-gap: 30px;
	border-top: 1px solid #dfe2e5;
	padding: 40px 0 40px 0;
	font-size: 14px;
}

.comment-body p {
	line-height: 1.5;
	margin-bottom: 1em;
}

.comment-body a {
	color: #0099cc;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

.comment-text {
	min-width: 0;
	flex: 1;
}

.comment-metadata a {
	color: #737f96;
}

.comment-metadata:before {
	content: '\f2d1';
}

.comment-author .fn:before {
	content: '\f213';
}

.comment-author .fn a {
	font-weight: 700;
	font-size: 16px;
}

.comment-author:after {
	content: '|';
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}

.comment-meta {
	color: #737f96;
	font-size: 14px;
}

.comment-meta .edit-link {
	margin-left: 5px;
}

.comment-meta :before {
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}

.comment-meta + .comment-content {
	margin-top: 8px;
}

.comment-reply-title {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Cabin", sans-serif;
	font-weight: 700;
}

.comment-reply-title small {
	font-size: 14px;
	margin-left: 5px;
}

.comment-content {
	font-size: 16px;
	color: #293957;
}

.comment-content + .reply {
	margin-top: 15px;
}

.comment-content li ul {
	list-style: square;
}

.comment-content li ul ul {
	list-style-type: circle;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
	position: relative;
}

#commentform > * {
	padding: 30px 0 0 30px;
}

#commentform .comment-input-text input,
#commentform textarea {
	width: 100%;
	background: #f5f6f6;
	padding: 11px 16px;
	color: #737f96;
	border-color: #d7dce6;
	transition: 0.3s ease all;
	border-radius: 2px;
	font-size: 16px;
}

#commentform .comment-input-text input:focus, #commentform .comment-input-text input:active,
#commentform textarea:focus,
#commentform textarea:active {
	color: #293957;
	border-color: #293957;
	background: #fff;
}

#commentform p {
	width: 100%;
	margin-bottom: 0;
}

#commentform .comment-form-comment {
	width: 100%;
}

#commentform .comment-input-text {
	width: 33.33%;
	position: relative;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	#commentform .comment-input-text {
		width: 100%;
	}
}

#commentform .comment-input-text label {
	position: absolute;
	z-index: 0;
	color: #737f96;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
	transition: 0.3s;
}

#commentform textarea {
	width: 100%;
}

#commentform .form-submit {
	margin: -5px 0 0;
}

#commentform .form-submit input {
	padding: 15px 19px;
}

@media (min-width: 768px) {
	#commentform .comment-notes {
		position: absolute;
		bottom: 0;
		margin: 0;
		color: #eb001c;
		width: auto;
		right: 0;
	}
}

.comment-footer-meta {
	margin-top: 24px;
}

.comment-footer-meta > span:not(.by-post-author) a {
	padding: 3px 10px;
	letter-spacing: 0.025em;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 12px;
	color: #293957;
	background: #eaeef5;
	text-decoration: none;
}

.comment-footer-meta > span:not(.by-post-author) a:hover {
	color: #fff;
	background: #ce8339;
}

.auto-listings .corify-social-share {
	margin: -10px -10px 0 0;
}

.auto-listings .corify-social-share .social-share__item {
	width: 42px;
	height: 42px;
	margin: 10px 10px 0 0;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header {
	padding: 175px 0px;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header:before {
	z-index: -1;
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
	margin: 0;
	line-height: 0.9;
	letter-spacing: -0.025em;
	font-size: 8rem;
	font-weight: 800;
}

@media all and (max-width: 767px) {
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
		font-size: 4rem;
	}
}

@media (max-width: 767px) {
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header {
		padding: 12% 0;
	}
	.archive.auto-listings:not(.post-type-archive-dealer) .page-header .page-title {
		font-size: 4rem;
	}
}

.archive.auto-listings:not(.post-type-archive-dealer) .page-description.container {
	padding-top: 40px;
}

.archive.auto-listings:not(.post-type-archive-dealer).archive-listing-has-sidebar .page-header {
	padding: 250px 0 84px;
}

.post-type-archive-dealer .als {
	background: #f5f6f6;
	margin-top: 70px;
	margin-bottom: 93px;
	background: #f5f6f6;
}

@media (min-width: 768px) {
	.post-type-archive-dealer .als .als-field {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media all and (max-width: 767px) {
	.post-type-archive-dealer .als {
		margin-bottom: 50px;
	}
}

.post-type-archive-dealer .als .SelectBox,
.post-type-archive-dealer .als input {
	background: #fff;
}

.auto-listings-search-matching {
	text-transform: uppercase;
	font-weight: bold;
}

.auto-listings-search-matching .search-matching__number {
	color: #ce8339;
}

@media (max-width: 767px) {
	.auto-listings-search-matching {
		order: 3;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.auto-listings-search-matching + .auto-listings-ordering {
		margin: 0 60px 0 auto;
	}
}

:is(#car-review-stamps, #car-extra-feature) h5,
.auto-listings-submit-listing
:is(.form-part__heading h2, .form-part__content :is(h3, h4)),
.single-dealer .upper .entry-title,
.login-register h2,
.dealer-register h1,
.compare-heading,
.similar-listing__item .entry-title
.post-type-archive-dealer .page-title {
	font-family: "Cabin", sans-serif;
}

.seller-info__name,
.dealer-contact__phone a,
.auto-listings-submit-listing :is(.field-label, .form-part__heading span) {
	font-family: "Montserrat", sans-serif;
}

.auto-listings-single .title-price .entry-title {
	font-family: "Cabin", sans-serif;
}

.auto-listings-single .price {
	font-family: "Montserrat", sans-serif;
}

.auto-listings-single .single-listing-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -10px;
	padding-bottom: 20px;
}

.auto-listings-single .single-listing-buttons > * {
	padding-bottom: 10px;
}

.single-listing--classified .breadcrumbs-wrapper {
	margin-bottom: 26px;
	background: transparent;
}

.single-listing--classified .image-gallery {
	margin-bottom: 31px;
}

.single-listing--classified .image-gallery__slider-for .slick-slide {
	margin-left: 5px;
}

.single-listing--classified .image-gallery__slider-for .slick-list {
	margin-left: -5px;
}

@media (min-width: 992px) {
	.single-listing--classified .image-gallery__slider-for .slick-list {
		padding: 0 calc(50% - 480px);
	}
}

@media (min-width: 1280px) {
	.single-listing--classified .image-gallery__slider-for .slick-list {
		padding: 0 calc(50% - 585px);
	}
}

@media (max-width: 767px) {
	.single-listing--classified .image-gallery__slider-nav {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav {
		max-width: 370px;
		position: absolute;
		bottom: 32px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.single-listing--classified .image-gallery__slider-nav[class*='slick-is-hold'] .slick-track {
	justify-content: center;
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav[class*='slick-is-hold'] .slick-track {
		max-width: 370px;
	}
}

.single-listing--classified .image-gallery__slider-nav .slick-slide {
	border: 1px solid #fff;
	margin-left: 5px;
	transition: 0.3s ease;
}

@media (min-width: 768px) {
	.single-listing--classified .image-gallery__slider-nav .slick-slide {
		width: 70px;
	}
}

.single-listing--classified .image-gallery__slider-nav .slick-list {
	margin-left: -5px;
}

.single-listing--classified .specifications-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -43px -30px;
}

.single-listing--classified .specifications-list > li {
	width: 25%;
	padding: 5px 15px 5px 30px;
	margin-bottom: 43px;
	display: flex;
	color: #737f96;
}

.single-listing--classified .specifications-list > li i {
	margin-right: 16px;
	font-size: 24px;
}

.single-listing--classified .specifications-list > li:not(:nth-child(4n + 1)) {
	border-left: 1px solid #dfe0e3;
}

@media (max-width: 575px) {
	.single-listing--classified .specifications-list > li {
		width: 50%;
	}
}

.single-listing--dealership .corify-social-share {
	margin: -10px -10px 30px 0;
}

@media (max-width: 767px) {
	.single-listing--dealership .corify-social-share {
		margin-bottom: 10px;
	}
}

.single-listing--dealership .listing-buttons__actions {
	order: 2;
}

.single-listing--dealership .single-listing-buttons {
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.single-listing--dealership .single-listing-buttons {
		align-items: flex-end;
	}
}

.single-al-main-heading {
	font-family: "Cabin", sans-serif;
}

.auto-listings-single .description {
	color: #737f96;
}

.single-listing__sidebar-heading {
	font-family: "Cabin", sans-serif;
}

.similar-listing__item .entry-title {
	font-family: "Cabin", sans-serif;
}

.single-listing--related-posts {
	padding-bottom: 34px;
}

.single-listing--related-posts .single-listing__sidebar-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-listing--related-posts .single-listing__sidebar-heading h3 {
	margin-bottom: 0;
	font-size: inherit;
	text-transform: uppercase;
	font-family: inherit;
}

.single-listing--related-posts .entry-excerpt {
	display: none;
}

.single-listing--related-posts .entry-title {
	font-size: 18px;
	margin-bottom: 14px;
}

.single-listing--related-posts .entry-view-counts {
	border: none;
}

.single-listing--related-posts .social-share {
	display: none;
}

.single-listing--related-posts .corify-blog-article {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-listing--related-posts .corify-blog-article img {
	height: auto;
}

.single-listing--related-posts .entry-meta-bottom {
	margin-top: 0;
}

.single-listing--related-posts .al-slider-nav > span {
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 13px;
}

.auto-listings-item .dealer__name,
.auto-listings-item .image__cta b,
.auto-listings-item .body-type,
.auto-listings-item .title {
	font-family: "Cabin", sans-serif;
}

.auto-listings-item .price,
.auto-listings-item .image__sale-badge {
	font-family: "Montserrat", sans-serif;
}

.auto-listings-sidebar .als {
	margin: 0;
	padding: 0;
}

.auto-listings-sidebar .als--one-col {
	padding: 25px 25px 50px;
	border: 1px solid #d7dce6;
	border-radius: 2px;
}

.als {
	position: relative;
	border-radius: 3px;
	text-align: left;
	padding: 65px 85px;
	font-size: 14px;
	color: #293957;
	margin: 0 -85px;
	background: #fff;
}

@media (max-width: 1439px) {
	.als {
		margin: 0;
		padding: 60px;
	}
}

@media (max-width: 767px) {
	.als {
		padding: 30px;
	}
}

.als .row {
	margin: -10px;
	align-items: center;
}

.als input[type='text'] {
	height: 100%;
	width: 100%;
	padding: 30px 13px 10px;
	background: #f9f9f9;
	border-radius: 2px;
}

.als input[type='text']::-webkit-input-placeholder {
	font-size: 16px;
}

.als input[type='text']::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
}

.als input[type='text']:-ms-input-placeholder {
	font-size: 16px;
}

.als input[type='text']:hover {
	border-color: #ce8339;
}

.als input[type='text']:active, .als input[type='text']:focus {
	border-color: #293957;
}

.als .SumoSelect:not(.open):hover > .SelectBox {
	border-color: #ce8339;
}

.als .SumoSelect.open > .SelectBox {
	background: #fff;
	border-color: #293957;
}

.als .SumoSelect.open > .optWrapper {
	top: 65px;
}

.als .SumoSelect > p.SelectBox {
	width: 100%;
	line-height: 1.875;
	padding: 23px 13px 5px;
	background: #f9f9f9;
	box-shadow: none;
	border-color: #d7dce6;
}

.als .SumoSelect > p.SelectBox > span {
	font-style: normal;
	color: #737f96;
	font-size: 16px;
	padding-right: 5px;
}

.als .SumoSelect > p.SelectBox label > i {
	font-style: normal;
	opacity: 1;
	color: #293957;
	background-image: none;
	text-align: center;
	margin: auto auto 12px;
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
}

.als .SumoSelect > p.SelectBox label > i:before {
	content: '\f3d0';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.als-is-selected .SumoSelect > p.SelectBox {
	border-color: #293957;
}

.als-is-selected .SumoSelect > p.SelectBox span {
	color: #293957;
}

.als-body {
	margin-bottom: 34px;
}

@media (max-width: 991px) {
	.als-body .row > div {
		width: 100%;
	}
}

.als-body__left {
	padding: 10px;
	width: 85.47009%;
}

@media (min-width: 576px) {
	.als-body__left .als-field {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {
	.als-body__left .als-field {
		max-width: 25%;
		flex: 0 0 25%;
	}
}

.als-body__right {
	width: 14.52991%;
	padding: 10px;
	align-self: flex-end;
}

.als-body__right button {
	width: 100%;
}

.als-field {
	position: relative;
	display: flex;
	padding: 10px;
}

.als-field.is-selected .SelectBox {
	background: #fff;
	border-color: #293957;
}

.als-field.is-selected .SelectBox > span {
	color: #293957;
}

.als-field .SumoSelect {
	width: 100%;
}

.als-field__label {
	color: #293957;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	top: 19px;
	left: 24px;
	z-index: 1;
	font-size: 12px;
}

.als-field--condition {
	padding: 0;
}

@media (max-width: 575px) {
	.als-field--condition {
		width: 100%;
	}
	.als-field--condition .als-field__radio {
		width: 100%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
	}
	.als-field--condition span {
		width: 100%;
	}
}

.als-field--condition .als-field__radio span {
	font-size: 14px;
	background: none;
	display: inline-block;
	font-weight: bold;
	border-radius: 2px;
	transition: 0.3s ease;
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.als-field--condition input[type='radio'] {
	position: absolute;
	left: -9999px;
}

.als-field--condition input[type='radio']:checked + span {
	color: #fff;
	background: #ce8339;
}

@media (max-width: 767px) {
	.als-field--condition {
		margin-bottom: 15px;
	}
	.als-field--condition .prefix {
		margin-bottom: 15px;
	}
}

button.als-submit {
	padding: 21px 15px;
	line-height: 1;
	background-color: #ce8339;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	border-radius: 2px;
	border: 1px solid transparent;
}

button.als-submit:hover {
	background: #293957;
}

button.als-toggle {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

button.als-toggle:after {
	content: '\f3d0';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}

button.als-toggle.shown:after {
	content: '\f3d8';
}

button.als-reset {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

button.als-reset:before {
	content: '\f21c';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}

.als .als-title {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 18px;
	margin: 0 25px 0 0;
}

@media (max-width: 767px) {
	.als .als-title {
		margin: 0 25px 10px 0;
	}
}

.als-header {
	margin-bottom: 30px;
}

.als-footer {
	color: #293957;
}

.als-footer button {
	color: inherit;
	background: none;
	padding: 0;
}

.als-footer button:before {
	font-weight: 400;
}

.als-footer__action {
	margin-bottom: -10px;
}

.als-footer__action > button {
	margin-bottom: 10px;
	line-height: 1;
}

.als-total {
	margin-left: auto;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 500;
}

@media all and (max-width: 767px) {
	.als-total {
		width: 100%;
	}
}

.als-total strong {
	color: #ce8339;
}

.als-selected {
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.als-selected {
		margin-bottom: 20px;
	}
}

.als-selected__item {
	font-size: 16px;
	display: inline-block;
}

.als-selected__item:hover i {
	color: #ce8339;
}

.als-selected__item:not(:last-child) {
	margin-right: 45px;
}

.als-selected__label {
	color: #9fa7b5;
}

.selected-item__value {
	color: #293957;
}

.als-selected__close {
	cursor: pointer;
	margin-right: 13px;
}

@media all and (max-width: 991px) {
	.als-selected__close {
		margin-right: 3px;
	}
}

.als-selected__close:before {
	content: '\f128';
	display: inline-block;
	font-family: 'Ionicons';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.als--one-col .als-title {
	margin-bottom: 26px;
	font-size: 16px;
}

.als--one-col .als-field__label {
	display: none;
}

.als--one-col .als-field {
	padding: 0;
}

.als--one-col .als-field:not(:last-of-type) {
	margin-bottom: 10px;
}

.als--one-col .SumoSelect > .CaptionCont label > i {
	margin: auto;
}

.als--one-col .als-selected__item {
	margin: 0;
	display: block;
}

.als--one-col .als-selected__item:not(:last-of-type) {
	margin: 0 0 15px;
}

@media all and (max-width: 991px) {
	.als--one-col .als-selected__item:not(:last-of-type) {
		margin: 0 30px 15px 0;
	}
}

.als--one-col .als-body,
.als--one-col .als-selected {
	margin-bottom: 32px;
}

.als--one-col .SumoSelect > p.SelectBox {
	padding: 8px 15px;
}

.als--one-col input[type='text'] {
	padding: 11px 15px;
}

.als--one-col .SumoSelect.open > .optWrapper {
	top: 45px;
}

.als--one-col .als-reset {
	width: 100%;
	padding: 18px 5px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	background: #ce8339;
	color: #fff;
}

.als--one-col .als-reset:hover {
	background: #293957;
}

.als--one-col .opt {
	margin-top: 0;
	border-top: none;
}

.search-selected-item {
	display: inline-block;
}

.search-selected-item:not(.last-of-type) {
	margin-right: 45px;
}

.als-toggle-wrapper {
	display: none;
	margin-top: 10px;
}

.register-benefits {
	background: #f5f6f6;
	border: 1px solid #d7dce6;
	border-radius: 3px;
	margin-top: 70px;
	padding: 35px 40px;
}

.register-benefits h5 {
	font-family: "Cabin", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #293957;
	margin-bottom: 15px;
	margin-top: 0;
}

.register-benefits p {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #737f96;
}

.register-benefits ul {
	list-style: none;
}

.register-benefits li {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #293957;
	margin-bottom: 8px;
}

.register-benefits li:last-child {
	margin-bottom: 0;
}

.register-benefits span {
	color: #669900;
	font-size: 24px;
	margin-right: 15px;
}

.admin-bar .slideout-sidebar {
	padding-top: 33px;
}

.slideout-sidebar {
	color: #fff;
	padding: 20px;
	width: 384px;
	max-width: 100%;
	transform: translate3d(100%, 0, 0);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	background: #2e3031;
	position: fixed;
	z-index: 100002;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	visibility: hidden;
}

.slideout-sidebar button {
	color: inherit;
	background: none;
}

.slideout-sidebar button:hover {
	background: none;
}

.slideout-sidebar .copyright {
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
}

.slideout-sidebar .copyright a {
	font-weight: 400;
	color: #ce8339;
	text-decoration: none;
}

.slideout-sidebar::-webkit-scrollbar {
	width: 0;
}

@media (min-width: 992px) {
	.slideout-sidebar #mobile-navigation {
		display: none;
	}
}

.slideout-sidebar .menu {
	padding: 0;
	margin: 0 0 53px 0;
	list-style-type: none;
}

.slideout-sidebar .menu li {
	border-top: 1px solid #393939;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slideout-sidebar .menu a {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 12px 0;
	text-transform: uppercase;
	color: #fff;
	flex: 1;
}

.slideout-sidebar .menu a:hover {
	color: #ce8339;
	text-decoration: none;
}

.slideout-sidebar .menu .dropdown-toggle {
	color: #fff;
	cursor: pointer;
	padding: 15px 0 15px 20px;
	transition: all 0.3s ease;
	z-index: 99;
	font-size: 10px;
}

.slideout-sidebar .menu .dropdown-toggle.is-toggled i {
	transform: rotate(180deg);
}

.slideout-sidebar .menu .sub-menu {
	display: none;
	transition: opacity 1s ease-out;
	opacity: 1;
	position: relative;
	visibility: visible;
	background: #2e3031;
	width: 100%;
	padding: 0;
}

.slideout-sidebar .menu .sub-menu ul {
	left: 0;
	transform: translateY(0px);
}

.slideout-sidebar .menu .sub-menu ul a {
	padding-left: 36px;
}

.slideout-sidebar .menu .sub-menu a {
	padding-left: 24px;
	font-size: 12px;
}

.slideout-sidebar .menu .sub-menu .dropdown-toggle {
	padding: 10px 0 10px 10px;
	top: -6px;
}

.slideout-sidebar-open .slideout-sidebar {
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.slideout-sidebar-open #close-sidebar-overlay {
	visibility: visible;
	opacity: 1;
}

.slideout-sidebar__close {
	font-size: 18px;
	padding: 5px 0px 5px 10px;
	margin-bottom: 16px;
	display: table;
	margin: 0 0 15px auto;
}

#close-sidebar-overlay {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100001;
	cursor: pointer;
	transition: all 0.3s;
}

#close-sidebar-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.dark-mode .site-header,
.dark-version .site-header {
	background-color: #1b1e1e;
}

.dark-mode .site-header.is-overlay,
.dark-version .site-header.is-overlay {
	background: none;
}

.dark-mode .site-footer,
.dark-version .site-footer {
	background-color: #202424;
}

.dark-mode .header-main,
.dark-version .header-main {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .header-main__contact > div,
.dark-version .header-main__contact > div {
	color: #fff;
}

.dark-mode .header-main__contact > div > div > span:first-child,
.dark-version .header-main__contact > div > div > span:first-child {
	color: #7a8395;
}

.dark-mode .header-menu.is-fixed,
.dark-version .header-menu.is-fixed {
	background: #1b1e1e;
}

.dark-mode .header-menu.is-fixed .site-title,
.dark-mode .header-menu.is-fixed .site-description,
.dark-version .header-menu.is-fixed .site-title,
.dark-version .header-menu.is-fixed .site-description {
	color: #fff;
}

.dark-mode .header-menu.is-fixed .compare-login a,
.dark-version .header-menu.is-fixed .compare-login a {
	color: #fff;
}

.dark-mode .header-menu.is-fixed .main-navigation a,
.dark-version .header-menu.is-fixed .main-navigation a {
	color: #fff;
}

.dark-mode .header-menu .main-navigation a,
.dark-version .header-menu .main-navigation a {
	color: #fff;
}

.dark-mode .header-menu .main-navigation ul ul,
.dark-version .header-menu .main-navigation ul ul {
	background-color: #202424;
}

.dark-mode .compare-login a,
.dark-version .compare-login a {
	color: #fff;
}

.dark-mode .site-indentity .site-title a,
.dark-version .site-indentity .site-title a {
	color: #fff;
}

.dark-mode .site-indentity .site-description,
.dark-version .site-indentity .site-description {
	color: #fff;
}

.dark-mode #content,
.dark-version #content {
	background-color: #202424;
}

.dark-mode .corify-blog-article .entry-title a,
.dark-mode .content-no-plugin .entry-title a,
.dark-version .corify-blog-article .entry-title a,
.dark-version .content-no-plugin .entry-title a {
	color: #fff;
}

.dark-mode .breadcrumbs,
.dark-version .breadcrumbs {
	color: #7a8395;
}

.dark-mode .breadcrumbs li:last-child,
.dark-version .breadcrumbs li:last-child {
	color: #fff;
}

.dark-mode .post-type-archive-dealer .breadcrumbs-wrapper,
.dark-version .post-type-archive-dealer .breadcrumbs-wrapper {
	background-color: #272a30;
}

.dark-mode .post-type-archive-dealer .auto-listing-item,
.dark-version .post-type-archive-dealer .auto-listing-item {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .post-type-archive-dealer .auto-listings-search,
.dark-version .post-type-archive-dealer .auto-listings-search {
	background-color: #171919;
}

.dark-mode .auto-listings .site-header,
.dark-version .auto-listings .site-header {
	background-color: #14181e;
}

.dark-mode footer,
.dark-version footer {
	color: #fff;
}

.dark-mode .txt-title,
.dark-version .txt-title {
	color: #fff;
}

.dark-mode .main-navigation ul ul li,
.dark-version .main-navigation ul ul li {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .make-item .content,
.dark-version .make-item .content {
	border-color: #1a1f28;
}

.dark-mode .testimonial-wrapper,
.dark-mode .testimonial-partner,
.dark-version .testimonial-wrapper,
.dark-version .testimonial-partner {
	border-color: rgba(122, 131, 149, 0.15);
}

.dark-mode .auto-listings-item .at-a-glance,
.dark-mode .entry-meta-bottom,
.dark-mode .entry-meta-bottom > span,
.dark-mode .entry-meta-bottom li,
.dark-version .auto-listings-item .at-a-glance,
.dark-version .entry-meta-bottom,
.dark-version .entry-meta-bottom > span,
.dark-version .entry-meta-bottom li {
	border-color: #253146;
}

.dark-mode .auto-listings-item .at-a-glance .seperator,
.dark-version .auto-listings-item .at-a-glance .seperator {
	color: #253146;
}

.specifications__icon.make:before, .specifications__icon.regcheck_make::before {
	content: '\f36f';
}

.specifications__icon.model::before {
	content: '\f2c1';
}

.specifications__icon.cylinderCapacity::before {
	content: '\f411';
}

.specifications__icon.numberOfDoors::before {
	content: '\f36f';
}

.specifications__icon.sixMonthRate::before {
	content: '\f493';
}

.specifications__icon.twelveMonthRate::before {
	content: '\f493';
}

.specifications__icon.dateOfFirstRegistration::before {
	content: '\f3f3';
}

.specifications__icon.yearOfManufacture::before, .specifications__icon.regcheck_registration::before, .specifications__icon.regcheck_manufacture::before {
	content: '\f2d1';
}

.specifications__icon.co2Emissions::before, .specifications__icon.regcheck_emissions::before {
	content: '\f2a4';
}

.specifications__icon.fuelType::before, .specifications__icon.regcheck_approval::before {
	content: '\f25b';
}

.specifications__icon.taxStatus::before, .specifications__icon.taxDetails::before, .specifications__icon.motDetails::before, .specifications__icon.taxed::before, .specifications__icon.mot::before, .specifications__icon.regcheck_tax::before {
	content: '\f127';
}

.specifications__icon.regcheck_cylinder_capacity::before {
	content: '\f2f7';
}

.specifications__icon.transmission::before, .specifications__icon.regcheck_weight::before {
	content: '\f2b3';
}

.specifications__icon.colour::before, .specifications__icon.regcheck_colour::before {
	content: '\f275';
}

.specifications__icon.regcheck_fuel::before, .specifications__icon.typeApproval::before {
	content: '\f25b';
}

.specifications__icon.wheelPlan::before, .specifications__icon.regcheck_wheel_plan::before {
	content: '\f2f7';
}

.specifications__icon.revenueWeight::before {
	content: '\f24e';
}
