@charset "UTF-8";

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }

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

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

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

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

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

sub,
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-appearance: textfield;
	box-sizing: content-box
}

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

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

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

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

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

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

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

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

[role=button] {
	cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 100%
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,
a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.428571429
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "— "
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: " —"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container_custom {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

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

.container_custom:after {
	clear: both
}

@media (min-width:768px) {
	.container_custom {
		width: 750px
	}
}

@media (min-width:992px) {
	.container_custom {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container_custom {
		width: 1364px
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

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

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

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

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

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

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

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

.row:after {
	clear: both
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

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

.col-xs-pull-1 {
	right: 8.3333333333%
}

.col-xs-pull-2 {
	right: 16.6666666667%
}

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

.col-xs-pull-4 {
	right: 33.3333333333%
}

.col-xs-pull-5 {
	right: 41.6666666667%
}

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

.col-xs-pull-7 {
	right: 58.3333333333%
}

.col-xs-pull-8 {
	right: 66.6666666667%
}

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

.col-xs-pull-10 {
	right: 83.3333333333%
}

.col-xs-pull-11 {
	right: 91.6666666667%
}

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

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

.col-xs-push-1 {
	left: 8.3333333333%
}

.col-xs-push-2 {
	left: 16.6666666667%
}

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

.col-xs-push-4 {
	left: 33.3333333333%
}

.col-xs-push-5 {
	left: 41.6666666667%
}

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

.col-xs-push-7 {
	left: 58.3333333333%
}

.col-xs-push-8 {
	left: 66.6666666667%
}

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

.col-xs-push-10 {
	left: 83.3333333333%
}

.col-xs-push-11 {
	left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.3333333333%
	}

	.col-sm-2 {
		width: 16.6666666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.3333333333%
	}

	.col-sm-5 {
		width: 41.6666666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.3333333333%
	}

	.col-sm-8 {
		width: 66.6666666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.3333333333%
	}

	.col-sm-11 {
		width: 91.6666666667%
	}

	.col-sm-12 {
		width: 100%
	}

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

	.col-sm-pull-1 {
		right: 8.3333333333%
	}

	.col-sm-pull-2 {
		right: 16.6666666667%
	}

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

	.col-sm-pull-4 {
		right: 33.3333333333%
	}

	.col-sm-pull-5 {
		right: 41.6666666667%
	}

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

	.col-sm-pull-7 {
		right: 58.3333333333%
	}

	.col-sm-pull-8 {
		right: 66.6666666667%
	}

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

	.col-sm-pull-10 {
		right: 83.3333333333%
	}

	.col-sm-pull-11 {
		right: 91.6666666667%
	}

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

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

	.col-sm-push-1 {
		left: 8.3333333333%
	}

	.col-sm-push-2 {
		left: 16.6666666667%
	}

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

	.col-sm-push-4 {
		left: 33.3333333333%
	}

	.col-sm-push-5 {
		left: 41.6666666667%
	}

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

	.col-sm-push-7 {
		left: 58.3333333333%
	}

	.col-sm-push-8 {
		left: 66.6666666667%
	}

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

	.col-sm-push-10 {
		left: 83.3333333333%
	}

	.col-sm-push-11 {
		left: 91.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-1 {
		width: 8.3333333333%
	}

	.col-md-2 {
		width: 16.6666666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.3333333333%
	}

	.col-md-5 {
		width: 41.6666666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.3333333333%
	}

	.col-md-8 {
		width: 66.6666666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.3333333333%
	}

	.col-md-11 {
		width: 91.6666666667%
	}

	.col-md-12 {
		width: 100%
	}

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

	.col-md-pull-1 {
		right: 8.3333333333%
	}

	.col-md-pull-2 {
		right: 16.6666666667%
	}

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

	.col-md-pull-4 {
		right: 33.3333333333%
	}

	.col-md-pull-5 {
		right: 41.6666666667%
	}

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

	.col-md-pull-7 {
		right: 58.3333333333%
	}

	.col-md-pull-8 {
		right: 66.6666666667%
	}

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

	.col-md-pull-10 {
		right: 83.3333333333%
	}

	.col-md-pull-11 {
		right: 91.6666666667%
	}

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

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

	.col-md-push-1 {
		left: 8.3333333333%
	}

	.col-md-push-2 {
		left: 16.6666666667%
	}

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

	.col-md-push-4 {
		left: 33.3333333333%
	}

	.col-md-push-5 {
		left: 41.6666666667%
	}

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

	.col-md-push-7 {
		left: 58.3333333333%
	}

	.col-md-push-8 {
		left: 66.6666666667%
	}

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

	.col-md-push-10 {
		left: 83.3333333333%
	}

	.col-md-push-11 {
		left: 91.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.3333333333%
	}

	.col-lg-2 {
		width: 16.6666666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.3333333333%
	}

	.col-lg-5 {
		width: 41.6666666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.3333333333%
	}

	.col-lg-8 {
		width: 66.6666666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.3333333333%
	}

	.col-lg-11 {
		width: 91.6666666667%
	}

	.col-lg-12 {
		width: 100%
	}

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

	.col-lg-pull-1 {
		right: 8.3333333333%
	}

	.col-lg-pull-2 {
		right: 16.6666666667%
	}

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

	.col-lg-pull-4 {
		right: 33.3333333333%
	}

	.col-lg-pull-5 {
		right: 41.6666666667%
	}

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

	.col-lg-pull-7 {
		right: 58.3333333333%
	}

	.col-lg-pull-8 {
		right: 66.6666666667%
	}

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

	.col-lg-pull-10 {
		right: 83.3333333333%
	}

	.col-lg-pull-11 {
		right: 91.6666666667%
	}

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

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

	.col-lg-push-1 {
		left: 8.3333333333%
	}

	.col-lg-push-2 {
		left: 16.6666666667%
	}

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

	.col-lg-push-4 {
		left: 33.3333333333%
	}

	.col-lg-push-5 {
		left: 41.6666666667%
	}

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

	.col-lg-push-7 {
		left: 58.3333333333%
	}

	.col-lg-push-8 {
		left: 66.6666666667%
	}

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

	.col-lg-push-10 {
		left: 83.3333333333%
	}

	.col-lg-push-11 {
		left: 91.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type=search] {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 34px
	}

	input[type=date].input-sm,
	.input-group-sm input[type=date],
	input[type=time].input-sm,
	.input-group-sm input[type=time],
	input[type=datetime-local].input-sm,
	.input-group-sm input[type=datetime-local],
	input[type=month].input-sm,
	.input-group-sm input[type=month] {
		line-height: 30px
	}

	input[type=date].input-lg,
	.input-group-lg input[type=date],
	input[type=time].input-lg,
	.input-group-lg input[type=time],
	input[type=datetime-local].input-lg,
	.input-group-lg input[type=datetime-local],
	input[type=month].input-lg,
	.input-group-lg input[type=month] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 14px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	-webkit-opacity: 0.65;
	opacity: 0.65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-moz-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

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

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eeeeee
}

.nav>li.disabled>a {
	color: #777777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

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

.navbar:after {
	clear: both
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

#breadcrumbs {
	padding: 0;
	margin: 0;
	list-style-type: none
}

#breadcrumbs li {
	line-height: 25px;
	display: inline-block;
	list-style: none;
	text-transform: capitalize
}

#breadcrumbs li a {
	line-height: 25px;
	display: inline-block;
	color: #fff
}

#breadcrumbs li a:hover {
	color: var(--thim_body_primary_color)
}

#breadcrumbs li span.breadcrum-icon {
	margin: 0 15px
}

.layout-2 #breadcrumbs li a {
	color: inherit
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

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

.clearfix:after {
	clear: both
}

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

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

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

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

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

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--thim_body_border_color)
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid var(--thim_body_border_color);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid var(--thim_body_border_color);
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--thim_body_border_color);
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

* {
	margin: 0;
	padding: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

p {
	margin-bottom: 20px
}

p:last-child {
	margin-bottom: 0
}

code {
	white-space: normal
}

.clear {
	clear: both
}

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

input,
textarea,
a {
	text-decoration: none
}

input:focus,
textarea:focus,
a:focus {
	outline: none;
	box-shadow: 0 0 0
}

a:hover,
a,
a:active,
a:focus {
	text-decoration: none
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

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

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px
}

.sticky .entry-date {
	display: none
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.bypostauthor>article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px
}

ul,
ol {
	margin-bottom: 10px;
	margin-left: 15px
}

ol {
	list-style: decimal
}

ul.square {
	list-style: square outside
}

ul.circle {
	list-style: circle outside
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1)
}

th,
td {
	padding: 4px 6px
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%
}

caption,
th,
td {
	font-weight: normal;
	text-align: left
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 600
}

td {
	border-width: 0 1px 1px 0
}

dd {
	margin-bottom: 24px
}

select {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 15s;
	background-color: #fff;
	background-image: none
}

select:focus {
	border-color: #e6e6e6;
	box-shadow: 0 0 0;
	outline: none
}

input[type=file]:focus {
	border-color: #e6e6e6;
	box-shadow: 0 0 0;
	outline: none
}

.page-content .page-content-inner .gallery .gallery-item img {
	margin-bottom: 0px
}

.gallery {
	margin-bottom: 20px
}

.gallery:after {
	content: "";
	display: table;
	clear: both
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

.gallery-columns-1 .gallery-item {
	max-width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -moz-calc(50% - 4px);
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -moz-calc(33.3% - 4px);
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -moz-calc(25% - 4px);
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -moz-calc(20% - 4px);
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -moz-calc(16.7% - 4px);
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -moz-calc(14.28% - 4px);
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -moz-calc(12.5% - 4px);
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -moz-calc(11.1% - 4px);
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

figure {
	max-width: 100%
}

input[type=radio],
input[type=checkbox] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out
}

input[type=radio]:focus,
input[type=checkbox]:focus {
	box-shadow: none;
	outline: 0
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

input[type=radio] {
	border-radius: 50%;
	line-height: 10px;
	font-size: 14px
}

input[type=radio]:checked:before {
	content: "•";
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 4px;
	line-height: 16px
}

input[type=checkbox]:checked:before {
	content: "\f00c";
	margin: 0px 0px;
	font-family: FontAwesome;
	font-size: 13px
}

@media (max-width:768px) {

	.alignleft,
	.alignright {
		float: none
	}
}

.wpb_animate_when_almost_visible {
	opacity: 0
}

.wpb_start_animation.wpb_top-to-bottom {
	-webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-moz-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-o-animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	animation: wpb_ttb 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	opacity: 1
}

.wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-moz-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-o-animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	animation: wpb_btt 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	opacity: 1
}

.wpb_start_animation.wpb_left-to-right {
	-webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-moz-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-o-animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	animation: wpb_ltr 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	opacity: 1
}

.wpb_start_animation.wpb_right-to-left {
	-webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-moz-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-o-animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	animation: wpb_rtl 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	opacity: 1
}

.wpb_start_animation.wpb_appear {
	-webkit-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-moz-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-o-animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	animation: wpb_appear 0.7s 1 cubic-bezier(1, 0.885, 0.32, 1.275);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

@-webkit-keyframes wpb_ttb {
	0% {
		-webkit-transform: translate(0, -10%);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}

@-moz-keyframes wpb_ttb {
	0% {
		-moz-transform: translate(0, -10%);
		opacity: 0
	}

	100% {
		-moz-transform: translate(0, 0);
		opacity: 1
	}
}

@-o-keyframes wpb_ttb {
	0% {
		-o-transform: translate(0, -10%);
		opacity: 0
	}

	100% {
		-o-transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes wpb_ttb {
	0% {
		transform: translate(0, -10%);
		opacity: 0
	}

	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes wpb_btt {
	0% {
		-webkit-transform: translate(0, 10%);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}

@-moz-keyframes wpb_btt {
	0% {
		-moz-transform: translate(0, 10%);
		opacity: 0
	}

	100% {
		-moz-transform: translate(0, 0);
		opacity: 1
	}
}

@-o-keyframes wpb_btt {
	0% {
		-o-transform: translate(0, 10%);
		opacity: 0
	}

	100% {
		-o-transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes wpb_btt {
	0% {
		transform: translate(0, 10%);
		opacity: 0
	}

	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes wpb_ltr {
	0% {
		-webkit-transform: translate(-10%, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}

@-moz-keyframes wpb_ltr {
	0% {
		-moz-transform: translate(-10%, 0);
		opacity: 0
	}

	100% {
		-moz-transform: translate(0, 0);
		opacity: 1
	}
}

@-o-keyframes wpb_ltr {
	0% {
		-o-transform: translate(-10%, 0);
		opacity: 0
	}

	100% {
		-o-transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes wpb_ltr {
	0% {
		transform: translate(-10%, 0);
		opacity: 0
	}

	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes wpb_rtl {
	0% {
		-webkit-transform: translate(10%, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}

@-moz-keyframes wpb_rtl {
	0% {
		-moz-transform: translate(10%, 0);
		opacity: 0
	}

	100% {
		-moz-transform: translate(0, 0);
		opacity: 1
	}
}

@-o-keyframes wpb_rtl {
	0% {
		-o-transform: translate(10%, 0);
		opacity: 0
	}

	100% {
		-o-transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes wpb_rtl {
	0% {
		transform: translate(10%, 0);
		opacity: 0
	}

	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes wpb_appear {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0.1
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@-moz-keyframes wpb_appear {
	0% {
		-moz-transform: scale(0.5);
		opacity: 0.1
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1
	}
}

@-o-keyframes wpb_appear {
	0% {
		-o-transform: scale(0.5);
		opacity: 0.1
	}

	100% {
		-o-transform: scale(1);
		opacity: 1
	}
}

@keyframes wpb_appear {
	0% {
		transform: scale(0.5);
		opacity: 0.1
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		-ms-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75)
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		-ms-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		-ms-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		-ms-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		-ms-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		-ms-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		-ms-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-48px);
		transform: scale(0.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		-ms-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-48px);
		-ms-transform: scale(0.475) translateX(-48px);
		transform: scale(0.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		-ms-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		-ms-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(-60px);
		-ms-transform: scale(0.475) translateY(-60px);
		transform: scale(0.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(2000px);
		-ms-transform: scale(0.1) translateY(2000px);
		transform: scale(0.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(42px);
		transform: scale(0.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(42px);
		-ms-transform: scale(0.475) translateX(42px);
		transform: scale(0.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		-ms-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-42px);
		transform: scale(0.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(-42px);
		-ms-transform: scale(0.475) translateX(-42px);
		transform: scale(0.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(2000px);
		-ms-transform: scale(0.1) translateX(2000px);
		transform: scale(0.1) translateX(2000px);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		transform-origin: center top
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		-ms-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		-ms-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

@font-face {
	font-family: "Pe-icon-7-stroke";
	src: url("assets/fonts/Pe-icon-7-stroke.eot?d7yf1v");
	src: url("assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("assets/fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
	font-weight: normal;
	font-style: normal
}

[class^=pe-7s-],
[class*=" pe-7s-"] {
	display: inline-block;
	font-family: "Pe-icon-7-stroke";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
	content: "\e6aa"
}

.pe-7s-arc:before {
	content: "\e6ab"
}

.pe-7s-back-2:before {
	content: "\e6ac"
}

.pe-7s-bandaid:before {
	content: "\e6ad"
}

.pe-7s-car:before {
	content: "\e6ae"
}

.pe-7s-diamond:before {
	content: "\e6af"
}

.pe-7s-door-lock:before {
	content: "\e6b0"
}

.pe-7s-eyedropper:before {
	content: "\e6b1"
}

.pe-7s-female:before {
	content: "\e6b2"
}

.pe-7s-gym:before {
	content: "\e6b3"
}

.pe-7s-hammer:before {
	content: "\e6b4"
}

.pe-7s-headphones:before {
	content: "\e6b5"
}

.pe-7s-helm:before {
	content: "\e6b6"
}

.pe-7s-hourglass:before {
	content: "\e6b7"
}

.pe-7s-leaf:before {
	content: "\e6b8"
}

.pe-7s-magic-wand:before {
	content: "\e6b9"
}

.pe-7s-male:before {
	content: "\e6ba"
}

.pe-7s-map-2:before {
	content: "\e6bb"
}

.pe-7s-next-2:before {
	content: "\e6bc"
}

.pe-7s-paint-bucket:before {
	content: "\e6bd"
}

.pe-7s-pendrive:before {
	content: "\e6be"
}

.pe-7s-photo:before {
	content: "\e6bf"
}

.pe-7s-piggy:before {
	content: "\e6c0"
}

.pe-7s-plugin:before {
	content: "\e6c1"
}

.pe-7s-refresh-2:before {
	content: "\e6c2"
}

.pe-7s-rocket:before {
	content: "\e6c3"
}

.pe-7s-settings:before {
	content: "\e6c4"
}

.pe-7s-shield:before {
	content: "\e6c5"
}

.pe-7s-smile:before {
	content: "\e6c6"
}

.pe-7s-usb:before {
	content: "\e6c7"
}

.pe-7s-vector:before {
	content: "\e6c8"
}

.pe-7s-wine:before {
	content: "\e6c9"
}

.pe-7s-cloud-upload:before {
	content: "\e68a"
}

.pe-7s-cash:before {
	content: "\e68c"
}

.pe-7s-close:before {
	content: "\e680"
}

.pe-7s-bluetooth:before {
	content: "\e68d"
}

.pe-7s-cloud-download:before {
	content: "\e68b"
}

.pe-7s-way:before {
	content: "\e68e"
}

.pe-7s-close-circle:before {
	content: "\e681"
}

.pe-7s-id:before {
	content: "\e68f"
}

.pe-7s-angle-up:before {
	content: "\e682"
}

.pe-7s-wristwatch:before {
	content: "\e690"
}

.pe-7s-angle-up-circle:before {
	content: "\e683"
}

.pe-7s-world:before {
	content: "\e691"
}

.pe-7s-angle-right:before {
	content: "\e684"
}

.pe-7s-volume:before {
	content: "\e692"
}

.pe-7s-angle-right-circle:before {
	content: "\e685"
}

.pe-7s-users:before {
	content: "\e693"
}

.pe-7s-angle-left:before {
	content: "\e686"
}

.pe-7s-user-female:before {
	content: "\e694"
}

.pe-7s-angle-left-circle:before {
	content: "\e687"
}

.pe-7s-up-arrow:before {
	content: "\e695"
}

.pe-7s-angle-down:before {
	content: "\e688"
}

.pe-7s-switch:before {
	content: "\e696"
}

.pe-7s-angle-down-circle:before {
	content: "\e689"
}

.pe-7s-scissors:before {
	content: "\e697"
}

.pe-7s-wallet:before {
	content: "\e600"
}

.pe-7s-safe:before {
	content: "\e698"
}

.pe-7s-volume2:before {
	content: "\e601"
}

.pe-7s-volume1:before {
	content: "\e602"
}

.pe-7s-voicemail:before {
	content: "\e603"
}

.pe-7s-video:before {
	content: "\e604"
}

.pe-7s-user:before {
	content: "\e605"
}

.pe-7s-upload:before {
	content: "\e606"
}

.pe-7s-unlock:before {
	content: "\e607"
}

.pe-7s-umbrella:before {
	content: "\e608"
}

.pe-7s-trash:before {
	content: "\e609"
}

.pe-7s-tools:before {
	content: "\e60a"
}

.pe-7s-timer:before {
	content: "\e60b"
}

.pe-7s-ticket:before {
	content: "\e60c"
}

.pe-7s-target:before {
	content: "\e60d"
}

.pe-7s-sun:before {
	content: "\e60e"
}

.pe-7s-study:before {
	content: "\e60f"
}

.pe-7s-stopwatch:before {
	content: "\e610"
}

.pe-7s-star:before {
	content: "\e611"
}

.pe-7s-speaker:before {
	content: "\e612"
}

.pe-7s-signal:before {
	content: "\e613"
}

.pe-7s-shuffle:before {
	content: "\e614"
}

.pe-7s-shopbag:before {
	content: "\e615"
}

.pe-7s-share:before {
	content: "\e616"
}

.pe-7s-server:before {
	content: "\e617"
}

.pe-7s-search:before {
	content: "\e618"
}

.pe-7s-film:before {
	content: "\e6a5"
}

.pe-7s-science:before {
	content: "\e619"
}

.pe-7s-disk:before {
	content: "\e6a6"
}

.pe-7s-ribbon:before {
	content: "\e61a"
}

.pe-7s-repeat:before {
	content: "\e61b"
}

.pe-7s-refresh:before {
	content: "\e61c"
}

.pe-7s-add-user:before {
	content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
	content: "\e61d"
}

.pe-7s-paperclip:before {
	content: "\e69c"
}

.pe-7s-radio:before {
	content: "\e61e"
}

.pe-7s-note2:before {
	content: "\e69d"
}

.pe-7s-print:before {
	content: "\e61f"
}

.pe-7s-network:before {
	content: "\e69e"
}

.pe-7s-prev:before {
	content: "\e620"
}

.pe-7s-mute:before {
	content: "\e69f"
}

.pe-7s-power:before {
	content: "\e621"
}

.pe-7s-medal:before {
	content: "\e6a0"
}

.pe-7s-portfolio:before {
	content: "\e622"
}

.pe-7s-like2:before {
	content: "\e6a1"
}

.pe-7s-plus:before {
	content: "\e623"
}

.pe-7s-left-arrow:before {
	content: "\e6a2"
}

.pe-7s-play:before {
	content: "\e624"
}

.pe-7s-key:before {
	content: "\e6a3"
}

.pe-7s-plane:before {
	content: "\e625"
}

.pe-7s-joy:before {
	content: "\e6a4"
}

.pe-7s-photo-gallery:before {
	content: "\e626"
}

.pe-7s-pin:before {
	content: "\e69b"
}

.pe-7s-phone:before {
	content: "\e627"
}

.pe-7s-plug:before {
	content: "\e69a"
}

.pe-7s-pen:before {
	content: "\e628"
}

.pe-7s-right-arrow:before {
	content: "\e699"
}

.pe-7s-paper-plane:before {
	content: "\e629"
}

.pe-7s-delete-user:before {
	content: "\e6a7"
}

.pe-7s-paint:before {
	content: "\e62a"
}

.pe-7s-bottom-arrow:before {
	content: "\e6a8"
}

.pe-7s-notebook:before {
	content: "\e62b"
}

.pe-7s-note:before {
	content: "\e62c"
}

.pe-7s-next:before {
	content: "\e62d"
}

.pe-7s-news-paper:before {
	content: "\e62e"
}

.pe-7s-musiclist:before {
	content: "\e62f"
}

.pe-7s-music:before {
	content: "\e630"
}

.pe-7s-mouse:before {
	content: "\e631"
}

.pe-7s-more:before {
	content: "\e632"
}

.pe-7s-moon:before {
	content: "\e633"
}

.pe-7s-monitor:before {
	content: "\e634"
}

.pe-7s-micro:before {
	content: "\e635"
}

.pe-7s-menu:before {
	content: "\e636"
}

.pe-7s-map:before {
	content: "\e637"
}

.pe-7s-map-marker:before {
	content: "\e638"
}

.pe-7s-mail:before {
	content: "\e639"
}

.pe-7s-mail-open:before {
	content: "\e63a"
}

.pe-7s-mail-open-file:before {
	content: "\e63b"
}

.pe-7s-magnet:before {
	content: "\e63c"
}

.pe-7s-loop:before {
	content: "\e63d"
}

.pe-7s-look:before {
	content: "\e63e"
}

.pe-7s-lock:before {
	content: "\e63f"
}

.pe-7s-lintern:before {
	content: "\e640"
}

.pe-7s-link:before {
	content: "\e641"
}

.pe-7s-like:before {
	content: "\e642"
}

.pe-7s-light:before {
	content: "\e643"
}

.pe-7s-less:before {
	content: "\e644"
}

.pe-7s-keypad:before {
	content: "\e645"
}

.pe-7s-junk:before {
	content: "\e646"
}

.pe-7s-info:before {
	content: "\e647"
}

.pe-7s-home:before {
	content: "\e648"
}

.pe-7s-help2:before {
	content: "\e649"
}

.pe-7s-help1:before {
	content: "\e64a"
}

.pe-7s-graph3:before {
	content: "\e64b"
}

.pe-7s-graph2:before {
	content: "\e64c"
}

.pe-7s-graph1:before {
	content: "\e64d"
}

.pe-7s-graph:before {
	content: "\e64e"
}

.pe-7s-global:before {
	content: "\e64f"
}

.pe-7s-gleam:before {
	content: "\e650"
}

.pe-7s-glasses:before {
	content: "\e651"
}

.pe-7s-gift:before {
	content: "\e652"
}

.pe-7s-folder:before {
	content: "\e653"
}

.pe-7s-flag:before {
	content: "\e654"
}

.pe-7s-filter:before {
	content: "\e655"
}

.pe-7s-file:before {
	content: "\e656"
}

.pe-7s-expand1:before {
	content: "\e657"
}

.pe-7s-exapnd2:before {
	content: "\e658"
}

.pe-7s-edit:before {
	content: "\e659"
}

.pe-7s-drop:before {
	content: "\e65a"
}

.pe-7s-drawer:before {
	content: "\e65b"
}

.pe-7s-download:before {
	content: "\e65c"
}

.pe-7s-display2:before {
	content: "\e65d"
}

.pe-7s-display1:before {
	content: "\e65e"
}

.pe-7s-diskette:before {
	content: "\e65f"
}

.pe-7s-date:before {
	content: "\e660"
}

.pe-7s-cup:before {
	content: "\e661"
}

.pe-7s-culture:before {
	content: "\e662"
}

.pe-7s-crop:before {
	content: "\e663"
}

.pe-7s-credit:before {
	content: "\e664"
}

.pe-7s-copy-file:before {
	content: "\e665"
}

.pe-7s-config:before {
	content: "\e666"
}

.pe-7s-compass:before {
	content: "\e667"
}

.pe-7s-comment:before {
	content: "\e668"
}

.pe-7s-coffee:before {
	content: "\e669"
}

.pe-7s-cloud:before {
	content: "\e66a"
}

.pe-7s-clock:before {
	content: "\e66b"
}

.pe-7s-check:before {
	content: "\e66c"
}

.pe-7s-chat:before {
	content: "\e66d"
}

.pe-7s-cart:before {
	content: "\e66e"
}

.pe-7s-camera:before {
	content: "\e66f"
}

.pe-7s-call:before {
	content: "\e670"
}

.pe-7s-calculator:before {
	content: "\e671"
}

.pe-7s-browser:before {
	content: "\e672"
}

.pe-7s-box2:before {
	content: "\e673"
}

.pe-7s-box1:before {
	content: "\e674"
}

.pe-7s-bookmarks:before {
	content: "\e675"
}

.pe-7s-bicycle:before {
	content: "\e676"
}

.pe-7s-bell:before {
	content: "\e677"
}

.pe-7s-battery:before {
	content: "\e678"
}

.pe-7s-ball:before {
	content: "\e679"
}

.pe-7s-back:before {
	content: "\e67a"
}

.pe-7s-attention:before {
	content: "\e67b"
}

.pe-7s-anchor:before {
	content: "\e67c"
}

.pe-7s-albums:before {
	content: "\e67d"
}

.pe-7s-alarm:before {
	content: "\e67e"
}

.pe-7s-airplay:before {
	content: "\e67f"
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
	font-family: "Ionicons";
	src: url("assets/fonts//ionicons.eot?v=2.0.0");
	src: url("assets/fonts//ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("assets/fonts//ionicons.ttf?v=2.0.0") format("truetype"), url("assets/fonts//ionicons.woff?v=2.0.0") format("woff"), url("assets/fonts//ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	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-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"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "FontAwesome";
	src: url("assets/fonts//fontawesome-webfont.eot?v=4.7.0");
	src: url("assets/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: 0.3em
}

.fa.fa-pull-right {
	margin-left: 0.3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: 0.3em
}

.fa.pull-right {
	margin-left: 0.3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

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

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

.la,
.las,
.lar,
.lal,
.lad,
.lab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.la-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em
}

.la-xs {
	font-size: 0.75em
}

.la-sm {
	font-size: 0.875em
}

.la-1x {
	font-size: 1em
}

.la-2x {
	font-size: 2em
}

.la-3x {
	font-size: 3em
}

.la-4x {
	font-size: 4em
}

.la-5x {
	font-size: 5em
}

.la-6x {
	font-size: 6em
}

.la-7x {
	font-size: 7em
}

.la-8x {
	font-size: 8em
}

.la-9x {
	font-size: 9em
}

.la-10x {
	font-size: 10em
}

.la-fw {
	text-align: center;
	width: 1.25em
}

.la-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.la-ul>li {
	position: relative
}

.la-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.la-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em
}

.la-pull-left {
	float: left
}

.la-pull-right {
	float: right
}

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
	margin-right: 0.3em
}

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
	margin-left: 0.3em
}

.la-spin {
	-webkit-animation: la-spin 2s infinite linear;
	animation: la-spin 2s infinite linear
}

.la-pulse {
	-webkit-animation: la-spin 1s infinite steps(8);
	animation: la-spin 1s infinite steps(8)
}

@-webkit-keyframes la-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

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

@keyframes la-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

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

.la-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.la-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.la-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.la-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.la-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
	-webkit-filter: none;
	filter: none
}

.la-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.la-stack-1x {
	line-height: inherit
}

.la-stack-2x {
	font-size: 2em
}

.la-inverse {
	color: #fff
}

.la-500px:before {
	content: "\f26e"
}

.la-accessible-icon:before {
	content: "\f368"
}

.la-accusoft:before {
	content: "\f369"
}

.la-acquisitions-incorporated:before {
	content: "\f6af"
}

.la-ad:before {
	content: "\f641"
}

.la-address-book:before {
	content: "\f2b9"
}

.la-address-card:before {
	content: "\f2bb"
}

.la-adjust:before {
	content: "\f042"
}

.la-adn:before {
	content: "\f170"
}

.la-adobe:before {
	content: "\f778"
}

.la-adversal:before {
	content: "\f36a"
}

.la-affiliatetheme:before {
	content: "\f36b"
}

.la-air-freshener:before {
	content: "\f5d0"
}

.la-airbnb:before {
	content: "\f834"
}

.la-algolia:before {
	content: "\f36c"
}

.la-align-center:before {
	content: "\f037"
}

.la-align-justify:before {
	content: "\f039"
}

.la-align-left:before {
	content: "\f036"
}

.la-align-right:before {
	content: "\f038"
}

.la-alipay:before {
	content: "\f642"
}

.la-allergies:before {
	content: "\f461"
}

.la-amazon:before {
	content: "\f270"
}

.la-amazon-pay:before {
	content: "\f42c"
}

.la-ambulance:before {
	content: "\f0f9"
}

.la-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.la-amilia:before {
	content: "\f36d"
}

.la-anchor:before {
	content: "\f13d"
}

.la-android:before {
	content: "\f17b"
}

.la-angellist:before {
	content: "\f209"
}

.la-angle-double-down:before {
	content: "\f103"
}

.la-angle-double-left:before {
	content: "\f100"
}

.la-angle-double-right:before {
	content: "\f101"
}

.la-angle-double-up:before {
	content: "\f102"
}

.la-angle-down:before {
	content: "\f107"
}

.la-angle-left:before {
	content: "\f104"
}

.la-angle-right:before {
	content: "\f105"
}

.la-angle-up:before {
	content: "\f106"
}

.la-angry:before {
	content: "\f556"
}

.la-angrycreative:before {
	content: "\f36e"
}

.la-angular:before {
	content: "\f420"
}

.la-ankh:before {
	content: "\f644"
}

.la-app-store:before {
	content: "\f36f"
}

.la-app-store-ios:before {
	content: "\f370"
}

.la-apper:before {
	content: "\f371"
}

.la-apple:before {
	content: "\f179"
}

.la-apple-alt:before {
	content: "\f5d1"
}

.la-apple-pay:before {
	content: "\f415"
}

.la-archive:before {
	content: "\f187"
}

.la-archway:before {
	content: "\f557"
}

.la-arrow-alt-circle-down:before {
	content: "\f358"
}

.la-arrow-alt-circle-left:before {
	content: "\f359"
}

.la-arrow-alt-circle-right:before {
	content: "\f35a"
}

.la-arrow-alt-circle-up:before {
	content: "\f35b"
}

.la-arrow-circle-down:before {
	content: "\f0ab"
}

.la-arrow-circle-left:before {
	content: "\f0a8"
}

.la-arrow-circle-right:before {
	content: "\f0a9"
}

.la-arrow-circle-up:before {
	content: "\f0aa"
}

.la-arrow-down:before {
	content: "\f063"
}

.la-arrow-left:before {
	content: "\f060"
}

.la-arrow-right:before {
	content: "\f061"
}

.la-arrow-up:before {
	content: "\f062"
}

.la-arrows-alt:before {
	content: "\f0b2"
}

.la-arrows-alt-h:before {
	content: "\f337"
}

.la-arrows-alt-v:before {
	content: "\f338"
}

.la-artstation:before {
	content: "\f77a"
}

.la-assistive-listening-systems:before {
	content: "\f2a2"
}

.la-asterisk:before {
	content: "\f069"
}

.la-asymmetrik:before {
	content: "\f372"
}

.la-at:before {
	content: "\f1fa"
}

.la-atlas:before {
	content: "\f558"
}

.la-atlassian:before {
	content: "\f77b"
}

.la-atom:before {
	content: "\f5d2"
}

.la-audible:before {
	content: "\f373"
}

.la-audio-description:before {
	content: "\f29e"
}

.la-autoprefixer:before {
	content: "\f41c"
}

.la-avianex:before {
	content: "\f374"
}

.la-aviato:before {
	content: "\f421"
}

.la-award:before {
	content: "\f559"
}

.la-aws:before {
	content: "\f375"
}

.la-baby:before {
	content: "\f77c"
}

.la-baby-carriage:before {
	content: "\f77d"
}

.la-backspace:before {
	content: "\f55a"
}

.la-backward:before {
	content: "\f04a"
}

.la-bacon:before {
	content: "\f7e5"
}

.la-balance-scale:before {
	content: "\f24e"
}

.la-balance-scale-left:before {
	content: "\f515"
}

.la-balance-scale-right:before {
	content: "\f516"
}

.la-ban:before {
	content: "\f05e"
}

.la-band-aid:before {
	content: "\f462"
}

.la-bandcamp:before {
	content: "\f2d5"
}

.la-barcode:before {
	content: "\f02a"
}

.la-bars:before {
	content: "\f0c9"
}

.la-baseball-ball:before {
	content: "\f433"
}

.la-basketball-ball:before {
	content: "\f434"
}

.la-bath:before {
	content: "\f2cd"
}

.la-battery-empty:before {
	content: "\f244"
}

.la-battery-full:before {
	content: "\f240"
}

.la-battery-half:before {
	content: "\f242"
}

.la-battery-quarter:before {
	content: "\f243"
}

.la-battery-three-quarters:before {
	content: "\f241"
}

.la-battle-net:before {
	content: "\f835"
}

.la-bed:before {
	content: "\f236"
}

.la-beer:before {
	content: "\f0fc"
}

.la-behance:before {
	content: "\f1b4"
}

.la-behance-square:before {
	content: "\f1b5"
}

.la-bell:before {
	content: "\f0f3"
}

.la-bell-slash:before {
	content: "\f1f6"
}

.la-bezier-curve:before {
	content: "\f55b"
}

.la-bible:before {
	content: "\f647"
}

.la-bicycle:before {
	content: "\f206"
}

.la-biking:before {
	content: "\f84a"
}

.la-bimobject:before {
	content: "\f378"
}

.la-binoculars:before {
	content: "\f1e5"
}

.la-biohazard:before {
	content: "\f780"
}

.la-birthday-cake:before {
	content: "\f1fd"
}

.la-bitbucket:before {
	content: "\f171"
}

.la-bitcoin:before {
	content: "\f379"
}

.la-bity:before {
	content: "\f37a"
}

.la-black-tie:before {
	content: "\f27e"
}

.la-blackberry:before {
	content: "\f37b"
}

.la-blender:before {
	content: "\f517"
}

.la-blender-phone:before {
	content: "\f6b6"
}

.la-blind:before {
	content: "\f29d"
}

.la-blog:before {
	content: "\f781"
}

.la-blogger:before {
	content: "\f37c"
}

.la-blogger-b:before {
	content: "\f37d"
}

.la-bluetooth:before {
	content: "\f293"
}

.la-bluetooth-b:before {
	content: "\f294"
}

.la-bold:before {
	content: "\f032"
}

.la-bolt:before {
	content: "\f0e7"
}

.la-bomb:before {
	content: "\f1e2"
}

.la-bone:before {
	content: "\f5d7"
}

.la-bong:before {
	content: "\f55c"
}

.la-book:before {
	content: "\f02d"
}

.la-book-dead:before {
	content: "\f6b7"
}

.la-book-medical:before {
	content: "\f7e6"
}

.la-book-open:before {
	content: "\f518"
}

.la-book-reader:before {
	content: "\f5da"
}

.la-bookmark:before {
	content: "\f02e"
}

.la-bootstrap:before {
	content: "\f836"
}

.la-border-all:before {
	content: "\f84c"
}

.la-border-none:before {
	content: "\f850"
}

.la-border-style:before {
	content: "\f853"
}

.la-bowling-ball:before {
	content: "\f436"
}

.la-box:before {
	content: "\f466"
}

.la-box-open:before {
	content: "\f49e"
}

.la-boxes:before {
	content: "\f468"
}

.la-braille:before {
	content: "\f2a1"
}

.la-brain:before {
	content: "\f5dc"
}

.la-bread-slice:before {
	content: "\f7ec"
}

.la-briefcase:before {
	content: "\f0b1"
}

.la-briefcase-medical:before {
	content: "\f469"
}

.la-broadcast-tower:before {
	content: "\f519"
}

.la-broom:before {
	content: "\f51a"
}

.la-brush:before {
	content: "\f55d"
}

.la-btc:before {
	content: "\f15a"
}

.la-buffer:before {
	content: "\f837"
}

.la-bug:before {
	content: "\f188"
}

.la-building:before {
	content: "\f1ad"
}

.la-bullhorn:before {
	content: "\f0a1"
}

.la-bullseye:before {
	content: "\f140"
}

.la-burn:before {
	content: "\f46a"
}

.la-buromobelexperte:before {
	content: "\f37f"
}

.la-bus:before {
	content: "\f207"
}

.la-bus-alt:before {
	content: "\f55e"
}

.la-business-time:before {
	content: "\f64a"
}

.la-buy-n-large:before {
	content: "\f8a6"
}

.la-buysellads:before {
	content: "\f20d"
}

.la-calculator:before {
	content: "\f1ec"
}

.la-calendar:before {
	content: "\f133"
}

.la-calendar-alt:before {
	content: "\f073"
}

.la-calendar-check:before {
	content: "\f274"
}

.la-calendar-day:before {
	content: "\f783"
}

.la-calendar-minus:before {
	content: "\f272"
}

.la-calendar-plus:before {
	content: "\f271"
}

.la-calendar-times:before {
	content: "\f273"
}

.la-calendar-week:before {
	content: "\f784"
}

.la-camera:before {
	content: "\f030"
}

.la-camera-retro:before {
	content: "\f083"
}

.la-campground:before {
	content: "\f6bb"
}

.la-canadian-maple-leaf:before {
	content: "\f785"
}

.la-candy-cane:before {
	content: "\f786"
}

.la-cannabis:before {
	content: "\f55f"
}

.la-capsules:before {
	content: "\f46b"
}

.la-car:before {
	content: "\f1b9"
}

.la-car-alt:before {
	content: "\f5de"
}

.la-car-battery:before {
	content: "\f5df"
}

.la-car-crash:before {
	content: "\f5e1"
}

.la-car-side:before {
	content: "\f5e4"
}

.la-caret-down:before {
	content: "\f0d7"
}

.la-caret-left:before {
	content: "\f0d9"
}

.la-caret-right:before {
	content: "\f0da"
}

.la-caret-square-down:before {
	content: "\f150"
}

.la-caret-square-left:before {
	content: "\f191"
}

.la-caret-square-right:before {
	content: "\f152"
}

.la-caret-square-up:before {
	content: "\f151"
}

.la-caret-up:before {
	content: "\f0d8"
}

.la-carrot:before {
	content: "\f787"
}

.la-cart-arrow-down:before {
	content: "\f218"
}

.la-cart-plus:before {
	content: "\f217"
}

.la-cash-register:before {
	content: "\f788"
}

.la-cat:before {
	content: "\f6be"
}

.la-cc-amazon-pay:before {
	content: "\f42d"
}

.la-cc-amex:before {
	content: "\f1f3"
}

.la-cc-apple-pay:before {
	content: "\f416"
}

.la-cc-diners-club:before {
	content: "\f24c"
}

.la-cc-discover:before {
	content: "\f1f2"
}

.la-cc-jcb:before {
	content: "\f24b"
}

.la-cc-mastercard:before {
	content: "\f1f1"
}

.la-cc-paypal:before {
	content: "\f1f4"
}

.la-cc-stripe:before {
	content: "\f1f5"
}

.la-cc-visa:before {
	content: "\f1f0"
}

.la-centercode:before {
	content: "\f380"
}

.la-centos:before {
	content: "\f789"
}

.la-certificate:before {
	content: "\f0a3"
}

.la-chair:before {
	content: "\f6c0"
}

.la-chalkboard:before {
	content: "\f51b"
}

.la-chalkboard-teacher:before {
	content: "\f51c"
}

.la-charging-station:before {
	content: "\f5e7"
}

.la-chart-area:before {
	content: "\f1fe"
}

.la-chart-bar:before {
	content: "\f080"
}

.la-chart-line:before {
	content: "\f201"
}

.la-chart-pie:before {
	content: "\f200"
}

.la-check:before {
	content: "\f00c"
}

.la-check-circle:before {
	content: "\f058"
}

.la-check-double:before {
	content: "\f560"
}

.la-check-square:before {
	content: "\f14a"
}

.la-cheese:before {
	content: "\f7ef"
}

.la-chess:before {
	content: "\f439"
}

.la-chess-bishop:before {
	content: "\f43a"
}

.la-chess-board:before {
	content: "\f43c"
}

.la-chess-king:before {
	content: "\f43f"
}

.la-chess-knight:before {
	content: "\f441"
}

.la-chess-pawn:before {
	content: "\f443"
}

.la-chess-queen:before {
	content: "\f445"
}

.la-chess-rook:before {
	content: "\f447"
}

.la-chevron-circle-down:before {
	content: "\f13a"
}

.la-chevron-circle-left:before {
	content: "\f137"
}

.la-chevron-circle-right:before {
	content: "\f138"
}

.la-chevron-circle-up:before {
	content: "\f139"
}

.la-chevron-down:before {
	content: "\f078"
}

.la-chevron-left:before {
	content: "\f053"
}

.la-chevron-right:before {
	content: "\f054"
}

.la-chevron-up:before {
	content: "\f077"
}

.la-child:before {
	content: "\f1ae"
}

.la-chrome:before {
	content: "\f268"
}

.la-chromecast:before {
	content: "\f838"
}

.la-church:before {
	content: "\f51d"
}

.la-circle:before {
	content: "\f111"
}

.la-circle-notch:before {
	content: "\f1ce"
}

.la-city:before {
	content: "\f64f"
}

.la-clinic-medical:before {
	content: "\f7f2"
}

.la-clipboard:before {
	content: "\f328"
}

.la-clipboard-check:before {
	content: "\f46c"
}

.la-clipboard-list:before {
	content: "\f46d"
}

.la-clock:before {
	content: "\f017"
}

.la-clone:before {
	content: "\f24d"
}

.la-closed-captioning:before {
	content: "\f20a"
}

.la-cloud:before {
	content: "\f0c2"
}

.la-cloud-download-alt:before {
	content: "\f381"
}

.la-cloud-meatball:before {
	content: "\f73b"
}

.la-cloud-moon:before {
	content: "\f6c3"
}

.la-cloud-moon-rain:before {
	content: "\f73c"
}

.la-cloud-rain:before {
	content: "\f73d"
}

.la-cloud-showers-heavy:before {
	content: "\f740"
}

.la-cloud-sun:before {
	content: "\f6c4"
}

.la-cloud-sun-rain:before {
	content: "\f743"
}

.la-cloud-upload-alt:before {
	content: "\f382"
}

.la-cloudscale:before {
	content: "\f383"
}

.la-cloudsmith:before {
	content: "\f384"
}

.la-cloudversify:before {
	content: "\f385"
}

.la-cocktail:before {
	content: "\f561"
}

.la-code:before {
	content: "\f121"
}

.la-code-branch:before {
	content: "\f126"
}

.la-codepen:before {
	content: "\f1cb"
}

.la-codiepie:before {
	content: "\f284"
}

.la-coffee:before {
	content: "\f0f4"
}

.la-cog:before {
	content: "\f013"
}

.la-cogs:before {
	content: "\f085"
}

.la-coins:before {
	content: "\f51e"
}

.la-columns:before {
	content: "\f0db"
}

.la-comment:before {
	content: "\f075"
}

.la-comment-alt:before {
	content: "\f27a"
}

.la-comment-dollar:before {
	content: "\f651"
}

.la-comment-dots:before {
	content: "\f4ad"
}

.la-comment-medical:before {
	content: "\f7f5"
}

.la-comment-slash:before {
	content: "\f4b3"
}

.la-comments:before {
	content: "\f086"
}

.la-comments-dollar:before {
	content: "\f653"
}

.la-compact-disc:before {
	content: "\f51f"
}

.la-compass:before {
	content: "\f14e"
}

.la-compress:before {
	content: "\f066"
}

.la-compress-arrows-alt:before {
	content: "\f78c"
}

.la-concierge-bell:before {
	content: "\f562"
}

.la-confluence:before {
	content: "\f78d"
}

.la-connectdevelop:before {
	content: "\f20e"
}

.la-contao:before {
	content: "\f26d"
}

.la-cookie:before {
	content: "\f563"
}

.la-cookie-bite:before {
	content: "\f564"
}

.la-copy:before {
	content: "\f0c5"
}

.la-copyright:before {
	content: "\f1f9"
}

.la-cotton-bureau:before {
	content: "\f89e"
}

.la-couch:before {
	content: "\f4b8"
}

.la-cpanel:before {
	content: "\f388"
}

.la-creative-commons:before {
	content: "\f25e"
}

.la-creative-commons-by:before {
	content: "\f4e7"
}

.la-creative-commons-nc:before {
	content: "\f4e8"
}

.la-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.la-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.la-creative-commons-nd:before {
	content: "\f4eb"
}

.la-creative-commons-pd:before {
	content: "\f4ec"
}

.la-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.la-creative-commons-remix:before {
	content: "\f4ee"
}

.la-creative-commons-sa:before {
	content: "\f4ef"
}

.la-creative-commons-sampling:before {
	content: "\f4f0"
}

.la-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.la-creative-commons-share:before {
	content: "\f4f2"
}

.la-creative-commons-zero:before {
	content: "\f4f3"
}

.la-credit-card:before {
	content: "\f09d"
}

.la-critical-role:before {
	content: "\f6c9"
}

.la-crop:before {
	content: "\f125"
}

.la-crop-alt:before {
	content: "\f565"
}

.la-cross:before {
	content: "\f654"
}

.la-crosshairs:before {
	content: "\f05b"
}

.la-crow:before {
	content: "\f520"
}

.la-crown:before {
	content: "\f521"
}

.la-crutch:before {
	content: "\f7f7"
}

.la-css3:before {
	content: "\f13c"
}

.la-css3-alt:before {
	content: "\f38b"
}

.la-cube:before {
	content: "\f1b2"
}

.la-cubes:before {
	content: "\f1b3"
}

.la-cut:before {
	content: "\f0c4"
}

.la-cuttlefish:before {
	content: "\f38c"
}

.la-d-and-d:before {
	content: "\f38d"
}

.la-d-and-d-beyond:before {
	content: "\f6ca"
}

.la-dashcube:before {
	content: "\f210"
}

.la-database:before {
	content: "\f1c0"
}

.la-deaf:before {
	content: "\f2a4"
}

.la-delicious:before {
	content: "\f1a5"
}

.la-democrat:before {
	content: "\f747"
}

.la-deploydog:before {
	content: "\f38e"
}

.la-deskpro:before {
	content: "\f38f"
}

.la-desktop:before {
	content: "\f108"
}

.la-dev:before {
	content: "\f6cc"
}

.la-deviantart:before {
	content: "\f1bd"
}

.la-dharmachakra:before {
	content: "\f655"
}

.la-dhl:before {
	content: "\f790"
}

.la-diagnoses:before {
	content: "\f470"
}

.la-diaspora:before {
	content: "\f791"
}

.la-dice:before {
	content: "\f522"
}

.la-dice-d20:before {
	content: "\f6cf"
}

.la-dice-d6:before {
	content: "\f6d1"
}

.la-dice-five:before {
	content: "\f523"
}

.la-dice-four:before {
	content: "\f524"
}

.la-dice-one:before {
	content: "\f525"
}

.la-dice-six:before {
	content: "\f526"
}

.la-dice-three:before {
	content: "\f527"
}

.la-dice-two:before {
	content: "\f528"
}

.la-digg:before {
	content: "\f1a6"
}

.la-digital-ocean:before {
	content: "\f391"
}

.la-digital-tachograph:before {
	content: "\f566"
}

.la-directions:before {
	content: "\f5eb"
}

.la-discord:before {
	content: "\f392"
}

.la-discourse:before {
	content: "\f393"
}

.la-divide:before {
	content: "\f529"
}

.la-dizzy:before {
	content: "\f567"
}

.la-dna:before {
	content: "\f471"
}

.la-dochub:before {
	content: "\f394"
}

.la-docker:before {
	content: "\f395"
}

.la-dog:before {
	content: "\f6d3"
}

.la-dollar-sign:before {
	content: "\f155"
}

.la-dolly:before {
	content: "\f472"
}

.la-dolly-flatbed:before {
	content: "\f474"
}

.la-donate:before {
	content: "\f4b9"
}

.la-door-closed:before {
	content: "\f52a"
}

.la-door-open:before {
	content: "\f52b"
}

.la-dot-circle:before {
	content: "\f192"
}

.la-dove:before {
	content: "\f4ba"
}

.la-download:before {
	content: "\f019"
}

.la-draft2digital:before {
	content: "\f396"
}

.la-drafting-compass:before {
	content: "\f568"
}

.la-dragon:before {
	content: "\f6d5"
}

.la-draw-polygon:before {
	content: "\f5ee"
}

.la-dribbble:before {
	content: "\f17d"
}

.la-dribbble-square:before {
	content: "\f397"
}

.la-dropbox:before {
	content: "\f16b"
}

.la-drum:before {
	content: "\f569"
}

.la-drum-steelpan:before {
	content: "\f56a"
}

.la-drumstick-bite:before {
	content: "\f6d7"
}

.la-drupal:before {
	content: "\f1a9"
}

.la-dumbbell:before {
	content: "\f44b"
}

.la-dumpster:before {
	content: "\f793"
}

.la-dumpster-fire:before {
	content: "\f794"
}

.la-dungeon:before {
	content: "\f6d9"
}

.la-dyalog:before {
	content: "\f399"
}

.la-earlybirds:before {
	content: "\f39a"
}

.la-ebay:before {
	content: "\f4f4"
}

.la-edge:before {
	content: "\f282"
}

.la-edit:before {
	content: "\f044"
}

.la-egg:before {
	content: "\f7fb"
}

.la-eject:before {
	content: "\f052"
}

.la-elementor:before {
	content: "\f430"
}

.la-ellipsis-h:before {
	content: "\f141"
}

.la-ellipsis-v:before {
	content: "\f142"
}

.la-ello:before {
	content: "\f5f1"
}

.la-ember:before {
	content: "\f423"
}

.la-empire:before {
	content: "\f1d1"
}

.la-envelope:before {
	content: "\f0e0"
}

.la-envelope-open:before {
	content: "\f2b6"
}

.la-envelope-open-text:before {
	content: "\f658"
}

.la-envelope-square:before {
	content: "\f199"
}

.la-envira:before {
	content: "\f299"
}

.la-equals:before {
	content: "\f52c"
}

.la-eraser:before {
	content: "\f12d"
}

.la-erlang:before {
	content: "\f39d"
}

.la-ethereum:before {
	content: "\f42e"
}

.la-ethernet:before {
	content: "\f796"
}

.la-etsy:before {
	content: "\f2d7"
}

.la-euro-sign:before {
	content: "\f153"
}

.la-evernote:before {
	content: "\f839"
}

.la-exchange-alt:before {
	content: "\f362"
}

.la-exclamation:before {
	content: "\f12a"
}

.la-exclamation-circle:before {
	content: "\f06a"
}

.la-exclamation-triangle:before {
	content: "\f071"
}

.la-expand:before {
	content: "\f065"
}

.la-expand-arrows-alt:before {
	content: "\f31e"
}

.la-expeditedssl:before {
	content: "\f23e"
}

.la-external-link-alt:before {
	content: "\f35d"
}

.la-external-link-square-alt:before {
	content: "\f360"
}

.la-eye:before {
	content: "\f06e"
}

.la-eye-dropper:before {
	content: "\f1fb"
}

.la-eye-slash:before {
	content: "\f070"
}

.la-facebook:before {
	content: "\f09a"
}

.la-facebook-f:before {
	content: "\f39e"
}

.la-facebook-messenger:before {
	content: "\f39f"
}

.la-facebook-square:before {
	content: "\f082"
}

.la-fan:before {
	content: "\f863"
}

.la-fantasy-flight-games:before {
	content: "\f6dc"
}

.la-fast-backward:before {
	content: "\f049"
}

.la-fast-forward:before {
	content: "\f050"
}

.la-fax:before {
	content: "\f1ac"
}

.la-feather:before {
	content: "\f52d"
}

.la-feather-alt:before {
	content: "\f56b"
}

.la-fedex:before {
	content: "\f797"
}

.la-fedora:before {
	content: "\f798"
}

.la-female:before {
	content: "\f182"
}

.la-fighter-jet:before {
	content: "\f0fb"
}

.la-figma:before {
	content: "\f799"
}

.la-file:before {
	content: "\f15b"
}

.la-file-alt:before {
	content: "\f15c"
}

.la-file-archive:before {
	content: "\f1c6"
}

.la-file-audio:before {
	content: "\f1c7"
}

.la-file-code:before {
	content: "\f1c9"
}

.la-file-contract:before {
	content: "\f56c"
}

.la-file-csv:before {
	content: "\f6dd"
}

.la-file-download:before {
	content: "\f56d"
}

.la-file-excel:before {
	content: "\f1c3"
}

.la-file-export:before {
	content: "\f56e"
}

.la-file-image:before {
	content: "\f1c5"
}

.la-file-import:before {
	content: "\f56f"
}

.la-file-invoice:before {
	content: "\f570"
}

.la-file-invoice-dollar:before {
	content: "\f571"
}

.la-file-medical:before {
	content: "\f477"
}

.la-file-medical-alt:before {
	content: "\f478"
}

.la-file-pdf:before {
	content: "\f1c1"
}

.la-file-powerpoint:before {
	content: "\f1c4"
}

.la-file-prescription:before {
	content: "\f572"
}

.la-file-signature:before {
	content: "\f573"
}

.la-file-upload:before {
	content: "\f574"
}

.la-file-video:before {
	content: "\f1c8"
}

.la-file-word:before {
	content: "\f1c2"
}

.la-fill:before {
	content: "\f575"
}

.la-fill-drip:before {
	content: "\f576"
}

.la-film:before {
	content: "\f008"
}

.la-filter:before {
	content: "\f0b0"
}

.la-fingerprint:before {
	content: "\f577"
}

.la-fire:before {
	content: "\f06d"
}

.la-fire-alt:before {
	content: "\f7e4"
}

.la-fire-extinguisher:before {
	content: "\f134"
}

.la-firefox:before {
	content: "\f269"
}

.la-first-aid:before {
	content: "\f479"
}

.la-first-order:before {
	content: "\f2b0"
}

.la-first-order-alt:before {
	content: "\f50a"
}

.la-firstdraft:before {
	content: "\f3a1"
}

.la-fish:before {
	content: "\f578"
}

.la-fist-raised:before {
	content: "\f6de"
}

.la-flag:before {
	content: "\f024"
}

.la-flag-checkered:before {
	content: "\f11e"
}

.la-flag-usa:before {
	content: "\f74d"
}

.la-flask:before {
	content: "\f0c3"
}

.la-flickr:before {
	content: "\f16e"
}

.la-flipboard:before {
	content: "\f44d"
}

.la-flushed:before {
	content: "\f579"
}

.la-fly:before {
	content: "\f417"
}

.la-folder:before {
	content: "\f07b"
}

.la-folder-minus:before {
	content: "\f65d"
}

.la-folder-open:before {
	content: "\f07c"
}

.la-folder-plus:before {
	content: "\f65e"
}

.la-font:before {
	content: "\f031"
}

.la-font-awesome:before {
	content: "\f2b4"
}

.la-font-awesome-alt:before {
	content: "\f35c"
}

.la-font-awesome-flag:before {
	content: "\f425"
}

.la-font-awesome-logo-full:before {
	content: "\f4e6"
}

.la-fonticons:before {
	content: "\f280"
}

.la-fonticons-fi:before {
	content: "\f3a2"
}

.la-football-ball:before {
	content: "\f44e"
}

.la-fort-awesome:before {
	content: "\f286"
}

.la-fort-awesome-alt:before {
	content: "\f3a3"
}

.la-forumbee:before {
	content: "\f211"
}

.la-forward:before {
	content: "\f04e"
}

.la-foursquare:before {
	content: "\f180"
}

.la-free-code-camp:before {
	content: "\f2c5"
}

.la-freebsd:before {
	content: "\f3a4"
}

.la-frog:before {
	content: "\f52e"
}

.la-frown:before {
	content: "\f119"
}

.la-frown-open:before {
	content: "\f57a"
}

.la-fulcrum:before {
	content: "\f50b"
}

.la-funnel-dollar:before {
	content: "\f662"
}

.la-futbol:before {
	content: "\f1e3"
}

.la-galactic-republic:before {
	content: "\f50c"
}

.la-galactic-senate:before {
	content: "\f50d"
}

.la-gamepad:before {
	content: "\f11b"
}

.la-gas-pump:before {
	content: "\f52f"
}

.la-gavel:before {
	content: "\f0e3"
}

.la-gem:before {
	content: "\f3a5"
}

.la-genderless:before {
	content: "\f22d"
}

.la-get-pocket:before {
	content: "\f265"
}

.la-gg:before {
	content: "\f260"
}

.la-gg-circle:before {
	content: "\f261"
}

.la-ghost:before {
	content: "\f6e2"
}

.la-gift:before {
	content: "\f06b"
}

.la-gifts:before {
	content: "\f79c"
}

.la-git:before {
	content: "\f1d3"
}

.la-git-alt:before {
	content: "\f841"
}

.la-git-square:before {
	content: "\f1d2"
}

.la-github:before {
	content: "\f09b"
}

.la-github-alt:before {
	content: "\f113"
}

.la-github-square:before {
	content: "\f092"
}

.la-gitkraken:before {
	content: "\f3a6"
}

.la-gitlab:before {
	content: "\f296"
}

.la-gitter:before {
	content: "\f426"
}

.la-glass-cheers:before {
	content: "\f79f"
}

.la-glass-martini:before {
	content: "\f000"
}

.la-glass-martini-alt:before {
	content: "\f57b"
}

.la-glass-whiskey:before {
	content: "\f7a0"
}

.la-glasses:before {
	content: "\f530"
}

.la-glide:before {
	content: "\f2a5"
}

.la-glide-g:before {
	content: "\f2a6"
}

.la-globe:before {
	content: "\f0ac"
}

.la-globe-africa:before {
	content: "\f57c"
}

.la-globe-americas:before {
	content: "\f57d"
}

.la-globe-asia:before {
	content: "\f57e"
}

.la-globe-europe:before {
	content: "\f7a2"
}

.la-gofore:before {
	content: "\f3a7"
}

.la-golf-ball:before {
	content: "\f450"
}

.la-goodreads:before {
	content: "\f3a8"
}

.la-goodreads-g:before {
	content: "\f3a9"
}

.la-google:before {
	content: "\f1a0"
}

.la-google-drive:before {
	content: "\f3aa"
}

.la-google-play:before {
	content: "\f3ab"
}

.la-google-plus:before {
	content: "\f2b3"
}

.la-google-plus-g:before {
	content: "\f0d5"
}

.la-google-plus-square:before {
	content: "\f0d4"
}

.la-google-wallet:before {
	content: "\f1ee"
}

.la-gopuram:before {
	content: "\f664"
}

.la-graduation-cap:before {
	content: "\f19d"
}

.la-gratipay:before {
	content: "\f184"
}

.la-grav:before {
	content: "\f2d6"
}

.la-greater-than:before {
	content: "\f531"
}

.la-greater-than-equal:before {
	content: "\f532"
}

.la-grimace:before {
	content: "\f57f"
}

.la-grin:before {
	content: "\f580"
}

.la-grin-alt:before {
	content: "\f581"
}

.la-grin-beam:before {
	content: "\f582"
}

.la-grin-beam-sweat:before {
	content: "\f583"
}

.la-grin-hearts:before {
	content: "\f584"
}

.la-grin-squint:before {
	content: "\f585"
}

.la-grin-squint-tears:before {
	content: "\f586"
}

.la-grin-stars:before {
	content: "\f587"
}

.la-grin-tears:before {
	content: "\f588"
}

.la-grin-tongue:before {
	content: "\f589"
}

.la-grin-tongue-squint:before {
	content: "\f58a"
}

.la-grin-tongue-wink:before {
	content: "\f58b"
}

.la-grin-wink:before {
	content: "\f58c"
}

.la-grip-horizontal:before {
	content: "\f58d"
}

.la-grip-lines:before {
	content: "\f7a4"
}

.la-grip-lines-vertical:before {
	content: "\f7a5"
}

.la-grip-vertical:before {
	content: "\f58e"
}

.la-gripfire:before {
	content: "\f3ac"
}

.la-grunt:before {
	content: "\f3ad"
}

.la-guitar:before {
	content: "\f7a6"
}

.la-gulp:before {
	content: "\f3ae"
}

.la-h-square:before {
	content: "\f0fd"
}

.la-hacker-news:before {
	content: "\f1d4"
}

.la-hacker-news-square:before {
	content: "\f3af"
}

.la-hackerrank:before {
	content: "\f5f7"
}

.la-hamburger:before {
	content: "\f805"
}

.la-hammer:before {
	content: "\f6e3"
}

.la-hamsa:before {
	content: "\f665"
}

.la-hand-holding:before {
	content: "\f4bd"
}

.la-hand-holding-heart:before {
	content: "\f4be"
}

.la-hand-holding-usd:before {
	content: "\f4c0"
}

.la-hand-lizard:before {
	content: "\f258"
}

.la-hand-middle-finger:before {
	content: "\f806"
}

.la-hand-paper:before {
	content: "\f256"
}

.la-hand-peace:before {
	content: "\f25b"
}

.la-hand-point-down:before {
	content: "\f0a7"
}

.la-hand-point-left:before {
	content: "\f0a5"
}

.la-hand-point-right:before {
	content: "\f0a4"
}

.la-hand-point-up:before {
	content: "\f0a6"
}

.la-hand-pointer:before {
	content: "\f25a"
}

.la-hand-rock:before {
	content: "\f255"
}

.la-hand-scissors:before {
	content: "\f257"
}

.la-hand-spock:before {
	content: "\f259"
}

.la-hands:before {
	content: "\f4c2"
}

.la-hands-helping:before {
	content: "\f4c4"
}

.la-handshake:before {
	content: "\f2b5"
}

.la-hanukiah:before {
	content: "\f6e6"
}

.la-hard-hat:before {
	content: "\f807"
}

.la-hashtag:before {
	content: "\f292"
}

.la-hat-cowboy:before {
	content: "\f8c0"
}

.la-hat-cowboy-side:before {
	content: "\f8c1"
}

.la-hat-wizard:before {
	content: "\f6e8"
}

.la-haykal:before {
	content: "\f666"
}

.la-hdd:before {
	content: "\f0a0"
}

.la-heading:before {
	content: "\f1dc"
}

.la-headphones:before {
	content: "\f025"
}

.la-headphones-alt:before {
	content: "\f58f"
}

.la-headset:before {
	content: "\f590"
}

.la-heart:before {
	content: "\f004"
}

.la-heart-broken:before {
	content: "\f7a9"
}

.la-heartbeat:before {
	content: "\f21e"
}

.la-helicopter:before {
	content: "\f533"
}

.la-highlighter:before {
	content: "\f591"
}

.la-hiking:before {
	content: "\f6ec"
}

.la-hippo:before {
	content: "\f6ed"
}

.la-hips:before {
	content: "\f452"
}

.la-hire-a-helper:before {
	content: "\f3b0"
}

.la-history:before {
	content: "\f1da"
}

.la-hockey-puck:before {
	content: "\f453"
}

.la-holly-berry:before {
	content: "\f7aa"
}

.la-home:before {
	content: "\f015"
}

.la-hooli:before {
	content: "\f427"
}

.la-hornbill:before {
	content: "\f592"
}

.la-horse:before {
	content: "\f6f0"
}

.la-horse-head:before {
	content: "\f7ab"
}

.la-hospital:before {
	content: "\f0f8"
}

.la-hospital-alt:before {
	content: "\f47d"
}

.la-hospital-symbol:before {
	content: "\f47e"
}

.la-hot-tub:before {
	content: "\f593"
}

.la-hotdog:before {
	content: "\f80f"
}

.la-hotel:before {
	content: "\f594"
}

.la-hotjar:before {
	content: "\f3b1"
}

.la-hourglass:before {
	content: "\f254"
}

.la-hourglass-end:before {
	content: "\f253"
}

.la-hourglass-half:before {
	content: "\f252"
}

.la-hourglass-start:before {
	content: "\f251"
}

.la-house-damage:before {
	content: "\f6f1"
}

.la-houzz:before {
	content: "\f27c"
}

.la-hryvnia:before {
	content: "\f6f2"
}

.la-html5:before {
	content: "\f13b"
}

.la-hubspot:before {
	content: "\f3b2"
}

.la-i-cursor:before {
	content: "\f246"
}

.la-ice-cream:before {
	content: "\f810"
}

.la-icicles:before {
	content: "\f7ad"
}

.la-icons:before {
	content: "\f86d"
}

.la-id-badge:before {
	content: "\f2c1"
}

.la-id-card:before {
	content: "\f2c2"
}

.la-id-card-alt:before {
	content: "\f47f"
}

.la-igloo:before {
	content: "\f7ae"
}

.la-image:before {
	content: "\f03e"
}

.la-images:before {
	content: "\f302"
}

.la-imdb:before {
	content: "\f2d8"
}

.la-inbox:before {
	content: "\f01c"
}

.la-indent:before {
	content: "\f03c"
}

.la-industry:before {
	content: "\f275"
}

.la-infinity:before {
	content: "\f534"
}

.la-info:before {
	content: "\f129"
}

.la-info-circle:before {
	content: "\f05a"
}

.la-instagram:before {
	content: "\f16d"
}

.la-intercom:before {
	content: "\f7af"
}

.la-internet-explorer:before {
	content: "\f26b"
}

.la-invision:before {
	content: "\f7b0"
}

.la-ioxhost:before {
	content: "\f208"
}

.la-italic:before {
	content: "\f033"
}

.la-itch-io:before {
	content: "\f83a"
}

.la-itunes:before {
	content: "\f3b4"
}

.la-itunes-note:before {
	content: "\f3b5"
}

.la-java:before {
	content: "\f4e4"
}

.la-jedi:before {
	content: "\f669"
}

.la-jedi-order:before {
	content: "\f50e"
}

.la-jenkins:before {
	content: "\f3b6"
}

.la-jira:before {
	content: "\f7b1"
}

.la-joget:before {
	content: "\f3b7"
}

.la-joint:before {
	content: "\f595"
}

.la-joomla:before {
	content: "\f1aa"
}

.la-journal-whills:before {
	content: "\f66a"
}

.la-js:before {
	content: "\f3b8"
}

.la-js-square:before {
	content: "\f3b9"
}

.la-jsfiddle:before {
	content: "\f1cc"
}

.la-kaaba:before {
	content: "\f66b"
}

.la-kaggle:before {
	content: "\f5fa"
}

.la-key:before {
	content: "\f084"
}

.la-keybase:before {
	content: "\f4f5"
}

.la-keyboard:before {
	content: "\f11c"
}

.la-keycdn:before {
	content: "\f3ba"
}

.la-khanda:before {
	content: "\f66d"
}

.la-kickstarter:before {
	content: "\f3bb"
}

.la-kickstarter-k:before {
	content: "\f3bc"
}

.la-kiss:before {
	content: "\f596"
}

.la-kiss-beam:before {
	content: "\f597"
}

.la-kiss-wink-heart:before {
	content: "\f598"
}

.la-kiwi-bird:before {
	content: "\f535"
}

.la-korvue:before {
	content: "\f42f"
}

.la-landmark:before {
	content: "\f66f"
}

.la-language:before {
	content: "\f1ab"
}

.la-laptop:before {
	content: "\f109"
}

.la-laptop-code:before {
	content: "\f5fc"
}

.la-laptop-medical:before {
	content: "\f812"
}

.la-laravel:before {
	content: "\f3bd"
}

.la-lastfm:before {
	content: "\f202"
}

.la-lastfm-square:before {
	content: "\f203"
}

.la-laugh:before {
	content: "\f599"
}

.la-laugh-beam:before {
	content: "\f59a"
}

.la-laugh-squint:before {
	content: "\f59b"
}

.la-laugh-wink:before {
	content: "\f59c"
}

.la-layer-group:before {
	content: "\f5fd"
}

.la-leaf:before {
	content: "\f06c"
}

.la-leanpub:before {
	content: "\f212"
}

.la-lemon:before {
	content: "\f094"
}

.la-less:before {
	content: "\f41d"
}

.la-less-than:before {
	content: "\f536"
}

.la-less-than-equal:before {
	content: "\f537"
}

.la-level-down-alt:before {
	content: "\f3be"
}

.la-level-up-alt:before {
	content: "\f3bf"
}

.la-life-ring:before {
	content: "\f1cd"
}

.la-lightbulb:before {
	content: "\f0eb"
}

.la-line:before {
	content: "\f3c0"
}

.la-link:before {
	content: "\f0c1"
}

.la-linkedin:before {
	content: "\f08c"
}

.la-linkedin-in:before {
	content: "\f0e1"
}

.la-linode:before {
	content: "\f2b8"
}

.la-linux:before {
	content: "\f17c"
}

.la-lira-sign:before {
	content: "\f195"
}

.la-list:before {
	content: "\f03a"
}

.la-list-alt:before {
	content: "\f022"
}

.la-list-ol:before {
	content: "\f0cb"
}

.la-list-ul:before {
	content: "\f0ca"
}

.la-location-arrow:before {
	content: "\f124"
}

.la-lock:before {
	content: "\f023"
}

.la-lock-open:before {
	content: "\f3c1"
}

.la-long-arrow-alt-down:before {
	content: "\f309"
}

.la-long-arrow-alt-left:before {
	content: "\f30a"
}

.la-long-arrow-alt-right:before {
	content: "\f30b"
}

.la-long-arrow-alt-up:before {
	content: "\f30c"
}

.la-low-vision:before {
	content: "\f2a8"
}

.la-luggage-cart:before {
	content: "\f59d"
}

.la-lyft:before {
	content: "\f3c3"
}

.la-magento:before {
	content: "\f3c4"
}

.la-magic:before {
	content: "\f0d0"
}

.la-magnet:before {
	content: "\f076"
}

.la-mail-bulk:before {
	content: "\f674"
}

.la-mailchimp:before {
	content: "\f59e"
}

.la-male:before {
	content: "\f183"
}

.la-mandalorian:before {
	content: "\f50f"
}

.la-map:before {
	content: "\f279"
}

.la-map-marked:before {
	content: "\f59f"
}

.la-map-marked-alt:before {
	content: "\f5a0"
}

.la-map-marker:before {
	content: "\f041"
}

.la-map-marker-alt:before {
	content: "\f3c5"
}

.la-map-pin:before {
	content: "\f276"
}

.la-map-signs:before {
	content: "\f277"
}

.la-markdown:before {
	content: "\f60f"
}

.la-marker:before {
	content: "\f5a1"
}

.la-mars:before {
	content: "\f222"
}

.la-mars-double:before {
	content: "\f227"
}

.la-mars-stroke:before {
	content: "\f229"
}

.la-mars-stroke-h:before {
	content: "\f22b"
}

.la-mars-stroke-v:before {
	content: "\f22a"
}

.la-mask:before {
	content: "\f6fa"
}

.la-mastodon:before {
	content: "\f4f6"
}

.la-maxcdn:before {
	content: "\f136"
}

.la-mdb:before {
	content: "\f8ca"
}

.la-medal:before {
	content: "\f5a2"
}

.la-medapps:before {
	content: "\f3c6"
}

.la-medium:before {
	content: "\f23a"
}

.la-medium-m:before {
	content: "\f3c7"
}

.la-medkit:before {
	content: "\f0fa"
}

.la-medrt:before {
	content: "\f3c8"
}

.la-meetup:before {
	content: "\f2e0"
}

.la-megaport:before {
	content: "\f5a3"
}

.la-meh:before {
	content: "\f11a"
}

.la-meh-blank:before {
	content: "\f5a4"
}

.la-meh-rolling-eyes:before {
	content: "\f5a5"
}

.la-memory:before {
	content: "\f538"
}

.la-mendeley:before {
	content: "\f7b3"
}

.la-menorah:before {
	content: "\f676"
}

.la-mercury:before {
	content: "\f223"
}

.la-meteor:before {
	content: "\f753"
}

.la-microchip:before {
	content: "\f2db"
}

.la-microphone:before {
	content: "\f130"
}

.la-microphone-alt:before {
	content: "\f3c9"
}

.la-microphone-alt-slash:before {
	content: "\f539"
}

.la-microphone-slash:before {
	content: "\f131"
}

.la-microscope:before {
	content: "\f610"
}

.la-microsoft:before {
	content: "\f3ca"
}

.la-minus:before {
	content: "\f068"
}

.la-minus-circle:before {
	content: "\f056"
}

.la-minus-square:before {
	content: "\f146"
}

.la-mitten:before {
	content: "\f7b5"
}

.la-mix:before {
	content: "\f3cb"
}

.la-mixcloud:before {
	content: "\f289"
}

.la-mizuni:before {
	content: "\f3cc"
}

.la-mobile:before {
	content: "\f10b"
}

.la-mobile-alt:before {
	content: "\f3cd"
}

.la-modx:before {
	content: "\f285"
}

.la-monero:before {
	content: "\f3d0"
}

.la-money-bill:before {
	content: "\f0d6"
}

.la-money-bill-alt:before {
	content: "\f3d1"
}

.la-money-bill-wave:before {
	content: "\f53a"
}

.la-money-bill-wave-alt:before {
	content: "\f53b"
}

.la-money-check:before {
	content: "\f53c"
}

.la-money-check-alt:before {
	content: "\f53d"
}

.la-monument:before {
	content: "\f5a6"
}

.la-moon:before {
	content: "\f186"
}

.la-mortar-pestle:before {
	content: "\f5a7"
}

.la-mosque:before {
	content: "\f678"
}

.la-motorcycle:before {
	content: "\f21c"
}

.la-mountain:before {
	content: "\f6fc"
}

.la-mouse:before {
	content: "\f8cc"
}

.la-mouse-pointer:before {
	content: "\f245"
}

.la-mug-hot:before {
	content: "\f7b6"
}

.la-music:before {
	content: "\f001"
}

.la-napster:before {
	content: "\f3d2"
}

.la-neos:before {
	content: "\f612"
}

.la-network-wired:before {
	content: "\f6ff"
}

.la-neuter:before {
	content: "\f22c"
}

.la-newspaper:before {
	content: "\f1ea"
}

.la-nimblr:before {
	content: "\f5a8"
}

.la-node:before {
	content: "\f419"
}

.la-node-js:before {
	content: "\f3d3"
}

.la-not-equal:before {
	content: "\f53e"
}

.la-notes-medical:before {
	content: "\f481"
}

.la-npm:before {
	content: "\f3d4"
}

.la-ns8:before {
	content: "\f3d5"
}

.la-nutritionix:before {
	content: "\f3d6"
}

.la-object-group:before {
	content: "\f247"
}

.la-object-ungroup:before {
	content: "\f248"
}

.la-odnoklassniki:before {
	content: "\f263"
}

.la-odnoklassniki-square:before {
	content: "\f264"
}

.la-oil-can:before {
	content: "\f613"
}

.la-old-republic:before {
	content: "\f510"
}

.la-om:before {
	content: "\f679"
}

.la-opencart:before {
	content: "\f23d"
}

.la-openid:before {
	content: "\f19b"
}

.la-opera:before {
	content: "\f26a"
}

.la-optin-monster:before {
	content: "\f23c"
}

.la-orcid:before {
	content: "\f8d2"
}

.la-osi:before {
	content: "\f41a"
}

.la-otter:before {
	content: "\f700"
}

.la-outdent:before {
	content: "\f03b"
}

.la-page4:before {
	content: "\f3d7"
}

.la-pagelines:before {
	content: "\f18c"
}

.la-pager:before {
	content: "\f815"
}

.la-paint-brush:before {
	content: "\f1fc"
}

.la-paint-roller:before {
	content: "\f5aa"
}

.la-palette:before {
	content: "\f53f"
}

.la-palfed:before {
	content: "\f3d8"
}

.la-pallet:before {
	content: "\f482"
}

.la-paper-plane:before {
	content: "\f1d8"
}

.la-paperclip:before {
	content: "\f0c6"
}

.la-parachute-box:before {
	content: "\f4cd"
}

.la-paragraph:before {
	content: "\f1dd"
}

.la-parking:before {
	content: "\f540"
}

.la-passport:before {
	content: "\f5ab"
}

.la-pastafarianism:before {
	content: "\f67b"
}

.la-paste:before {
	content: "\f0ea"
}

.la-patreon:before {
	content: "\f3d9"
}

.la-pause:before {
	content: "\f04c"
}

.la-pause-circle:before {
	content: "\f28b"
}

.la-paw:before {
	content: "\f1b0"
}

.la-paypal:before {
	content: "\f1ed"
}

.la-peace:before {
	content: "\f67c"
}

.la-pen:before {
	content: "\f304"
}

.la-pen-alt:before {
	content: "\f305"
}

.la-pen-fancy:before {
	content: "\f5ac"
}

.la-pen-nib:before {
	content: "\f5ad"
}

.la-pen-square:before {
	content: "\f14b"
}

.la-pencil-alt:before {
	content: "\f303"
}

.la-pencil-ruler:before {
	content: "\f5ae"
}

.la-penny-arcade:before {
	content: "\f704"
}

.la-people-carry:before {
	content: "\f4ce"
}

.la-pepper-hot:before {
	content: "\f816"
}

.la-percent:before {
	content: "\f295"
}

.la-percentage:before {
	content: "\f541"
}

.la-periscope:before {
	content: "\f3da"
}

.la-person-booth:before {
	content: "\f756"
}

.la-phabricator:before {
	content: "\f3db"
}

.la-phoenix-framework:before {
	content: "\f3dc"
}

.la-phoenix-squadron:before {
	content: "\f511"
}

.la-phone:before {
	content: "\f095"
}

.la-phone-alt:before {
	content: "\f879"
}

.la-phone-slash:before {
	content: "\f3dd"
}

.la-phone-square:before {
	content: "\f098"
}

.la-phone-square-alt:before {
	content: "\f87b"
}

.la-phone-volume:before {
	content: "\f2a0"
}

.la-photo-video:before {
	content: "\f87c"
}

.la-php:before {
	content: "\f457"
}

.la-pied-piper:before {
	content: "\f2ae"
}

.la-pied-piper-alt:before {
	content: "\f1a8"
}

.la-pied-piper-hat:before {
	content: "\f4e5"
}

.la-pied-piper-pp:before {
	content: "\f1a7"
}

.la-piggy-bank:before {
	content: "\f4d3"
}

.la-pills:before {
	content: "\f484"
}

.la-pinterest:before {
	content: "\f0d2"
}

.la-pinterest-p:before {
	content: "\f231"
}

.la-pinterest-square:before {
	content: "\f0d3"
}

.la-pizza-slice:before {
	content: "\f818"
}

.la-place-of-worship:before {
	content: "\f67f"
}

.la-plane:before {
	content: "\f072"
}

.la-plane-arrival:before {
	content: "\f5af"
}

.la-plane-departure:before {
	content: "\f5b0"
}

.la-play:before {
	content: "\f04b"
}

.la-play-circle:before {
	content: "\f144"
}

.la-playstation:before {
	content: "\f3df"
}

.la-plug:before {
	content: "\f1e6"
}

.la-plus:before {
	content: "\f067"
}

.la-plus-circle:before {
	content: "\f055"
}

.la-plus-square:before {
	content: "\f0fe"
}

.la-podcast:before {
	content: "\f2ce"
}

.la-poll:before {
	content: "\f681"
}

.la-poll-h:before {
	content: "\f682"
}

.la-poo:before {
	content: "\f2fe"
}

.la-poo-storm:before {
	content: "\f75a"
}

.la-poop:before {
	content: "\f619"
}

.la-portrait:before {
	content: "\f3e0"
}

.la-pound-sign:before {
	content: "\f154"
}

.la-power-off:before {
	content: "\f011"
}

.la-pray:before {
	content: "\f683"
}

.la-praying-hands:before {
	content: "\f684"
}

.la-prescription:before {
	content: "\f5b1"
}

.la-prescription-bottle:before {
	content: "\f485"
}

.la-prescription-bottle-alt:before {
	content: "\f486"
}

.la-print:before {
	content: "\f02f"
}

.la-procedures:before {
	content: "\f487"
}

.la-product-hunt:before {
	content: "\f288"
}

.la-project-diagram:before {
	content: "\f542"
}

.la-pushed:before {
	content: "\f3e1"
}

.la-puzzle-piece:before {
	content: "\f12e"
}

.la-python:before {
	content: "\f3e2"
}

.la-qq:before {
	content: "\f1d6"
}

.la-qrcode:before {
	content: "\f029"
}

.la-question:before {
	content: "\f128"
}

.la-question-circle:before {
	content: "\f059"
}

.la-quidditch:before {
	content: "\f458"
}

.la-quinscape:before {
	content: "\f459"
}

.la-quora:before {
	content: "\f2c4"
}

.la-quote-left:before {
	content: "\f10d"
}

.la-quote-right:before {
	content: "\f10e"
}

.la-quran:before {
	content: "\f687"
}

.la-r-project:before {
	content: "\f4f7"
}

.la-radiation:before {
	content: "\f7b9"
}

.la-radiation-alt:before {
	content: "\f7ba"
}

.la-rainbow:before {
	content: "\f75b"
}

.la-random:before {
	content: "\f074"
}

.la-raspberry-pi:before {
	content: "\f7bb"
}

.la-ravelry:before {
	content: "\f2d9"
}

.la-react:before {
	content: "\f41b"
}

.la-reacteurope:before {
	content: "\f75d"
}

.la-readme:before {
	content: "\f4d5"
}

.la-rebel:before {
	content: "\f1d0"
}

.la-receipt:before {
	content: "\f543"
}

.la-record-vinyl:before {
	content: "\f8d9"
}

.la-recycle:before {
	content: "\f1b8"
}

.la-red-river:before {
	content: "\f3e3"
}

.la-reddit:before {
	content: "\f1a1"
}

.la-reddit-alien:before {
	content: "\f281"
}

.la-reddit-square:before {
	content: "\f1a2"
}

.la-redhat:before {
	content: "\f7bc"
}

.la-redo:before {
	content: "\f01e"
}

.la-redo-alt:before {
	content: "\f2f9"
}

.la-registered:before {
	content: "\f25d"
}

.la-remove-format:before {
	content: "\f87d"
}

.la-renren:before {
	content: "\f18b"
}

.la-reply:before {
	content: "\f3e5"
}

.la-reply-all:before {
	content: "\f122"
}

.la-replyd:before {
	content: "\f3e6"
}

.la-republican:before {
	content: "\f75e"
}

.la-researchgate:before {
	content: "\f4f8"
}

.la-resolving:before {
	content: "\f3e7"
}

.la-restroom:before {
	content: "\f7bd"
}

.la-retweet:before {
	content: "\f079"
}

.la-rev:before {
	content: "\f5b2"
}

.la-ribbon:before {
	content: "\f4d6"
}

.la-ring:before {
	content: "\f70b"
}

.la-road:before {
	content: "\f018"
}

.la-robot:before {
	content: "\f544"
}

.la-rocket:before {
	content: "\f135"
}

.la-rocketchat:before {
	content: "\f3e8"
}

.la-rockrms:before {
	content: "\f3e9"
}

.la-route:before {
	content: "\f4d7"
}

.la-rss:before {
	content: "\f09e"
}

.la-rss-square:before {
	content: "\f143"
}

.la-ruble-sign:before {
	content: "\f158"
}

.la-ruler:before {
	content: "\f545"
}

.la-ruler-combined:before {
	content: "\f546"
}

.la-ruler-horizontal:before {
	content: "\f547"
}

.la-ruler-vertical:before {
	content: "\f548"
}

.la-running:before {
	content: "\f70c"
}

.la-rupee-sign:before {
	content: "\f156"
}

.la-sad-cry:before {
	content: "\f5b3"
}

.la-sad-tear:before {
	content: "\f5b4"
}

.la-safari:before {
	content: "\f267"
}

.la-salesforce:before {
	content: "\f83b"
}

.la-sass:before {
	content: "\f41e"
}

.la-satellite:before {
	content: "\f7bf"
}

.la-satellite-dish:before {
	content: "\f7c0"
}

.la-save:before {
	content: "\f0c7"
}

.la-schlix:before {
	content: "\f3ea"
}

.la-school:before {
	content: "\f549"
}

.la-screwdriver:before {
	content: "\f54a"
}

.la-scribd:before {
	content: "\f28a"
}

.la-scroll:before {
	content: "\f70e"
}

.la-sd-card:before {
	content: "\f7c2"
}

.la-search:before {
	content: "\f002"
}

.la-search-dollar:before {
	content: "\f688"
}

.la-search-location:before {
	content: "\f689"
}

.la-search-minus:before {
	content: "\f010"
}

.la-search-plus:before {
	content: "\f00e"
}

.la-searchengin:before {
	content: "\f3eb"
}

.la-seedling:before {
	content: "\f4d8"
}

.la-sellcast:before {
	content: "\f2da"
}

.la-sellsy:before {
	content: "\f213"
}

.la-server:before {
	content: "\f233"
}

.la-servicestack:before {
	content: "\f3ec"
}

.la-shapes:before {
	content: "\f61f"
}

.la-share:before {
	content: "\f064"
}

.la-share-alt:before {
	content: "\f1e0"
}

.la-share-alt-square:before {
	content: "\f1e1"
}

.la-share-square:before {
	content: "\f14d"
}

.la-shekel-sign:before {
	content: "\f20b"
}

.la-shield-alt:before {
	content: "\f3ed"
}

.la-ship:before {
	content: "\f21a"
}

.la-shipping-fast:before {
	content: "\f48b"
}

.la-shirtsinbulk:before {
	content: "\f214"
}

.la-shoe-prints:before {
	content: "\f54b"
}

.la-shopping-bag:before {
	content: "\f290"
}

.la-shopping-basket:before {
	content: "\f291"
}

.la-shopping-cart:before {
	content: "\f07a"
}

.la-shopware:before {
	content: "\f5b5"
}

.la-shower:before {
	content: "\f2cc"
}

.la-shuttle-van:before {
	content: "\f5b6"
}

.la-sign:before {
	content: "\f4d9"
}

.la-sign-in-alt:before {
	content: "\f2f6"
}

.la-sign-language:before {
	content: "\f2a7"
}

.la-sign-out-alt:before {
	content: "\f2f5"
}

.la-signal:before {
	content: "\f012"
}

.la-signature:before {
	content: "\f5b7"
}

.la-sim-card:before {
	content: "\f7c4"
}

.la-simplybuilt:before {
	content: "\f215"
}

.la-sistrix:before {
	content: "\f3ee"
}

.la-sitemap:before {
	content: "\f0e8"
}

.la-sith:before {
	content: "\f512"
}

.la-skating:before {
	content: "\f7c5"
}

.la-sketch:before {
	content: "\f7c6"
}

.la-skiing:before {
	content: "\f7c9"
}

.la-skiing-nordic:before {
	content: "\f7ca"
}

.la-skull:before {
	content: "\f54c"
}

.la-skull-crossbones:before {
	content: "\f714"
}

.la-skyatlas:before {
	content: "\f216"
}

.la-skype:before {
	content: "\f17e"
}

.la-slack:before {
	content: "\f198"
}

.la-slack-hash:before {
	content: "\f3ef"
}

.la-slash:before {
	content: "\f715"
}

.la-sleigh:before {
	content: "\f7cc"
}

.la-sliders-h:before {
	content: "\f1de"
}

.la-slideshare:before {
	content: "\f1e7"
}

.la-smile:before {
	content: "\f118"
}

.la-smile-beam:before {
	content: "\f5b8"
}

.la-smile-wink:before {
	content: "\f4da"
}

.la-smog:before {
	content: "\f75f"
}

.la-smoking:before {
	content: "\f48d"
}

.la-smoking-ban:before {
	content: "\f54d"
}

.la-sms:before {
	content: "\f7cd"
}

.la-snapchat:before {
	content: "\f2ab"
}

.la-snapchat-ghost:before {
	content: "\f2ac"
}

.la-snapchat-square:before {
	content: "\f2ad"
}

.la-snowboarding:before {
	content: "\f7ce"
}

.la-snowflake:before {
	content: "\f2dc"
}

.la-snowman:before {
	content: "\f7d0"
}

.la-snowplow:before {
	content: "\f7d2"
}

.la-socks:before {
	content: "\f696"
}

.la-solar-panel:before {
	content: "\f5ba"
}

.la-sort:before {
	content: "\f0dc"
}

.la-sort-alpha-down:before {
	content: "\f15d"
}

.la-sort-alpha-down-alt:before {
	content: "\f881"
}

.la-sort-alpha-up:before {
	content: "\f15e"
}

.la-sort-alpha-up-alt:before {
	content: "\f882"
}

.la-sort-amount-down:before {
	content: "\f160"
}

.la-sort-amount-down-alt:before {
	content: "\f884"
}

.la-sort-amount-up:before {
	content: "\f161"
}

.la-sort-amount-up-alt:before {
	content: "\f885"
}

.la-sort-down:before {
	content: "\f0dd"
}

.la-sort-numeric-down:before {
	content: "\f162"
}

.la-sort-numeric-down-alt:before {
	content: "\f886"
}

.la-sort-numeric-up:before {
	content: "\f163"
}

.la-sort-numeric-up-alt:before {
	content: "\f887"
}

.la-sort-up:before {
	content: "\f0de"
}

.la-soundcloud:before {
	content: "\f1be"
}

.la-sourcetree:before {
	content: "\f7d3"
}

.la-spa:before {
	content: "\f5bb"
}

.la-space-shuttle:before {
	content: "\f197"
}

.la-speakap:before {
	content: "\f3f3"
}

.la-speaker-deck:before {
	content: "\f83c"
}

.la-spell-check:before {
	content: "\f891"
}

.la-spider:before {
	content: "\f717"
}

.la-spinner:before {
	content: "\f110"
}

.la-splotch:before {
	content: "\f5bc"
}

.la-spotify:before {
	content: "\f1bc"
}

.la-spray-can:before {
	content: "\f5bd"
}

.la-square:before {
	content: "\f0c8"
}

.la-square-full:before {
	content: "\f45c"
}

.la-square-root-alt:before {
	content: "\f698"
}

.la-squarespace:before {
	content: "\f5be"
}

.la-stack-exchange:before {
	content: "\f18d"
}

.la-stack-overflow:before {
	content: "\f16c"
}

.la-stackpath:before {
	content: "\f842"
}

.la-stamp:before {
	content: "\f5bf"
}

.la-star:before {
	content: "\f005"
}

.la-star-and-crescent:before {
	content: "\f699"
}

.la-star-half:before {
	content: "\f089"
}

.la-star-half-alt:before {
	content: "\f5c0"
}

.la-star-of-david:before {
	content: "\f69a"
}

.la-star-of-life:before {
	content: "\f621"
}

.la-staylinked:before {
	content: "\f3f5"
}

.la-steam:before {
	content: "\f1b6"
}

.la-steam-square:before {
	content: "\f1b7"
}

.la-steam-symbol:before {
	content: "\f3f6"
}

.la-step-backward:before {
	content: "\f048"
}

.la-step-forward:before {
	content: "\f051"
}

.la-stethoscope:before {
	content: "\f0f1"
}

.la-sticker-mule:before {
	content: "\f3f7"
}

.la-sticky-note:before {
	content: "\f249"
}

.la-stop:before {
	content: "\f04d"
}

.la-stop-circle:before {
	content: "\f28d"
}

.la-stopwatch:before {
	content: "\f2f2"
}

.la-store:before {
	content: "\f54e"
}

.la-store-alt:before {
	content: "\f54f"
}

.la-strava:before {
	content: "\f428"
}

.la-stream:before {
	content: "\f550"
}

.la-street-view:before {
	content: "\f21d"
}

.la-strikethrough:before {
	content: "\f0cc"
}

.la-stripe:before {
	content: "\f429"
}

.la-stripe-s:before {
	content: "\f42a"
}

.la-stroopwafel:before {
	content: "\f551"
}

.la-studiovinari:before {
	content: "\f3f8"
}

.la-stumbleupon:before {
	content: "\f1a4"
}

.la-stumbleupon-circle:before {
	content: "\f1a3"
}

.la-subscript:before {
	content: "\f12c"
}

.la-subway:before {
	content: "\f239"
}

.la-suitcase:before {
	content: "\f0f2"
}

.la-suitcase-rolling:before {
	content: "\f5c1"
}

.la-sun:before {
	content: "\f185"
}

.la-superpowers:before {
	content: "\f2dd"
}

.la-superscript:before {
	content: "\f12b"
}

.la-supple:before {
	content: "\f3f9"
}

.la-surprise:before {
	content: "\f5c2"
}

.la-suse:before {
	content: "\f7d6"
}

.la-swatchbook:before {
	content: "\f5c3"
}

.la-swift:before {
	content: "\f8e1"
}

.la-swimmer:before {
	content: "\f5c4"
}

.la-swimming-pool:before {
	content: "\f5c5"
}

.la-symfony:before {
	content: "\f83d"
}

.la-synagogue:before {
	content: "\f69b"
}

.la-sync:before {
	content: "\f021"
}

.la-sync-alt:before {
	content: "\f2f1"
}

.la-syringe:before {
	content: "\f48e"
}

.la-table:before {
	content: "\f0ce"
}

.la-table-tennis:before {
	content: "\f45d"
}

.la-tablet:before {
	content: "\f10a"
}

.la-tablet-alt:before {
	content: "\f3fa"
}

.la-tablets:before {
	content: "\f490"
}

.la-tachometer-alt:before {
	content: "\f3fd"
}

.la-tag:before {
	content: "\f02b"
}

.la-tags:before {
	content: "\f02c"
}

.la-tape:before {
	content: "\f4db"
}

.la-tasks:before {
	content: "\f0ae"
}

.la-taxi:before {
	content: "\f1ba"
}

.la-teamspeak:before {
	content: "\f4f9"
}

.la-teeth:before {
	content: "\f62e"
}

.la-teeth-open:before {
	content: "\f62f"
}

.la-telegram:before {
	content: "\f2c6"
}

.la-telegram-plane:before {
	content: "\f3fe"
}

.la-temperature-high:before {
	content: "\f769"
}

.la-temperature-low:before {
	content: "\f76b"
}

.la-tencent-weibo:before {
	content: "\f1d5"
}

.la-tenge:before {
	content: "\f7d7"
}

.la-terminal:before {
	content: "\f120"
}

.la-text-height:before {
	content: "\f034"
}

.la-text-width:before {
	content: "\f035"
}

.la-th:before {
	content: "\f00a"
}

.la-th-large:before {
	content: "\f009"
}

.la-th-list:before {
	content: "\f00b"
}

.la-the-red-yeti:before {
	content: "\f69d"
}

.la-theater-masks:before {
	content: "\f630"
}

.la-themeco:before {
	content: "\f5c6"
}

.la-themeisle:before {
	content: "\f2b2"
}

.la-thermometer:before {
	content: "\f491"
}

.la-thermometer-empty:before {
	content: "\f2cb"
}

.la-thermometer-full:before {
	content: "\f2c7"
}

.la-thermometer-half:before {
	content: "\f2c9"
}

.la-thermometer-quarter:before {
	content: "\f2ca"
}

.la-thermometer-three-quarters:before {
	content: "\f2c8"
}

.la-think-peaks:before {
	content: "\f731"
}

.la-thumbs-down:before {
	content: "\f165"
}

.la-thumbs-up:before {
	content: "\f164"
}

.la-thumbtack:before {
	content: "\f08d"
}

.la-ticket-alt:before {
	content: "\f3ff"
}

.la-times:before {
	content: "\f00d"
}

.la-times-circle:before {
	content: "\f057"
}

.la-tint:before {
	content: "\f043"
}

.la-tint-slash:before {
	content: "\f5c7"
}

.la-tired:before {
	content: "\f5c8"
}

.la-toggle-off:before {
	content: "\f204"
}

.la-toggle-on:before {
	content: "\f205"
}

.la-toilet:before {
	content: "\f7d8"
}

.la-toilet-paper:before {
	content: "\f71e"
}

.la-toolbox:before {
	content: "\f552"
}

.la-tools:before {
	content: "\f7d9"
}

.la-tooth:before {
	content: "\f5c9"
}

.la-torah:before {
	content: "\f6a0"
}

.la-torii-gate:before {
	content: "\f6a1"
}

.la-tractor:before {
	content: "\f722"
}

.la-trade-federation:before {
	content: "\f513"
}

.la-trademark:before {
	content: "\f25c"
}

.la-traffic-light:before {
	content: "\f637"
}

.la-train:before {
	content: "\f238"
}

.la-tram:before {
	content: "\f7da"
}

.la-transgender:before {
	content: "\f224"
}

.la-transgender-alt:before {
	content: "\f225"
}

.la-trash:before {
	content: "\f1f8"
}

.la-trash-alt:before {
	content: "\f2ed"
}

.la-trash-restore:before {
	content: "\f829"
}

.la-trash-restore-alt:before {
	content: "\f82a"
}

.la-tree:before {
	content: "\f1bb"
}

.la-trello:before {
	content: "\f181"
}

.la-tripadvisor:before {
	content: "\f262"
}

.la-trophy:before {
	content: "\f091"
}

.la-truck:before {
	content: "\f0d1"
}

.la-truck-loading:before {
	content: "\f4de"
}

.la-truck-monster:before {
	content: "\f63b"
}

.la-truck-moving:before {
	content: "\f4df"
}

.la-truck-pickup:before {
	content: "\f63c"
}

.la-tshirt:before {
	content: "\f553"
}

.la-tty:before {
	content: "\f1e4"
}

.la-tumblr:before {
	content: "\f173"
}

.la-tumblr-square:before {
	content: "\f174"
}

.la-tv:before {
	content: "\f26c"
}

.la-twitch:before {
	content: "\f1e8"
}

.la-twitter:before {
	content: "\f099"
}

.la-twitter-square:before {
	content: "\f081"
}

.la-typo3:before {
	content: "\f42b"
}

.la-uber:before {
	content: "\f402"
}

.la-ubuntu:before {
	content: "\f7df"
}

.la-uikit:before {
	content: "\f403"
}

.la-umbraco:before {
	content: "\f8e8"
}

.la-umbrella:before {
	content: "\f0e9"
}

.la-umbrella-beach:before {
	content: "\f5ca"
}

.la-underline:before {
	content: "\f0cd"
}

.la-undo:before {
	content: "\f0e2"
}

.la-undo-alt:before {
	content: "\f2ea"
}

.la-uniregistry:before {
	content: "\f404"
}

.la-universal-access:before {
	content: "\f29a"
}

.la-university:before {
	content: "\f19c"
}

.la-unlink:before {
	content: "\f127"
}

.la-unlock:before {
	content: "\f09c"
}

.la-unlock-alt:before {
	content: "\f13e"
}

.la-untappd:before {
	content: "\f405"
}

.la-upload:before {
	content: "\f093"
}

.la-ups:before {
	content: "\f7e0"
}

.la-usb:before {
	content: "\f287"
}

.la-user:before {
	content: "\f007"
}

.la-user-alt:before {
	content: "\f406"
}

.la-user-alt-slash:before {
	content: "\f4fa"
}

.la-user-astronaut:before {
	content: "\f4fb"
}

.la-user-check:before {
	content: "\f4fc"
}

.la-user-circle:before {
	content: "\f2bd"
}

.la-user-clock:before {
	content: "\f4fd"
}

.la-user-cog:before {
	content: "\f4fe"
}

.la-user-edit:before {
	content: "\f4ff"
}

.la-user-friends:before {
	content: "\f500"
}

.la-user-graduate:before {
	content: "\f501"
}

.la-user-injured:before {
	content: "\f728"
}

.la-user-lock:before {
	content: "\f502"
}

.la-user-md:before {
	content: "\f0f0"
}

.la-user-minus:before {
	content: "\f503"
}

.la-user-ninja:before {
	content: "\f504"
}

.la-user-nurse:before {
	content: "\f82f"
}

.la-user-plus:before {
	content: "\f234"
}

.la-user-secret:before {
	content: "\f21b"
}

.la-user-shield:before {
	content: "\f505"
}

.la-user-slash:before {
	content: "\f506"
}

.la-user-tag:before {
	content: "\f507"
}

.la-user-tie:before {
	content: "\f508"
}

.la-user-times:before {
	content: "\f235"
}

.la-users:before {
	content: "\f0c0"
}

.la-users-cog:before {
	content: "\f509"
}

.la-usps:before {
	content: "\f7e1"
}

.la-ussunnah:before {
	content: "\f407"
}

.la-utensil-spoon:before {
	content: "\f2e5"
}

.la-utensils:before {
	content: "\f2e7"
}

.la-vaadin:before {
	content: "\f408"
}

.la-vector-square:before {
	content: "\f5cb"
}

.la-venus:before {
	content: "\f221"
}

.la-venus-double:before {
	content: "\f226"
}

.la-venus-mars:before {
	content: "\f228"
}

.la-viacoin:before {
	content: "\f237"
}

.la-viadeo:before {
	content: "\f2a9"
}

.la-viadeo-square:before {
	content: "\f2aa"
}

.la-vial:before {
	content: "\f492"
}

.la-vials:before {
	content: "\f493"
}

.la-viber:before {
	content: "\f409"
}

.la-video:before {
	content: "\f03d"
}

.la-video-slash:before {
	content: "\f4e2"
}

.la-vihara:before {
	content: "\f6a7"
}

.la-vimeo:before {
	content: "\f40a"
}

.la-vimeo-square:before {
	content: "\f194"
}

.la-vimeo-v:before {
	content: "\f27d"
}

.la-vine:before {
	content: "\f1ca"
}

.la-vk:before {
	content: "\f189"
}

.la-vnv:before {
	content: "\f40b"
}

.la-voicemail:before {
	content: "\f897"
}

.la-volleyball-ball:before {
	content: "\f45f"
}

.la-volume-down:before {
	content: "\f027"
}

.la-volume-mute:before {
	content: "\f6a9"
}

.la-volume-off:before {
	content: "\f026"
}

.la-volume-up:before {
	content: "\f028"
}

.la-vote-yea:before {
	content: "\f772"
}

.la-vr-cardboard:before {
	content: "\f729"
}

.la-vuejs:before {
	content: "\f41f"
}

.la-walking:before {
	content: "\f554"
}

.la-wallet:before {
	content: "\f555"
}

.la-warehouse:before {
	content: "\f494"
}

.la-water:before {
	content: "\f773"
}

.la-wave-square:before {
	content: "\f83e"
}

.la-waze:before {
	content: "\f83f"
}

.la-weebly:before {
	content: "\f5cc"
}

.la-weibo:before {
	content: "\f18a"
}

.la-weight:before {
	content: "\f496"
}

.la-weight-hanging:before {
	content: "\f5cd"
}

.la-weixin:before {
	content: "\f1d7"
}

.la-whatsapp:before {
	content: "\f232"
}

.la-whatsapp-square:before {
	content: "\f40c"
}

.la-wheelchair:before {
	content: "\f193"
}

.la-whmcs:before {
	content: "\f40d"
}

.la-wifi:before {
	content: "\f1eb"
}

.la-wikipedia-w:before {
	content: "\f266"
}

.la-wind:before {
	content: "\f72e"
}

.la-window-close:before {
	content: "\f410"
}

.la-window-maximize:before {
	content: "\f2d0"
}

.la-window-minimize:before {
	content: "\f2d1"
}

.la-window-restore:before {
	content: "\f2d2"
}

.la-windows:before {
	content: "\f17a"
}

.la-wine-bottle:before {
	content: "\f72f"
}

.la-wine-glass:before {
	content: "\f4e3"
}

.la-wine-glass-alt:before {
	content: "\f5ce"
}

.la-wix:before {
	content: "\f5cf"
}

.la-wizards-of-the-coast:before {
	content: "\f730"
}

.la-wolf-pack-battalion:before {
	content: "\f514"
}

.la-won-sign:before {
	content: "\f159"
}

.la-wordpress:before {
	content: "\f19a"
}

.la-wordpress-simple:before {
	content: "\f411"
}

.la-wpbeginner:before {
	content: "\f297"
}

.la-wpexplorer:before {
	content: "\f2de"
}

.la-wpforms:before {
	content: "\f298"
}

.la-wpressr:before {
	content: "\f3e4"
}

.la-wrench:before {
	content: "\f0ad"
}

.la-x-ray:before {
	content: "\f497"
}

.la-xbox:before {
	content: "\f412"
}

.la-xing:before {
	content: "\f168"
}

.la-xing-square:before {
	content: "\f169"
}

.la-y-combinator:before {
	content: "\f23b"
}

.la-yahoo:before {
	content: "\f19e"
}

.la-yammer:before {
	content: "\f840"
}

.la-yandex:before {
	content: "\f413"
}

.la-yandex-international:before {
	content: "\f414"
}

.la-yarn:before {
	content: "\f7e3"
}

.la-yelp:before {
	content: "\f1e9"
}

.la-yen-sign:before {
	content: "\f157"
}

.la-yin-yang:before {
	content: "\f6ad"
}

.la-yoast:before {
	content: "\f2b1"
}

.la-youtube:before {
	content: "\f167"
}

.la-youtube-square:before {
	content: "\f431"
}

.la-zhihu:before {
	content: "\f63f"
}

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

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

@font-face {
	font-family: "Line Awesome Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("./assets/fonts/line-awesome/la-brands-400.eot");
	src: url("./assets/fonts/line-awesome/la-brands-400.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/line-awesome/la-brands-400.woff2") format("woff2"), url("../assets/fonts/line-awesome/la-brands-400.woff") format("woff"), url("../assets/fonts/line-awesome/la-brands-400.ttf") format("truetype"), url("../assets/fonts/line-awesome/la-brands-400.svg#lineawesome") format("svg")
}

.lab {
	font-family: "Line Awesome Brands"
}

@font-face {
	font-family: "Line Awesome Free";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("./assets/fonts/line-awesome/la-regular-400.eot");
	src: url("./assets/fonts/line-awesome/la-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/line-awesome/la-regular-400.woff2") format("woff2"), url("./assets/fonts/line-awesome/la-regular-400.woff") format("woff"), url("./assets/fonts/line-awesome/la-regular-400.ttf") format("truetype"), url("./assets/fonts/line-awesome/la-regular-400.svg#lineawesome") format("svg")
}

.lar {
	font-family: "Line Awesome Free";
	font-weight: 400
}

@font-face {
	font-family: "Line Awesome Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("./assets/fonts/line-awesome/la-solid-900.eot");
	src: url("./assets/fonts/line-awesome/la-solid-900.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/line-awesome/la-solid-900.woff2") format("woff2"), url("./assets/fonts/line-awesome/la-solid-900.woff") format("woff"), url("./assets/fonts/line-awesome/la-solid-900.ttf") format("truetype"), url("./assets/fonts/line-awesome/la-solid-900.svg#lineawesome") format("svg")
}

.la,
.las {
	font-family: "Line Awesome Free";
	font-weight: 900
}

.la.la-glass:before {
	content: "\f000"
}

.la.la-meetup {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-star-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-star-o:before {
	content: "\f005"
}

.la.la-remove:before {
	content: "\f00d"
}

.la.la-close:before {
	content: "\f00d"
}

.la.la-gear:before {
	content: "\f013"
}

.la.la-trash-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-trash-o:before {
	content: "\f2ed"
}

.la.la-file-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-o:before {
	content: "\f15b"
}

.la.la-clock-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-clock-o:before {
	content: "\f017"
}

.la.la-arrow-circle-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-arrow-circle-o-down:before {
	content: "\f358"
}

.la.la-arrow-circle-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-arrow-circle-o-up:before {
	content: "\f35b"
}

.la.la-play-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-play-circle-o:before {
	content: "\f144"
}

.la.la-repeat:before {
	content: "\f01e"
}

.la.la-rotate-right:before {
	content: "\f01e"
}

.la.la-refresh:before {
	content: "\f021"
}

.la.la-list-alt {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-dedent:before {
	content: "\f03b"
}

.la.la-video-camera:before {
	content: "\f03d"
}

.la.la-picture-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-picture-o:before {
	content: "\f03e"
}

.la.la-photo {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-photo:before {
	content: "\f03e"
}

.la.la-image {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-image:before {
	content: "\f03e"
}

.la.la-pencil:before {
	content: "\f303"
}

.la.la-map-marker:before {
	content: "\f3c5"
}

.la.la-pencil-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-pencil-square-o:before {
	content: "\f044"
}

.la.la-share-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-share-square-o:before {
	content: "\f14d"
}

.la.la-check-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-check-square-o:before {
	content: "\f14a"
}

.la.la-arrows:before {
	content: "\f0b2"
}

.la.la-times-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-times-circle-o:before {
	content: "\f057"
}

.la.la-check-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-check-circle-o:before {
	content: "\f058"
}

.la.la-mail-forward:before {
	content: "\f064"
}

.la.la-eye {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-eye-slash {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-warning:before {
	content: "\f071"
}

.la.la-calendar:before {
	content: "\f073"
}

.la.la-arrows-v:before {
	content: "\f338"
}

.la.la-arrows-h:before {
	content: "\f337"
}

.la.la-bar-chart {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-bar-chart:before {
	content: "\f080"
}

.la.la-bar-chart-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-bar-chart-o:before {
	content: "\f080"
}

.la.la-twitter-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-facebook-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gears:before {
	content: "\f085"
}

.la.la-thumbs-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-thumbs-o-up:before {
	content: "\f164"
}

.la.la-thumbs-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-thumbs-o-down:before {
	content: "\f165"
}

.la.la-heart-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-heart-o:before {
	content: "\f004"
}

.la.la-sign-out:before {
	content: "\f2f5"
}

.la.la-linkedin-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-linkedin-square:before {
	content: "\f08c"
}

.la.la-thumb-tack:before {
	content: "\f08d"
}

.la.la-external-link:before {
	content: "\f35d"
}

.la.la-sign-in:before {
	content: "\f2f6"
}

.la.la-github-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-lemon-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-lemon-o:before {
	content: "\f094"
}

.la.la-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-square-o:before {
	content: "\f0c8"
}

.la.la-bookmark-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-bookmark-o:before {
	content: "\f02e"
}

.la.la-twitter {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-facebook {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-facebook:before {
	content: "\f39e"
}

.la.la-facebook-f {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-facebook-f:before {
	content: "\f39e"
}

.la.la-github {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-credit-card {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-feed:before {
	content: "\f09e"
}

.la.la-hdd-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hdd-o:before {
	content: "\f0a0"
}

.la.la-hand-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-o-right:before {
	content: "\f0a4"
}

.la.la-hand-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-o-left:before {
	content: "\f0a5"
}

.la.la-hand-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-o-up:before {
	content: "\f0a6"
}

.la.la-hand-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-o-down:before {
	content: "\f0a7"
}

.la.la-arrows-alt:before {
	content: "\f31e"
}

.la.la-group:before {
	content: "\f0c0"
}

.la.la-chain:before {
	content: "\f0c1"
}

.la.la-scissors:before {
	content: "\f0c4"
}

.la.la-files-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-files-o:before {
	content: "\f0c5"
}

.la.la-floppy-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-floppy-o:before {
	content: "\f0c7"
}

.la.la-navicon:before {
	content: "\f0c9"
}

.la.la-reorder:before {
	content: "\f0c9"
}

.la.la-pinterest {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pinterest-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus:before {
	content: "\f0d5"
}

.la.la-money {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-money:before {
	content: "\f3d1"
}

.la.la-unsorted:before {
	content: "\f0dc"
}

.la.la-sort-desc:before {
	content: "\f0dd"
}

.la.la-sort-asc:before {
	content: "\f0de"
}

.la.la-linkedin {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-linkedin:before {
	content: "\f0e1"
}

.la.la-rotate-left:before {
	content: "\f0e2"
}

.la.la-legal:before {
	content: "\f0e3"
}

.la.la-tachometer:before {
	content: "\f3fd"
}

.la.la-dashboard:before {
	content: "\f3fd"
}

.la.la-comment-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-comment-o:before {
	content: "\f075"
}

.la.la-comments-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-comments-o:before {
	content: "\f086"
}

.la.la-flash:before {
	content: "\f0e7"
}

.la.la-clipboard {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-paste {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-paste:before {
	content: "\f328"
}

.la.la-lightbulb-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-lightbulb-o:before {
	content: "\f0eb"
}

.la.la-exchange:before {
	content: "\f362"
}

.la.la-cloud-download:before {
	content: "\f381"
}

.la.la-cloud-upload:before {
	content: "\f382"
}

.la.la-bell-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-bell-o:before {
	content: "\f0f3"
}

.la.la-cutlery:before {
	content: "\f2e7"
}

.la.la-file-text-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-text-o:before {
	content: "\f15c"
}

.la.la-building-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-building-o:before {
	content: "\f1ad"
}

.la.la-hospital-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hospital-o:before {
	content: "\f0f8"
}

.la.la-tablet:before {
	content: "\f3fa"
}

.la.la-mobile:before {
	content: "\f3cd"
}

.la.la-mobile-phone:before {
	content: "\f3cd"
}

.la.la-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-circle-o:before {
	content: "\f111"
}

.la.la-mail-reply:before {
	content: "\f3e5"
}

.la.la-github-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-folder-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-folder-o:before {
	content: "\f07b"
}

.la.la-folder-open-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-folder-open-o:before {
	content: "\f07c"
}

.la.la-smile-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-smile-o:before {
	content: "\f118"
}

.la.la-frown-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-frown-o:before {
	content: "\f119"
}

.la.la-meh-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-meh-o:before {
	content: "\f11a"
}

.la.la-keyboard-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-keyboard-o:before {
	content: "\f11c"
}

.la.la-flag-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-flag-o:before {
	content: "\f024"
}

.la.la-mail-reply-all:before {
	content: "\f122"
}

.la.la-star-half-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-star-half-o:before {
	content: "\f089"
}

.la.la-star-half-empty {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-star-half-empty:before {
	content: "\f089"
}

.la.la-star-half-full {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-star-half-full:before {
	content: "\f089"
}

.la.la-code-fork:before {
	content: "\f126"
}

.la.la-chain-broken:before {
	content: "\f127"
}

.la.la-shield:before {
	content: "\f3ed"
}

.la.la-calendar-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-calendar-o:before {
	content: "\f133"
}

.la.la-maxcdn {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-html5 {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-css3 {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ticket:before {
	content: "\f3ff"
}

.la.la-minus-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-minus-square-o:before {
	content: "\f146"
}

.la.la-level-up:before {
	content: "\f3bf"
}

.la.la-level-down:before {
	content: "\f3be"
}

.la.la-pencil-square:before {
	content: "\f14b"
}

.la.la-external-link-square:before {
	content: "\f360"
}

.la.la-compass {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-caret-square-o-down {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-caret-square-o-down:before {
	content: "\f150"
}

.la.la-toggle-down {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-toggle-down:before {
	content: "\f150"
}

.la.la-caret-square-o-up {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-caret-square-o-up:before {
	content: "\f151"
}

.la.la-toggle-up {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-toggle-up:before {
	content: "\f151"
}

.la.la-caret-square-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-caret-square-o-right:before {
	content: "\f152"
}

.la.la-toggle-right {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-toggle-right:before {
	content: "\f152"
}

.la.la-eur:before {
	content: "\f153"
}

.la.la-euro:before {
	content: "\f153"
}

.la.la-gbp:before {
	content: "\f154"
}

.la.la-usd:before {
	content: "\f155"
}

.la.la-dollar:before {
	content: "\f155"
}

.la.la-inr:before {
	content: "\f156"
}

.la.la-rupee:before {
	content: "\f156"
}

.la.la-jpy:before {
	content: "\f157"
}

.la.la-cny:before {
	content: "\f157"
}

.la.la-rmb:before {
	content: "\f157"
}

.la.la-yen:before {
	content: "\f157"
}

.la.la-rub:before {
	content: "\f158"
}

.la.la-ruble:before {
	content: "\f158"
}

.la.la-rouble:before {
	content: "\f158"
}

.la.la-krw:before {
	content: "\f159"
}

.la.la-won:before {
	content: "\f159"
}

.la.la-btc {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bitcoin {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bitcoin:before {
	content: "\f15a"
}

.la.la-file-text:before {
	content: "\f15c"
}

.la.la-sort-alpha-asc:before {
	content: "\f15d"
}

.la.la-sort-alpha-desc:before {
	content: "\f881"
}

.la.la-sort-amount-asc:before {
	content: "\f160"
}

.la.la-sort-amount-desc:before {
	content: "\f884"
}

.la.la-sort-numeric-asc:before {
	content: "\f162"
}

.la.la-sort-numeric-desc:before {
	content: "\f886"
}

.la.la-youtube-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-youtube {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-xing {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-xing-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-youtube-play {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-youtube-play:before {
	content: "\f167"
}

.la.la-dropbox {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-stack-overflow {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-instagram {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-flickr {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-adn {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bitbucket {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bitbucket-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bitbucket-square:before {
	content: "\f171"
}

.la.la-tumblr {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-tumblr-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-long-arrow-down:before {
	content: "\f309"
}

.la.la-long-arrow-up:before {
	content: "\f30c"
}

.la.la-long-arrow-left:before {
	content: "\f30a"
}

.la.la-long-arrow-right:before {
	content: "\f30b"
}

.la.la-apple {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-windows {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-android {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-linux {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-dribbble {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-skype {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-foursquare {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-trello {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gratipay {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gittip {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gittip:before {
	content: "\f184"
}

.la.la-sun-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-sun-o:before {
	content: "\f185"
}

.la.la-moon-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-moon-o:before {
	content: "\f186"
}

.la.la-vk {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-weibo {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-renren {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pagelines {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-stack-exchange {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-arrow-circle-o-right {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-arrow-circle-o-right:before {
	content: "\f35a"
}

.la.la-arrow-circle-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-arrow-circle-o-left:before {
	content: "\f359"
}

.la.la-caret-square-o-left {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-caret-square-o-left:before {
	content: "\f191"
}

.la.la-toggle-left {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-toggle-left:before {
	content: "\f191"
}

.la.la-dot-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-dot-circle-o:before {
	content: "\f192"
}

.la.la-vimeo-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-try:before {
	content: "\f195"
}

.la.la-turkish-lira:before {
	content: "\f195"
}

.la.la-plus-square-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-plus-square-o:before {
	content: "\f0fe"
}

.la.la-slack {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wordpress {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-openid {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-institution:before {
	content: "\f19c"
}

.la.la-bank:before {
	content: "\f19c"
}

.la.la-mortar-board:before {
	content: "\f19d"
}

.la.la-yahoo {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-reddit {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-reddit-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-stumbleupon-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-stumbleupon {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-delicious {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-digg {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pied-piper-pp {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pied-piper-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-drupal {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-joomla {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-spoon:before {
	content: "\f2e5"
}

.la.la-behance {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-behance-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-steam {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-steam-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-automobile:before {
	content: "\f1b9"
}

.la.la-cab:before {
	content: "\f1ba"
}

.la.la-envelope-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-envelope-o:before {
	content: "\f0e0"
}

.la.la-deviantart {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-soundcloud {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-file-pdf-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-pdf-o:before {
	content: "\f1c1"
}

.la.la-file-word-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-word-o:before {
	content: "\f1c2"
}

.la.la-file-excel-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-excel-o:before {
	content: "\f1c3"
}

.la.la-file-powerpoint-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-powerpoint-o:before {
	content: "\f1c4"
}

.la.la-file-image-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-image-o:before {
	content: "\f1c5"
}

.la.la-file-photo-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-photo-o:before {
	content: "\f1c5"
}

.la.la-file-picture-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-picture-o:before {
	content: "\f1c5"
}

.la.la-file-archive-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-archive-o:before {
	content: "\f1c6"
}

.la.la-file-zip-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-zip-o:before {
	content: "\f1c6"
}

.la.la-file-audio-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-audio-o:before {
	content: "\f1c7"
}

.la.la-file-sound-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-sound-o:before {
	content: "\f1c7"
}

.la.la-file-video-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-video-o:before {
	content: "\f1c8"
}

.la.la-file-movie-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-movie-o:before {
	content: "\f1c8"
}

.la.la-file-code-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-file-code-o:before {
	content: "\f1c9"
}

.la.la-vine {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-codepen {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-jsfiddle {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-life-ring {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-life-bouy {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-life-bouy:before {
	content: "\f1cd"
}

.la.la-life-buoy {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-life-buoy:before {
	content: "\f1cd"
}

.la.la-life-saver {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-life-saver:before {
	content: "\f1cd"
}

.la.la-support {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-support:before {
	content: "\f1cd"
}

.la.la-circle-o-notch:before {
	content: "\f1ce"
}

.la.la-rebel {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ra {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ra:before {
	content: "\f1d0"
}

.la.la-resistance {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-resistance:before {
	content: "\f1d0"
}

.la.la-empire {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ge {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ge:before {
	content: "\f1d1"
}

.la.la-git-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-git {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-hacker-news {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-y-combinator-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-y-combinator-square:before {
	content: "\f1d4"
}

.la.la-yc-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-yc-square:before {
	content: "\f1d4"
}

.la.la-tencent-weibo {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-qq {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-weixin {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wechat {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wechat:before {
	content: "\f1d7"
}

.la.la-send:before {
	content: "\f1d8"
}

.la.la-paper-plane-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-paper-plane-o:before {
	content: "\f1d8"
}

.la.la-send-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-send-o:before {
	content: "\f1d8"
}

.la.la-circle-thin {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-circle-thin:before {
	content: "\f111"
}

.la.la-header:before {
	content: "\f1dc"
}

.la.la-sliders:before {
	content: "\f1de"
}

.la.la-futbol-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-futbol-o:before {
	content: "\f1e3"
}

.la.la-soccer-ball-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-soccer-ball-o:before {
	content: "\f1e3"
}

.la.la-slideshare {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-twitch {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-yelp {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-newspaper-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-newspaper-o:before {
	content: "\f1ea"
}

.la.la-paypal {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-wallet {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-visa {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-mastercard {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-discover {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-amex {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-paypal {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-stripe {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bell-slash-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-bell-slash-o:before {
	content: "\f1f6"
}

.la.la-trash:before {
	content: "\f2ed"
}

.la.la-copyright {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-eyedropper:before {
	content: "\f1fb"
}

.la.la-area-chart:before {
	content: "\f1fe"
}

.la.la-pie-chart:before {
	content: "\f200"
}

.la.la-line-chart:before {
	content: "\f201"
}

.la.la-lastfm {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-lastfm-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ioxhost {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-angellist {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-cc:before {
	content: "\f20a"
}

.la.la-ils:before {
	content: "\f20b"
}

.la.la-shekel:before {
	content: "\f20b"
}

.la.la-sheqel:before {
	content: "\f20b"
}

.la.la-meanpath {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-meanpath:before {
	content: "\f2b4"
}

.la.la-buysellads {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-connectdevelop {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-dashcube {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-forumbee {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-leanpub {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-sellsy {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-shirtsinbulk {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-simplybuilt {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-skyatlas {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-diamond {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-diamond:before {
	content: "\f3a5"
}

.la.la-intersex:before {
	content: "\f224"
}

.la.la-facebook-official {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-facebook-official:before {
	content: "\f09a"
}

.la.la-pinterest-p {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-whatsapp {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-hotel:before {
	content: "\f236"
}

.la.la-viacoin {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-medium {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-y-combinator {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-yc {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-yc:before {
	content: "\f23b"
}

.la.la-optin-monster {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-opencart {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-expeditedssl {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-battery-4:before {
	content: "\f240"
}

.la.la-battery:before {
	content: "\f240"
}

.la.la-battery-3:before {
	content: "\f241"
}

.la.la-battery-2:before {
	content: "\f242"
}

.la.la-battery-1:before {
	content: "\f243"
}

.la.la-battery-0:before {
	content: "\f244"
}

.la.la-object-group {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-object-ungroup {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-sticky-note-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-sticky-note-o:before {
	content: "\f249"
}

.la.la-cc-jcb {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-cc-diners-club {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-clone {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hourglass-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hourglass-o:before {
	content: "\f254"
}

.la.la-hourglass-1:before {
	content: "\f251"
}

.la.la-hourglass-2:before {
	content: "\f252"
}

.la.la-hourglass-3:before {
	content: "\f253"
}

.la.la-hand-rock-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-rock-o:before {
	content: "\f255"
}

.la.la-hand-grab-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-grab-o:before {
	content: "\f255"
}

.la.la-hand-paper-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-paper-o:before {
	content: "\f256"
}

.la.la-hand-stop-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-stop-o:before {
	content: "\f256"
}

.la.la-hand-scissors-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-scissors-o:before {
	content: "\f257"
}

.la.la-hand-lizard-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-lizard-o:before {
	content: "\f258"
}

.la.la-hand-spock-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-spock-o:before {
	content: "\f259"
}

.la.la-hand-pointer-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-pointer-o:before {
	content: "\f25a"
}

.la.la-hand-peace-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-hand-peace-o:before {
	content: "\f25b"
}

.la.la-registered {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-creative-commons {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gg {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gg-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-tripadvisor {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-odnoklassniki {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-odnoklassniki-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-get-pocket {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wikipedia-w {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-safari {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-chrome {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-firefox {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-opera {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-internet-explorer {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-television:before {
	content: "\f26c"
}

.la.la-contao {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-500px {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-amazon {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-calendar-plus-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-calendar-plus-o:before {
	content: "\f271"
}

.la.la-calendar-minus-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-calendar-minus-o:before {
	content: "\f272"
}

.la.la-calendar-times-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-calendar-times-o:before {
	content: "\f273"
}

.la.la-calendar-check-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-calendar-check-o:before {
	content: "\f274"
}

.la.la-map-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-map-o:before {
	content: "\f279"
}

.la.la-commenting:before {
	content: "\f4ad"
}

.la.la-commenting-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-commenting-o:before {
	content: "\f4ad"
}

.la.la-houzz {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-vimeo {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-vimeo:before {
	content: "\f27d"
}

.la.la-black-tie {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-fonticons {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-reddit-alien {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-edge {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-credit-card-alt:before {
	content: "\f09d"
}

.la.la-codiepie {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-modx {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-fort-awesome {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-usb {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-product-hunt {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-mixcloud {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-scribd {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pause-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-pause-circle-o:before {
	content: "\f28b"
}

.la.la-stop-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-stop-circle-o:before {
	content: "\f28d"
}

.la.la-bluetooth {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-bluetooth-b {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-gitlab {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wpbeginner {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wpforms {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-envira {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wheelchair-alt {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wheelchair-alt:before {
	content: "\f368"
}

.la.la-question-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-question-circle-o:before {
	content: "\f059"
}

.la.la-volume-control-phone:before {
	content: "\f2a0"
}

.la.la-asl-interpreting:before {
	content: "\f2a3"
}

.la.la-deafness:before {
	content: "\f2a4"
}

.la.la-hard-of-hearing:before {
	content: "\f2a4"
}

.la.la-glide {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-glide-g {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-signing:before {
	content: "\f2a7"
}

.la.la-viadeo {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-viadeo-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-snapchat {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-snapchat-ghost {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-snapchat-square {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-pied-piper {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-first-order {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-yoast {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-themeisle {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus-official {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus-official:before {
	content: "\f2b3"
}

.la.la-google-plus-circle {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-google-plus-circle:before {
	content: "\f2b3"
}

.la.la-font-awesome {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-fa {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-fa:before {
	content: "\f2b4"
}

.la.la-handshake-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-handshake-o:before {
	content: "\f2b5"
}

.la.la-envelope-open-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-envelope-open-o:before {
	content: "\f2b6"
}

.la.la-linode {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-address-book-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-address-book-o:before {
	content: "\f2b9"
}

.la.la-vcard:before {
	content: "\f2bb"
}

.la.la-address-card-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-address-card-o:before {
	content: "\f2bb"
}

.la.la-vcard-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-vcard-o:before {
	content: "\f2bb"
}

.la.la-user-circle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-user-circle-o:before {
	content: "\f2bd"
}

.la.la-user-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-user-o:before {
	content: "\f007"
}

.la.la-id-badge {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-drivers-license:before {
	content: "\f2c2"
}

.la.la-id-card-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-id-card-o:before {
	content: "\f2c2"
}

.la.la-drivers-license-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-drivers-license-o:before {
	content: "\f2c2"
}

.la.la-quora {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-free-code-camp {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-telegram {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-thermometer-4:before {
	content: "\f2c7"
}

.la.la-thermometer:before {
	content: "\f2c7"
}

.la.la-thermometer-3:before {
	content: "\f2c8"
}

.la.la-thermometer-2:before {
	content: "\f2c9"
}

.la.la-thermometer-1:before {
	content: "\f2ca"
}

.la.la-thermometer-0:before {
	content: "\f2cb"
}

.la.la-bathtub:before {
	content: "\f2cd"
}

.la.la-s15:before {
	content: "\f2cd"
}

.la.la-window-maximize {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-window-restore {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-times-rectangle:before {
	content: "\f410"
}

.la.la-window-close-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-window-close-o:before {
	content: "\f410"
}

.la.la-times-rectangle-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-times-rectangle-o:before {
	content: "\f410"
}

.la.la-bandcamp {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-grav {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-etsy {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-imdb {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-ravelry {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-eercast {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-eercast:before {
	content: "\f2da"
}

.la.la-snowflake-o {
	font-family: "Line Awesome Free";
	font-weight: 400
}

.la.la-snowflake-o:before {
	content: "\f2dc"
}

.la.la-superpowers {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-wpexplorer {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.la.la-spotify {
	font-family: "Line Awesome Brands";
	font-weight: 400
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.tp-table {
	display: table;
	width: 100%
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.thim-select-language {
	line-height: 27px
}

.thim-select-language .language {
	position: relative
}

.thim-select-language .language>span {
	padding-right: 25px;
	position: relative;
	line-height: 27px;
	display: inline-block
}

.thim-select-language .language>span:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	line-height: 27px;
	right: 0
}

.thim-select-language .language ul {
	list-style: none;
	visibility: hidden;
	position: absolute;
	top: 27px;
	left: -10px;
	background: #fff;
	z-index: 9999;
	min-width: 120px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0
}

.thim-select-language .language ul li {
	line-height: 30px;
	padding: 0 15px;
	text-align: left;
	display: block
}

.thim-select-language .language ul li a {
	color: #5a5a5a;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	display: block
}

.thim-select-language .language:hover {
	cursor: pointer
}

.thim-select-language .language:hover ul {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	visibility: visible;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.thim-select-language.language-new .language {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important
}

.thim-select-language.language-new .language>span {
	color: var(--thim_main_menu_text_color)
}

.thim-select-language.language-new .language ul {
	padding: 15px 0;
	box-shadow: rgba(111, 111, 111, 0.2) 0 4px 10px 0
}

.thim-select-language.language-new .language ul li {
	padding: 10px 15px
}

.thim-select-language.language-new .language ul li a {
	text-transform: uppercase;
	border-bottom: unset;
	color: #c0c0c0
}

.thim-select-language.language-new .language ul li a:hover {
	color: #000
}

.thim-select-language.language-new .language ul li a img {
	margin-right: 10px
}

@media (max-width:991px) {
	.site-header.header_v1 .menu-right {
		display: none !important
	}
}

.site-header.header_v1 .menu-right .thim-select-language .language {
	border-bottom: 1px solid var(--thim_body_primary_color)
}

.site-header.header_v1 .menu-right .thim-select-language .language>span {
	font-weight: bold
}

@media (max-width:1270px) {
	.site-header.header_v1 .menu-right .phone-swapper {
		display: none
	}
}

@media (max-width:1023px) {
	.site-header.header_v1 .menu-right .thim-select-language {
		display: none
	}
}

@media (max-width:1199px) {

	.site-header.header_v1 .navbar-nav>li>a,
	.site-header.header_v1 .navbar-nav>li>span.disable_link,
	.site-header.header_v1 .navbar-nav>li>span:not(.icon-toggle) {
		margin: 0 13px !important
	}
}

.site-header.header_v2 {
	padding-top: 0;
	padding-bottom: 0
}

.site-header.header_v2 .header-right.table-cell,
.site-header.header_v2 .header-left.table-cell {
	width: 50%
}

.site-header.header_v2 .inner-header-top {
	line-height: 30px
}

.site-header.header_v2 .inner-header-top ul {
	padding: 0;
	margin: 0px -5px
}

.site-header.header_v2 .inner-header-top ul li {
	list-style: none;
	float: left;
	margin: 0px 5px
}

.site-header.header_v2 .inner-header-top ul li a {
	border: 1px solid;
	border-color: #eee;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	border-radius: 2px;
	display: block
}

.site-header.header_v2 .inner-header-top .sm-logo {
	text-align: center
}

.site-header.header_v2 .inner-header-top .sm-logo img {
	margin-bottom: 0
}

.site-header.header_v2 .navigation .table-center {
	border-top: 1px solid #eee
}

.site-header.header_v2 .navigation .table-center .inner-navigation {
	text-align: center
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-right {
	display: none
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
	padding: 29px 30px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
	padding-right: 45px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	right: 30px
}

.thim-float-left {
	float: left;
	margin-right: 20px
}

.thim-float-left:last-child {
	margin-right: 0
}

.thim-float-right {
	float: right;
	margin-left: 20px
}

.thim-float-right:last-child {
	margin-left: 0
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left {
	display: none
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left ul li {
	list-style: none;
	float: left;
	margin: 0 5px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .header-left ul li a {
	border: 1px solid var(--thim_body_border_color);
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 28px;
	border-radius: 2px;
	display: block
}

#rt-drawer.style1 {
	position: relative
}

#rt-drawer.style1 #collapseDrawer {
	overflow: hidden
}

#rt-drawer.style1 #collapseDrawer.collapse {
	display: block
}

#rt-drawer.style1 #collapseDrawer .widget {
	text-align: center;
	padding: 14px 15px
}

#rt-drawer.style1 #collapseDrawer .textwidget a {
	opacity: 0.7
}

#rt-drawer.style1 .drawer_link {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	right: 0;
	top: 0;
	z-index: 999
}

#rt-drawer.style1 .drawer_link a {
	font-size: 26px;
	color: #fff
}

#rt-drawer.style1 .drawer_link a.collapsed i:before {
	content: "\f107"
}

#rt-drawer.style2 {
	position: relative;
	width: 100%;
	z-index: 99999
}

#rt-drawer.style2 #collapseDrawer {
	overflow: hidden
}

#rt-drawer.style2 #collapseDrawer.collapse {
	display: block
}

#rt-drawer.style2 #collapseDrawer .widget {
	text-align: center;
	padding: 14px 15px
}

#rt-drawer.style2 #collapseDrawer .textwidget a {
	opacity: 0.7
}

#rt-drawer.style2 .drawer_link {
	position: absolute;
	background: transparent;
	width: 0;
	height: 40px;
	line-height: 28px;
	top: auto;
	text-align: center;
	bottom: -40px;
	right: 0;
	border-style: solid;
	border-width: 0 40px 40px 0
}

#rt-drawer.style2 .drawer_link .fa-angle-up:before {
	content: "\f068";
	font-size: 11px;
	position: absolute;
	left: 24px;
	top: 6px;
	color: #fff
}

#rt-drawer.style2 .drawer_link a.collapsed i:before {
	content: "\f067"
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.affix-top .sticky-logo {
	display: none
}

.affix .no-sticky-logo {
	display: none
}

.site-header.sticky-header,
.site-header.header_overlay {
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 0
}

.site-header.header_v1.header_overlay .navbar-nav>li>a::before {
	bottom: 0;
	height: 1px
}

.site-header.header_v1.header_overlay .has-topbar .navbar-nav>li>a::before {
	bottom: 0
}

.site-header.header_v1 .has-topbar .navbar-nav>li>a::before {
	bottom: -25px
}

.site-header.header_v1 .navbar-nav {
	text-align: right
}

.site-header.header_v1 .navbar-nav>li {
	float: none;
	display: inline-block
}

.site-header.header_v1 .navbar-nav>li:last-child a {
	margin-right: 0
}

@media (max-width:1199px) {
	.site-header.header_v1 .navbar-nav>li:last-child a {
		margin-right: 0 !important
	}
}

.site-header.header_v1 .navbar-nav>li.current-menu-item>a::before {
	width: 100%
}

.site-header.header_v1 .navbar-nav>li>a {
	position: relative
}

.site-header.header_v1 .navbar-nav>li>a:hover::before {
	width: 100%
}

.site-header.header_v1 .navbar-nav>li>a::before {
	position: absolute;
	content: "";
	bottom: -25px;
	left: 0;
	height: 3px;
	width: 0;
	background: var(--thim_body_primary_color);
	transition: all 0.3s
}

@media (max-width:767px) {
	.site-header.header_v1 .navbar-nav>li>a::before {
		display: none
	}
}

.site-header .full-width {
	padding: 0 60px
}

@media (max-width:1610px) {
	.site-header .full-width {
		padding: 0 30px
	}
}

@media (max-width:991px) {
	.site-header .full-width {
		padding: 0 15px
	}
}

.site-header .width-navigation.table-right {
	padding-left: 8.5%
}

@media (max-width:1610px) {
	.site-header .width-navigation.table-right {
		padding-left: 30px
	}
}

@media (max-width:767px) {
	.site-header .width-navigation.table-right {
		padding-left: 0;
		padding-top: 20px
	}
}

.site-header .width-navigation .inner-navigation.navigation-flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width:767px) {
	.site-header .width-navigation .inner-navigation.navigation-flex {
		display: inline-block
	}
}

.site-header .width-navigation .inner-navigation.navigation-flex .phone-swapper .call {
	display: flex;
	align-items: center
}

.site-header .width-navigation .inner-navigation.navigation-flex .phone-swapper .call i {
	font-size: 24px;
	margin-right: 10px
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left {
	display: flex
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li {
	list-style-type: none
}

.site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li:not(:last-child) {
	margin-right: 30px
}

@media (max-width:1070px) {
	.site-header .width-navigation .inner-navigation.navigation-flex .menu-left>li:not(:last-child) {
		margin-right: 0
	}
}

@media (max-width:1260px) {
	.site-header .width-navigation .inner-navigation.navigation-flex .menu-left .thim-select-language {
		display: none
	}
}

@media (max-width:1070px) {
	.site-header .width-navigation .inner-navigation.navigation-flex .menu-left .phone-swapper {
		display: none
	}
}

@media (max-width:991px) {
	.site-header .width-navigation .inner-navigation.navigation-flex .menu-left .thim-social {
		display: none
	}
}

.wrapper-container {
	position: relative;
	overflow: hidden
}

.content-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s
}

.content-pusher:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 9
}

.mobile-menu-open .content-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s
}

.mobile-menu-open .content-pusher {
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0)
}

.custom-social .thim-social .social_link li a {
	display: inline-flex;
	line-height: 1;
	border: none;
	color: var(--thim_main_menu_text_color);
	min-width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center
}

@media (min-width:768px) {
	.site-header.header_v2.sticky-header.affix {
		padding-top: 0
	}

	.width-navigation {
		width: 300px
	}

	.width-navigation .menu-right {
		display: inline-block
	}

	.width-navigation .menu-right:before,
	.width-navigation .menu-right:after {
		content: " ";
		display: table
	}

	.width-navigation .menu-right:after {
		clear: both
	}

	.width-navigation .navbar-nav {
		display: inline-block
	}

	.width-navigation.table-right {
		text-align: right
	}

	.site-header {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out
	}

	.site-header.sticky-header.affix {
		position: fixed;
		top: 0;
		box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4)
	}

	.content-pusher.boxed-area .site-header.sticky-header.affix {
		left: 0;
		right: 0;
		max-width: 1200px;
		margin: auto
	}

	.site-header.sticky-header.affix .navbar-nav>li:last-child>a,
	.site-header.sticky-header.affix .navbar-nav>li:last-child>span.disable_link {
		padding-right: 0px
	}

	.sm-logo {
		vertical-align: middle
	}

	.sm-logo img {
		margin-bottom: 10px
	}

	.sm-logo img {
		-webkit-transition: all ease-out 0.3s;
		-moz-transition: all ease-out 0.3s;
		-o-transition: all ease-out 0.3s;
		-ms-transition: all ease-out 0.3s;
		transition: all ease-out 0.3s
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu {
		background: #fff;
		box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
		-o-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
		-ms-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li {
		padding: 0 20px
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:after {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 1px
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:last-child:after {
		display: none
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li a,
	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li>span.disable_link {
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		padding: 12px 0;
		display: block
	}

	.navigation .navbar-nav li.tc-menu-layout-default>.sub-menu {
		margin-left: 0;
		top: 54px
	}

	.navigation .menu-right .thim-social ul.social_link {
		margin: 0 -10px
	}

	.navigation .menu-right .thim-social ul.social_link li {
		margin: 0 10px
	}

	.navigation .menu-right li {
		list-style: none;
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: middle
	}

	.navigation .menu-right li:last-child {
		padding-right: 0
	}

	.navigation {
		position: relative
	}

	.navigation .tm-table {
		width: 100%;
		display: table
	}

	.navigation nav {
		position: static
	}

	.navbar-nav>li.multicolumn [class*=submenu_columns] .sub-menu {
		position: static !important;
		display: block !important;
		width: auto;
		border: none;
		box-shadow: 0 0 0;
		padding: 0
	}

	.navbar-nav a i.fa {
		margin-right: 5px
	}

	.navbar-nav>li.multicolumn [class*=submenu_columns]>li,
	.navbar-nav [class*=submenu_columns]>aside {
		float: left
	}

	.navbar-nav>li.multicolumn [class*=submenu_columns]>aside {
		padding: 15px
	}

	.submenu-widget {
		padding: 10px
	}

	.navbar-nav .submenu_columns_2>li,
	.navbar-nav .submenu_columns_2>aside {
		width: 50%
	}

	.navbar-nav .submenu_columns_3>li,
	.navbar-nav .submenu_columns_3>aside {
		width: 33.33333%
	}

	.navbar-nav .submenu_columns_4>li,
	.navbar-nav .submenu_columns_4>aside {
		width: 25%
	}

	.navbar-nav .submenu_columns_5>li,
	.navbar-nav .submenu_columns_5>aside {
		width: 20%
	}

	.navbar-nav .dropdown_full_width {
		position: static
	}

	.navbar-nav li.multicolumn .submenu_columns_1,
	.navbar-nav li.widget_area .submenu_columns_1 {
		width: 233px
	}

	.navbar-nav li.multicolumn .submenu_columns_1 li,
	.navbar-nav li.widget_area .submenu_columns_1 li {
		width: 100%
	}

	.navbar-nav li.multicolumn .submenu_columns_2,
	.navbar-nav li.widget_area .submenu_columns_2 {
		width: 466px
	}

	.navbar-nav li.multicolumn .submenu_columns_3,
	.navbar-nav li.widget_area .submenu_columns_3 {
		width: 699px
	}

	.navbar-nav li.multicolumn .submenu_columns_4,
	.navbar-nav li.widget_area .submenu_columns_4 {
		width: 932px
	}

	.navbar-nav li.multicolumn .submenu_columns_5,
	.navbar-nav li.widget_area .submenu_columns_5 {
		width: 1165px
	}

	.navbar-nav li.drop_to_center .submenu_columns_1 {
		left: -80px
	}

	.navbar-nav li.drop_to_center .submenu_columns_2 {
		left: -191px
	}

	.navbar-nav li.drop_to_center .submenu_columns_3 {
		left: -310px
	}

	.navbar-nav li.drop_to_center .submenu_columns_4 {
		left: -425px
	}

	.navbar-nav li.drop_to_center .submenu_columns_5 {
		left: -545px
	}

	.navbar-nav li.dropdown_full_width .megacol {
		left: 15px;
		right: 15px;
		width: auto
	}

	.navbar-nav>li>span:hover {
		background: transparent
	}

	.navbar-nav [class*=submenu_columns] aside {
		float: left;
		text-align: left
	}

	.widget_area aside ul li a,
	.widget_area aside ul li span {
		padding: 10px 25px 10px 0
	}

	.widget_area .widget_recent_entries li {
		padding-bottom: 0;
		margin-bottom: 0
	}

	.drop_to_right>.sub-menu {
		left: auto;
		right: 12px
	}

	.drop_to_center.tc-menu-layout-default>.sub-menu {
		left: 50%
	}

	.navbar-nav>li>.sub-menu.submenu-widget>li,
	.navbar-nav>li>.sub-menu.multicolumn>li {
		float: left;
		padding: 15px
	}

	.navbar-nav>li>.sub-menu.submenu-widget.submenu_columns_1>li,
	.navbar-nav>li>.sub-menu.multicolumn.submenu_columns_1>li {
		float: none
	}

	nav .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}

	nav ul,
	nav ul ul,
	nav ul ul ul {
		margin: 0
	}

	nav ul li,
	nav ul ul li,
	nav ul ul ul li {
		margin: 0
	}

	.nav>li>a:hover,
	.nav>li>a:focus {
		background: transparent
	}

	.navbar-nav {
		float: none
	}

	.navbar-nav li .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: auto;
		z-index: 9999
	}

	.navbar-nav li .sub-menu li {
		list-style: none;
		text-align: left;
		position: relative
	}

	.navbar-nav li .sub-menu li a {
		text-decoration: none
	}

	.navbar-nav li:hover>.sub-menu li a {
		text-decoration: none
	}

	.navbar-nav li.tc-menu-layout-default .sub-menu {
		min-width: 210px;
		margin-left: 0
	}

	.navbar-nav li.tc-menu-layout-default .sub-menu li {
		width: 100%
	}

	.navbar-nav li .sub-menu .sub-menu {
		left: 100%;
		top: 0
	}

	.navbar-nav li .sub-menu li:hover .sub-menu {
		height: auto;
		z-index: 999
	}

	.navbar-nav li.multicolumn .megacol>li {
		padding: 10px 15px
	}

	.navbar-nav li.multicolumn .megacol>li>a,
	.navbar-nav li.multicolumn .megacol>li>span {
		font-weight: bold;
		padding: 5px 0;
		display: block
	}

	.navbar-nav li.multicolumn .megacol>li>a:hover,
	.navbar-nav li.multicolumn .megacol>li>span:hover {
		background: transparent
	}

	.navbar-nav li.multicolumn .megacol .sub-menu {
		background: transparent;
		display: block !important
	}

	.navbar-nav li.multicolumn .megacol .sub-menu a,
	.navbar-nav li.multicolumn .megacol .sub-menu span.disable_link {
		padding: 5px 0;
		display: block
	}

	.navbar-nav>li {
		vertical-align: middle;
		display: inline-block;
		float: none
	}

	.navbar-nav>li>a,
	.navbar-nav>li>span.disable_link,
	.navbar-nav>li>span:not(.icon-toggle) {
		padding: 15px 0px;
		margin: 0 20px;
		display: inline-block;
		position: relative;
		line-height: 14px;
		text-transform: uppercase
	}

	.navbar-nav>li:last-child>a,
	.navbar-nav>li:last-child>span.disable_link {
		padding-right: 0
	}

	.nav>li .sub-menu,
	.nav>li.multicolumn>.sub-menu,
	.nav>li.widget_area>.sub-menu {
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1)
	}

	.nav>li .sub-menu .menu-category-description,
	.nav>li.multicolumn>.sub-menu .menu-category-description,
	.nav>li.widget_area>.sub-menu .menu-category-description {
		text-align: justify
	}

	.nav>li.widget_area>.sub-menu {
		padding-right: 0;
		padding-left: 0
	}

	.nav>li.widget_area>.sub-menu aside {
		padding: 15px
	}

	.nav>li.multicolumn>.sub-menu .sub-menu,
	.nav>li.widget_area>.sub-menu .sub-menu {
		box-shadow: 0 0 0
	}

	.navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
		opacity: 0.5;
		margin-left: -8px
	}

	.navigation .navbar-nav>li.menu-item-has-children .icon-toggle:after {
		display: none
	}

	.admin-bar .site-header.affix {
		top: 32px
	}

	.width-navigation-left {
		text-align: left
	}

	.width-navigation-left .navbar-nav {
		text-align: left
	}

	.width-navigation-left li {
		list-style: none
	}

	.mobile-menu-open {
		height: 100% !important;
		margin-top: 0 !important
	}

	.mobile-menu-open.wrapper-container {
		position: relative;
		overflow: hidden
	}

	.mobile-logo-custom .sticky-logo-mobile,
	.mobile-logo-custom .no-sticky-logo-mobile {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:1200px) {

	.navbar-nav li.multicolumn .submenu_columns_1,
	.navbar-nav li.widget_area .submenu_columns_1 {
		width: 194px
	}

	.navbar-nav li.multicolumn .submenu_columns_2,
	.navbar-nav li.widget_area .submenu_columns_2 {
		width: 388px
	}

	.navbar-nav li.multicolumn .submenu_columns_3,
	.navbar-nav li.widget_area .submenu_columns_3 {
		width: 582px
	}

	.navbar-nav li.multicolumn .submenu_columns_4,
	.navbar-nav li.widget_area .submenu_columns_4 {
		width: 776px
	}

	.navbar-nav li.multicolumn .submenu_columns_5,
	.navbar-nav li.widget_area .submenu_columns_5 {
		width: 970px
	}

	.navbar-nav li.dropdown_full_width [class*=submenu_columns].sub-menu {
		width: 100%
	}

	.navbar-nav li.drop_to_center .submenu_columns_1 {
		left: -55px
	}

	.navbar-nav li.drop_to_center .submenu_columns_2 {
		left: -152px
	}

	.navbar-nav li.drop_to_center .submenu_columns_3 {
		left: -252px
	}

	.navbar-nav li.drop_to_center .submenu_columns_4 {
		left: -347px
	}

	.navbar-nav li.drop_to_center .submenu_columns_5 {
		left: -450px
	}
}

@media only screen and (min-width:768px) and (max-width:990px) {
	.navbar-nav li.drop_to_center .submenu_columns_2 {
		left: -157px
	}
}

@media (max-width:767px) {
	.site-header .navigation {
		position: static !important
	}

	.width-navigation {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		overflow: auto;
		z-index: 9999;
		width: 300px;
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0)
	}

	.width-navigation .inner-navigation {
		display: table;
		width: 300px;
		height: 100%
	}

	.width-navigation .menu-right {
		display: table-header-group;
		padding: 10px
	}

	.width-navigation .menu-right>li {
		margin-left: 20px;
		display: inline-block
	}

	.width-navigation .menu-right>li:first-child {
		margin-top: 30px
	}

	.width-navigation .menu-right .sliderbar-menu-controller {
		display: none
	}

	.width-navigation .navbar-nav .icon-toggle {
		position: absolute;
		top: 0;
		right: 0;
		padding: 9px 25px;
		z-index: 9;
		font-size: 20px
	}

	.width-navigation .navbar-nav>li>ul.sub-menu {
		margin-top: 0;
		margin-bottom: 0;
		overflow: hidden;
		display: none
	}

	.width-navigation ul li a {
		display: block;
		outline: none;
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s
	}

	.nav>li>a:hover,
	.nav>li>a:focus {
		background: transparent
	}

	.site-header .navbar-nav {
		margin: 0
	}

	.site-header .navbar-nav li {
		list-style: none;
		position: relative;
		display: block
	}

	body,
	html,
	.mobile-menu-open {
		height: 100% !important;
		margin-top: 0 !important
	}

	.site-header.header_v1 .navbar-nav {
		text-align: left
	}

	.site-header.header_v1 .navbar-nav li {
		display: block
	}

	.site-header .navbar-nav {
		text-align: left
	}

	.menu-mobile-effect {
		float: none;
		display: table-cell;
		cursor: pointer;
		z-index: 1;
		vertical-align: middle;
		width: 22px;
		padding: 0 25px 0 10px
	}

	.sub-menu {
		position: relative
	}

	.sub-menu li {
		border: none !important
	}

	.sub-menu li a {
		padding-left: 25px !important
	}

	.navbar-nav .sub-menu:before {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		left: 2px;
		top: 1px;
		display: block
	}

	.navbar-nav .sub-menu li {
		margin-top: 9px
	}

	.navbar-nav .sub-menu li:before {
		content: "";
		width: 7px;
		height: 1px;
		position: absolute;
		left: 3px;
		top: 10px;
		padding: 0;
		display: block
	}

	.navbar-nav .sub-menu .sub-menu {
		margin-left: 20px
	}

	.nav>li>span {
		padding: 10px 15px
	}

	.site-header .navigation {
		padding: 10px 0
	}

	.header_v2 .navigation {
		overflow: hidden
	}

	.header_v2 .tm-table {
		float: right
	}

	.header_v2 .width-navigation-left {
		display: none
	}

	.header_v2 .menu-mobile-effect div:first-child {
		display: none
	}

	.top-header aside {
		display: block
	}

	.admin-bar .site-header.affix {
		top: 0 !important
	}

	.site-header.affix {
		position: fixed;
		box-shadow: 0px 1px 5px 2px rgba(111, 111, 111, 0.1)
	}
}

.menu-main-menu>.menu ul li {
	display: inline-block;
	list-style: none;
	padding: 10px 15px
}

.navbar-nav li .sub-menu[class*=tc-columns-] {
	padding: 15px 30px 20px;
	width: 600px
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .tc-megamenu-title {
	text-transform: uppercase
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu {
	display: block !important;
	opacity: 1 !important;
	margin-top: 10px;
	top: auto;
	left: 0;
	right: auto;
	min-width: 0;
	padding: 0 0 0 10px;
	position: relative;
	overflow: hidden;
	box-shadow: none
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li {
	padding: 5px 0
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li:hover a span {
	color: #2eb0d1
}

@media (min-width:768px) {

	.navigation .navbar-nav>li.current-menu-item:last-child>a:after,
	.navigation .navbar-nav>li.current-menu-item:last-child>span:after,
	.navigation .navbar-nav>li:hover:last-child>a:after,
	.navigation .navbar-nav>li:hover:last-child>span:after {
		right: 0
	}

	.navigation .navbar-nav #magic-line {
		position: absolute;
		height: 2px;
		z-index: 99999;
		bottom: 12px
	}
}

@media (max-width:767px) {
	.navigation .navbar-nav #magic-line {
		display: none
	}
}

.sliderbar-menu-controller {
	cursor: pointer
}

.slider-sidebar {
	position: fixed;
	width: 280px;
	z-index: 10;
	height: 100%;
	overflow: auto;
	padding: 20px;
	top: 0;
	right: 0;
	-webkit-transform: translate(280px);
	-moz-transform: translate(280px);
	-ms-transform: translate(280px);
	-o-transform: translate(280px);
	transform: translate(280px);
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease
}

.slider-sidebar.opened {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px)
}

.slider-sidebar .widget-title {
	position: relative;
	padding-bottom: 20px
}

.slider-sidebar .widget-title:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 2px;
	width: 30px
}

.slider-sidebar ul {
	margin: 0
}

.slider-sidebar ul li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid
}

.slider-sidebar ul li:last-child {
	border-width: 0
}

.slider-sidebar aside {
	margin-bottom: 25px
}

.slider-sidebar aside:last-child {
	margin-bottom: 0
}

body #wrapper-container {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease
}

body.slider-bar-opened #wrapper-container {
	-webkit-transform: translate(-280px);
	-moz-transform: translate(-280px);
	-ms-transform: translate(-280px);
	-o-transform: translate(-280px);
	transform: translate(-280px)
}

.slider-bar-opened #wrapper-container {
	cursor: url("../../images/close.png"), progress
}

.slider-bar-opened #wrapper-container:before {
	background: rgba(0, 0, 0, 0.5);
	content: "" !important;
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999
}

.top-header aside {
	display: inline-block;
	margin-left: 20px;
	padding-bottom: 3px;
	line-height: 27px
}

.top-header aside.widget_shopping_cart {
	padding-bottom: 4px
}

.top-header a .fa.fa-facebook:hover {
	color: #3b5999
}

.top-header a .fa.fa-twitter:hover {
	color: #61cae7
}

.header_overlay .top-header aside {
	border-bottom: none
}

#masthead.header_v3 {
	padding: 0
}

#masthead.header_v3 .navigation .tm-flex {
	display: table;
	width: 100%
}

#masthead.header_v3 .navigation .tm-flex .width-logo {
	position: absolute;
	top: 0;
	margin-bottom: 0;
	margin-left: 120px
}

#masthead.header_v3 .navigation .tm-flex .header-left {
	display: table-cell;
	vertical-align: middle;
	padding-left: 270px
}

#masthead.header_v3 .navigation .tm-flex .header-left li {
	list-style: none
}

#masthead.header_v3 .navigation .tm-flex .header-left li p {
	font-size: 16.5px;
	color: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase
}

#masthead.header_v3 .navigation .tm-flex .header-left li p i {
	margin-right: 10px
}

#masthead.header_v3 .navigation .tm-flex .header-left li p span {
	color: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right {
	display: table;
	width: 100%
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	border-spacing: 0
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation {
	width: 100% !important
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
	padding: 15px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item a {
	padding: 0
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
	margin-left: 6px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu {
	min-width: 250px
}

#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
	padding: 15px 20px
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 98px
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
	text-align: center;
	width: 98px;
	height: 85px;
	line-height: 85px;
	border-radius: 0;
	border: 0;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-khtml-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-khtml-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 99;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .close-form {
	font-size: 30px;
	position: absolute;
	right: 50px;
	top: 100px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-khtml-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form {
	width: 80%;
	position: relative;
	line-height: 42px;
	border: none
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-field {
	width: 100%;
	height: 100px;
	padding: 20px 0px;
	background: transparent;
	font-size: 60px;
	border: 0;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	border-bottom: 4px solid #c19b76;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-notice {
	display: inline-block;
	float: right;
	margin-top: 5px;
	color: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form.open {
	opacity: 1;
	visibility: visible
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form.open .search-form .search-field {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 1s;
	-khtml-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
	background: #c19b76
}

#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
	display: table-cell;
	vertical-align: middle;
	float: right
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li p {
	color: #2A2A2A
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
	color: #2A2A2A
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
	color: #ffffff
}

.textwidget p {
	margin-bottom: 0
}

.thim-ekits-menu__nav.navbar-main-menu>li {
	position: relative
}

.thim-ekits-menu__nav.navbar-main-menu>li .sub-menu {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 9999;
	padding: 15px 0;
	width: max-content;
	margin: 0;
	box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
	-o-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
	background: var(--thim_sub_menu_bg_color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px)
}

.thim-ekits-menu__nav.navbar-main-menu>li .icon-toggle {
	position: absolute;
	right: 0;
	top: 5px;
	transform: rotate(90deg)
}

.thim-ekits-menu__nav.navbar-main-menu>li .icon-toggle i {
	font-size: 8px
}

.thim-ekits-menu__nav.navbar-main-menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible
}

.thim-ekits-menu__nav.navbar-main-menu>li.menu-item-has-children>a::after {
	opacity: 0
}

.thim-ekits-menu__nav.navbar-main-menu>li.menu-item-has-children>a:hover {
	background-color: transparent;
	box-shadow: none
}

@media (min-width:1025px) {
	.thim-ekits-menu__nav.navbar-main-menu>li>a {
		position: relative;
		transition: 0.3s
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>a:hover {
		box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
		background-color: #ffffff
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>a:hover::after {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>a:hover::before {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>a::before {
		content: "";
		width: 4px;
		height: 4px;
		opacity: 0;
		background-color: var(--thim_body_primary_color, #ffb606);
		left: 50%;
		right: auto;
		top: 65%;
		position: absolute;
		transform: rotate(-45deg) translate(-50%, -50%)
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>a::after {
		transition: 0.3s;
		bottom: -24px;
		content: "";
		opacity: 0;
		right: auto;
		position: absolute;
		left: 0;
		width: 100%;
		height: 25px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2282%22%20height%3D%2213%22%20viewBox%3D%220%200%2082%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200.5H41L0%2013V0.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M82%200.5H41L82%2013V0.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item>a {
		box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
		background-color: #ffffff
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item>a::before,
	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item>a::after {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item.menu-item-has-children>a::after {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item.menu-item-has-children>a:hover::after {
		opacity: 0
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item.menu-item-has-children>.icon-toggle {
		opacity: 0
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-item.menu-item-has-children:hover>.icon-toggle {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent>a::before {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent>.sub-menu .current-menu-item {
		background: #F3F3F3
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent>.sub-menu .current-menu-item a {
		color: #000000
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children>a {
		box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
		background-color: #ffffff
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children>a::after {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children>a:hover::after {
		opacity: 0
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children>.icon-toggle {
		opacity: 0
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children:hover>.icon-toggle {
		opacity: 1
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.current-menu-parent.menu-item-has-children:hover>a {
		box-shadow: none;
		background-color: transparent
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul .thim-ekits-menu__mobile__backlink {
		display: none
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li {
		padding: 10px 30px 10px 25px;
		margin: 0;
		position: relative
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li a {
		color: var(--thim_font_body-color)
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li .sub-menu {
		left: 103%;
		top: 0
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li:hover {
		background: #F3F3F3
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li:hover>a {
		color: #000000
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li:hover .sub-menu {
		opacity: 1;
		visibility: visible
	}

	.thim-ekits-menu__nav.navbar-main-menu>li>ul li .icon-toggle {
		right: 5px;
		top: 13px
	}
}

@media (max-width:1024px) {
	.thim-ekits-menu .thim-ekits-menu__mobile {
		display: block
	}

	.thim-ekits-menu .thim-ekits-menu__mobile__close {
		display: block
	}

	.thim-ekits-menu__nav.navbar-main-menu>li .icon-toggle {
		right: 15px;
		transform: translateY(-50%);
		top: 50%
	}

	.thim-ekits-menu__nav.navbar-main-menu>li .icon-toggle i {
		font-size: 15px
	}

	.thim-ekits-menu .navbar-main-menu {
		padding: 30px 0
	}

	.thim-ekits-menu .navbar-main-menu li {
		padding: 0
	}

	.thim-ekits-menu .navbar-main-menu li.thim-ekits-menu__mobile__backlink {
		padding: 15px;
		position: absolute !important
	}

	.thim-ekits-menu .navbar-main-menu>li.menu-item-has-children>a:before {
		display: none
	}

	.thim-ekits-menu .navbar-main-menu>li .sub-menu li.menu-item-has-children>a:before {
		display: none
	}

	.thim-ekits-menu__nav.navbar-main-menu>li ul.sub-menu {
		background-image: none !important;
		display: none;
		position: fixed;
		visibility: hidden;
		margin: 0;
		padding: 60px 0 0 0;
		top: 0;
		bottom: 0;
		z-index: 9999;
		pointer-events: all;
		width: 320px !important;
		height: 100% !important;
		outline: none;
		box-shadow: none;
		transition: all 0.5s;
		background: white;
		border: 0 !important;
		left: 0;
		-webkit-transform: translateX(-320px);
		-moz-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		-o-transform: translateX(-320px)
	}

	.thim-ekits-menu__nav.navbar-main-menu>li ul.sub-menu.show {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		outline: none
	}

	.thim-ekits-menu__nav.navbar-main-menu>li ul.sub-menu li {
		margin: 0;
		position: relative
	}

	.thim-ekits-menu__nav.navbar-main-menu>li ul.sub-menu li>a {
		padding: 8px 0 8px 15px;
		display: block;
		color: #000000
	}

	.thim-ekits-menu__nav.navbar-main-menu>li ul.sub-menu li ul {
		display: block
	}

	.thim-ekits-menu__nav.navbar-main-menu>li.navbar-main-menu .menu-item-has-children:hover .sub-menu {
		padding: 60px 15px 10px
	}

	ul li.thim-ekits-menu__mobile__backlink {
		display: flex;
		align-items: center;
		width: 100%;
		float: none;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		column-gap: 10px;
		background: rgba(0, 0, 0, 0.1);
		padding: 15px;
		border-radius: 0;
		border-bottom: 1px solid #eaeaea
	}
}

.scrollup {
	z-index: 2;
	position: fixed;
	right: 10px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 5px
}

.scrollup:before {
	content: "\f102";
	font-size: 20px;
	font-family: "FontAwesome"
}

footer#colophon {
	background-position: bottom center;
	background-repeat: no-repeat
}

footer#colophon .thim-social a {
	font-size: 24px
}

footer#colophon .footer {
	padding: 80px 0 40px 0
}

@media (max-width:767px) {
	footer#colophon .footer {
		padding: 50px 0 10px 0
	}
}

footer#colophon .footer aside {
	margin-bottom: 70px
}

@media (max-width:1199px) {
	footer#colophon .footer aside {
		margin-bottom: 50px
	}
}

footer#colophon .footer aside.widget_nav_menu {
	padding-top: 105px
}

@media (max-width:767px) {
	footer#colophon .footer aside.widget_nav_menu {
		padding-top: 20px
	}
}

footer#colophon .footer aside .newletter {
	padding-top: 25px
}

footer#colophon .footer aside .newletter .widget-title {
	margin-bottom: 35px
}

@media (max-width:991px) {
	footer#colophon .footer aside .newletter .widget-title {
		margin-bottom: 42px
	}
}

@media (max-width:767px) {
	footer#colophon .footer aside .newletter .widget-title {
		margin-bottom: 20px
	}
}

footer#colophon .footer aside .newletter .mc4wp-form {
	margin: 0px 0 30px
}

@media (max-width:1199px) {
	footer#colophon .footer aside .newletter .mc4wp-form {
		margin-bottom: 10px
	}
}

footer#colophon .footer aside .newletter .mc4wp-form .mc4wp-form-fields {
	display: flex;
	align-items: center
}

footer#colophon .footer aside .newletter .mc4wp-form input[type=submit] {
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	font-family: var(--thim_font_title-font-family)
}

footer#colophon .footer aside:last-child {
	margin-bottom: 0
}

footer#colophon .footer aside ul {
	margin: 0
}

footer#colophon .footer aside ul.social_link li:first-child {
	margin-left: 0
}

footer#colophon .footer aside ul li {
	list-style: none;
	margin-bottom: 10px;
	text-transform: capitalize
}

footer#colophon .footer .thim-footer-location {
	max-width: 300px
}

footer#colophon .footer .thim-footer-location .image {
	margin-bottom: 50px
}

@media (max-width:767px) {
	footer#colophon .footer .thim-footer-location .image {
		margin-bottom: 30px
	}
}

footer#colophon .footer .thim-footer-location p {
	margin-bottom: 15px
}

footer#colophon .footer .thim-footer-location i {
	margin-right: 15px;
	width: 15px
}

footer#colophon .row aside {
	padding-left: 15px;
	padding-right: 15px
}

footer#colophon .text-copyright {
	padding: 50px 0;
	margin: 0 auto;
	text-align: left;
	line-height: 26px
}

@media (max-width:767px) {
	footer#colophon .text-copyright {
		padding: 35px 0
	}
}

footer#colophon .text-copyright .widget {
	padding: 0
}

footer#colophon .text-copyright .widget .copyright-text a:hover {
	color: var(--thim_body_primary_color)
}

footer#colophon a .fa:hover.fa-facebook {
	color: #3b5998
}

footer#colophon a .fa:hover.fa-twitter {
	color: #1da1f2
}

footer#colophon a .fa:hover.fa-google-plus {
	color: #db4437
}

footer#colophon a .fa:hover.fa-dribbble {
	color: #ea4c89
}

footer#colophon a .fa:hover.fa-linkedin {
	color: #007bb5
}

footer#colophon a .fa:hover.fa-pinterest {
	color: #bd081c
}

footer#colophon a .fa:hover.fa-digg {
	color: #486ca3
}

footer#colophon a .fa:hover.fa-youtube {
	color: #ff0000
}

footer#colophon a .fa:hover.fa-instagram {
	color: #c32aa3
}

.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid var(--thim_body_border_color);
	border-bottom-color: #bbb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before,
.pika-single:after {
	content: " ";
	display: table
}

.pika-single:after {
	clear: both
}

.pika-single {
	zoom: 1
}

.pika-single.is-hidden {
	display: none
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-lendar {
	float: left;
	width: 240px;
	margin: 8px
}

.pika-title {
	position: relative;
	text-align: center
}

.pika-label {
	display: inline-block;
	display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff
}

.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	filter: alpha(opacity=0);
	opacity: 0
}

.pika-prev,
.pika-next {
	display: block;
	cursor: pointer;
	position: relative;
	outline: none;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: 0.5;
	position: absolute;
	top: 0
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1
}

.pika-prev,
.is-rtl .pika-next {
	float: left;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
	left: 0
}

.pika-next,
.is-rtl .pika-prev {
	float: right;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
	right: 0
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: 0.2
}

.pika-select {
	display: inline-block;
	display: inline
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}

.pika-table th,
.pika-table td {
	width: 14.2857142857%;
	padding: 0;
	border: none
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-align: center
}

.pika-button {
	cursor: pointer;
	display: block;
	outline: none;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	background: #f5f5f5
}

.pika-week {
	font-size: 11px;
	color: #999
}

.is-today .pika-button {
	font-weight: bold
}

.is-selected .pika-button {
	color: #fff;
	font-weight: bold
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: 0.3
}

.pika-button:hover {
	color: #fff !important;
	box-shadow: none !important
}

.sc-heading {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 43px
}

.sc-heading.wrapper-line-heading {
	padding-bottom: 10px
}

.heading__secondary {
	position: relative;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none
}

.heading__primary {
	margin: 0;
	position: relative
}

.wrapper-line-heading {
	padding-bottom: 50px
}

.wrapper-line-heading .line-heading {
	width: 75px;
	height: 7px;
	margin: 22px auto 0 auto;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.wrapper-line-heading .line-heading:before,
.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:before,
.wrapper-line-heading .line-heading span:after {
	content: "";
	width: 30px;
	border-width: 1px 0;
	border-style: solid;
	height: 12px;
	display: inline-block;
	-moz-transform: rotate(-38deg);
	-webkit-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(-38deg);
	position: absolute;
	left: 0
}

.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:after {
	-moz-transform: rotate(38deg);
	-webkit-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	-o-transform: rotate(38deg);
	transform: rotate(38deg);
	left: 14px
}

.wrapper-line-heading .line-heading span:before {
	left: 34px
}

.wrapper-line-heading .line-heading span:after {
	left: 48px
}

.wrapper-line-heading .heading__primary {
	font-size: 36px;
	font-weight: 600
}

.wrapper-line-heading .heading__secondary {
	margin-top: 8px
}

.otreservations-description {
	text-align: center
}

.title-center {
	text-align: center
}

.title-center .widget-title::after {
	left: 50%;
	transform: translateX(-50%)
}

.title-left {
	text-align: left
}

.title-right {
	text-align: right
}

.title-right::after {
	left: unset;
	right: 0
}

.widget-title {
	display: inline-block;
	position: relative;
	margin-bottom: 55px
}

.widget-title:after {
	width: 60px;
	height: 1px;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0
}

.footer .widget-title {
	margin-bottom: 20px
}

.footer .widget-title:after {
	display: none
}

.sidebar .widget-title:after {
	display: none
}

.elementor-widget-thim-event .item-event,
.thim-widget-event .item-event {
	display: table
}

.elementor-widget-thim-event .item-event .event-thumbnail,
.thim-widget-event .item-event .event-thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 50%
}

.elementor-widget-thim-event .item-event .content-item,
.thim-widget-event .item-event .content-item {
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 0 30px 0 40px
}

.elementor-widget-thim-event .item-event .content-item h3,
.thim-widget-event .item-event .content-item h3 {
	margin-top: 20px;
	font-weight: 700
}

.elementor-widget-thim-event .item-event .content-item .view-detail,
.thim-widget-event .item-event .content-item .view-detail {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block
}

.elementor-widget-thim-event .item-event .content-right,
.thim-widget-event .item-event .content-right {
	display: table-cell;
	width: 228px;
	vertical-align: middle
}

.counter-group {
	text-align: center;
	width: 165px;
	margin: 0 auto
}

.counter-group:before,
.counter-group:after {
	content: " ";
	display: table
}

.counter-group:after {
	clear: both
}

.counter-block {
	float: left;
	margin: 5px
}

.counter-block .counter {
	position: relative;
	width: 50px;
	height: 40px;
	overflow: hidden
}

.counter-block {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px
}

.hidden-down {
	display: none
}

.counter-block .counter .number {
	padding: 1%;
	width: 46%;
	height: 98%;
	position: absolute;
	font-size: 36px;
	line-height: 50px;
	top: -10000px
}

.counter-block .counter .number.tens {
	left: 0
}

.counter-block .counter .number.units {
	left: 50%
}

.counter-block .counter .number.hundreds {
	display: none !important
}

.counter-block .counter .number.show {
	top: 0;
	z-index: 2
}

.counter-block .counter .number.hidden-down {
	top: 100%
}

.counter-block .counter .number.hidden-up {
	top: -100%;
	z-index: 100
}

.counter-block .counter.with-hundreds {
	width: 70px
}

.counter-block .counter.with-hundreds .number {
	width: 30.66%
}

.counter-block .counter.with-hundreds .number.tens {
	left: 33.33%
}

.counter-block .counter.with-hundreds .number.units {
	left: 66.66%
}

.counter-block .counter.with-hundreds .number.hundreds {
	display: block !important;
	left: 0
}

.counter-block .counter-caption {
	font-size: 13px
}

.thim-list-event .item-event {
	overflow: hidden;
	border-top: 1px solid var(--thim_body_border_color);
	padding: 45px 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.thim-list-event .item-event .time-from {
	float: left;
	margin: 0 70px;
	text-align: center;
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-list-event .item-event .time-from .date {
	font-size: 50px;
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family);
	margin-bottom: 20px
}

.thim-list-event .item-event .time-from .month {
	color: var(--thim_font_body-color);
	line-height: var(--thim_font_body-line-height)
}

.thim-list-event .item-event .event-wrapper {
	flex-basis: 50%;
	padding: 0 80px;
	position: relative
}

.thim-list-event .item-event .event-wrapper:before {
	content: "";
	height: 100%;
	width: 1px;
	background: var(--thim_body_border_color);
	top: 10px;
	left: 0;
	position: absolute
}

.thim-list-event .item-event .event-wrapper .title {
	font-size: var(--thim_font_h2-font-size);
	font-weight: var(--thim_font_title-variant);
	text-transform: none;
	margin: 0;
	margin-bottom: 10px
}

.thim-list-event .item-event .event-wrapper .title:hover a {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-list-event .item-event .event-wrapper .meta {
	font-size: var(--thim_font_body-font-size);
	color: var(--thim_font_body-color);
	margin-bottom: 10px
}

.thim-list-event .item-event .event-wrapper .meta div {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle
}

.thim-list-event .item-event .event-wrapper .meta div i {
	margin-right: 5px;
	width: 16px;
	justify-content: center;
	display: inline-flex;
	font-size: var(--thim_font_body-font-size)
}

.thim-list-event .item-event .event-wrapper .meta div:last-child {
	margin-right: 0
}

.thim-list-event .item-event .image-event {
	flex-basis: 33%
}

.thim-list-event .item-event .image-event img {
	width: 100%
}

.thim-list-event .item-event:first-child {
	border-top: none;
	padding-top: 0
}

.list-tab-event {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: center;
	column-gap: 50px;
	flex-wrap: wrap;
	row-gap: 20px
}

.list-tab-event li a {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color);
	font-size: var(--thim_font_h5-font-size);
	font-weight: var(--thim_font_title-variant);
	padding-bottom: 10px;
	border-bottom: 3px solid transparent
}

.list-tab-event li.active a,
.list-tab-event li:hover a {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.single-tp_event .heading__secondary {
	display: none
}

.single-tp_event .social-share {
	margin: 0;
	list-style: none;
	display: flex;
	column-gap: 15px;
	align-items: center
}

.single-tp_event .social-share a svg:hover path {
	fill: #000
}

.single-tp_event .social-share a.twitter svg:hover path {
	stroke: #000;
	fill: none
}

.single-tp_event .share-event {
	display: flex;
	column-gap: 30px;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	margin-bottom: 30px
}

.single-tp_event .comments-area {
	width: 100%
}

.single-tp_event .comments-area #respond.comment-respond .comment-form .form-submit #submit {
	font-family: var(--thim_font_title-font-family);
	font-size: var(--thim_font_body-font-size);
	border-radius: 0;
	font-weight: var(--thim_font_title-variant);
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px
}

@media (min-width:1200px) {
	.single-tp_event .event-info {
		padding-left: 60px
	}
}

.single-tp_event .event-info .tp-event-info {
	border: 3px solid #78D0C5;
	padding: 40px 30px
}

.single-tp_event .event-info .tp-event-info p {
	margin-left: 35px;
	margin-bottom: 0
}

.single-tp_event .event-info .tp-event-info p.heading {
	margin-left: 0;
	margin-bottom: 10px;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_font_title-color)
}

.single-tp_event .event-info .tp-event-info i {
	margin-right: 15px;
	font-size: 20px;
	width: 20px;
	text-align: center;
	display: inline-block;
	color: var(--thim_font_body-color)
}

.single-tp_event .event-info .tp-event-info .tp-info-box {
	margin-bottom: 25px
}

.single-tp_event .event-info .tp-event-info h5 {
	text-transform: uppercase;
	margin-bottom: 20px
}

.single-tp_event #sidebar .widget_book-event {
	margin-bottom: 40px
}

.single-tp_event #sidebar .widget_book-event .book-title {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 15px;
	margin-top: 0;
	font-size: var(--thim_font_h4-font-size);
	text-transform: uppercase
}

.single-tp_event #sidebar .widget_book-event .info-event li {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid var(--thim_body_border_color);
	color: #000
}

.single-tp_event #sidebar .widget_book-event .info-event li .label {
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant)
}

.single-tp_event #sidebar .widget_book-event .info-event li.event-cost .value {
	color: var(--thim_body_primary_color, #ffb606)
}

.single-tp_event #sidebar .widget_book-event .info-event li #event_register_qty {
	border: 1px solid var(--thim_body_border_color);
	text-align: center;
	max-width: 70px
}

.single-tp_event #sidebar .widget_book-event .event_register_area {
	border: 1px solid var(--thim_body_border_color);
	padding: 0 30px
}

.single-tp_event #sidebar .widget_book-event .event_register_foot {
	margin-bottom: 30px;
	margin-top: 30px
}

.single-tp_event #sidebar .widget_book-event .event_register_foot .event_register_submit,
.single-tp_event #sidebar .widget_book-event .event_register_foot button {
	display: block;
	text-align: center;
	width: 100%;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	font-size: var(--thim_font_body-font-size);
	background-color: var(--thim_body_primary_color, #ffb606);
	line-height: var(--thim_font_h5-line-height);
	border: none;
	border-radius: 0;
	height: 50px;
	color: #fff
}

.single-tp_event #sidebar .widget_book-event .event_register_foot .event_register_submit:hover,
.single-tp_event #sidebar .widget_book-event .event_register_foot button:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-tp_event #sidebar .widget_book-event p {
	text-align: center
}

.wrapper-title-icon:after {
	clear: both;
	content: "";
	display: table
}

.iconbox-left .boxes-icon {
	float: left;
	margin-right: 15px
}

.iconbox-left .content-inner {
	float: left
}

.smicon-read {
	margin-top: 15px;
	padding: 8px 30px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	font-weight: bold;
	color: #2a2a2a;
	font-size: 14px;
	text-transform: uppercase
}

.smicon-read i {
	font-size: 12px;
	margin-left: 5px
}

.iconbox-right .boxes-icon {
	float: right;
	margin-left: 15px
}

.iconbox-right .content-inner {
	float: left
}

.inner-icon {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	box-sizing: border-box
}

.inner-icon .icon {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s
}

.circle {
	border-radius: 50%
}

.iconbox-top .icon-box-title {
	margin-top: 20px
}

.iconbox-top .boxes-icon {
	overflow: hidden;
	display: inline-block
}

.icon-box-title {
	margin-top: 0;
	margin-bottom: 10px
}

.boxes-icon {
	color: #333;
	border-width: 2px;
	border-style: solid;
	border-color: transparent
}

.iconbox-hover .elementor-widget-thim-icon-box,
.iconbox-hover .thim-widget-icon-box {
	background-color: #fff !important;
	transition: background-color 0.5s ease;
	padding-top: 60px;
	padding-bottom: 100px
}

.iconbox-hover .elementor-widget-thim-icon-box .content-inner,
.iconbox-hover .thim-widget-icon-box .content-inner {
	padding-left: 60px;
	padding-right: 60px
}

.iconbox-hover:hover .elementor-widget-thim-icon-box,
.iconbox-hover:hover .thim-widget-icon-box {
	transition: background-color 0.5s ease
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .icon-box-title,
.iconbox-hover:hover .elementor-widget-thim-icon-box .desc-icon-box p,
.iconbox-hover:hover .thim-widget-icon-box .icon-box-title,
.iconbox-hover:hover .thim-widget-icon-box .desc-icon-box p {
	color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .boxes-icon,
.iconbox-hover:hover .thim-widget-icon-box .boxes-icon {
	border-color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .boxes-icon i,
.iconbox-hover:hover .thim-widget-icon-box .boxes-icon i {
	color: #fff !important
}

.iconbox-hover:hover .elementor-widget-thim-icon-box .smicon-read,
.iconbox-hover:hover .thim-widget-icon-box .smicon-read {
	background-color: #fff;
	border-color: #fff !important
}

.iconbox-hover:hover .line-bottom {
	background-color: #fff
}

.icon-box-title {
	position: relative
}

.icon-box-title .line-bottom {
	width: 90px;
	background-color: #202020;
	height: 1px;
	display: block;
	margin: 20px auto 30px auto
}

.text-center .icon-box-title .line-bottom {
	margin: 20px auto 30px auto
}

.text-center .desc-icon-box {
	padding-left: 25px;
	padding-right: 25px
}

.text-left .heading__primary .line-heading {
	left: 0;
	margin-left: 0
}

.text-left .icon-box-title .line-bottom {
	margin: 20px auto 30px 0
}

.text-left.wrapper-box-icon .sc-heading,
.text-left.wrapper-box-icon .desc-icon-box {
	text-align: left
}

.text-right .heading__primary .line-heading {
	left: auto;
	right: 0;
	margin-left: 0
}

.text-right .icon-box-title .line-bottom {
	margin: 20px 0 30px auto
}

.text-right.wrapper-box-icon .sc-heading,
.text-right.wrapper-box-icon .desc-icon-box {
	text-align: right
}

.wrapper-box-icon .sc-heading .line-heading {
	text-align: center
}

.custom-padding .sc-heading {
	padding-bottom: 30px
}

span.mute-audio {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	z-index: 99999
}

span.mute-audio:after {
	content: "\f028";
	font-family: FontAwesome
}

span.mute-audio.muted:after {
	content: "\f026";
	font-family: FontAwesome
}

.elementor-widget-thim-icon-box .inner-box,
.thim-widget-icon-box .inner-box {
	border: 1px solid transparent
}

.elementor-widget-thim-icon-box .inner-box.auto-hidden .mute-audio,
.elementor-widget-thim-icon-box .inner-box.auto-hidden .background-video,
.elementor-widget-thim-icon-box .inner-box.auto-hidden .bg-video-play,
.thim-widget-icon-box .inner-box.auto-hidden .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden .background-video,
.thim-widget-icon-box .inner-box.auto-hidden .bg-video-play {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .mute-audio,
.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .background-video,
.elementor-widget-thim-icon-box .inner-box.auto-hidden:hover .bg-video-play,
.thim-widget-icon-box .inner-box.auto-hidden:hover .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden:hover .background-video,
.thim-widget-icon-box .inner-box.auto-hidden:hover .bg-video-play {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.elementor-widget-thim-icon-box .inner-box .content-inner .sc-heading .icon-box-link,
.thim-widget-icon-box .inner-box .content-inner .sc-heading .icon-box-link {
	color: inherit;
	font-family: inherit;
	font-weight: var(--thim_font_title-variant)
}

.elementor-widget-thim-icon-box .inner-box .content-inner .icon-box-link,
.thim-widget-icon-box .inner-box .content-inner .icon-box-link {
	color: inherit;
	font-family: inherit
}

.testimonial_content {
	padding: 25px 25px 70px 25px;
	margin-right: 1px;
	color: #7a7a7a
}

.content-pusher.boxed-area .owl-carousel .testimonial_content {
	margin-right: -1px
}

.testimonial_content p {
	margin: 0
}

.testimonial-footer {
	overflow: hidden;
	margin-top: -30px;
	padding-left: 20px;
	padding-right: 20px
}

.testimonial-footer .avatar-testimonial {
	width: 90px;
	padding: 0 5px;
	float: left;
	margin-right: 15px
}

.testimonial-footer .title-regency {
	width: calc(100% - 105px);
	float: left;
	padding-top: 48px;
	line-height: 24px
}

.testimonial-footer .title-regency h6 {
	margin: 0
}

.testimonial-footer .title-regency h6 a:hover {
	color: var(--thim_body_primary_color)
}

.testimonial-footer .title-regency .regency {
	font-style: italic;
	font-size: 14px;
	color: #878787
}

.sc-testimonials.owl-carousel .owl-dots {
	padding: 5px 0 0px 20px;
	text-align: left
}

.testimonial-item-archive {
	margin-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden
}

.testimonial-item-archive .side-left {
	width: 170px;
	margin-right: 30px;
	float: left;
	padding-bottom: 60px;
	padding-left: 0
}

.testimonial-item-archive .side-left .testimonial-thumbnail {
	margin-bottom: 20px;
	text-align: center
}

.testimonial-item-archive .side-left .testimonial-thumbnail img {
	border-radius: 50%
}

.testimonial-item-archive .side-left .testimonial-info {
	font-size: 15px;
	text-align: center
}

.testimonial-item-archive .side-left .testimonial-info .author {
	font-weight: 700;
	text-transform: uppercase
}

.testimonial-item-archive .side-left .testimonial-info .regency {
	text-transform: none;
	font-size: 12px;
	line-height: 20px
}

.testimonial-item-archive .side-right {
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	float: left;
	padding-bottom: 60px;
	padding-right: 0
}

.testimonial-item-archive .side-right .blockquote {
	border: none;
	position: relative;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 15px;
	line-height: 30px;
	padding: 8px 0 0 22px;
	font-size: 15px
}

.testimonial-item-archive .side-right .blockquote a {
	line-height: 30px
}

.testimonial-item-archive .side-right .description {
	padding-right: 50px
}

.testimonial-item-archive .side-right .blockquote::before {
	content: "“";
	position: absolute;
	top: 17px;
	padding-right: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	left: -10px;
	line-height: 30px
}

@font-face {
	font-family: "Herr Von Muellerhoff", cursive;
	src: url("../../fonts/HerrVonMuellerhoff-Regular.eot");
	src: url("../../fonts/HerrVonMuellerhoff-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/HerrVonMuellerhoff-Regular.woff") format("woff"), url("../../fonts/HerrVonMuellerhoff-Regular.ttf") format("truetype"), url("../../fonts/HerrVonMuellerhoff-Regular.svg#open_sansregular") format("svg");
	font-weight: 400;
	font-style: normal
}

.thim-widget-heading .style_new.sc-heading.article_heading {
	position: relative;
	padding-top: 40px
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
	position: relative;
	z-index: 9;
	padding: 0 65px
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .small-heading {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
	margin-bottom: 20px;
	line-height: normal;
	padding: 0 65px
}

.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .description-heading p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5
}

.thim-widget-heading .style_new.sc-heading.article_heading .background-heading {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, 0%);
	font-family: "Herr Von Muellerhoff", cursive;
	font-size: 130px;
	font-weight: 400;
	line-height: 130px;
	z-index: 1;
	color: #f2f2f2
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading {
	display: inline-block;
	margin-top: 50px;
	position: relative;
	z-index: 2
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a {
	padding: 15px 75px;
	background: #c19b76;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 1.78;
	letter-spacing: 0.9px;
	border: 1px solid #fff
}

.thim-widget-hotel-room .style_new {
	position: relative
}

.thim-widget-hotel-room .style_new .navigation {
	position: static
}

.thim-widget-hotel-room .style_new .navigation .prev {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: -80px;
	width: 64px;
	height: 64px;
	border: 1px solid var(--thim_body_border_color);
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
	font-size: 40px;
	color: #eee
}

.thim-widget-hotel-room .style_new .navigation .prev:hover {
	border: 1px solid #c19b76;
	color: #c19b76
}

.thim-widget-hotel-room .style_new .navigation .next {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	right: -65px;
	width: 64px;
	height: 64px;
	border: 1px solid var(--thim_body_border_color);
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
	font-size: 40px;
	color: #eee
}

.thim-widget-hotel-room .style_new .navigation .next:hover {
	border: 1px solid #c19b76;
	color: #c19b76
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container {
	position: relative;
	z-index: 999
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary {
	border: none
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translate(0%, calc(-50% - 37.5px));
	z-index: 999;
	width: 510px;
	padding: 45px 50px;
	background: #fff;
	box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media {
	float: right
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
	width: auto;
	padding-right: 135px;
	padding-bottom: 75px;
	position: relative;
	z-index: 9
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
	bottom: 0;
	right: 105px;
	transform: translate(0%, 0%);
	opacity: 1;
	left: auto;
	top: auto;
	height: 90px;
	text-align: right;
	z-index: 1000
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a {
	position: relative;
	padding: 23px 115px 23px 50px;
	border-radius: 0;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	background: #3b3b3b !important
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
	background: #c19b76;
	position: absolute;
	top: 0;
	right: 0;
	padding: 19px 23px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a {
	background: #c19b76 !important;
	color: #fff
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a img {
	background: #3b3b3b
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media:after {
	display: none
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price {
	border: none;
	padding: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .price_value {
	font-size: 35px;
	font-weight: 400;
	color: #c19b76
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit {
	font-size: 18px;
	font-weight: 400;
	color: #c19b76;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	position: relative;
	top: 12px;
	left: -10px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit:before {
	font-size: 35px;
	margin-left: 5px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room {
	padding: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 {
	margin-top: 15px
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
	font-size: 36px;
	line-height: 1.4em
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price {
	margin: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .description {
	padding: 0
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .description p {
	font-size: 20px;
	font-weight: 300
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary:hover .media .actions {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary:hover .price {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}

.thim-widget-hotel-room .background-image {
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 1
}

.thim-widget-box .box_image.style_1 {
	position: relative;
	padding-top: 55px
}

.thim-widget-box .box_image.style_1 .image {
	position: relative;
	z-index: 9
}

.thim-widget-box .box_image.style_1 .image .image-right {
	margin-top: 30px
}

.thim-widget-box .box_image.style_1 .image_background {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 95px
}

.thim-widget-box .box_image.style_2 {
	position: relative
}

.thim-widget-box .box_image.style_2 .content-box {
	position: absolute;
	top: 50%;
	left: 50%;
	display: table;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 999
}

.thim-widget-box .box_image.style_2 .content-box .icon-image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px
}

.thim-widget-box .box_image.style_2 .content-box .content-text {
	display: table-cell;
	vertical-align: middle
}

.thim-widget-box .box_image.style_2 .content-box .content-text .small-title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff
}

.thim-widget-box .box_image.style_2 .content-box .content-text h3.title {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin: 0
}

.thim-widget-box .box_image.style_2:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(193, 155, 118, 0.7);
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.thim-widget-box .box_image.style_2:hover:after {
	opacity: 1
}

.thim-widget-gallery-images .thim-gallery-images-column {
	text-align: center
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image {
	padding: 40px 0 65px 0;
	border: 1px solid var(--thim_body_border_color);
	margin: 0 120px;
	border-top: none
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
	display: inline-block
}

.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image img {
	margin: 0 30px
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome {
	margin-top: -17px;
	display: block
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome h3 {
	margin: 0;
	display: inline-block;
	padding: 0 30px;
	background: #fff;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	color: #c19b76
}

.thim_tours_slider {
	position: relative
}

.thim_tours_slider ul {
	margin: 0
}

.thim_tours_slider ul li {
	display: inline-block;
	position: relative;
	padding: 0 15px
}

@media (max-width:1024px) {
	.thim_tours_slider ul li {
		padding: 0
	}
}

.thim_tours_slider ul li .tour_price {
	position: absolute;
	top: 25px;
	right: 35px;
	padding: 20px;
	background: #c19b76;
	border-radius: 4px
}

.thim_tours_slider ul li .tour_price .price {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400
}

.thim_tours_slider ul li .tour_price .unit {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	font-weight: 400
}

.thim_tours_slider ul li .tour_price .unit:before {
	content: "/"
}

.thim_tours_slider ul li .tour_content {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.4)
}

.thim_tours_slider ul li .tour_content .tour_infosale {
	font-size: 16px;
	color: #d6d6d6;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 16px
}

.thim_tours_slider ul li .tour_content h3.tour_name {
	font-size: 20px;
	margin: 0;
	color: #fff;
	line-height: 20px;
	font-weight: bold
}

.thim_tours_slider ul li .tour_content h3.tour_name a {
	color: #fff
}

.thim_tours_slider ul li .tour_content h3.tour_name a:hover {
	color: #fff
}

.thim_tours_slider .navigation {
	position: static
}

.thim_tours_slider .navigation .prev {
	position: absolute;
	left: -80px;
	top: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	z-index: 999;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--thim_body_border_color);
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%)
}

.thim_tours_slider .navigation .prev span {
	line-height: 65px;
	font-size: 40px;
	color: #333
}

.thim_tours_slider .navigation .prev:hover {
	cursor: pointer;
	background: #c19b76;
	border-color: #c19b76
}

.thim_tours_slider .navigation .prev:hover span {
	color: #fff
}

.thim_tours_slider .navigation .next {
	position: absolute;
	right: -80px;
	top: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	z-index: 999;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--thim_body_border_color);
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%)
}

.thim_tours_slider .navigation .next span {
	line-height: 65px;
	font-size: 40px;
	color: #333
}

.thim_tours_slider .navigation .next:hover {
	cursor: pointer;
	background: #c19b76;
	border-color: #c19b76
}

.thim_tours_slider .navigation .next:hover span {
	color: #fff
}

.testimonial_style_new {
	padding: 30px 30px 22px 0;
	background: #fff;
	box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.testimonial_style_new .avatar-testimonial {
	display: inline-block
}

.testimonial_style_new .avatar-testimonial img {
	width: 100%
}

.testimonial_style_new .sc-testimonials .owl-stage-outer {
	z-index: 99
}

.testimonial_style_new .sc-testimonials .testimonial_content {
	background-image: url("assets/images/background.png");
	position: relative;
	z-index: 999;
	border: none;
	float: right;
	width: calc(100% - 481px);
	padding: 92px 50px 94px 60px;
	background-color: #efefef;
	height: 456px
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency {
	margin-bottom: 25px;
	position: relative;
	z-index: 999
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 {
	margin: 0;
	margin-bottom: 5px
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 a {
	font-size: 18px;
	font-weight: 400;
	color: #c19b76;
	line-height: 18px;
	font-family: "Barlow Semi Condensed";
	text-transform: uppercase
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency .regency {
	font-size: 16px;
	font-weight: 300;
	color: #89898a;
	line-height: 16px;
	font-family: "Barlow Semi Condensed"
}

.testimonial_style_new .sc-testimonials .testimonial_content .content-text {
	position: relative;
	z-index: 999;
	font-size: 20px;
	font-style: italic;
	font-family: "Playfair Display";
	color: #1f1f1f;
	line-height: 1.5
}

.testimonial_style_new .sc-testimonials .testimonial_content:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #efefef;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.testimonial_style_new .sc-testimonials .owl-dots {
	margin-top: 0;
	text-align: left;
	z-index: 99;
	padding: 0;
	left: 540px;
	position: absolute;
	bottom: 50px
}

.testimonial_style_new .sc-testimonials .owl-dots .owl-dot {
	padding: 0
}

.testimonial_style_new .sc-testimonials .owl-dots .owl-dot span {
	border-radius: 0
}

.testimonials-style-1 {
	display: flex
}

@media (max-width:991px) {
	.testimonials-style-1 {
		display: block;
		padding-bottom: 40px
	}
}

@media (max-width:767px) {
	.testimonials-style-1 {
		padding-bottom: 30px
	}
}

.testimonials-style-1 .widget-box-title {
	width: 35%;
	max-width: 400px;
	padding-right: 78px;
	margin-top: 30px
}

@media (max-width:991px) {
	.testimonials-style-1 .widget-box-title {
		width: 100%;
		max-width: 600px;
		margin-bottom: 40px;
		margin-top: 0
	}
}

.testimonials-style-1 .widget-box-title .widget-title {
	font-size: 36px
}

@media (max-width:991px) {
	.testimonials-style-1 .widget-box-title .widget-title {
		margin-bottom: 40px
	}
}

.testimonials-style-1 .sc-testimonials {
	width: 65%
}

@media (max-width:991px) {
	.testimonials-style-1 .sc-testimonials {
		width: 100%
	}
}

.testimonials-style-1 .sc-testimonials .item_testimonial:hover .testimonial_content {
	border: 1px solid var(--thim_body_primary_color)
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6 {
	color: inherit;
	font-size: 20px
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6 a {
	color: inherit
}

.testimonials-style-1 .sc-testimonials .testimonial-footer .title-regency h6:hover a {
	color: var(--thim_body_primary_color)
}

.testimonials-style-1 .sc-testimonials .owl-dots {
	position: absolute;
	display: inline-grid;
	padding: 0;
	width: unset;
	top: 80px;
	right: -50px
}

@media (max-width:1199px) {
	.testimonials-style-1 .sc-testimonials .owl-dots {
		right: -25px
	}
}

@media (max-width:991px) {
	.testimonials-style-1 .sc-testimonials .owl-dots {
		display: block;
		right: 50%;
		top: unset;
		bottom: -50px;
		transform: translateX(50%)
	}
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot {
	line-height: 1
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid #000
}

.testimonials-style-1 .sc-testimonials .owl-dots .owl-dot span {
	border-radius: unset;
	transform: rotate(45deg);
	margin: 3px;
	background: #e5e5e5
}

.testimonials-style-2 .widget-box-title {
	text-align: center
}

.testimonials-style-2 .widget-box-title .widget-title {
	font-size: 36px
}

.testimonials-style-2 .widget-box-title .widget-title::after {
	left: 50%;
	transform: translateX(-50%);
	width: 100px
}

.testimonials-style-2 .sc-testimonials-img {
	max-width: 965px;
	margin: auto
}

.testimonials-style-2 .sc-testimonials-img .slick-list {
	margin-left: -15px;
	margin-right: -15px
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current {
	position: relative
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 70%;
	min-height: 4px;
	background: var(--thim_body_primary_color);
	z-index: 1
}

@media (max-width:480px) {
	.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
		bottom: 3px
	}
}

@media (max-width:380px) {
	.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::before {
		bottom: 5px
	}
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
	position: absolute;
	content: "“";
	z-index: 1;
	font-size: 250px;
	color: #fff;
	top: 150px
}

@media (max-width:576px) {
	.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
		font-size: 150px;
		top: 110px
	}
}

@media (max-width:380px) {
	.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
		font-size: 100px;
		top: 80px
	}
}

@media (max-width:330px) {
	.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current::after {
		font-size: 100px;
		top: 70px
	}
}

.testimonials-style-2 .sc-testimonials-img .avatar-testimonial.slick-current img {
	transform: scale(1.2);
	filter: blur(1px) grayscale(100%) brightness(0.5)
}

.testimonials-style-2 .sc-testimonials-content {
	text-align: center;
	margin: 45px auto 0
}

@media (max-width:767px) {
	.testimonials-style-2 .sc-testimonials-content {
		margin: 30px auto 0
	}
}

.testimonials-style-2 .sc-testimonials-content .title-regency h6 {
	font-size: 18px;
	margin-bottom: 15px
}

.testimonials-style-2 .sc-testimonials-content .testimonial_content {
	border: none;
	max-width: 870px;
	margin: 0 auto;
	padding: 0px 20px 15px 20px;
	font-size: 16px;
	font-style: italic
}

.testimonials-style-2 .sc-testimonials-content .regency {
	font-size: 16px;
	text-transform: uppercase;
	color: #b9b9b9
}

.testimonials-style-2 .sc-testimonials-content .slick-dots {
	list-style-type: none;
	margin: 30px 0 0 0
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: #dcdcdc;
	transform: rotate(45deg);
	margin: 0px 5px
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li.slick-active,
.testimonials-style-2 .sc-testimonials-content .slick-dots li:hover {
	background: transparent;
	border: 1px solid #000
}

.testimonials-style-2 .sc-testimonials-content .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.testimonials-style-3 {
	position: relative
}

.testimonials-style-3 .bg-title {
	position: absolute;
	left: -30px;
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	line-height: 1;
	top: 50px;
	margin: 0
}

@media (max-width:1199px) {
	.testimonials-style-3 .bg-title {
		font-size: 80px
	}
}

@media (max-width:767px) {
	.testimonials-style-3 .bg-title {
		font-size: 70px
	}
}

.testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content {
	padding: 120px 20px 74px 35px
}

.testimonials-style-3 .sc-testimonials .item_testimonial .testimonial_content::before {
	position: absolute;
	content: "\f10d";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 70px;
	top: 55px;
	left: 25px;
	color: var(--thim_body_primary_color)
}

.testimonials-style-3 .sc-testimonials .item_testimonial:hover .testimonial_content {
	border: 1px solid var(--thim_body_primary_color)
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6 {
	color: inherit;
	font-size: 18px
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6 a {
	color: inherit
}

.testimonials-style-3 .sc-testimonials .testimonial-footer .title-regency h6:hover a {
	color: var(--thim_body_primary_color)
}

.testimonials-style-3 .sc-testimonials .owl-dots {
	position: absolute;
	display: inline-grid;
	padding: 0;
	width: unset;
	top: 80px;
	right: -50px
}

@media (max-width:1439px) {
	.testimonials-style-3 .sc-testimonials .owl-dots {
		right: -20px
	}
}

@media (max-width:1199px) {
	.testimonials-style-3 .sc-testimonials .owl-dots {
		position: relative;
		display: block;
		top: unset;
		right: unset;
		margin-top: 40px;
		text-align: center
	}
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot {
	line-height: 1
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid #000
}

.testimonials-style-3 .sc-testimonials .owl-dots .owl-dot span {
	border-radius: unset;
	transform: rotate(45deg);
	margin: 3px;
	background: #e5e5e5
}

.testimonials-style-4 {
	text-align: center
}

.testimonials-style-4 .widget-box-title .widget-title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 55px
}

@media (max-width:768px) {
	.testimonials-style-4 .widget-box-title .widget-title {
		margin-bottom: 30px
	}
}

.testimonials-style-4 .widget-box-title .widget-title::after {
	display: none
}

.testimonials-style-4 .sc-testimonials {
	position: relative
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content {
	border: 2px solid var(--thim_body_primary_color)
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content .avatar-testimonial::before {
	font-size: 200px;
	right: 50%;
	transform: translateX(50%);
	top: -25px
}

.testimonials-style-4 .sc-testimonials .owl-item.active.center .testimonial_content .title-regency {
	text-decoration: underline
}

.testimonials-style-4 .sc-testimonials .item_testimonial {
	padding-top: 30px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content {
	padding: 65px 35px;
	background: #fff;
	border: 2px solid transparent
}

@media (max-width:767px) {
	.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content {
		padding: 65px 20px 45px 20px
	}
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial {
	display: inline-block;
	position: relative
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-left: 65px solid transparent;
	border-top: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-right: 65px solid transparent;
	border-top: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-left: 65px solid transparent;
	border-bottom: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial .testimonial-before::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-right: 65px solid transparent;
	border-bottom: 65px solid #fff
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .avatar-testimonial::before {
	position: absolute;
	content: "“";
	font-size: 100px;
	color: var(--thim_body_primary_color);
	top: 40%;
	right: 3px;
	z-index: 1;
	transition: all 0.7s
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .title-regency h6 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 15px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .title-regency h6::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #000;
	transition: all 0.3s
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .content {
	color: #797979;
	font-size: 18px
}

.testimonials-style-4 .sc-testimonials .item_testimonial .testimonial_content .regency {
	color: #a9a9a9;
	text-transform: uppercase;
	margin-top: 20px
}

.testimonials-style-4 .sc-testimonials .owl-prev {
	position: absolute;
	left: -18%;
	top: 50%;
	transform: translateY(-100%)
}

.testimonials-style-4 .sc-testimonials .owl-prev>span {
	font-size: 0
}

.testimonials-style-4 .sc-testimonials .owl-prev>span::before {
	position: absolute;
	content: "\f104";
	font-size: 50px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%)
}

.testimonials-style-4 .sc-testimonials .owl-next {
	position: absolute;
	right: -14%;
	top: 50%;
	transform: translateY(-100%)
}

.testimonials-style-4 .sc-testimonials .owl-next>span {
	font-size: 0
}

.testimonials-style-4 .sc-testimonials .owl-next>span::before {
	position: absolute;
	content: "\f105";
	font-size: 50px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%)
}

.testimonials-style-4 .sc-testimonials .owl-dots {
	margin-top: 45px;
	padding: 0;
	text-align: center
}

@media (max-width:768px) {
	.testimonials-style-4 .sc-testimonials .owl-dots {
		margin-top: 35px
	}
}

.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot.active span,
.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
	border: 1px solid #000
}

.testimonials-style-4 .sc-testimonials .owl-dots .owl-dot span {
	border-radius: unset;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	background: #e5e5e5
}

.custom-testimonial-style4 {
	background: linear-gradient(to bottom, #f6f6f6, transparent)
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #FFDDC5
}

.testimonial-rate .thim-ekits-testimonial__quote-icon {
	opacity: 0;
	transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next .thim-ekits-testimonial__quote-icon {
	opacity: 1
}

.testimonial-rate .thim-ekits-testimonial__image {
	border: 1px dashed #DEBCA3;
	padding: 15px;
	width: 200px;
	transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__article.swiper-slide-next .thim-ekits-testimonial__image {
	transform: scale(1.2);
	border-color: transparent;
	transition: 0.3s
}

.testimonial-rate .thim-ekits-testimonial__name {
	position: relative
}

.testimonial-rate .thim-ekits-testimonial__name:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22107%22%20height%3D%2220%22%20viewBox%3D%220%200%20107%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M53.0021%2012.0627L57.9488%2015.0029L56.6318%209.45413L60.9964%205.71597L55.2439%205.23959L52.9912%200.00741441L50.7479%205.24366L44.9964%205.73044L49.3678%209.4607L48.0608%2015.0119L53.0021%2012.0627Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M78.0051%2014.4313L82.3334%2016.9795L81.181%2012.1705L85.0001%208.93077L79.9667%208.51795L77.9956%203.98342L76.0327%208.52151L71.0001%208.94343L74.825%2012.1763L73.6814%2016.9873L78.0051%2014.4313Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M28.0046%2014.4767L23.6809%2017.0327L24.8245%2012.2217L20.9996%208.9888L26.0322%208.56688L27.9951%204.02879L29.9662%208.56333L34.9996%208.97614L31.1805%2012.2159L32.3329%2017.0249L28.0046%2014.4767Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M100.507%2017.0416L103.908%2019.0017L103.003%2015.3025L106.003%2012.8103L102.049%2012.4929L100.5%209.00479L98.9577%2012.4957L95.0034%2012.8203L98.0087%2015.307L97.11%2019.0079L100.507%2017.0416Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3Cpath%20d%3D%22M5.50727%2017.0867L2.11005%2019.053L3.0087%2015.3522L0.00344962%2012.8654L3.95766%2012.5408L5.5%209.0499L7.04866%2012.538L11.0034%2012.8554L8.0027%2015.3476L8.90804%2019.0468L5.50727%2017.0867Z%22%20fill%3D%22%23F2AC22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	top: -40px
}

@media (max-width:1024px) {
	.testimonial-rate .thim-ekits-testimonial__image {
		width: auto
	}
}

.thim-sc-button .thim-button {
	height: 85px;
	line-height: 85px;
	padding: 0 46px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.8px
}

.thim-sc-button .thim-button img {
	max-width: unset;
	height: initial
}

.thim-sc-button .thim-button .inner-text:before {
	background-color: #FFF;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	content: "";
	position: relative;
	width: 1px;
	margin-right: 17px;
	margin-left: 17px;
	height: 22px;
	display: inline-block;
	top: 6px
}

.thim-sc-button:hover .thim-button .inner-text {
	color: #fff !important
}

.thim-ekits-button a {
	transition: 0.3s;
	position: relative
}

.hover-transform .thim-ekits-button a:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px)
}

.hover-line .thim-ekits-button a:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: -2px;
	transition: 0.5s;
	background-color: #000
}

.hover-line .thim-ekits-button a:hover:before {
	width: 100%
}

.wpcf7-form {
	z-index: 2
}

.wpcf7-form .contact-form-new {
	max-width: 375px;
	padding: 50px 30px 30px 30px;
	background: #fff;
	box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
	margin-left: 10px;
	margin-top: -32px
}

@media (max-width:500px) {
	.wpcf7-form .contact-form-new {
		max-width: 100%
	}
}

.wpcf7-form .contact-form-new .small-text {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: normal;
	letter-spacing: 0.8px;
	color: #89898a;
	text-transform: uppercase;
	text-align: center
}

.wpcf7-form .contact-form-new h3 {
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	text-align: center;
	margin: 0 0 30px
}

.wpcf7-form .contact-form-new input,
.wpcf7-form .contact-form-new textarea {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: left;
	color: #a8a8a8;
	opacity: 0.65;
	background-color: #ffffff;
	border: solid 1px var(--thim_body_border_color);
	border-radius: 0;
	margin-bottom: 15px;
	padding: 15px
}

.wpcf7-form .contact-form-new input.wpcf7-submit,
.wpcf7-form .contact-form-new textarea.wpcf7-submit {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.9px;
	text-align: center;
	color: #ffffff;
	background: #c19b76;
	text-transform: uppercase;
	margin-bottom: 0
}

.wpcf7-form .contact-form-new textarea {
	height: 132px;
	resize: none
}

.wpcf7-form .contact-form-new .button {
	width: 100%;
	border-radius: 0;
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.9px;
	text-align: center;
	color: #ffffff;
	background: #c19b76;
	text-transform: uppercase;
	margin-bottom: 0;
	border: 1px solid #c19b76
}

.wpcf7-form .contact-form-new .button i {
	margin-right: 10px
}

.wpcf7-form .contact-form-new .button:hover {
	background: #fff;
	color: #c19b76
}

.thim-background-right {
	background-position: top right !important;
	padding: 73px 0;
	position: relative;
	z-index: 2 !important
}

.thim-margin-top {
	margin-top: -123px;
	position: relative;
	z-index: 1 !important
}

.thim-sc-video-box {
	padding: 266px 0px 192px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.thim-sc-video-box.style-1 {
	padding: 0
}

.thim-sc-video-box.style-1::before {
	display: none
}

.thim-sc-video-box.style-1 .bg-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.thim-sc-video-box.style-1 .button-title-swapper {
	position: absolute;
	bottom: -30px
}

@media (max-width:767px) {
	.thim-sc-video-box.style-1 .button-title-swapper {
		width: 100%
	}
}

.thim-sc-video-box.style-1 .button-title {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.15) 0px 4px 10px 0px
}

.thim-sc-video-box.style-1 .button-title .title-link {
	width: calc(100% - 120px);
	text-align: left;
	padding: 0 50px;
	font-size: 24px;
	line-height: 1.3;
	font-family: var(--thim_font_title-font-family);
	font-weight: 500
}

@media (max-width:1439px) {
	.thim-sc-video-box.style-1 .button-title .title-link {
		width: calc(100% - 100px)
	}
}

@media (max-width:991px) {
	.thim-sc-video-box.style-1 .button-title .title-link {
		width: calc(100% - 80px);
		font-size: 24px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.thim-sc-video-box.style-1 .button-title .title-link {
		font-size: 18px;
		padding: 0 15px;
		width: calc(100% - 56px)
	}
}

@media (max-width:480px) {
	.thim-sc-video-box.style-1 .button-title .title-link {
		font-size: 16px
	}
}

.thim-sc-video-box.style-1 .button-title .title-link i {
	color: var(--thim_body_primary_color);
	margin-left: 10px
}

@media (max-width:767px) {
	.thim-sc-video-box.style-1 .button-title .title-link i {
		margin-left: 5px
	}
}

.thim-sc-video-box.style-1 .button-title .video-popup {
	display: inline-block;
	background: var(--thim_body_primary_color)
}

.thim-sc-video-box.style-1 .button-title .video-popup:hover {
	background: #000
}

.thim-sc-video-box.style-1 .button-title .video-popup:hover i {
	color: var(--thim_body_primary_color)
}

.thim-sc-video-box.style-1 .button-title .video-popup i {
	font-size: 70px;
	color: #fff;
	padding: 25px
}

@media (max-width:1439px) {
	.thim-sc-video-box.style-1 .button-title .video-popup i {
		padding: 15px
	}
}

@media (max-width:991px) {
	.thim-sc-video-box.style-1 .button-title .video-popup i {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.thim-sc-video-box.style-1 .button-title .video-popup i {
		font-size: 36px;
		padding: 10px
	}
}

.thim-sc-video-box .box-inner {
	position: relative;
	z-index: 1;
	width: 900px;
	max-width: 100%;
	padding: 55px
}

.thim-sc-video-box .box-inner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 8px solid;
	filter: alpha(opacity=25);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	-webkit-opacity: 0.25;
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	-ms-opacity: 0.25;
	-o-opacity: 0.25;
	opacity: 0.25;
	z-index: -1;
	width: 384px;
	max-width: 100%;
	margin: auto;
	-webkit-transition: all 0.6s;
	-khtml-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	border-color: #c19b76
}

.thim-sc-video-box .box-inner .logo-image {
	margin-bottom: 27px
}

.thim-sc-video-box .box-inner .title {
	font-size: 50px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 37px;
	position: relative;
	z-index: 2
}

.thim-sc-video-box .box-inner .video-button {
	display: inline-block;
	position: relative;
	z-index: 2
}

.thim-sc-video-box .box-inner .video-button a {
	line-height: 40px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	margin: 0 15px;
	display: inline-block;
	text-transform: uppercase
}

.thim-sc-video-box .box-inner .video-button a i {
	width: 36px;
	height: 36px;
	border: 1px solid;
	line-height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 7px;
	font-size: 20px;
	font-weight: 700;
	display: inline-block
}

.thim-sc-video-box .box-inner .video-button a i:before {
	position: relative;
	left: 1px
}

.thim-sc-video-box .box-inner .video-button a:hover {
	color: #fff
}

.thim-sc-video-box .box-inner .background-title {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Herr Von Muellerhoff", cursive;
	font-size: 140px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 7px;
	text-align: center;
	color: rgba(193, 155, 118, 0.25)
}

.thim-sc-video-box .box-inner:hover:before {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.thim-sc-video-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65)
}

.thim-holiday {
	margin-bottom: 0 !important;
	margin-top: 60px;
	margin-left: -215px;
	z-index: 2;
	position: relative;
	font-size: 18px;
	padding: 80px 72px;
	background: #c19b76 url("assets/images/background.png");
	height: 364px;
	color: #fff
}

.thim-holiday h3 {
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	text-align: left;
	color: #ffffff;
	margin: 0 0 20px
}

.thim-holiday p {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 1.5;
	letter-spacing: 0.4px;
	text-align: left;
	color: #e9e9e9
}

.thim-holiday p:last-child {
	display: inline-block;
	margin-bottom: 0px
}

.thim-holiday button {
	display: block;
	margin-top: 20px;
	border: 1px solid #fff;
	background: transparent;
	padding: 8px 32px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 2;
	letter-spacing: 0.8px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase
}

.thim-holiday button a {
	color: #fff
}

.thim-holiday button:hover {
	background: #fff;
	border-color: #fff
}

.thim-holiday button:hover a {
	color: #000
}

.home form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	max-width: 375px;
	margin-left: 10px
}

.layout-special {
	text-align: center;
	padding: 0
}

.layout-special form {
	display: table;
	width: 767px;
	margin: 0 auto
}

.layout-special form .hb-form-table {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	background-color: #ffffff;
	box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.layout-special form .hb-form-table .hb-form-field {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #eee;
	margin: 0;
	width: 33.33%
}

.layout-special form .hb-form-table .hb-form-field .label {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: center;
	color: #5f5f5f;
	text-transform: uppercase
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input input.day,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input select {
	min-width: 70px;
	font-size: 50px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	text-align: center;
	color: #1c1c1c;
	line-height: 50px;
	width: 60px;
	border: none;
	height: 65px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input input.month {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: center;
	color: #5f5f5f;
	min-width: 30px;
	width: 30px;
	border: none;
	padding: 0;
	top: -23px;
	background: transparent
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger {
	top: 12px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 30px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger i {
	margin-top: 34px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger i:before {
	content: "\f3d0";
	font-family: Ionicons
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container {
	width: 50% !important;
	float: left;
	text-align: right
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	height: 65px;
	border: none
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 50px;
	line-height: 68px;
	padding: 0 5px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .select2-container .select2-selection--single .select2-selection__arrow {
	display: none
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child {
	transform: translate(0, 10px);
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 10px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest span,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child span {
	display: block;
	font-size: 18px
}

.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-guest span:hover,
.layout-special form .hb-form-table .hb-form-field .hb-form-field-input .nav-child span:hover {
	color: #c19b76;
	cursor: pointer
}

.layout-special form p.hb-submit {
	display: table-cell;
	padding: 0;
	width: 190px
}

.layout-special form p.hb-submit button {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 1.5;
	letter-spacing: 0.8px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	height: auto;
	padding: 42px 0;
	background: #3b3b3b;
	border: none transparent
}

.layout-special form p.hb-submit button.hb_loading:before {
	border: none;
	border-radius: 0
}

.layout-special.has-child form {
	width: 900px
}

.layout-special.has-child form .hb-form-table .hb-form-field {
	width: 25%
}

#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input input.day,
#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input select {
	height: 100px
}

#sidebar .layout-special .hb-form-table .hb-form-field .hb-form-field-input button.ui-datepicker-trigger i {
	display: none
}

#sidebar .layout-special .hb-form-table .hb-form-field {
	border: none
}

#sidebar .layout-special p.hb-submit {
	display: block
}

.thim-search-home1 .thim-search-room {
	padding: 50px 70px 50px 0;
	position: relative;
	background-image: linear-gradient(to bottom left, transparent 50%, #f3f3f3 50%), linear-gradient(#f3f3f3, #f3f3f3), linear-gradient(#f3f3f3, #f3f3f3);
	background-size: 38px 38px, 100% 100%, 100% 100%;
	background-position: 100% 100%, -38px 0%, 100% 38px;
	background-repeat: no-repeat
}

@media (max-width:991px) {
	.thim-search-home1 .thim-search-room {
		padding: 50px 15px 50px 0
	}
}

@media (max-width:767px) {
	.thim-search-home1 .thim-search-room {
		padding: 50px 15px 50px 35px
	}
}

.thim-search-home1 .thim-search-room::before {
	position: absolute;
	content: "";
	height: 100%;
	background: #f3f3f3;
	width: 100%;
	left: -99%;
	top: 0
}

@media (max-width:767px) {
	.thim-search-home1 .thim-search-room::before {
		display: none
	}
}

.thim-search-home1 .thim-search-room::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-right: 38px solid transparent;
	border-bottom: 38px solid #c2c2c2
}

.thim-search-home1 .thim-search-room .hotel-booking-search form {
	padding: 0;
	display: flex
}

@media (max-width:780px) {
	.thim-search-home1 .thim-search-room .hotel-booking-search form {
		display: block
	}
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
	padding: 0 20px 0 0
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover input,
.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover button,
.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field:hover select {
	border: 1px solid var(--thim_body_primary_color)
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
	margin-left: 0
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit {
	padding: 0
}

@media (max-width:767px) {
	.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit {
		padding-right: 20px
	}
}

.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit button {
	text-transform: uppercase;
	font-size: 14px
}

@media (max-width:991px) {
	.thim-search-home1 .thim-search-room .hotel-booking-search form .hb-submit button {
		font-size: 13px
	}
}

.thim-search-home1 .thim-search-room .hotel-booking-search input,
.thim-search-home1 .thim-search-room .hotel-booking-search button,
.thim-search-home1 .thim-search-room .hotel-booking-search select {
	line-height: 50px;
	height: unset;
	height: 50px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: unset
}

@media (max-width:991px) {

	.thim-search-home1 .thim-search-room .hotel-booking-search input,
	.thim-search-home1 .thim-search-room .hotel-booking-search button,
	.thim-search-home1 .thim-search-room .hotel-booking-search select {
		font-size: 14px
	}
}

.thim-search-home1 .thim-search-room .hotel-booking-search .hb-form-field #adults,
.thim-search-home1 .thim-search-room .hotel-booking-search .hb-form-field #child {
	border: 1px solid transparent
}

.widget_hb_widget_search .thim-search-room .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check {
	padding-right: 30px
}

.hotel-booking-search {
	padding: 0
}

.hotel-booking-search form.layout-multidate {
	display: inline-block;
	width: 100%;
	padding: 0;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07)
}

.hotel-booking-search form.layout-multidate .hb-form-table {
	background: #ffffff;
	width: 86%;
	float: left;
	margin: 0px;
	position: relative
}

.hotel-booking-search form.layout-multidate .hb-form-table .multidate {
	position: absolute;
	font-size: var(--thim_font_body-font-size);
	opacity: 0;
	height: 100%;
	width: 40%;
	border: none;
	z-index: 2;
	background: none;
	cursor: pointer;
	left: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
	width: 30%;
	float: left;
	padding: 25px 20px 25px 30px;
	position: relative;
	margin: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
	width: 40%;
	max-width: none
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input {
	padding-left: 25px;
	display: inline-block
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input #day,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input #day2 {
	width: 30px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input:last-child {
	padding: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out .hb-form-field-input:last-child button {
	display: none
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out span {
	color: #FF0000;
	padding-left: 4px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
	content: "";
	background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position-x: 95%;
	background-position-y: 50%;
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 30px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	z-index: 2
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input input {
	width: 100%
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input.guests-number,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-input.child-number {
	width: auto
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: var(--thim_body_border_color)
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 30px;
	background: #ffffff;
	z-index: 9;
	margin: 5px 0 0 0;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list.active {
	opacity: 1;
	visibility: visible
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input {
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 25px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input:last-child {
	margin: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
	border: 2px solid #000000;
	padding: 6px 8px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box .number-icons {
	cursor: pointer;
	float: none;
	background: transparent;
	color: #000;
	margin-left: 0;
	height: auto
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .name {
	font-weight: 500;
	font-family: var(--thim_font_title-font-family);
	color: #000
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: var(--thim_font_body-font-size);
	font-family: var(--thim_font_title-font-family);
	color: #000;
	margin-bottom: 10px
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .label label {
	font-weight: 500
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field input {
	width: 110px;
	height: auto;
	border: none;
	border-radius: 0;
	line-height: 1;
	min-width: 0;
	background: none;
	padding: 0;
	font-size: var(--thim_font_body-font-size);
	color: var(--thim_font_body-color);
	cursor: pointer;
	text-transform: capitalize
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field input.day,
.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field .getWidth {
	padding: 0
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field:after {
	display: none
}

.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field .hb_input_field button {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	-webkit-mask-position-x: 0px !important
}

.hotel-booking-search form.layout-multidate .select2-container,
.hotel-booking-search form.layout-multidate select {
	width: auto !important;
	pointer-events: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single {
	border: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none
}

.hotel-booking-search form.layout-multidate .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
	display: none;
	width: 672px;
	padding: 0;
	border-radius: 0;
	padding: 15px 24px 30px;
	margin-top: 5px;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .daterangepicker_input {
	display: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar {
	width: 50%;
	margin: 0;
	max-width: 312px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.left {
	padding-right: 15px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right {
	padding-left: 15px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar .calendar-table {
	padding: 0
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar table {
	border: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tr {
	border: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th {
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
	min-width: 40px;
	font-weight: normal
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available {
	text-align: center;
	font-size: var(--thim_font_body-font-size);
	line-height: 40px;
	color: #000;
	display: inline-block;
	float: right;
	margin-left: 12px;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 0;
	font-weight: normal
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available i {
	display: none
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available.prev:before {
	content: "\f3cf";
	font-family: "Ionicons"
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.available.next:before {
	content: "\f3d1";
	font-family: "Ionicons"
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar th.month {
	font-weight: 600;
	font-size: 14px;
	font-family: var(--thim_font_title-font-family);
	color: #000
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar thead th {
	font-size: 14px
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td {
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	width: 40px;
	height: 40px;
	color: #636363
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.off {
	color: #999999
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td:hover {
	color: #636363
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.active {
	color: #fff
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.in-range:hover {
	color: #333333
}

.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar tbody td.active:hover {
	color: #ffffff
}

.hotel-booking-search form.layout-multidate .hb-submit {
	width: 14%;
	position: absolute;
	right: 0;
	height: 100%;
	left: auto;
	top: 0
}

.hotel-booking-search form.layout-multidate .hb-submit button {
	width: 100%;
	margin-top: 0;
	font-size: var(--thim_font_body-font-size);
	font-weight: 600;
	padding: 10px;
	text-align: center;
	border: none;
	height: 100%;
	border-radius: 0;
	min-width: 0;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate {
	max-width: 100%;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
	margin: 0;
	width: 86%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
	width: 30%;
	max-width: none;
	padding: 25px 20px 25px 30px
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
	width: 40%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
	padding: 0;
	width: 14%
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit button {
	height: 100%;
	font-weight: var(--thim_font_title-variant);
	line-height: 1.3em;
	font-size: var(--thim_font_body-font-size)
}

.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate+#hotel-booking-results form {
	max-width: 100%
}

@media (max-width:1024px) {

	.hotel-booking-search form.layout-multidate .hb-form-table .multidate,
	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
		width: 50%
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
		width: 25%
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
		padding: 15px
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
		padding: 4px 0px
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .hb-form-field-input {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (max-width:992px) {
	.hotel-booking-search form.layout-multidate .hb-form-table {
		width: 82%
	}

	.hotel-booking-search form.layout-multidate .hb-submit {
		width: 18%
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
		right: 15px
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
		padding: 20px 10px 20px 20px
	}

	.wp-hotel-booking-search-rooms {
		overflow-x: hidden
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
		width: 82%;
		float: left
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
		width: 18%
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
		right: 15px
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
		padding: 20px 10px 20px 20px;
		width: 25% !important;
		float: left;
		margin-bottom: 0
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out {
		width: 50% !important
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
		display: block
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
		display: flex;
		justify-content: center;
		margin-top: 10px
	}
}

@media (max-width:767px) {

	.hotel-booking-search form.layout-multidate .hb-form-table .multidate,
	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out,
	.hotel-booking-search form.layout-multidate .hb-form-table {
		width: 100%
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .multidate {
		height: 33%
	}

	.hotel-booking-search form.layout-multidate .hb-submit {
		width: 100%;
		position: unset
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
		width: 100%
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
		width: 100%
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .multidate,
	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out,
	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table {
		width: 100% !important
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-submit {
		width: 100%;
		position: unset
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field {
		width: 100% !important
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu {
		width: 100%
	}

	.wp-hotel-booking-search-rooms .hotel-booking-search form.layout-multidate {
		padding: 0
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number:before {
		height: 1px;
		width: 100%
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.left {
		width: 100%;
		padding: 0;
		max-width: 100%
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right {
		padding: 0
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right th.available.next {
		display: block
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right tbody {
		display: none
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right thead th {
		display: none
	}

	.hotel-booking-search form.layout-multidate .daterangepicker.dropdown-menu .calendar.right .table-condensed {
		position: absolute;
		top: 75px;
		right: 30px;
		width: 40px
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list {
		display: flex;
		padding: 20px;
		margin: 0
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-number .hb-form-field-list .number-box {
		margin-top: 0;
		padding: 5px 10px
	}

	.hotel-booking-search form.layout-multidate .hb-form-table .hb-form-field.hb-form-check-in-check-out::after {
		right: 27px
	}
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff
}

.daterangepicker .label {
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #78D0C5;
	margin-bottom: 20px
}

.daterangepicker.opensleft:before {
	right: 9px
}

.daterangepicker.opensleft:after {
	right: 10px
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.opensright:before {
	left: 9px
}

.daterangepicker.opensright:after {
	left: 10px
}

.daterangepicker.dropup {
	margin-top: -5px
}

.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 9
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
	float: none
}

.daterangepicker.show-calendar .calendar {
	display: block
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
	border: none
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	padding: 4px;
	border-radius: 4px;
	background-color: #fff
}

.daterangepicker table {
	width: 100%;
	margin: 0
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999
}

.daterangepicker td.in-range {
	background-color: #ECECEC;
	border-color: transparent;
	color: #000;
	border-radius: 0
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #2A7AF2;
	border-color: transparent;
	color: #fff
}

.daterangepicker th.month {
	width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0
}

.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	height: 30px;
	line-height: 30px;
	display: block;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%
}

.daterangepicker .input-mini.active {
	border: 1px solid #08c;
	border-radius: 4px
}

.daterangepicker .daterangepicker_input {
	position: relative
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px
}

.daterangepicker.rtl .input-mini {
	padding-right: 28px;
	padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
	left: auto;
	right: 8px
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}

.ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left
}

.ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.ranges li {
	font-size: 13px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	color: #08c;
	padding: 3px 12px;
	margin-bottom: 8px;
	cursor: pointer
}

.ranges li:hover {
	background-color: #08c;
	border: 1px solid #08c;
	color: #fff
}

.ranges li.active {
	background-color: #08c;
	border: 1px solid #08c;
	color: #fff
}

@media (min-width:564px) {
	.daterangepicker {
		width: auto
	}

	.daterangepicker .ranges ul {
		width: 160px
	}

	.daterangepicker.single .ranges ul {
		width: 100%
	}

	.daterangepicker.single .calendar.left {
		clear: none
	}

	.daterangepicker.single.ltr .ranges,
	.daterangepicker.single.ltr .calendar {
		float: left
	}

	.daterangepicker.single.rtl .ranges,
	.daterangepicker.single.rtl .calendar {
		float: right
	}

	.daterangepicker.ltr {
		direction: ltr;
		text-align: left
	}

	.daterangepicker.ltr .calendar.left {
		clear: left;
		margin-right: 0
	}

	.daterangepicker.ltr .calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.daterangepicker.ltr .calendar.right {
		margin-left: 0
	}

	.daterangepicker.ltr .calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.daterangepicker.ltr .left .daterangepicker_input {
		padding-right: 12px
	}

	.daterangepicker.ltr .calendar.left .calendar-table {
		padding-right: 12px
	}

	.daterangepicker.ltr .ranges,
	.daterangepicker.ltr .calendar {
		float: left
	}

	.daterangepicker.rtl {
		direction: rtl;
		text-align: right
	}

	.daterangepicker.rtl .calendar.left {
		clear: right;
		margin-left: 0
	}

	.daterangepicker.rtl .calendar.left .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.daterangepicker.rtl .calendar.right {
		margin-right: 0
	}

	.daterangepicker.rtl .calendar.right .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.daterangepicker.rtl .left .daterangepicker_input {
		padding-left: 12px
	}

	.daterangepicker.rtl .calendar.left .calendar-table {
		padding-left: 12px
	}

	.daterangepicker.rtl .ranges,
	.daterangepicker.rtl .calendar {
		text-align: right;
		float: right
	}
}

@media (min-width:730px) {
	.daterangepicker .ranges {
		width: auto
	}

	.daterangepicker.ltr .ranges {
		float: left
	}

	.daterangepicker.rtl .ranges {
		float: right
	}

	.daterangepicker .calendar.left {
		clear: none !important
	}
}

.thim-column-posts {
	display: inline-block;
	margin: 0
}

.thim-column-posts .post-item li {
	list-style: none;
	background-color: #f8f8f8;
	box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1)
}

.thim-column-posts .post-item li .article-title-wrapper {
	padding: 40px 30px
}

.thim-column-posts .post-item li .article-title-wrapper .category {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: left;
	text-transform: uppercase
}

.thim-column-posts .post-item li .article-title-wrapper h5 {
	margin: 10px 0 20px
}

.thim-column-posts .post-item li .article-title-wrapper h5 .article-title {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: left
}

.thim-column-posts .post-item li .article-title-wrapper p {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 1.5;
	letter-spacing: 0.4px;
	text-align: left;
	margin-bottom: 40px
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more {
	margin-bottom: 20px
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: semi-condensed;
	line-height: 2;
	letter-spacing: 0.8px;
	text-align: left;
	text-transform: uppercase;
	padding: 15px 35px;
	background: transparent;
	border: 1px solid;
	border-color: #c19b76;
	color: #c19b76
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a:hover {
	background: #c19b76;
	color: #fff
}

footer#colophon.footer_style_new {
	font-size: 18px
}

footer#colophon.footer_style_new .text-footer {
	margin-top: 30px
}

footer#colophon.footer_style_new aside .newletter {
	padding-top: 0
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form {
	margin: 0
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
	width: 202px;
	margin: 0;
	border-radius: 0;
	padding: 24px 17px;
	background: transparent;
	border: 1px solid #89898a;
	font-size: 16px;
	font-weight: 300;
	color: #757575
}

footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=submit] {
	margin: 0;
	height: 50px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 16px
}

footer#colophon.footer_style_new aside .widget-title {
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	position: relative;
	margin-bottom: 45px
}

footer#colophon.footer_style_new aside .widget-title:before {
	position: absolute;
	content: "";
	background: #7a7a7a;
	height: 1px;
	width: 40px;
	left: 0;
	bottom: -15px
}

footer#colophon.footer_style_new aside ul li {
	margin-bottom: 15px
}

footer#colophon.footer_style_new aside ul li i {
	margin-right: 10px
}

footer#colophon.footer_style_new .copy-right-new {
	background: #191919
}

footer#colophon.footer_style_new .copy-right-new .text-copyright {
	text-align: center;
	border: none;
	padding: 37px 0
}

footer#colophon.footer_style_new .copy-right-new .text-copyright .elementor-widget-thim-copyright .copyright-text,
footer#colophon.footer_style_new .copy-right-new .text-copyright .thim-widget-copyright .copyright-text {
	font-size: 18px;
	font-weight: 300;
	color: #78787a
}

footer#colophon.footer_style_new .copy-right-new .text-copyright .elementor-widget-thim-copyright .copyright-text a,
footer#colophon.footer_style_new .copy-right-new .text-copyright .thim-widget-copyright .copyright-text a {
	color: #c19b76
}

.element-main-slider {
	height: 800px;
	max-height: 800px;
	position: relative
}

@media (max-width:1440px) {
	.element-main-slider {
		max-height: 680px
	}
}

@media (max-width:767px) {
	.element-main-slider {
		max-height: 400px
	}
}

.element-main-slider .wrap-element {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.element-main-slider .wrap-element .slick-list .inner-banner {
	height: 800px;
	max-height: 800px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

@media (max-width:1440px) {
	.element-main-slider .wrap-element .slick-list .inner-banner {
		max-height: 680px
	}
}

@media (max-width:767px) {
	.element-main-slider .wrap-element .slick-list .inner-banner {
		max-height: 400px
	}
}

.element-main-slider .wrap-element .slick-list .inner-banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4)
}

.element-main-slider .wrap-element .slick-dots {
	position: absolute;
	margin: 0;
	top: 42%;
	transform: translateY(-100%);
	list-style-type: none;
	display: inline-grid
}

@media (max-width:767px) {
	.element-main-slider .wrap-element .slick-dots {
		top: 50%;
		transform: translateY(-50%)
	}
}

.element-main-slider .wrap-element .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: #fff;
	transform: rotate(45deg);
	margin: 5px 0
}

.element-main-slider .wrap-element .slick-dots li.slick-active,
.element-main-slider .wrap-element .slick-dots li:hover {
	background: transparent;
	border: 1px solid #ffffff
}

.element-main-slider .wrap-element .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.element-main-slider .content-title {
	position: relative;
	color: #ffffff;
	transform: translateY(60%);
	pointer-events: none
}

@media (max-width:767px) {
	.element-main-slider .content-title {
		transform: translateY(60px)
	}
}

.element-main-slider .content-title .title {
	font-size: 60px;
	line-height: 1.2em;
	font-weight: var(--thim_font_title-variant);
	margin-bottom: 5px
}

@media (max-width:1024px) {
	.element-main-slider .content-title .title {
		font-size: 50px
	}
}

.element-main-slider .content-title .des {
	font-size: 16px
}

.element-main-slider .content-title .link-swapper {
	margin-top: 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	pointer-events: auto
}

.element-main-slider .content-title .link-swapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff
}

.element-main-slider .content-title .link-swapper:hover .link {
	transform: translate(0, 0)
}

.element-main-slider .content-title .link {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 34px;
	background: #ffffff;
	display: inline-block;
	transform: translate(8px, 8px);
	transition: all 0.3s;
	font-weight: 600;
	font-family: var(--thim_font_title-font-family)
}

.element-main-slider .content-title .link:hover {
	transform: translate(0, 0)
}

.info-sale-swapper.base .slick-list {
	padding-left: 0 !important
}

.info-sale-swapper.base .item {
	position: relative;
	margin-right: 30px
}

@media (max-width:480px) {
	.info-sale-swapper.base .item {
		margin-right: 15px
	}
}

.info-sale-swapper.base .item:hover .thumb img {
	-webkit-filter: grayscale(1) brightness(0.5);
	filter: grayscale(1) brightness(0.5)
}

.info-sale-swapper.base .item:hover .item-content .link {
	background: var(--thim_body_primary_color);
	color: #fff
}

.info-sale-swapper.base .item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2)
}

.info-sale-swapper.base .item .item-content {
	position: absolute;
	left: 40px;
	bottom: 40px
}

@media (max-width:576px) {
	.info-sale-swapper.base .item .item-content {
		left: 20px;
		bottom: 20px
	}
}

.info-sale-swapper.base .item .item-content .second-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px
}

@media (max-width:576px) {
	.info-sale-swapper.base .item .item-content .second-title {
		font-size: 20px
	}
}

.info-sale-swapper.base .item .item-content .primary-title {
	font-size: 36px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px
}

.info-sale-swapper.base .item .item-content .link {
	color: inherit;
	display: inline-block;
	padding: 10px 28px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--thim_font_title-font-family)
}

@media (max-width:576px) {
	.info-sale-swapper.base .item .item-content .link {
		padding: 6px 18px
	}
}

.info-sale-swapper.base .slick-prev {
	display: none !important
}

.info-sale-swapper.base .slick-next {
	position: absolute;
	border: none;
	background: transparent;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 4%
}

@media (max-width:1700px) {
	.info-sale-swapper.base .slick-next {
		left: 2%
	}
}

@media (max-width:1550px) {
	.info-sale-swapper.base .slick-next {
		left: 1%
	}
}

@media (max-width:1439px) {
	.info-sale-swapper.base .slick-next {
		left: 2%
	}
}

@media (max-width:1299px) {
	.info-sale-swapper.base .slick-next {
		left: 5px
	}
}

@media (max-width:1024px) {
	.info-sale-swapper.base .slick-next {
		left: 0px
	}
}

@media (max-width:1023px) {
	.info-sale-swapper.base .slick-next {
		display: none !important
	}
}

.info-sale-swapper.base .slick-next:hover i {
	color: var(--thim_body_primary_color)
}

.info-sale-swapper.base .slick-next i {
	font-size: 42px;
	position: relative
}

.info-sale-swapper.base .slick-next i::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100px;
	background: #000;
	right: calc(-100% - 80px);
	top: 50%
}

@media (max-width:1700px) {
	.info-sale-swapper.base .slick-next i::after {
		right: calc(-100% - 50px);
		width: 80px
	}
}

@media (max-width:1550px) {
	.info-sale-swapper.base .slick-next i::after {
		right: calc(-100% - 20px);
		width: 60px
	}
}

@media (max-width:1439px) {
	.info-sale-swapper.base .slick-next i::after {
		display: none
	}
}

.info-sale-swapper.style-1 {
	margin-right: 14%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
	position: relative
}

@media (max-width:1700px) {
	.info-sale-swapper.style-1 {
		margin-right: 7%
	}
}

@media (max-width:1440px) {
	.info-sale-swapper.style-1 {
		margin-right: 0
	}
}

@media (max-width:576px) {
	.info-sale-swapper.style-1 {
		margin-bottom: 0
	}
}

.info-sale-swapper.style-1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5)
}

.info-sale-swapper.style-1 .info-sale {
	margin: 0 100px;
	transform: translateY(100px);
	position: relative
}

@media (max-width:991px) {
	.info-sale-swapper.style-1 .info-sale {
		margin: 0 50px
	}
}

@media (max-width:576px) {
	.info-sale-swapper.style-1 .info-sale {
		margin: 0;
		transform: unset
	}
}

.info-sale-swapper.style-1 .info-sale .slick-dots {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	list-style-type: none;
	display: inline-grid
}

@media (max-width:480px) {
	.info-sale-swapper.style-1 .info-sale .slick-dots {
		left: 15px
	}
}

.info-sale-swapper.style-1 .info-sale .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 13px;
	height: 13px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin: 5px 0
}

.info-sale-swapper.style-1 .info-sale .slick-dots li.slick-active,
.info-sale-swapper.style-1 .info-sale .slick-dots li:hover {
	background: rgb(255, 255, 255)
}

.info-sale-swapper.style-1 .info-sale .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.info-sale-swapper.style-1 .info-sale .slick-prev {
	display: none !important
}

.info-sale-swapper.style-1 .info-sale .slick-next {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20%
}

@media (max-width:1700px) {
	.info-sale-swapper.style-1 .info-sale .slick-next {
		right: -13.5%
	}
}

@media (max-width:1440px) {
	.info-sale-swapper.style-1 .info-sale .slick-next {
		right: -70px
	}
}

@media (max-width:991px) {
	.info-sale-swapper.style-1 .info-sale .slick-next {
		display: none
	}
}

.info-sale-swapper.style-1 .info-sale .slick-next:hover i {
	color: var(--thim_body_primary_color)
}

.info-sale-swapper.style-1 .info-sale .slick-next i {
	font-size: 50px
}

.info-sale-swapper.style-1 .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

.info-sale-swapper.style-1 .thumb::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5)
}

.info-sale-swapper.style-1 .item-content {
	padding: 200px 0px;
	margin-right: 145px;
	text-align: right;
	position: relative
}

@media (max-width:991px) {
	.info-sale-swapper.style-1 .item-content {
		padding: 150px 0;
		margin-right: 90px
	}
}

@media (max-width:767px) {
	.info-sale-swapper.style-1 .item-content {
		padding: 120px 0
	}
}

@media (max-width:480px) {
	.info-sale-swapper.style-1 .item-content {
		margin-right: 55px;
		padding: 100px 0
	}
}

.info-sale-swapper.style-1 .item-content .second-title {
	position: absolute;
	writing-mode: vertical-rl;
	right: -50px;
	top: 200px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase
}

@media (max-width:991px) {
	.info-sale-swapper.style-1 .item-content .second-title {
		top: 150px
	}
}

@media (max-width:767px) {
	.info-sale-swapper.style-1 .item-content .second-title {
		top: 120px
	}
}

@media (max-width:480px) {
	.info-sale-swapper.style-1 .item-content .second-title {
		top: 100px
	}
}

.info-sale-swapper.style-1 .item-content .primary-title {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1
}

@media (max-width:576px) {
	.info-sale-swapper.style-1 .item-content .primary-title {
		font-size: 36px
	}
}

.info-sale-swapper.style-1 .item-content .content {
	font-size: 18px;
	color: #fff;
	font-weight: 200
}

@media (max-width:576px) {
	.info-sale-swapper.style-1 .item-content .content {
		font-size: 24px
	}
}

.info-sale-swapper.style-1 .item-content .link {
	color: inherit;
	display: inline-block;
	padding: 11px 45px 13px;
	background: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family)
}

.info-sale-swapper.style-1 .item-content .link:hover {
	background: #000000;
	color: #fff
}

.thim-widget-info-sale-base .info-sale-swapper.base .thumb img {
	width: 100%
}

.thim-list-video.base {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover
}

.thim-list-video.base::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6)
}

.thim-list-video.base .list-video {
	position: relative;
	padding-top: 200px;
	padding-bottom: 70px
}

@media (max-width:767px) {
	.thim-list-video.base .list-video {
		padding-top: 100px
	}
}

@media (max-width:576px) {
	.thim-list-video.base .list-video {
		padding-top: 70px;
		padding-bottom: 30px
	}
}

.thim-list-video.base .list-video .slick-list {
	max-width: 700px
}

.thim-list-video.base .list-video .video-item {
	display: flex
}

.thim-list-video.base .list-video .video-item .video-icon i {
	font-size: 100px;
	color: var(--thim_body_primary_color);
	margin-right: 25px;
	position: relative
}

@media (max-width:576px) {
	.thim-list-video.base .list-video .video-item .video-icon i {
		font-size: 70px;
		margin-right: 10px
	}
}

.thim-list-video.base .list-video .video-item .video-icon i::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: calc(-100% - 17px);
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, 0.2)
}

@media (max-width:576px) {
	.thim-list-video.base .list-video .video-item .video-icon i::after {
		bottom: calc(-100% - 40px)
	}
}

.thim-list-video.base .list-video .video-item .video-content {
	max-width: 600px
}

.thim-list-video.base .list-video .video-item .video-content .title {
	font-size: 36px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 35px
}

@media (max-width:576px) {
	.thim-list-video.base .list-video .video-item .video-content .title {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.thim-list-video.base .list-video .video-item .video-content .des {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 200
}

@media (max-width:991px) {
	.thim-list-video.base .list-video .video-item .video-content .des {
		font-size: 18px
	}
}

.thim-list-video.base .list-video .video-item .video-popup {
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family)
}

.thim-list-video.base .list-video .video-item .video-popup:hover {
	color: var(--thim_body_primary_color)
}

.thim-list-video.base .list-video .video-item .video-popup i {
	color: var(--thim_body_primary_color);
	margin-left: 5px
}

.thim-list-video.base .list-video .slick-prev {
	display: none !important
}

.thim-list-video.base .list-video .slick-next {
	position: absolute;
	border: none;
	background: transparent;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	right: -22%
}

@media (max-width:1799px) {
	.thim-list-video.base .list-video .slick-next {
		right: -18%
	}
}

@media (max-width:1699px) {
	.thim-list-video.base .list-video .slick-next {
		right: -15%
	}
}

@media (max-width:1599px) {
	.thim-list-video.base .list-video .slick-next {
		right: -10%
	}
}

@media (max-width:1499px) {
	.thim-list-video.base .list-video .slick-next {
		right: -5%
	}
}

@media (max-width:1366px) {
	.thim-list-video.base .list-video .slick-next {
		right: 15px
	}
}

@media (max-width:767px) {
	.thim-list-video.base .list-video .slick-next {
		display: none !important
	}
}

.thim-list-video.base .list-video .slick-next:hover i {
	color: var(--thim_body_primary_color)
}

.thim-list-video.base .list-video .slick-next i {
	font-size: 42px;
	position: relative;
	color: #fff
}

.thim-list-video.base .list-video .slick-next i::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100px;
	background: #fff;
	left: -120px;
	top: 50%
}

@media (max-width:991px) {
	.thim-list-video.base .list-video .slick-next i::after {
		display: none
	}
}

.thim-list-video.base .list-video .slick-dots {
	list-style-type: none;
	margin: 90px 0 0 122px
}

@media (max-width:767px) {
	.thim-list-video.base .list-video .slick-dots {
		margin-top: 30px
	}
}

@media (max-width:576px) {
	.thim-list-video.base .list-video .slick-dots {
		margin-left: 95px;
		margin-top: 20px
	}
}

.thim-list-video.base .list-video .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(45deg);
	margin: 0px 5px
}

.thim-list-video.base .list-video .slick-dots li.slick-active,
.thim-list-video.base .list-video .slick-dots li:hover {
	background: transparent;
	border: 1px solid #ffffff
}

.thim-list-video.base .list-video .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.thim-list-video .thumb {
	position: relative
}

.thim-list-video .thumb:hover .video-popup {
	opacity: 1
}

.thim-list-video .thumb:hover::before {
	opacity: 1;
	transform: scale(1)
}

.thim-list-video .thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s
}

.thim-list-video .thumb .video-popup {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0
}

.thim-list-video .thumb .video-popup i {
	font-size: 100px;
	color: #ffffff
}

.thim-list-video.style-1 {
	min-height: 655px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:1366px) {
	.thim-list-video.style-1 {
		min-height: 550px
	}
}

@media (max-width:1024px) {
	.thim-list-video.style-1 {
		min-height: 500px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-1 {
		min-height: 400px
	}
}

@media (max-width:576px) {
	.thim-list-video.style-1 {
		min-height: unset;
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.thim-list-video.style-1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, #f7f7f7, transparent)
}

.thim-list-video.style-1 .bg_title {
	position: absolute;
	font-size: 150px;
	color: rgba(0, 0, 0, 0.1);
	line-height: 1;
	margin: 0;
	right: 8%;
	top: 100px;
	opacity: 0.5
}

@media (max-width:1800px) {
	.thim-list-video.style-1 .bg_title {
		right: 4%
	}
}

@media (max-width:1440px) {
	.thim-list-video.style-1 .bg_title {
		font-size: 100px;
		top: 120px
	}
}

@media (max-width:1366px) {
	.thim-list-video.style-1 .bg_title {
		right: 30px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-1 .bg_title {
		top: 80px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .bg_title {
		top: 60px;
		font-size: 80px;
		right: 0;
		width: 100%;
		text-align: center
	}
}

@media (max-width:576px) {
	.thim-list-video.style-1 .bg_title {
		font-size: 60px;
		top: 74px
	}
}

.thim-list-video.style-1 .video_title {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 19.5%;
	align-items: center
}

@media (max-width:1800px) {
	.thim-list-video.style-1 .video_title {
		right: 17%
	}
}

@media (max-width:1600px) {
	.thim-list-video.style-1 .video_title {
		right: 200px
	}
}

@media (max-width:1366px) {
	.thim-list-video.style-1 .video_title {
		bottom: 0;
		right: 160px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-1 .video_title {
		right: 40px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .video_title {
		right: 50%;
		bottom: unset;
		top: 70px;
		text-align: center;
		transform: translateX(50%)
	}
}

@media (max-width:576px) {
	.thim-list-video.style-1 .video_title {
		position: relative;
		top: unset;
		transform: unset;
		right: unset;
		padding-top: 30px
	}
}

.thim-list-video.style-1 .video_title .text {
	font-size: 36px;
	margin: 0
}

@media (max-width:576px) {
	.thim-list-video.style-1 .video_title .text {
		font-size: 28px
	}
}

.thim-list-video.style-1 .video_title i {
	font-size: 70px;
	margin-right: 10px
}

@media (max-width:576px) {
	.thim-list-video.style-1 .video_title i {
		font-size: 50px
	}
}

.thim-list-video.style-1 .video-item {
	position: absolute;
	display: inline-block
}

@media (max-width:1440px) {
	.thim-list-video.style-1 .video-item {
		max-width: 550px
	}
}

@media (max-width:1024px) {
	.thim-list-video.style-1 .video-item {
		max-width: 450px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-1 .video-item {
		max-width: 380px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .video-item {
		max-width: unset
	}
}

.thim-list-video.style-1 .video-item.item-0 {
	top: -47px;
	left: 9%
}

@media (max-width:1800px) {
	.thim-list-video.style-1 .video-item.item-0 {
		left: 6%
	}
}

@media (max-width:1600px) {
	.thim-list-video.style-1 .video-item.item-0 {
		left: 40px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .video-item.item-0 {
		display: none
	}
}

.thim-list-video.style-1 .video-item.item-1 {
	bottom: 0;
	left: 15%
}

@media (max-width:1800px) {
	.thim-list-video.style-1 .video-item.item-1 {
		left: 12%
	}
}

@media (max-width:1600px) {
	.thim-list-video.style-1 .video-item.item-1 {
		left: 80px
	}
}

@media (max-width:1600px) {
	.thim-list-video.style-1 .video-item.item-1 {
		left: 40px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .video-item.item-1 {
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0 15px
	}

	.thim-list-video.style-1 .video-item.item-1 .thumb {
		max-width: 450px;
		margin: auto
	}

	.thim-list-video.style-1 .video-item.item-1 .thumb::before {
		opacity: 1;
		transform: scale(1)
	}

	.thim-list-video.style-1 .video-item.item-1 .thumb a {
		opacity: 1
	}
}

@media (max-width:576px) {
	.thim-list-video.style-1 .video-item.item-1 {
		position: relative;
		padding-top: 30px
	}
}

.thim-list-video.style-1 .video-item.item-2 {
	right: 14%;
	top: 180px
}

@media (max-width:1800px) {
	.thim-list-video.style-1 .video-item.item-2 {
		right: 10%
	}
}

@media (max-width:1600px) {
	.thim-list-video.style-1 .video-item.item-2 {
		right: 80px
	}
}

@media (max-width:1366px) {
	.thim-list-video.style-1 .video-item.item-2 {
		right: 40px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-1 .video-item.item-2 {
		top: 100px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-1 .video-item.item-2 {
		display: none
	}
}

.thim-list-video.style-2 {
	margin: 0 80px 105px 80px;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}

@media (max-width:1440px) {
	.thim-list-video.style-2 {
		margin: 0 30px 70px 30px;
		min-height: 520px
	}
}

@media (max-width:1199px) {
	.thim-list-video.style-2 {
		margin: 0 0 20px 0
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 {
		margin: 0;
		min-height: unset;
		display: flex;
		justify-content: center
	}
}

.thim-list-video.style-2 .video_title {
	position: absolute;
	top: 140px;
	left: 16.5%;
	display: flex;
	align-items: center
}

@media (max-width:1440px) {
	.thim-list-video.style-2 .video_title {
		top: 80px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-2 .video_title {
		left: 30px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video_title {
		top: 50px
	}
}

@media (max-width:576px) {
	.thim-list-video.style-2 .video_title {
		left: 15px;
		top: 45px
	}
}

.thim-list-video.style-2 .video_title .text {
	font-size: 36px;
	margin: 0;
	text-transform: capitalize
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video_title .text {
		font-size: 28px
	}
}

@media (max-width:576px) {
	.thim-list-video.style-2 .video_title .text {
		font-size: 18px
	}
}

.thim-list-video.style-2 .video_title i {
	display: none
}

.thim-list-video.style-2 .video-link {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	padding: 16px 35px;
	background: #fff;
	position: absolute;
	display: inline-block;
	top: 140px;
	right: 17%;
	box-shadow: rgba(111, 111, 111, 0.1) 0 4px 10px 0;
	font-weight: 600;
	font-family: var(--thim_font_title-font-family)
}

@media (max-width:1440px) {
	.thim-list-video.style-2 .video-link {
		top: 80px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-2 .video-link {
		right: 30px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video-link {
		top: 50px;
		padding: 10px 20px;
		font-size: 16px
	}
}

@media (max-width:576px) {
	.thim-list-video.style-2 .video-link {
		top: 40px;
		right: 15px;
		padding: 5px 12px;
		font-size: 14px
	}
}

.thim-list-video.style-2 .video-link:hover {
	color: #fff;
	background: #000
}

.thim-list-video.style-2 .video-item {
	position: absolute;
	display: inline-block
}

@media (max-width:1440px) {
	.thim-list-video.style-2 .video-item {
		max-width: 550px
	}
}

@media (max-width:1199px) {
	.thim-list-video.style-2 .video-item {
		max-width: 400px
	}
}

@media (max-width:991px) {
	.thim-list-video.style-2 .video-item:hover {
		z-index: 1
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video-item {
		max-width: unset
	}
}

.thim-list-video.style-2 .video-item.item-0 {
	left: 7%;
	bottom: -70px
}

@media (max-width:1440px) {
	.thim-list-video.style-2 .video-item.item-0 {
		left: 2%
	}
}

@media (max-width:1199px) {
	.thim-list-video.style-2 .video-item.item-0 {
		bottom: 0
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video-item.item-0 {
		display: none
	}
}

.thim-list-video.style-2 .video-item.item-1 {
	left: 28.5%;
	bottom: 22px
}

@media (max-width:1199px) {
	.thim-list-video.style-2 .video-item.item-1 {
		bottom: 80px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video-item.item-1 {
		position: relative;
		bottom: unset;
		left: unset;
		padding: 150px 15px 50px 15px
	}
}

@media (max-width:576px) {
	.thim-list-video.style-2 .video-item.item-1 {
		padding: 110px 15px 40px 15px
	}
}

.thim-list-video.style-2 .video-item.item-2 {
	right: 9%;
	bottom: -105px
}

@media (max-width:1440px) {
	.thim-list-video.style-2 .video-item.item-2 {
		right: 2%;
		bottom: -70px
	}
}

@media (max-width:1199px) {
	.thim-list-video.style-2 .video-item.item-2 {
		bottom: -20px
	}
}

@media (max-width:767px) {
	.thim-list-video.style-2 .video-item.item-2 {
		display: none
	}
}

.thim-slider-posts {
	position: relative
}

.thim-slider-posts .widget-title {
	font-size: 36px;
	margin-bottom: 150px;
	margin-top: 0
}

@media (max-width:991px) {
	.thim-slider-posts .widget-title {
		margin-bottom: 100px
	}
}

@media (max-width:767px) {
	.thim-slider-posts .widget-title {
		margin-bottom: 55px
	}
}

.thim-slider-posts.slider-1 {
	padding-bottom: 15px
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 {
		padding-bottom: 0
	}
}

.thim-slider-posts.slider-1 .bg-title {
	position: absolute;
	writing-mode: vertical-rl;
	bottom: 0;
	right: 190px;
	right: 10%;
	font-size: 115px;
	color: rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
	margin-top: 0
}

@media (max-width:1439px) {
	.thim-slider-posts.slider-1 .bg-title {
		right: 3%
	}
}

@media (max-width:1199px) {
	.thim-slider-posts.slider-1 .bg-title {
		font-size: 94px;
		right: 15px
	}
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 .bg-title {
		font-size: 87px;
		right: 5px
	}
}

@media (max-width:900px) {
	.thim-slider-posts.slider-1 .bg-title {
		font-size: 75px;
		right: 5px
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .bg-title {
		display: none
	}
}

.thim-slider-posts.slider-1 .slider-post-swapper {
	margin-left: 60px;
	background: #f7f7f7
}

@media (max-width:1439px) {
	.thim-slider-posts.slider-1 .slider-post-swapper {
		margin-left: 0px
	}
}

.thim-slider-posts.slider-1 .slider-post {
	display: flex;
	align-items: center;
	transform: translateX(-30px)
}

@media (max-width:1439px) {
	.thim-slider-posts.slider-1 .slider-post {
		transform: unset
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post {
		display: block
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-image {
	width: 58%;
	max-width: 670px;
	transform: translateY(-50px)
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-image {
		transform: translateY(-30px)
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-image {
		width: 100%;
		max-width: unset;
		transform: unset;
		margin-top: 15px
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-image .article-image a {
	display: block
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-image .article-image a img {
		width: 100%
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info {
	width: 42%;
	padding-left: 50px
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info {
		padding-left: 30px
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
		margin-bottom: 25px
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-list {
	max-width: 370px;
	margin-right: -30px
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-list {
		max-width: 600px
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item {
	margin-right: 30px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title {
	margin-top: 0;
	line-height: 1.3
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title a {
	display: inline-block;
	font-size: 28px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .title a:hover {
	color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date {
	margin-right: 25px
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date {
		margin-right: 15px
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author {
	display: inline-flex;
	margin-bottom: 10px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date i,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author i {
	font-size: 28px;
	color: var(--thim_body_primary_color);
	margin-right: 5px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date a,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author a {
	color: inherit
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .date a:hover,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item .author a:hover {
	color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .item p {
	opacity: 0.7
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
	list-style-type: none;
	margin: 40px 0 0 0
}

@media (max-width:991px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots {
		margin-top: 15px
	}
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: #dedede;
	transform: rotate(45deg);
	margin: 0px 5px
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li.slick-active,
.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li:hover {
	background: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-1 .slider-post .thim-slider-info .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.thim-slider-posts.slider-2 .widget-title {
	margin-bottom: 100px
}

@media (max-width:1199px) {
	.thim-slider-posts.slider-2 {
		margin-bottom: 80px
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-2 {
		margin-bottom: 60px
	}
}

.thim-slider-posts.slider-2 .slider-post .slick-list {
	padding-left: 0 !important
}

.thim-slider-posts.slider-2 .item {
	position: relative;
	margin-bottom: 70px
}

@media (max-width:767px) {
	.thim-slider-posts.slider-2 .item {
		margin-bottom: 50px
	}
}

.thim-slider-posts.slider-2 .item .article-image {
	display: flex;
	margin-right: 30px
}

@media (max-width:767px) {
	.thim-slider-posts.slider-2 .item .article-image {
		margin-right: 15px
	}
}

.thim-slider-posts.slider-2 .item .article-image a {
	display: inline-block
}

.thim-slider-posts.slider-2 .item .post-content {
	position: absolute;
	top: 50%;
	right: 80px;
	max-width: 450px;
	padding: 65px 50px;
	transform: translateY(-50%);
	background: #fff
}

@media (max-width:1199px) {
	.thim-slider-posts.slider-2 .item .post-content {
		right: 50px;
		padding: 40px;
		max-width: 400px
	}
}

@media (max-width:991px) {
	.thim-slider-posts.slider-2 .item .post-content {
		right: unset;
		left: 30px;
		top: unset;
		bottom: 30px;
		transform: unset;
		width: 80%
	}
}

@media (max-width:767px) {
	.thim-slider-posts.slider-2 .item .post-content {
		left: 20px;
		bottom: 20px;
		padding: 25px
	}
}

@media (max-width:480px) {
	.thim-slider-posts.slider-2 .item .post-content {
		padding: 15px;
		left: 15px;
		bottom: 15px
	}
}

.thim-slider-posts.slider-2 .item .post-content .title {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 15px
}

.thim-slider-posts.slider-2 .item .post-content .title a {
	display: inline-block
}

.thim-slider-posts.slider-2 .item .post-content .title a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-slider-posts.slider-2 .item .post-content .date {
	margin-right: 25px
}

@media (max-width:480px) {
	.thim-slider-posts.slider-2 .item .post-content .date {
		margin-right: 5px
	}
}

.thim-slider-posts.slider-2 .item .post-content .date,
.thim-slider-posts.slider-2 .item .post-content .author {
	display: inline-flex;
	margin-bottom: 10px
}

@media (max-width:576px) {

	.thim-slider-posts.slider-2 .item .post-content .date,
	.thim-slider-posts.slider-2 .item .post-content .author {
		margin-bottom: 5px
	}
}

.thim-slider-posts.slider-2 .item .post-content .date i,
.thim-slider-posts.slider-2 .item .post-content .author i {
	font-size: 28px;
	color: var(--thim_body_primary_color);
	margin-right: 5px
}

@media (max-width:480px) {

	.thim-slider-posts.slider-2 .item .post-content .date i,
	.thim-slider-posts.slider-2 .item .post-content .author i {
		font-size: 20px
	}
}

.thim-slider-posts.slider-2 .item .post-content .date a,
.thim-slider-posts.slider-2 .item .post-content .author a {
	color: inherit
}

.thim-slider-posts.slider-2 .item .post-content .date a:hover,
.thim-slider-posts.slider-2 .item .post-content .author a:hover {
	color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-2 .slick-prev {
	display: none !important
}

.thim-slider-posts.slider-2 .slick-next {
	border: none;
	background: transparent;
	font-size: 70px;
	top: 50%;
	left: 8.5%;
	transform: translateY(calc(-50% - 35px));
	position: absolute
}

@media (max-width:1650px) {
	.thim-slider-posts.slider-2 .slick-next {
		left: 4%
	}
}

@media (max-width:1439px) {
	.thim-slider-posts.slider-2 .slick-next {
		left: 0px;
		font-size: 50px
	}
}

@media (max-width:1199px) {
	.thim-slider-posts.slider-2 .slick-next {
		display: none !important
	}
}

.thim-slider-posts.slider-2 .slick-next:hover i {
	color: var(--thim_body_primary_color)
}

.thim-slider-posts.slider-2 .slick-dots {
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.thim-slider-posts.slider-2 .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: #dedede;
	transform: rotate(45deg);
	margin: 0px 5px
}

.thim-slider-posts.slider-2 .slick-dots li.slick-active,
.thim-slider-posts.slider-2 .slick-dots li:hover {
	background: transparent;
	border: 1px solid #000
}

.thim-slider-posts.slider-2 .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.single-post-swapper .widget-title {
	font-size: 36px;
	margin-bottom: 90px
}

@media (max-width:768px) {
	.single-post-swapper .widget-title {
		margin-bottom: 60px
	}
}

.single-post-swapper .post-title {
	position: relative
}

.single-post-swapper .post-title .widget-title {
	margin-top: 0
}

.single-post-swapper .post-title .view-link {
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	display: inline-flex
}

@media (max-width:480px) {
	.single-post-swapper .post-title .view-link {
		font-size: 14px;
		text-transform: capitalize
	}
}

.single-post-swapper .post-title .view-link:hover {
	color: var(--thim_body_primary_color)
}

.single-post-swapper .post-title .view-link:hover::before {
	content: none
}

.single-post-swapper .post-title .view-link::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
	bottom: 0
}

.single-post-swapper .post-title .view-link i {
	margin-left: 15px;
	font-size: 24px
}

@media (max-width:480px) {
	.single-post-swapper .post-title .view-link i {
		margin-left: 5px;
		font-size: 20px
	}
}

.thim-single-post.base {
	margin-top: 45px
}

@media (max-width:1199px) {
	.thim-single-post.base {
		margin-top: 25px
	}
}

@media (max-width:768px) {
	.thim-single-post.base {
		margin-top: 0
	}
}

.thim-single-post.base.bg-color.right {
	background-image: linear-gradient(to left, #f7f7f7, #fff)
}

.thim-single-post.base.bg-color.left {
	background-image: linear-gradient(to right, #f7f7f7, #fff)
}

.thim-single-post.base.left .post-item {
	flex-direction: row-reverse
}

.thim-single-post.base.left .post-item .article-image {
	padding-right: 0;
	padding-left: 20px
}

@media (max-width:767px) {
	.thim-single-post.base.left .post-item .article-image {
		padding-left: unset
	}
}

.thim-single-post.base.left .post-item .post-info {
	text-align: right;
	padding: 30px 20px 40px 0px
}

@media (max-width:767px) {
	.thim-single-post.base.left .post-item .post-info {
		text-align: left
	}
}

@media (max-width:767px) {
	.thim-single-post.base.left .post-item .post-info {
		padding: 30px 0 40px 0
	}
}

.thim-single-post.base.left .post-item .post-info .post-link {
	padding-left: 20px;
	padding-right: unset
}

.thim-single-post.base.left .post-item .post-info .post-link::before {
	right: unset;
	left: 0;
	transform: translate(-100%, -50%)
}

@media (max-width:767px) {
	.thim-single-post.base.left .post-item .post-info .post-link::before {
		right: 0;
		left: unset;
		transform: translate(100%, -50%)
	}
}

@media (max-width:767px) {
	.thim-single-post.base.left .post-item .post-info .post-link {
		padding-right: 20px;
		padding-left: unset
	}
}

.thim-single-post.base .post-item {
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.thim-single-post.base .post-item {
		display: block
	}
}

.thim-single-post.base .post-item .article-image {
	width: 57%;
	padding-right: 20px;
	transform: translateY(-45px)
}

@media (max-width:768px) {
	.thim-single-post.base .post-item .article-image {
		transform: translateY(0)
	}
}

@media (max-width:767px) {
	.thim-single-post.base .post-item .article-image {
		width: 100%;
		padding-right: unset
	}
}

.thim-single-post.base .post-item .article-image a {
	display: block;
	position: relative
}

@media (max-width:767px) {
	.thim-single-post.base .post-item .article-image a img {
		width: 100%
	}
}

.thim-single-post.base .post-item .article-image a i {
	font-size: 0
}

.thim-single-post.base .post-item .post-info {
	width: 43%;
	padding: 30px 0 40px 20px;
	max-width: 400px
}

@media (max-width:991px) {
	.thim-single-post.base .post-item .post-info {
		padding: 20px 0 30px 20px
	}
}

@media (max-width:767px) {
	.thim-single-post.base .post-item .post-info {
		width: 100%;
		padding: 30px 0 20px 0;
		max-width: unset
	}
}

.thim-single-post.base .post-item .post-info .title {
	font-size: 24px;
	margin-top: 0
}

.thim-single-post.base .post-item .post-info .title a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-single-post.base .post-item .post-info .date {
	margin-right: 25px
}

.thim-single-post.base .post-item .post-info .date,
.thim-single-post.base .post-item .post-info .author {
	display: inline-flex;
	margin-bottom: 10px
}

.thim-single-post.base .post-item .post-info .date i,
.thim-single-post.base .post-item .post-info .author i {
	font-size: 28px;
	color: var(--thim_body_primary_color);
	margin-right: 5px
}

.thim-single-post.base .post-item .post-info .date a,
.thim-single-post.base .post-item .post-info .author a {
	color: inherit
}

.thim-single-post.base .post-item .post-info .date a:hover,
.thim-single-post.base .post-item .post-info .author a:hover {
	color: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .post-link {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 35px 0;
	display: inline-block;
	position: relative;
	padding-right: 20px
}

@media (max-width:991px) {
	.thim-single-post.base .post-item .post-info .post-link {
		margin: 10px 0 0 0
	}
}

.thim-single-post.base .post-item .post-info .post-link:hover {
	color: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .post-link::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 2px;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
	background: var(--thim_body_primary_color)
}

.thim-single-post.base .post-item .post-info .des {
	line-height: 1.8em;
	max-height: 3.5em;
	overflow: hidden
}

@media (max-width:991px) {
	.thim-single-post.base .post-item .post-info .des {
		font-size: 15px
	}
}

.thim-single-post.style-1 .post-item .article-image {
	position: relative
}

.thim-single-post.style-1 .post-item .article-image:hover::before {
	opacity: 1
}

.thim-single-post.style-1 .post-item .article-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0
}

.thim-single-post.style-1 .post-item .article-image a {
	display: inline-block;
	width: 100%
}

.thim-single-post.style-1 .post-item .article-image a img {
	width: 100%
}

.thim-single-post.style-1 .post-item .article-image .post-info {
	position: absolute;
	padding: 35px;
	background: #fff;
	bottom: 60px;
	max-width: 390px;
	width: 90%
}

@media (max-width:1439px) {
	.thim-single-post.style-1 .post-item .article-image .post-info {
		bottom: 30px;
		padding: 30px
	}
}

@media (max-width:1199px) {
	.thim-single-post.style-1 .post-item .article-image .post-info {
		max-width: 350px;
		padding: 20px;
		bottom: 15px
	}
}

.thim-single-post.style-1 .post-item .article-image .post-info .title {
	margin-top: 0;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px
}

.thim-single-post.style-1 .post-item .article-image .post-info .des {
	font-size: 16px;
	color: #888888
}

@media (max-width:1199px) {
	.thim-single-post.style-1 .post-item .article-image .post-info .des {
		font-size: 18px
	}
}

.thim-single-post.style-1 .post-item .article-image .post-info .link {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 30px;
	position: relative
}

@media (max-width:1439px) {
	.thim-single-post.style-1 .post-item .article-image .post-info .link {
		margin-top: 15px
	}
}

@media (max-width:480px) {
	.thim-single-post.style-1 .post-item .article-image .post-info .link {
		margin-top: 5px
	}
}

.thim-single-post.style-1 .post-item .article-image .post-info .link:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-single-post.style-1.left .post-info {
	left: 60px
}

@media (max-width:1439px) {
	.thim-single-post.style-1.left .post-info {
		left: 30px
	}
}

@media (max-width:1199px) {
	.thim-single-post.style-1.left .post-info {
		left: 15px
	}
}

.thim-single-post.style-1.right .post-info {
	right: 60px;
	text-align: right
}

@media (max-width:1439px) {
	.thim-single-post.style-1.right .post-info {
		right: 30px
	}
}

@media (max-width:1199px) {
	.thim-single-post.style-1.right .post-info {
		right: 15px
	}
}

.thim-single-post .widget-title {
	font-size: 36px
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article {
	align-items: center
}

.style-flex .thim-ekits-post__read-more {
	transition: 0.3s;
	position: relative
}

.style-flex .thim-ekits-post__read-more:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: -2px;
	transition: 0.3s;
	background-color: #000
}

.style-flex .thim-ekits-post__read-more:hover:before {
	width: 100%
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail {
	overflow: hidden
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail img {
	transition: 0.8s
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__thumbnail:hover img {
	transform: scale(1.1)
}

@media (min-width:768px) {
	.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) {
		flex-direction: row-reverse
	}
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) .thim-ekits-post__content {
	text-align: right
}

.style-flex.thim-ekits-post__thumbnail-position-left .thim-ekits-post__article:nth-child(even) .thim-ekits-post__content .thim-ekits-post__meta {
	justify-content: flex-end
}

body {
	-webkit-font-smoothing: antialiased
}

body input:focus {
	box-shadow: none;
	outline: none
}

body input:focus[type=text]::-webkit-input-placeholder,
body input:focus[type=email]::-webkit-input-placeholder {
	color: transparent
}

body input:focus[type=text]:-moz-placeholder,
body input:focus[type=email]:-moz-placeholder {
	color: transparent
}

body input:focus[type=text]::-moz-placeholder,
body input:focus[type=email]::-moz-placeholder {
	color: transparent
}

body input:focus[type=text]:-ms-input-placeholder,
body input:focus[type=email]:-ms-input-placeholder {
	color: transparent
}

body textarea:focus::-webkit-input-placeholder {
	color: transparent
}

body textarea:focus:-moz-placeholder {
	color: transparent
}

body textarea:focus::-moz-placeholder {
	color: transparent
}

body textarea:focus:-ms-input-placeholder {
	color: transparent
}

body select:focus {
	box-shadow: none;
	outline: none
}

.hotel-booking-search input,
.hotel-booking-search select,
.hotel-booking-search textarea,
.hotel-booking-search button {
	box-shadow: none;
	outline: none
}

.tp-caption.thim-slider-button.rev-btn {
	border-width: 1px !important
}

.tablebox {
	display: table;
	width: 100%
}

.tablebox__item {
	display: table-cell;
	vertical-align: middle
}

.article__parallax .tablebox {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block
}

.article__parallax .tablebox:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.article__parallax .tablebox .tablebox__item {
	vertical-align: middle;
	z-index: 3;
	position: relative;
	display: inline-block;
	width: 99%
}

.article__parallax .tablebox .tablebox__item:before {
	content: " ";
	display: table
}

.article__parallax .sc-heading .heading__primary {
	color: #fff
}

.article__parallax .sc-heading {
	pointer-events: auto
}

.article__parallax .heading__primary,
.article__parallax .heading__secondary {
	pointer-events: none
}

.row__parallax {
	background: transparent
}

.article__parallax {
	background-repeat: no-repeat
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-dots {
	width: 100%;
	text-align: center
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	outline: none
}

.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a6a4a5;
	margin: 5px;
	cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
	position: absolute;
	top: -55px;
	font-size: 40px;
	color: #d7d7d7;
	cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev span,
.owl-carousel .owl-buttons .owl-next span {
	position: relative
}

.owl-carousel .owl-buttons .owl-prev span:after,
.owl-carousel .owl-buttons .owl-next span:after {
	width: 24px;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -1px
}

.owl-carousel .owl-buttons .owl-prev {
	left: -17px;
	text-align: left
}

.owl-carousel .owl-buttons .owl-prev span:after {
	right: -1px
}

.owl-carousel .owl-buttons .owl-next {
	right: -17px;
	text-align: right
}

.owl-carousel .owl-buttons .owl-next span:after {
	left: -1px
}

.thim-widget-gallery-images {
	text-align: center
}

.border-widget .widget.so-panel {
	border: 1px solid var(--thim_body_border_color);
	padding: 30px 30px 0 30px;
	margin-bottom: 60px;
	min-height: 417px
}

.border-widget .widget.so-panel .widget-title {
	text-align: center;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px
}

.border-widget .widget.so-panel .widget-title i {
	float: right;
	color: #35aadc;
	font-size: 20px
}

ul.tweet {
	margin: 0
}

ul.tweet li {
	position: relative;
	margin-bottom: 10px;
	list-style: none
}

ul.tweet li .tweet-time {
	display: block;
	margin-top: 8px;
	color: #999;
	font-size: 12px;
	font-style: italic
}

.newletter.newletter-new .mc4wp-form input[type=email],
.newletter.newletter-new .mc4wp-form input[type=text] {
	background: #ededed
}

.newletter .widget-title:before {
	display: none;
	margin-bottom: 20px
}

.newletter .mc4wp-form {
	margin: 15px 0 20px
}

.newletter .mc4wp-form input[type=email],
.newletter .mc4wp-form input[type=text] {
	width: 240px;
	border: none;
	padding: 0 15px;
	line-height: 40px;
	display: inline-block;
	background: #fff;
	max-width: 100%;
	margin-right: 8px;
	height: 40px;
	color: #5a5a5a;
	border-radius: unset
}

@media (max-width:1199px) {

	.newletter .mc4wp-form input[type=email],
	.newletter .mc4wp-form input[type=text] {
		width: 100%
	}
}

.newletter .mc4wp-form input[type=submit] {
	line-height: 40px;
	padding: 0px 20px;
	border: none;
	font-weight: bold;
	color: #fff;
	border-radius: unset;
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase
}

@media (max-width:991px) {
	.newletter .mc4wp-form input[type=submit] {
		padding: 0px 15px;
		font-size: 14px
	}
}

.thim-list-posts.homepage .item-post {
	overflow: hidden;
	margin-bottom: 30px
}

.thim-list-posts.homepage .article-date {
	line-height: 26px;
	width: 60px;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	float: left;
	padding: 6px 0 2px
}

.thim-list-posts.homepage .article-date .day {
	display: block;
	font-size: 25px;
	font-weight: 700
}

.thim-list-posts.homepage .article-date .month {
	font-size: 14px
}

.thim-list-posts.homepage .article-date .year {
	display: none
}

.thim-list-posts.homepage .article-title-wrapper {
	position: relative;
	width: 78%;
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	min-height: 60px;
	float: right
}

.thim-list-posts.homepage .article-title-wrapper h5 {
	margin-top: 0;
	margin-bottom: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total,
.thim-list-posts.homepage .article-title-wrapper .author {
	display: block;
	margin-bottom: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total i,
.thim-list-posts.homepage .article-title-wrapper .author i {
	font-size: 20px;
	color: var(--thim_body_primary_color);
	margin-right: 5px
}

.thim-list-posts.homepage .article-title-wrapper .comment-total a,
.thim-list-posts.homepage .article-title-wrapper .author a {
	color: inherit
}

.thim-list-posts.homepage .article-title-wrapper .comment-total a:hover,
.thim-list-posts.homepage .article-title-wrapper .author a:hover {
	color: var(--thim_body_primary_color)
}

.thim-list-posts.homepage .article-title-wrapper .comment-total {
	display: none
}

.thim-list-posts.homepage .link_read_more a {
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	color: var(--thim_font_title-color);
	font-weight: var(--thim_font_title-variant);
	border-bottom: 1px solid
}

.thim-list-posts.homepage .link_read_more a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.rtl .thim-list-posts.homepage .article-title-wrapper {
	float: left
}

.rtl .thim-list-posts.homepage .article-date {
	margin-left: 20px;
	margin-right: 0
}

.flexslider {
	position: relative;
	overflow: hidden
}

.flexslider ul,
.flexslider li,
.flexslider ul ul {
	margin: 0
}

.flexslider li {
	list-style: none
}

.flexslider .flex-direction-nav {
	margin: 0
}

.flexslider .flex-direction-nav a {
	position: absolute;
	z-index: 9;
	margin: 0;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	width: 30px;
	height: 70px;
	background: #f7f7f7;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
	left: -36px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 70px;
	display: inline-block
}

.flexslider .flex-direction-nav .flex-next {
	right: -36px;
	left: auto
}

.flexslider .flex-direction-nav .flex-next:before {
	content: "\f105"
}

.flexslider:hover .flex-direction-nav .flex-prev {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	left: 0
}

.flexslider:hover .flex-direction-nav .flex-next {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	right: 0
}

.elementor-widget-thim-list-post-slider .widget-title,
.thim-widget-list-post-slider .widget-title {
	padding: 0 40px
}

.thim-social a {
	font-size: 14px;
	color: #000
}

.thim-social ul.social_link {
	margin: 0 -10px
}

.thim-social ul.social_link li {
	display: inline-block;
	margin: 0 10px;
	list-style: none;
	padding: 0
}

.thim-social ul.social_link li a.foursquare:hover {
	color: #f94877
}

.thim-social ul.social_link li a.yelp:hover {
	color: #af0606
}

.thim-social ul.social_link li a.facebook:hover,
.thim-social ul.social_link li a.face:hover {
	color: #4867AA
}

.thim-social ul.social_link li a.twitter:hover {
	color: #00ACED
}

.thim-social ul.social_link li a.instagram:hover {
	color: #e4405f
}

.thim-social ul.social_link li a.google-plus:hover,
.thim-social ul.social_link li a.google:hover {
	color: #eb4026
}

.thim-social ul.social_link li a.pinterest:hover {
	color: #ca212a
}

.thim-social ul.social_link li a.youtube:hover {
	color: #cd201f
}

.thim-social ul.social_link li a.flickr:hover {
	color: #ff0084
}

.thim-social ul.social_link li a.skype:hover {
	color: #00AFF0
}

.thim-social ul.social_link li a.vimeo:hover {
	color: #1ab7ea
}

.thim-social ul.social_link li a.tumblr:hover {
	color: #34465d
}

.thim-social ul.social_link li a.linkedin:hover {
	color: #0077B5
}

.thim-social ul.social_link li a.dribble:hover {
	color: #ea4c89
}

.thim-social ul.social_link li a.tripadvisor:hover {
	color: #00af87
}

.thim-social.version-new ul.social_link li a.foursquare:hover {
	color: #f94877
}

.thim-social.version-new ul.social_link li a.yelp:hover {
	color: #af0606
}

.thim-social.version-new ul.social_link li a.facebook:hover {
	color: #4867AA
}

.thim-social.version-new ul.social_link li a.twitter:hover {
	color: #00ACED
}

.thim-social.version-new ul.social_link li a.instagram:hover {
	color: #e4405f
}

.thim-social.version-new ul.social_link li a.google-plus:hover {
	color: #eb4026
}

.thim-social.version-new ul.social_link li a.pinterest:hover {
	color: #ca212a
}

.thim-social.version-new ul.social_link li a.youtube:hover {
	color: #cd201f
}

.thim-social.version-new ul.social_link li a.flickr:hover {
	color: #ff0084
}

.thim-social.version-new ul.social_link li a.skype:hover {
	color: #00AFF0
}

.thim-social.version-new ul.social_link li a.vimeo:hover {
	color: #1ab7ea
}

.thim-social.version-new ul.social_link li a.tumblr:hover {
	color: #34465d
}

.thim-social.version-new ul.social_link li a.linkedin:hover {
	color: #0077B5
}

.thim-social.version-new ul.social_link li a.dribble:hover {
	color: #ea4c89
}

.thim-social.version-new ul.social_link li a.tripadvisor:hover {
	color: #00af87
}

.wpcf7-form {
	margin-top: 60px
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	border: 1px solid var(--thim_body_border_color);
	padding: 7px 15px;
	margin-bottom: 30px;
	line-height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 50px
}

.wpcf7-form input {
	line-height: 24px
}

.wpcf7-form textarea {
	height: 200px
}

.wpcf7-form input[type=date] {
	padding: 2px 15px
}

.wpcf7-form input[type=date]::-webkit-inner-adjust-hue-button {
	-webkit-appearance: none;
	display: none
}

.wpcf7-form .wpcf7-submit {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.elementor-widget-thim-icon-box,
.thim-widget-icon-box {
	position: relative;
	overflow: hidden
}

.elementor-widget-thim-icon-box .wrapper-box-icon,
.thim-widget-icon-box .wrapper-box-icon {
	position: relative;
	z-index: 9
}

.elementor-widget-thim-icon-box video,
.thim-widget-icon-box video {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	max-height: 1000%;
	max-width: 1000%;
	width: auto;
	height: auto;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%)
}

.bg-video-play {
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: -30px auto 0 auto;
	line-height: 105px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	color: #fff
}

.bg-video-play:before {
	font: normal normal normal 40px/1 FontAwesome;
	content: "\f04b";
	margin-left: 12px
}

.bg-video-play.bg-pause {
	line-height: 100px
}

.bg-video-play.bg-pause:before {
	content: "\f04c";
	font-size: 36px;
	margin-left: 0
}

.parallax_images-mirror:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.4;
	background: #000
}

.top_site_main {
	position: relative;
	text-align: center;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	min-height: 400px
}

.top_site_main.top-site-no-image {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px
}

.top_site_main.top-site-no-image .page-title-wrapper {
	position: static
}

.top_site_main.images_parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.top_site_main.top-site-no-image-custom {
	min-height: 0
}

.top_site_main.no_top_site_main {
	display: none
}

.top_site_main.layout-2 {
	min-height: auto !important;
	background-image: none !important;
	padding: 0
}

.top_site_main.layout-2::before {
	content: none !important
}

.top_site_main.layout-2 .page-title-wrapper {
	position: unset
}

.top_site_main.layout-2 .page-title-wrapper::before {
	content: none
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper {
	position: unset;
	text-align: left;
	transform: none
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs {
	padding: 17px 0;
	font-size: 14px;
	display: flex;
	align-items: center
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs a {
	font-size: 14px
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs i {
	transform: rotate(45deg);
	font-size: 8px
}

.top_site_main.layout-2 .page-title-wrapper .banner-wrapper #breadcrumbs span.breadcrum-icon {
	margin: 0 20px;
	display: flex
}

.top_site_main img {
	width: 100%;
	height: auto
}

.top_site_main .page-title-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	height: 100%
}

.top_site_main .page-title-wrapper:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
	text-transform: capitalize;
	font-size: 60px;
	font-weight: 400
}

@media (max-width:767px) {
	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
		font-size: 50px
	}
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__primary {
	text-transform: none
}

.top_site_main .page-title-wrapper .banner-wrapper .banner-description {
	margin-top: 10px
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
	margin-top: 0;
	color: inherit;
	display: inline-block;
	position: relative
}

.top_site_main .page-title-wrapper .banner-wrapper h1 span,
.top_site_main .page-title-wrapper .banner-wrapper h2 span {
	position: absolute;
	width: 100%;
	bottom: -5px;
	height: 2px;
	display: inline-block;
	left: 0
}

.thim-article-heading .heading__secondary {
	margin-top: 40px;
	font-weight: var(--thim_font_title-variant);
	font-size: var(--thim_font_h1-font-size);
	margin-bottom: 0
}

.thim-article-heading+.site-content {
	padding-top: 40px
}

.single-image.center {
	text-align: center
}

.single-image.right {
	text-align: right
}

.thim-widget-gallery-images .owl-carousel .owl-dots .owl-dot span {
	margin: 5px
}

.list-html-content {
	text-align: right;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 100px
}

.list-html-content .title-list h5 {
	font-size: 24px
}

.list-html-content .line-center {
	width: 2px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	bottom: 0;
	background: #7a7a7a
}

.list-html-content .line-center:after,
.list-html-content .line-center:before {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	content: "";
	background: #7a7a7a;
	position: absolute;
	left: 50%;
	margin-left: -6px
}

.list-html-content .line-center:after {
	bottom: 0
}

.list-html-content .col-sm-6:nth-child(2n) {
	text-align: left
}

.list-html-content .col-sm-6:nth-child(2n) .item-content .desc-list {
	float: left
}

.list-html-content .item-content {
	padding: 20px 45px
}

.list-html-content .item-content .desc-list {
	max-width: 340px;
	float: right;
	padding-top: 12px;
	padding-bottom: 17px
}

.page .comments-area {
	margin-left: 0
}

.show-separator {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px
}

.show-separator:after,
.show-separator:before {
	margin-left: 10px;
	width: 60px;
	height: 2px;
	background: #fff;
	content: "";
	display: inline-block;
	position: relative;
	top: -4px
}

.show-separator:before {
	margin-left: 0;
	margin-right: 10px
}

.rev_slider .thim-heading-slider {
	font-weight: 400
}

.rev_slider .heading__secondary {
	margin-bottom: 10px
}

.rev_slider .tp-caption.rev-btn {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.tp-button.primary {
	padding: 12px 35px;
	font-size: 14px;
	text-shadow: 0 0 0 !important;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	letter-spacing: 1px
}

.error-404 {
	padding-bottom: 160px;
	padding-top: 160px;
	text-align: center
}

.error-404 .page-content {
	max-width: 780px;
	margin: 0 auto
}

.error-404 .page-content h3 {
	font-weight: 400;
	font-size: 24px
}

.images_parallax {
	background: transparent
}

.images_parallax img {
	opacity: 0
}

.wrapper-gallery-filter .item-photo .inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.wrapper-gallery-filter .item-photo .inner a:before {
	position: absolute;
	width: 90px;
	height: 90px;
	right: 0;
	bottom: 0;
	border-left: 90px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 90px solid #000000;
	content: "";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1
}

.wrapper-gallery-filter .item-photo .inner a:after {
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14331 17.5292V15.6747H3.94258L7.95463 11.5021L6.69752 10.1947L2.68548 14.3673V11.0385H0.902344V17.5292H7.14331ZM11.1554 8.17332L15.1674 4.00075V7.32953H16.9505V0.838867H10.7096V2.69334H13.9103L9.89825 6.86592L11.1554 8.17332Z' fill='white'/%3E%3C/svg%3E%0A");
	color: #fff;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 2
}

.wrapper-gallery-filter .item-photo .inner a img {
	width: 100%;
	height: auto
}

.wrapper-gallery-filter .item-photo .inner:hover a:before,
.wrapper-gallery-filter .item-photo .inner:hover a:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.wrapper-gallery-filter .item-photo .inner:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.wrapper-gallery-filter .item-photo .inner img {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s
}

#sb_instagram {
	padding-bottom: 0 !important;
	margin-top: -10px
}

#sidebar #sb_instagram {
	margin-top: 0
}

#sb_instagram #sbi_images .sbi_photo_wrap {
	overflow: hidden
}

#sb_instagram #sbi_images .sbi_photo_wrap img {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s
}

#sb_instagram #sbi_images .sbi_photo_wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

@media (max-width:480px) {

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
		width: 50%
	}
}

.instagram-home2 #sbi_images {
	margin: 0 -10px
}

@media (max-width:780px) {
	.instagram-home2 #sbi_images {
		margin: unset
	}
}

@media (max-width:767px) {
	.instagram-home1 #sbi_images {
		padding: 5px !important
	}
}

.archive-content .sticky {
	background-color: #ECECEC;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 25px
}

.archive-content .sticky .share-post .social-share {
	border-color: #C2C2C2
}

.archive-content .sticky .share-post .social-share li {
	border-bottom: 1px solid #C2C2C2
}

.tp-bullets.preview4 {
	bottom: 30px !important
}

.tp-bullets.preview4 .bullet,
.tp-bullets.preview4 .bullet:hover {
	background: rgba(255, 255, 255, 0.5) !important;
	width: 10px !important;
	height: 10px !important;
	border: none !important;
	margin: 0 7px !important
}

.mobile-menu-open #main-content {
	position: relative;
	overflow: hidden;
	z-index: 99
}

.arrow-scroll {
	border: 2px solid #ffffff;
	border-radius: 12px;
	bottom: 50px;
	display: block;
	height: 34px;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 22px;
	z-index: 99;
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.arrow-scroll a {
	display: table;
	height: 33px;
	text-align: center;
	width: 18px
}

.arrow-scroll span.mouse {
	display: block;
	margin: auto !important;
	width: 2px;
	height: 6px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid transparent;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	text-indent: -999em;
	overflow: hidden
}

.arrow-scroll span.scroll-text {
	bottom: 40px;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 4px;
	line-height: 26px;
	position: absolute;
	text-transform: uppercase;
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	left: -88px;
	width: 200px
}

.arrow-scroll:hover span.scroll-text {
	letter-spacing: 6px !important;
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
	-o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: ""
}

@-moz-document url-prefix() {
	.wpcf7-form input[type=date] {
		padding: 7px 15px
	}

	.wpcf7-form select {
		padding: 11px 15px
	}
}

.beauty {
	width: 100%;
	position: relative;
	height: 650px;
	overflow: hidden
}

.beauty .video-container {
	height: auto;
	max-height: 844px
}

.beauty .beauty-intro {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
	text-align: center
}

.beauty .beauty-intro h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase
}

.beauty .beauty-intro>p {
	text-transform: uppercase
}

.beauty .beauty-intro p {
	margin: 0;
	color: #fff
}

.beauty .beauty-intro p.watch {
	font-size: 12px;
	margin: 10px 0 0;
	font-style: normal;
	line-height: 16px
}

.beauty .beauty-bg {
	width: 100%
}

.beauty .video-popup {
	width: 80px;
	height: 80px;
	cursor: pointer;
	margin: 20px auto
}

.beauty .video-popup i {
	font-size: 80px;
	color: #fff
}

.beauty .video-popup:hover i:before {
	content: "\f01d"
}

.beauty .video-popup .watch {
	text-transform: uppercase
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.thim-our-service .list-check {
	margin: 0
}

.thim-our-service .list-check li {
	list-style: none;
	margin-bottom: 10px
}

.thim-our-service .list-check li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f13a";
	margin-right: 10px
}

.width50 {
	width: 50%;
	float: left
}

.width50 p i {
	margin-right: 10px
}

.wrapper-filter-controls {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 60px
}

.filter-controls {
	display: inline-block;
	padding: 0 10px
}

.filter-controls div,
.filter-controls .filter {
	display: inline-block;
	border-bottom: 3px solid transparent;
	margin: 0 20px -2px 20px;
	padding: 5px 0;
	text-transform: uppercase;
	cursor: pointer;
	font-size: var(--thim_font_h5-font-size);
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family)
}

.filter-controls div.active,
.filter-controls div:hover,
.filter-controls .filter.active,
.filter-controls .filter:hover {
	border-color: #000
}

.instagram-slider .textwidget {
	margin: 0 -10px
}

.btn-default {
	background: transparent !important;
	border: 1px solid #fff !important;
	padding: 10px 30px;
	border-radius: 0
}

.thim-sailing-hotel p {
	margin-bottom: 22px
}

.thim-sailing-hotel .contact {
	margin-top: 44px
}

.thim-sailing-hotel .contact span {
	display: block
}

.thim-sailing-hotel .contact span:first-child {
	margin-bottom: 11px
}

.sale-off {
	width: 290px;
	margin: 0 auto;
	text-align: center;
	padding: 55px 0;
	position: relative
}

.sale-off.banner-round {
	background: rgba(255, 255, 255, 0.8);
	height: 290px;
	border-radius: 50%;
	padding: 50px 0
}

.sale-off.sale-off-new.banner-round {
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	height: unset;
	width: 330px;
	border-radius: unset
}

@media (max-width:350px) {
	.sale-off.sale-off-new.banner-round {
		width: 280px
	}
}

.sale-off.sale-off-new.banner-round .sale-off-content {
	padding: 50px 0 60px 0;
	background: rgba(255, 255, 255, 0.6)
}

.sale-off.sale-off-new.banner-round .sale-off-content .title {
	font-size: 18px
}

.sale-off.sale-off-new.banner-round .sale-off-content .heading {
	font-weight: 600;
	margin-top: 20px;
	line-height: 1.4em
}

.sale-off.sale-off-new.banner-round .sale-off-content .off {
	font-size: 36px;
	color: var(--thim_body_primary_color);
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.4em
}

.sale-off.sale-off-new.banner-round .sale-off-content .learn-more a {
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	max-width: 155px;
	background: #000;
	font-family: var(--thim_font_title-font-family)
}

.sale-off.sale-off-new.banner-round .sale-off-content .learn-more a:hover {
	background: var(--thim_body_primary_color)
}

.sale-off p {
	margin: 0;
	color: #2a2a2a
}

.sale-off p.title {
	font-size: 16px
}

.sale-off p.off {
	font-size: 18px;
	margin: 3px 0 26px
}

.sale-off p.heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4em
}

.sale-off p.learn-more a {
	font-weight: 600;
	color: #fff;
	display: block;
	margin: auto;
	line-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 140px;
	margin: 0 auto;
	font-family: var(--thim_font_title-font-family)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon {
	border: 0;
	height: auto !important;
	max-width: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon .icon-images,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon .icon-images {
	display: block;
	overflow: hidden
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image .sc-heading,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image .sc-heading {
	font-weight: 600;
	font-size: 24px;
	padding: 18px 0 13px
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .boxes-icon,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .boxes-icon {
	box-shadow: none
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .desc-icon-box,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .desc-icon-box {
	padding-bottom: 20px
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
	text-transform: none;
	font-size: 16px;
	line-height: 1;
	border: none;
	color: #000;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	position: relative;
	margin-top: 40px
}

@media (max-width:780px) {

	.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read,
	.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
		margin-top: 20px
	}
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read:hover,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read:hover {
	background: transparent;
	color: var(--thim_body_primary_color)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read::after,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read::after {
	position: absolute;
	content: "";
	width: 37px;
	height: 1px;
	top: 50%;
	right: 0;
	transform: translateX(100%);
	background: var(--thim_body_primary_color)
}

.content-pusher.boxed-area .elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read,
.content-pusher.boxed-area .thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
	margin-left: 1px;
	margin-top: 20px
}

.thim-heading-hotel-master-rooms .wrapper-line-heading {
	padding: 60px 0 0
}

.counter-box {
	position: relative;
	width: 180px;
	height: 180px;
	text-align: center;
	margin: 0 -15px;
	border-radius: 50%
}

@media (max-width:767px) {
	.counter-box {
		width: 130px;
		height: 130px
	}
}

.counter-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 50%;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	-webkit-opacity: 0.85;
	opacity: 0.85
}

.counter-box .content-box-percentage {
	position: relative
}

.counter-box .display-percentage {
	display: block;
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	padding-bottom: 10px
}

@media (max-width:767px) {
	.counter-box .display-percentage {
		font-size: 40px;
		line-height: 40px
	}
}

.counter-box .counter-box-content {
	display: block;
	font-size: 24px;
	line-height: 30px;
	text-transform: capitalize
}

@media (max-width:767px) {
	.counter-box .counter-box-content {
		font-size: 20px;
		line-height: 20px
	}
}

.counter-box .counterbox-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%)
}

.thim-gallery-images.owl-carousel .owl-dots {
	padding: 60px 0 90px
}

@media (max-width:767px) {
	.thim-gallery-images.owl-carousel .owl-dots {
		padding: 40px 0 60px
	}
}

.single.tp-hotel-booking .site-main.alignleft,
.single.wp-hotel-booking .site-main.alignleft {
	padding-right: 15px
}

.single.tp-hotel-booking .site-main.alignright,
.single.wp-hotel-booking .site-main.alignright {
	padding-left: 15px
}

.hb_single_room .thim-single-room-content {
	padding-right: 60px
}

.hb_single_room .thim-list-in-room {
	background: #f2f4f8;
	padding: 15px 25px 25px
}

.hb_single_room .thim-list-in-room ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.hb_single_room .thim-list-in-room ul li {
	line-height: 30px;
	display: flex
}

.hb_single_room .thim-list-in-room ul li i {
	padding-right: 10px;
	padding-top: 6px
}

.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
	width: 100% !important
}

.hb_single_room #hb_room_load_booking_form.hb_primary {
	float: right;
	margin-right: 0
}

.elementor-widget-thim-icon-box .wrapper-box-icon,
.thim-widget-icon-box .wrapper-box-icon {
	background-repeat: no-repeat;
	background-size: cover
}

.elementor-widget-thim-icon-box .background-video,
.thim-widget-icon-box .background-video {
	text-align: center;
	padding: 128px 0
}

.elementor-widget-thim-icon-box .background-video .sc-heading,
.thim-widget-icon-box .background-video .sc-heading {
	padding: 0
}

.elementor-widget-thim-icon-box .background-video .bg-video-play,
.thim-widget-icon-box .background-video .bg-video-play {
	line-height: 84px;
	margin: 20px auto 0
}

.elementor-widget-thim-icon-box .background-video .bg-video-play:before,
.thim-widget-icon-box .background-video .bg-video-play:before {
	line-height: 84px;
	margin-left: 9px
}

.elementor-widget-thim-icon-box .background-video .bg-video-play.bg-pause:before,
.thim-widget-icon-box .background-video .bg-video-play.bg-pause:before {
	margin-left: 0
}

.top_site_main.images_parallax img {
	max-height: 360px
}

.content-pusher.boxed-area .top_site_main.images_parallax {
	max-height: 250px
}

.content-pusher.boxed-area .top_site_main.images_parallax img {
	max-height: 250px
}

.top_site_main.images_parallax:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.4;
	background: #000
}

.entry-content .hb-form-field label {
	display: none
}

.thim-heading-slider {
	color: #fff;
	font-size: 60px;
	margin: 0
}

body .hb_room_carousel_container .rooms {
	margin: 0
}

body .hb_room_carousel_container .rooms .hb_room {
	margin-bottom: 0;
	width: 100%
}

body .hb_room_carousel_container .item {
	min-height: 308px;
	min-width: 300px
}

body .hb_room_carousel_container .item .media img {
	width: 100%
}

body .hb_room_carousel_container .navigation {
	width: 245px
}

body .hb_room_carousel_container .navigation .next,
body .hb_room_carousel_container .navigation .prev {
	background: none;
	width: 40px;
	height: 39px;
	line-height: 39px;
	margin-top: -8px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-],
body .hb_room_carousel_container .navigation .prev span[class*=pe-] {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 39px;
	line-height: 39px;
	font-size: 40px;
	z-index: 999
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:before,
body .hb_room_carousel_container .navigation .prev span[class*=pe-]:before {
	color: #333
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:after,
body .hb_room_carousel_container .navigation .prev span[class*=pe-]:after {
	content: "";
	position: absolute;
	top: 19px;
	margin-top: 0px;
	right: 0px;
	height: 1px;
	width: 23px;
	background: #333
}

body .hb_room_carousel_container .navigation .next {
	margin-right: -15px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:after {
	right: auto;
	left: 0
}

body .hb_related_other_room .rooms li.hb_room {
	min-width: 0;
	width: 100%;
	margin-bottom: 0;
	max-height: none;
	max-width: none
}

body .hb_related_other_room .navigation {
	margin-top: -88px
}

body .hb_related_other_room .navigation .next,
body .hb_related_other_room .navigation .prev {
	background: none;
	width: 40px;
	height: 40px;
	line-height: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-],
body .hb_related_other_room .navigation .prev span[class*=pe-] {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 39px;
	line-height: 39px;
	font-size: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:before,
body .hb_related_other_room .navigation .prev span[class*=pe-]:before {
	color: #333
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after,
body .hb_related_other_room .navigation .prev span[class*=pe-]:after {
	content: "";
	position: absolute;
	top: 19px;
	margin-top: 0px;
	right: 0px;
	height: 1px;
	width: 23px;
	background: #333
}

body .hb_related_other_room .navigation .next {
	margin-right: -15px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after {
	right: auto;
	left: 0
}

body .rooms .hb_room .price {
	bottom: 10px;
	right: 10px
}

.thim-bg-overlay {
	position: relative
}

.thim-bg-overlay:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0
}

@media (max-width:780px) {
	.thim-bg-black-overlay {
		background: rgba(0, 0, 0, 0.8)
	}
}

#hotel-booking-results .hb-search-results .hb-room-gallery {
	display: block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	overflow: hidden
}

#hotel-booking-results .hb-search-results .hb-room-gallery:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:after {
	width: 40px;
	height: 40px;
	content: "\f002";
	font: normal normal normal 32px/1 FontAwesome;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:hover:after,
#hotel-booking-results .hb-search-results .hb-room-gallery:hover:before {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

#hotel-booking-results .hb-search-results .hb-room-content {
	align-items: center;
	background: #fff;
	box-shadow: transparent 0 4px 10px 0;
	border: 1px solid transparent
}

.hb_add_to_cart.hb_loading {
	position: relative;
	opacity: 1 !important;
	cursor: progress
}

.hb_add_to_cart.hb_loading:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("assets/images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.hb-col-margin {
	margin: 0
}

.thim-make-reservations {
	max-width: 530px
}

.thim-contact-support {
	clear: both;
	margin-bottom: 15px
}

.thim-contact-support .contact-text {
	display: inline-block;
	min-width: 110px;
	text-transform: none;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 30px
}

.thim-contact-support .contact-value {
	display: inline-block;
	line-height: 30px
}

.site-main .hotel-booking-search {
	padding: 0
}

.site-main .hotel-booking-search .hb-form-field-input {
	display: block
}

body .rooms-pagination .page-numbers li .page-numbers.next,
body .rooms-pagination .page-numbers li .page-numbers.prev {
	padding-left: 10px;
	padding-right: 10px
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #35203b;
	z-index: 999999;
	margin: auto;
	text-align: center
}

#preload .loading-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 300px;
	margin-top: -25px;
	margin-left: -150px
}

#preload .loading-inner .loading {
	width: 18px;
	height: 18px;
	background-color: #FFF;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-animation: object 1s infinite;
	animation: object 1s infinite
}

#preload .loading-inner .loading-2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}

#preload .loading-inner .loading-3 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

#preload .loading-inner .loading-4 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

#preload .loading-inner .loading-5 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

#preload .loading-inner .loading-6 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s
}

#preload .loading-inner .loading-7 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s
}

#preload .loading-inner .loading-8 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s
}

#preload .loading-inner .loading-9 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	margin-right: 0
}

@-webkit-keyframes object {
	50% {
		-ms-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px)
	}
}

@keyframes object {
	50% {
		-ms-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px)
	}
}

#preload .loading-circle {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--thim_body_primary_color, #ffb606);
	animation: spin 1.7s linear infinite;
	z-index: 11
}

#preload .loading-circle:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--thim_body_primary_color, #ffb606);
	animation: spin-reverse 0.6s linear infinite
}

#preload .loading-circle:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--thim_body_primary_color, #ffb606);
	animation: spin 1s linear infinite
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg)
	}
}

@keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg)
	}
}

.hotel-booking-search #adults,
.hotel-booking-search #child {
	cursor: pointer
}

.hotel-booking-search #adults input,
.hotel-booking-search #child input {
	max-width: 100%;
	background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position-x: 95%;
	background-position-y: 50%;
	cursor: pointer
}

.rtl .hotel-booking-search #adults input,
.rtl .hotel-booking-search #child input {
	background-position-x: 6%
}

form.wpcf7-form {
	text-align: center;
	position: relative
}

form.wpcf7-form img.ajax-loader {
	width: 25px;
	height: 25px;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	margin: 7px auto
}

form.wpcf7-form .wpcf7-not-valid {
	border-color: red
}

form.wpcf7-form .wpcf7-not-valid-tip {
	display: none
}

form.wpcf7-form .wpcf7-response-output {
	margin: 0;
	padding: 8px;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px
}

form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	background: #f2dede
}

form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #B7E2A5
}

form.wpcf7-form.processing .wpcf7-submit {
	cursor: wait
}

form.wpcf7-form img.wpcf7-captchac {
	float: left
}

form.wpcf7-form input.wpcf7-captchar {
	margin-bottom: 15px
}

form.wpcf7-form hr {
	margin-bottom: 30px;
	border-top: 2px solid rgba(0, 0, 0, 0.1)
}

.home form.wpcf7-form.invalid .wpcf7-response-output {
	opacity: 0
}

.wpcf7-form input[type=checkbox] {
	min-height: inherit
}

.wpcf7-form input[type=checkbox] {
	-webkit-appearance: checkbox;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none
}

.wpcf7-form input[type=checkbox]:checked:before {
	content: ""
}

.ui-datepicker.ui-widget.ui-widget-content {
	margin-top: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none
}

input.hasDatepicker:focus {
	border-radius: 3px 3px 0 0
}

input,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.comment-form-rating .dk-select {
	display: none
}

.hb_addition_package_extra {
	padding-top: 0;
	margin-bottom: 15px
}

.hb_addition_package_extra .hb_addition_packages {
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}

.hb_addition_package_extra .hb_addition_packages .hb_addition_packages_ul li {
	margin-bottom: 0 !important
}

.hb_addition_package_extra a.hb_package_toggle.active:after {
	content: "\f103"
}

.hb_addition_package_extra a.hb_package_toggle:after {
	content: "\f102";
	font: 400 18px/1 FontAwesome;
	padding: 5px 0px
}

.thim-fixed.fixed {
	position: fixed;
	top: 0;
	z-index: 9999
}

.admin-bar .thim-fixed.fixed {
	top: 32px
}

body .fancybox-skin {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

body .fancybox-close,
body .fancybox-prev span,
body .fancybox-next span {
	background-image: none;
	font-family: FontAwesome
}

body .fancybox-close {
	width: 35px;
	height: 35px;
	background: #FFF;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

body .fancybox-close:before {
	content: "\f00d"
}

body .fancybox-prev {
	text-align: left
}

body .fancybox-prev span:before {
	content: "\f053"
}

body .fancybox-next {
	text-align: right
}

body .fancybox-next span:before {
	content: "\f054"
}

body .fancybox-nav {
	width: 35px;
	height: 35px;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	line-height: 35px;
	text-align: center
}

body .fancybox-nav span {
	background: #FFF;
	margin-top: 0;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	visibility: visible;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	opacity: 0.2
}

body .fancybox-outer:hover .fancybox-nav span {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.hb-order-existing-customer .hb-form-field {
	display: inline-block;
	float: left;
	padding-right: 8px
}

.wrapper-header_overlay .top_site_main .banner-wrapper {
	-webkit-transform: translate(0, -30%);
	-moz-transform: translate(0, -30%);
	-ms-transform: translate(0, -30%);
	-o-transform: translate(0, -30%)
}

.thim-search-room.thim-search-no-padding .hotel-booking-search:before,
.thim-search-room.thim-search-no-padding .hotel-booking-search:after {
	display: none
}

.wp-hotel-booking-search-rooms .entry-content .hotel-booking-search:before,
.wp-hotel-booking-search-rooms .entry-content .hotel-booking-search:after {
	display: none
}

.tp_chameleon_customize .input-box {
	padding-left: 15px;
	padding-right: 15px
}

.tp_chameleon_customize .dk-selected {
	border-color: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

iframe[name=google_conversion_frame] {
	height: 0 !important;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.tp-buy-theme {
	margin-bottom: 30px
}

.woocommerce div.product form.cart .variations select {
	padding: 5px 10px
}

.hb-order-new-customer .hb-form-field .hb-form-field-input select,
.hb-order-new-customer .hb-form-field .hb-form-field-input input {
	width: 100%
}

#hotel_booking_room_hidden .hb_addition_package_extra input[type=checkbox] {
	height: 16px;
	min-width: 18px
}

#hotel_booking_room_hidden .hb-booking-room-form-head .hb-room-name .hb-message.error {
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 20px;
	color: #d43b17
}

#hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
	margin-left: 0
}

#hotel_booking_room_hidden .hb-booking-room-form-footer .hb_add_to_cart {
	border: none;
	border-radius: 0
}

.thim-search-home-8 {
	margin-top: -100px;
	position: relative;
	z-index: 999
}

.single-testimonial {
	text-align: center;
	padding: 30px;
	background: #f9f9f9;
	margin-top: 30px;
	padding-top: 0
}

.single-testimonial .testimonial-image img {
	border-radius: 50%;
	transform: translateY(-50%)
}

.single-testimonial .testimonial-body {
	margin-bottom: 30px
}

.single-testimonial .testimonial-content .testimonial-title {
	font-size: 20px;
	font-weight: 700;
	color: #c19b76
}

.single-testimonial .testimonial-content .testimonial-regency {
	font-weight: 700
}

main.full-width .entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
	max-width: 100vw
}

main.full-width .entry-content .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw
}

main.full-width .alignfull img {
	width: 100vw
}

.has-text-color.has-border-input-color {
	color: #dddddd !important
}

.has-text-color.has-sub-title-color {
	color: #666666 !important
}

.has-background.has-border-input-background-color {
	background-color: #dddddd !important
}

.has-background.has-sub-title-background-color {
	background-color: #666666 !important
}

.has-background-dim.has-border-input-background-color:before {
	background-color: #dddddd !important
}

.has-background-dim.has-sub-title-background-color:before {
	background-color: #666666 !important
}

.has-medium-font-size,
.has-large-font-size,
.has-huge-font-size {
	line-height: initial
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none
}

.has-small-font-size {
	font-size: 13px
}

.has-normal-font-size {
	font-size: 15px
}

.has-large-font-size {
	font-size: 28px
}

.has-huge-font-size {
	font-size: 36px
}

p.has-drop-cap:not(:focus)::first-letter {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	float: left;
	line-height: 1;
	font-weight: bold;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

.wp-block-quote br {
	display: none
}

.entry-content .wp-block-image img {
	display: block
}

.entry-content .wp-block-image.alignfull img {
	width: 100vw;
	max-width: calc(100% + 2rem)
}

.entry-content .wp-block-image {
	max-width: 100%
}

footer#colophon .footer aside .newletter.elementor-widget-thim-shortcode .widget-title {
	margin-top: 0
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo {
	opacity: 1 !important
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo::before {
	opacity: 1;
	transform: scale(1)
}

#sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo::after {
	opacity: 1
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
	position: relative
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::before {
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s ease
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::after {
	position: absolute;
	content: "\f16d";
	font-family: "Line Awesome Brands";
	font-weight: 400;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease
}

#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo .sbi-screenreader {
	display: none
}

.thim-booking-search-home-3 {
	position: relative
}

.thim-booking-search-home-3::before {
	position: absolute;
	content: "";
	background-image: url(./assets/images/flower.png);
	left: 0;
	bottom: -50px;
	width: 137px;
	height: 189px;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:991px) {
	.thim-booking-search-home-3::before {
		width: 100px;
		height: 135px
	}
}

.thim-booking-search-home-3::after {
	position: absolute;
	content: "";
	background-image: url(./assets/images/leaf.png);
	right: 0;
	top: -40px;
	width: 150px;
	height: 185px;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:991px) {
	.thim-booking-search-home-3::after {
		width: 100px;
		height: 125px
	}
}

.thim-booking-search-home-3 .panel-grid-cell {
	z-index: 1
}

.thim-margin-container {
	padding: 0 80px !important
}

@media (max-width:1440px) {
	.thim-margin-container {
		padding: 0 30px !important
	}
}

@media (max-width:767px) {
	.thim-margin-container {
		padding: 0 15px !important
	}
}

.thim-bg-slider rs-sbg-px>rs-sbg-wrap>rs-sbg::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.bg-custom-footer {
	background-position: center bottom !important
}

.contact-address,
.contact-time,
.contact-email {
	display: flex;
	align-items: center;
	color: #000
}

.contact-address>i,
.contact-time>i,
.contact-email>i {
	min-width: 86px;
	font-size: 50px;
	color: var(--thim_body_primary_color)
}

@media (max-width:1023) {

	.contact-address>i,
	.contact-time>i,
	.contact-email>i {
		min-width: 60px
	}
}

.contact-address .text,
.contact-address .email-info,
.contact-time .text,
.contact-time .email-info,
.contact-email .text,
.contact-email .email-info {
	padding: 35px 0 35px 45px;
	border-left: 1px solid #e4e4e4
}

.contact-email>i {
	transform: translateY(-30px)
}

.contact-email .email-info>p {
	margin-bottom: 0
}

.contact-email .email-info a {
	color: #000
}

.contact-email .email-info a:hover {
	color: var(--thim_body_primary_color)
}

.contact-email .email-info .thim-social {
	margin-top: 35px
}

.heading-contact .sc-heading {
	padding-bottom: 70px
}

.rtl #thim-room-archive .room-types {
	right: 0;
	left: auto
}

.rtl .rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
	left: 40px;
	right: auto
}

.list-product-cat {
	text-align: center;
	margin-bottom: 60px;
	margin-top: -10px
}

.product-cat {
	margin: 0 auto;
	display: inline-block;
	padding: 0 10px
}

.product-cat li {
	list-style: none;
	display: inline-block
}

.product-cat li a {
	display: inline-block;
	border-bottom: 3px solid transparent;
	margin: 0 20px 0px 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family)
}

.quick-view {
	position: absolute;
	z-index: 999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.quick-view a {
	display: inline-block;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	color: #fff;
	font-size: 32px
}

.quick-view a.loading.dark {
	-webkit-animation: fa-adjust-hue 1s infinite steps(8);
	animation: fa-adjust-hue 1s infinite steps(8);
	display: inline-block;
	font: normal normal normal 24px/1 FontAwesome !important;
	width: auto;
	border: none
}

.quick-view a.loading.dark:before {
	content: "\f110"
}

.product_thumb {
	display: inline-block;
	position: relative;
	-webkit-perspective: 500;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	width: 100%
}

.product_thumb img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s
}

.product_thumb:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1
}

.product_thumb:hover:before,
.product_thumb:hover .quick-view {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.product_thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.product_thumb .onsale {
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 15px !important;
	left: 15px !important
}

.product-grid li {
	list-style: none
}

.product-grid li.col-md-4:nth-child(3n+1) {
	clear: both
}

@media (max-width:991px) {
	.product-grid li.col-md-4:nth-child(3n+1) {
		clear: unset
	}
}

.product-grid li.col-md-3:nth-child(4n+1) {
	clear: both
}

@media (max-width:991px) {
	.product-grid li.col-md-3:nth-child(4n+1) {
		clear: unset
	}
}

.product-grid .product__title {
	position: relative;
	margin-top: 15px;
	padding-right: 60px
}

.product-grid .product__title a.title,
.product-grid .product__title .price {
	display: block;
	font-weight: 600
}

.product-grid .product__title a.title {
	font-size: var(--thim_font_h4-font-size);
	font-family: var(--thim_font_title-font-family);
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 500
}

.product-grid .product__title .price {
	color: var(--thim_font_title-color);
	font-family: var(--thim_font_title-font-family);
	font-weight: 700
}

.product-grid .product__title .price ins {
	text-decoration: none
}

.product-grid .product__title .price del {
	font-weight: normal;
	color: #aaa;
	padding-right: 5px
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title a.button.product_type_variable {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	text-transform: none;
	font-size: 0 !important;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 60px;
	padding: 0;
	z-index: 9;
	border-radius: 0;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family)
}

.product-grid .product__title a.button.add_to_cart_button.added,
.product-grid .product__title a.button.product_type_variable.added {
	opacity: 0
}

.product-grid .product__title a.button.add_to_cart_button:before,
.product-grid .product__title a.button.product_type_variable:before {
	content: "\f07a";
	font: normal normal normal 20px/1 FontAwesome
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title a.button.product_type_variable:hover {
	width: auto;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px !important
}

.product-grid .product__title a.button.add_to_cart_button:hover:before,
.product-grid .product__title a.button.product_type_variable:hover:before {
	display: none
}

.product-grid .product__title .added_to_cart {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	padding: 0;
	height: 40px;
	text-transform: none;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	z-index: 9999;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.product-grid .product__title .added_to_cart:hover {
	color: inherit !important
}

.product-grid .product__title a.button {
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family);
	font-size: 14px;
	font-weight: 400;
	border-radius: 0
}

.product-grid .content__product {
	margin-bottom: 30px
}

.related-products .product-grid .content__product {
	margin-bottom: 0;
	border: 0
}

button.load-more {
	border: 3px solid var(--thim_body_primary_color, #ffb606);
	padding: 14px 152px;
	background: transparent;
	text-transform: uppercase;
	display: flex;
	margin: auto;
	margin-top: 20px
}

button.load-more:hover {
	color: #ffffff
}

@media (max-width:767px) {
	button.load-more {
		padding: 14px 80px
	}
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
	display: none !important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 40px
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 15px !important;
	left: 15px !important
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	font-weight: 700;
	color: var(--thim_font_title-color);
	font-family: var(--thim_font_title-font-family);
	font-size: var(--thim_font_h3-font-size)
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	font-weight: normal
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
	text-decoration: none
}

.woocommerce div.product .product-grid span.price,
.woocommerce-page div.product .product-grid span.price {
	font-size: inherit
}

.woocommerce div.product .product-grid span.price del,
.woocommerce-page div.product .product-grid span.price del {
	display: inline-block
}

.woocommerce div.product .description,
.woocommerce-page div.product .description {
	margin-bottom: 30px
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
	margin-bottom: 30px
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
	width: auto;
	display: block;
	height: 50px;
	margin: 0
}

.woocommerce div.product form.cart .quantity input,
.woocommerce-page div.product form.cart .quantity input {
	padding: 4px 10px;
	border: 1px solid var(--thim_body_border_color);
	line-height: 30px;
	height: 50px;
	border-radius: 0;
	width: 90px
}

.woocommerce div.product form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.product form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce-page div.product form.cart .quantity input::-webkit-outer-spin-button {
	opacity: 1
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
	vertical-align: top;
	margin: 0 2px;
	border: none;
	text-shadow: 0 0 0;
	text-transform: none;
	font-size: var(--thim_font_body-font-size) !important;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	font-weight: var(--thim_font_title-variant);
	padding: 10px 36px !important;
	height: auto
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
	color: #fff
}

.woocommerce div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
	outline: none
}

.woocommerce div.product .product_meta .posted_in,
.woocommerce-page div.product .product_meta .posted_in {
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_font_title-color)
}

.woocommerce div.product .product_meta .posted_in a,
.woocommerce-page div.product .product_meta .posted_in a {
	font-family: var(--thim_font_body-font-family);
	font-weight: 400;
	color: var(--thim_font_body-color);
	margin-left: 30px
}

.woocommerce div.product .woo-share,
.woocommerce-page div.product .woo-share {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_font_title-color);
	display: flex;
	column-gap: 30px
}

.woocommerce div.product .woo-share .share_show,
.woocommerce-page div.product .woo-share .share_show {
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 15px
}

.woocommerce div.product .woo-share li,
.woocommerce-page div.product .woo-share li {
	list-style: none;
	display: inline-block
}

.woocommerce div.product .woo-share li a,
.woocommerce-page div.product .woo-share li a {
	text-align: center;
	line-height: 24px;
	background: transparent;
	color: var(--thim_font_body-color);
	display: flex;
	align-items: center;
	justify-content: center
}

.woocommerce div.product .woo-share li a i,
.woocommerce-page div.product .woo-share li a i {
	font-size: 19px;
	color: #909090
}

.woocommerce div.product .woo-share li a i:hover,
.woocommerce-page div.product .woo-share li a i:hover {
	color: #000
}

.woocommerce div.product .woo-share li a svg:hover path,
.woocommerce-page div.product .woo-share li a svg:hover path {
	fill: #000
}

.woocommerce div.product .woo-share li a.twitter path,
.woocommerce-page div.product .woo-share li a.twitter path {
	stroke: #909090;
	fill: #909090
}

.woocommerce div.product .woo-share li a.twitter svg:hover path,
.woocommerce-page div.product .woo-share li a.twitter svg:hover path {
	stroke: #000;
	fill: #000
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--thim_body_border_color);
	margin-bottom: 40px
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 35px !important;
	background-color: transparent !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	border: none !important;
	width: 0 !important;
	height: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	border-bottom: 3px solid transparent;
	color: var(--thim_font_title-color);
	font-size: var(--thim_font_h5-font-size);
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .woocommerce-tabs .entry-content,
.woocommerce-page div.product .woocommerce-tabs .entry-content {
	margin-top: 30px;
	margin-bottom: 30px
}

.woocommerce div.product .related-products,
.woocommerce div.product .upsells-products,
.woocommerce-page div.product .related-products,
.woocommerce-page div.product .upsells-products {
	clear: both
}

.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
	text-transform: none;
	position: relative;
	font-size: var(--thim_font_h4-font-size);
	margin: 20px 0 0;
	text-transform: uppercase
}

.woocommerce div.product .related-products li,
.woocommerce div.product .upsells-products li,
.woocommerce-page div.product .related-products li,
.woocommerce-page div.product .upsells-products li {
	margin-top: 30px
}

.woocommerce .product-info .flexslider li .woocommerce-main-image,
.woocommerce-page .product-info .flexslider li .woocommerce-main-image {
	width: 100%
}

.woocommerce .product-info .flexslider li .woocommerce-main-image img,
.woocommerce-page .product-info .flexslider li .woocommerce-main-image img {
	width: 100%
}

.woocommerce .product-info .right,
.woocommerce-page .product-info .right {
	padding-left: 65px
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
	line-height: 30px;
	padding: 5px 15px !important;
	height: 40px;
	text-transform: none
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .wc-proceed-to-checkout a.button {
	line-height: 30px;
	padding: 5px 15px;
	height: 40px;
	text-transform: none
}

.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
	width: 80px
}

.woocommerce.woocommerce-cart table.cart th,
.woocommerce-page.woocommerce-cart table.cart th {
	text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions,
.woocommerce-page.woocommerce-cart table.cart td.actions {
	text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
	float: none;
	display: inline-block
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 30px;
	padding: 4px 6px;
	min-width: 130px;
	height: 40px
}

.woocommerce.woocommerce-cart table.cart td.actions input[type=submit],
.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
	margin-left: 10px
}

.woocommerce.woocommerce-cart a.remove,
.woocommerce-page.woocommerce-cart a.remove {
	margin: auto
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-bottom: none
}

.woocommerce .site-content .entry-content *,
.woocommerce-page .site-content .entry-content * {
	border-radius: 0;
	border-color: var(--thim_body_border_color) !important
}

.woocommerce .site-content .entry-content * .button,
.woocommerce-page .site-content .entry-content * .button {
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	text-transform: uppercase
}

.woocommerce table.shop_table th.product-subtotal,
.woocommerce-page table.shop_table th.product-subtotal {
	border-right: none
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 20px 12px;
	text-align: center;
	border-top: none
}

.woocommerce table.shop_table td.product-subtotal,
.woocommerce-page table.shop_table td.product-subtotal {
	border-right: none
}

.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
	border: none
}

.woocommerce .woocommerce-shipping-calculator a:hover,
.woocommerce-page .woocommerce-shipping-calculator a:hover {
	text-decoration: underline
}

.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce .woocommerce-info a.showlogin:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-info a.showlogin:hover {
	text-decoration: underline
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	line-height: 24px;
	padding: 7px 10px;
	min-height: 40px;
	border-color: var(--thim_body_border_color)
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	margin: 7px 0;
	line-height: 24px;
	display: inline-block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	min-height: 40px;
	line-height: 24px;
	padding: 8px 25px;
	border: 0
}

.quantity input {
	border: 1px solid var(--thim_body_border_color);
	padding: 4px 10px
}

.input-text {
	border: 1px solid var(--thim_body_border_color);
	padding: 4px 10px
}

#ship-to-different-address {
	position: relative
}

#ship-to-different-address label {
	font-weight: normal;
	padding-left: 30px
}

#ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	top: 20px;
	left: 0
}

.woocommerce-page .button {
	font-size: 14px !important;
	text-transform: uppercase
}

.link-images-product {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.product-grid .product__title a.button.add_to_cart_button.loading,
.product-grid .product__title a.button.add_to_cart_button.loading:hover,
.product-grid .product__title a.button.product_type_variable.loading,
.product-grid .product__title a.button.product_type_variable.loading:hover {
	padding-right: 30px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	top: 0px
}

.woocommerce #payment .terms input[type=checkbox],
.woocommerce-page #payment .terms input[type=checkbox] {
	display: inline-block;
	border: 1px solid #000
}

.woocommerce #payment .terms input[type=checkbox]:checked:before,
.woocommerce-page #payment .terms input[type=checkbox]:checked:before {
	float: none;
	font-family: FontAwesome;
	content: "\f00c";
	height: 25px;
	width: 14px;
	line-height: 16px;
	font-size: 14px;
	display: block;
	color: #000;
	margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
	margin: 0;
	font-size: var(--thim_font_h4-font-size);
	font-weight: var(--thim_font_title-variant);
	text-transform: capitalize;
	margin-bottom: 20px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
	text-align: left
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li {
	margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
	padding: 30px 0;
	overflow: hidden;
	background: #fff;
	border: 0;
	border-top: 1px solid #ededed
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
	width: 70px;
	height: 70px;
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 50%;
	margin-right: 30px;
	float: left;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	margin-top: -3px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta {
	float: left;
	display: inline-block;
	margin-right: 20px;
	line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .author {
	display: inline-block;
	font-size: var(--thim_font_body-font-size);
	margin: 0;
	line-height: 26px;
	margin-right: 20px;
	text-transform: capitalize
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .date {
	line-height: 26px;
	color: #ccc;
	font-size: 14px;
	display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description {
	padding: 12px 0 0;
	margin: 0;
	clear: both
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description p:last-child {
	margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating {
	float: left;
	width: 93px;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	letter-spacing: 5px;
	overflow: hidden
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating:before {
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating span {
	padding: 0;
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper {
	margin-top: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-reply-title {
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_font_title-color);
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family);
	margin-bottom: 10px;
	display: block
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form label {
	margin-bottom: 10px;
	display: block;
	font-weight: var(--thim_font_body-variant)
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p {
	text-align: left;
	margin-bottom: 25px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
	padding: 4px 15px;
	border: 1px solid var(--thim_body_border_color);
	line-height: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:active {
	outline: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
	height: 150px;
	padding: 8px 15px;
	line-height: 24px;
	min-height: 40px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
	margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-cookies-consent label {
	display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form span.required {
	color: #FF0000
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .form-submit .submit {
	padding: 10px 35px;
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	border-radius: 0;
	border: 0
}

.woocommerce .star-rating {
	width: 93px;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	letter-spacing: 5px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px
}

.woocommerce .star-rating:before {
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 26px
}

.woocommerce .star-rating span {
	padding: 0;
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 26px;
	color: transparent
}

.woocommerce .woocommerce-review-link {
	color: inherit
}

.woocommerce .woocommerce-review-link:hover {
	text-decoration: underline
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 26px;
	margin-bottom: 10px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
	float: left;
	margin: 0;
	margin-right: 10px
}

.woocommerce #review_form #respond p.stars {
	font-size: var(--thim_font_body-font-size);
	letter-spacing: 3px
}

.woocommerce #review_form #respond p.stars a[class*=star] {
	border: 0
}

.woocommerce span.onsale {
	min-width: 40px;
	min-height: 40px;
	line-height: 40px
}

.woocommerce form .form-row .input-checkbox {
	display: inline-block
}

.product.has-default-attributes.has-children>.images {
	opacity: 1
}

.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li label {
	cursor: pointer
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	margin: -2px 0.5em 0 5em
}

.woocommerce .comment-form-rating p.stars:hover a:before {
	content: "\e021"
}

.woocommerce .comment-form-rating p.stars>span:hover a:before {
	content: "\e020"
}

.woocommerce .comment-form-rating p.stars a:hover~a:before {
	content: "\e021"
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li,
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li {
	list-style: none;
	width: 50%
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1),
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1) {
	clear: both
}

input:focus::-webkit-input-placeholder {
	opacity: 0
}

input:focus:-moz-placeholder {
	opacity: 0
}

input:focus::-moz-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

.woocommerce-checkout .select2-hidden-accessible {
	border: 1px solid var(--thim_body_border_color) !important;
	height: auto !important;
	margin: auto !important;
	padding: 9px 15px !important;
	position: static !important;
	width: 100% !important;
	-webkit-clip-path: none !important;
	clip-path: none !important
}

.woocommerce-page #payment .terms input[type=checkbox] {
	margin-top: 4px
}

.woocommerce-page #payment .terms label>span {
	margin-left: 25px
}

.woocommerce-page form .form-row label.checkbox #createaccount {
	margin-top: 4px
}

.woocommerce-page form .form-row.create-account label.checkbox span {
	margin-left: 25px
}

.woocommerce div.product .product-info .left #carousel {
	margin-top: 15px;
	margin-bottom: 30px
}

.woocommerce div.product .product-info .left #carousel ul.slides li:first-child {
	padding-left: 0
}

.woocommerce div.product .product-info .left #carousel ul.slides li {
	padding-left: 5px;
	position: relative;
	cursor: pointer
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding: 10px 15px;
	background: #eeeeee;
	margin-bottom: 10px;
	border-radius: 0px 999px 999px 0px
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
	background: #00acee
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff
}

.woocommerce form .form-row label.checkbox input#terms {
	margin-top: 6px
}

.woocommerce form .form-row label.checkbox span.woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 30px
}

.col-md-col-5 {
	width: 20%
}

.col-md-col-5:nth-child(5n+1) {
	clear: both
}

div.pp_woocommerce .pp_nav {
	display: flex;
	align-items: center
}

.widget_shopping_cart {
	position: relative
}

.widget_shopping_cart .minicart_hover {
	margin-top: 0;
	margin-bottom: 0
}

.widget_shopping_cart .minicart_hover .cart-items-number {
	display: block;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-size: 16px
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	border-radius: 50%;
	bottom: 15px;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 18px;
	left: 17px;
	line-height: 18px;
	width: 18px;
	padding: 0 2px;
	position: absolute;
	text-align: center
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
	color: #fff !important
}

.widget_shopping_cart .widget_shopping_cart_content {
	display: none;
	background: #fff;
	left: auto;
	position: absolute;
	right: 0;
	top: 29px;
	min-width: 350px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	z-index: 9999;
	padding-top: 10px;
	padding-bottom: 25px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
	max-height: 315px;
	overflow: auto;
	padding: 0 20px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
	width: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
	padding: 10px 0;
	border-top: 1px solid var(--thim_body_border_color);
	width: 100%;
	margin-left: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
	text-align: left;
	max-width: 95%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
	margin-right: 15px;
	width: 65px !important;
	float: left
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
	border-left: 0 none !important;
	float: left;
	padding-left: 0 !important;
	min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
	margin: 0 !important;
	padding: 0 !important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
	float: left;
	padding: 0;
	text-align: left;
	min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
	left: auto !important;
	right: 10px;
	top: 10px !important;
	text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
	font-size: 15px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
	border-top: none
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
	padding-top: 17px;
	text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total {
	border-bottom: 1px solid var(--thim_body_border_color);
	border-top: 1px solid var(--thim_body_border_color);
	padding: 15px 20px;
	text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
	font-weight: 700;
	margin-left: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
	text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	background: #fff;
	border-radius: 0;
	font-weight: 400;
	margin: 0 10px;
	padding: 10px 25px;
	text-transform: uppercase
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
	color: #fff;
	position: relative
}

.rtl .widget_shopping_cart .minicart_hover .cart-items-number {
	text-align: right
}

.rtl .widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	right: 17px;
	left: auto
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #cccccc
}

.mfp-preloader a:hover {
	color: white
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
	color: #333;
	right: 0px;
	text-align: center;
	padding-right: 0;
	top: 0 !important;
	width: 32px;
	height: 32px;
	line-height: 32px
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 900px
}

.mfp-inline-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 60% !important
}

.mfp-iframe-scaler #content {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-right: 1px solid #bbb3b9
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.quickview .woocommerce-review-link {
	display: none
}

.quickview .product-info .right .woocommerce-product-rating {
	margin-bottom: 10px !important
}

.quickview .product-info .right .product_meta {
	padding-bottom: 20px
}

.quickview .product-info {
	margin-bottom: 0;
	position: relative;
	height: 100%
}

.quickview .product-info .left {
	padding-left: 30px;
	padding-top: 30px
}

.quickview .product-info .right {
	text-align: left;
	padding-left: 15px
}

.quickview .product-info .right .description {
	font-size: 14px;
	float: left;
	margin-top: 15px
}

.quickview .product-info .right .woocommerce-product-rating .star-rating {
	float: left
}

.quickview .product-info .right .product_meta>span {
	display: block
}

.quickview .product-info .right .product_title {
	margin-bottom: 0;
	font-weight: 600;
	margin-top: 30px
}

.quickview .product-info .right .price {
	font-weight: 800
}

.quickview .product-info .right .price ins {
	text-decoration: none
}

.quickview .product-info .right .price del {
	font-weight: normal;
	padding-right: 5px
}

.quickview .product-info .right .cart {
	margin-top: 15px;
	float: left;
	width: 100%;
	padding-top: 0
}

.quickview .product-info .right .cart:before,
.quickview .product-info .right .cart:after {
	content: " ";
	display: table;
	clear: both
}

.quickview .product-info .right .cart a {
	font-weight: normal
}

.quickview .product-info .right .cart a .added:before {
	display: none !important
}

.quickview .product-info .right .cart button.button {
	height: auto;
	line-height: inherit;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	border-radius: 0
}

.quickview .product-info .right .cart .quantity {
	float: left;
	margin-right: 15px;
	height: auto
}

.quickview .product-info .right .cart .quantity input {
	padding: 4px 10px;
	border: 1px solid var(--thim_body_border_color);
	width: 55px;
	height: auto;
	font-weight: normal;
	border-radius: 0
}

.quickview .product-info .right .cart table,
.quickview .product-info .right .cart th,
.quickview .product-info .right .cart td {
	border: none;
	padding: 0;
	margin-bottom: 0
}

.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart th .reset_variations,
.quickview .product-info .right .cart td .reset_variations {
	display: block
}

.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart th label,
.quickview .product-info .right .cart td label {
	font-weight: normal
}

.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart th select,
.quickview .product-info .right .cart td select {
	height: 30px;
	font-size: 14px
}

.quickview .product-info .right .reset_variations {
	font-size: 14px
}

.quickview .product-info .right .variations_form {
	margin-bottom: 0
}

.quickview .product-info .right .woo-share {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_font_title-color);
	display: inline-flex;
	column-gap: 30px
}

.quickview .product-info .right .woo-share .share_show {
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 15px
}

.quickview .product-info .right .woo-share li {
	list-style: none;
	display: inline-block
}

.quickview .product-info .right .woo-share li a {
	text-align: center;
	line-height: 24px;
	background: transparent;
	color: var(--thim_font_body-color);
	display: flex;
	align-items: center;
	justify-content: center
}

.quickview .product-info .right .woo-share li a i {
	font-size: 19px;
	color: #909090
}

.quickview .product-info .right .woo-share li a i:hover {
	color: #000
}

.quickview .product-info .right .woo-share li a svg:hover path {
	fill: #000
}

.quickview .product-info .right .woo-share li a.twitter svg:hover path {
	stroke: #000;
	fill: none
}

.quickview .quick-view-detail {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-transform: none;
	text-decoration: underline;
	font-weight: 700
}

.tp-hotel-booking #reviews .commentlist .comment,
.wp-hotel-booking #reviews .commentlist .comment {
	padding: 50px 0;
	overflow: hidden;
	margin-bottom: 12px;
	background: #fff;
	border: 0;
	border-top: 1px solid #ededed
}

.tp-hotel-booking #reviews .commentlist .comment .avatar,
.wp-hotel-booking #reviews .commentlist .comment .avatar {
	width: 70px;
	height: 70px;
	border: 0;
	padding: 0;
	background: 0 0;
	border-radius: 50%;
	margin-right: 30px;
	float: left;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.tp-hotel-booking #reviews .commentlist .comment .comment-text,
.wp-hotel-booking #reviews .commentlist .comment .comment-text {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	float: right;
	margin: 0;
	margin-top: -3px
}

.tp-hotel-booking #reviews .commentlist .comment .meta,
.wp-hotel-booking #reviews .commentlist .comment .meta {
	display: inline-block;
	float: left;
	margin-right: 40px
}

.tp-hotel-booking #reviews .commentlist .comment .meta .author,
.wp-hotel-booking #reviews .commentlist .comment .meta .author {
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	margin: 0;
	margin-right: 40px;
	line-height: 26px;
	text-transform: capitalize
}

.tp-hotel-booking #reviews .commentlist .comment .meta .date,
.wp-hotel-booking #reviews .commentlist .comment .meta .date {
	margin-right: 0;
	line-height: 26px;
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
	display: inline-block
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating,
.wp-hotel-booking #reviews .commentlist .comment .star-rating {
	float: right;
	position: relative;
	width: 80px;
	height: 18px;
	line-height: 1
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating:before,
.wp-hotel-booking #reviews .commentlist .comment .star-rating:before {
	content: "\e601\e601\e601\e601\e601";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: hotel-booking-star
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating span,
.wp-hotel-booking #reviews .commentlist .comment .star-rating span {
	overflow: hidden;
	position: relative;
	display: inline-block;
	height: 18px
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating span:before,
.wp-hotel-booking #reviews .commentlist .comment .star-rating span:before {
	content: "\e600\e600\e600\e600\e600";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: hotel-booking-star
}

.tp-hotel-booking #reviews .commentlist .comment .description,
.wp-hotel-booking #reviews .commentlist .comment .description {
	clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper,
.wp-hotel-booking #reviews #review_form_wrapper {
	clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form label,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form label {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 15px;
	font-weight: 400
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating {
	margin-bottom: 10px
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating label,
.wp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating label {
	margin-bottom: 5px
}

.tp-hotel-booking .star-rating,
.wp-hotel-booking .star-rating {
	width: 80px
}

#hb_room_reviews .hb-rating-input {
	width: 90px
}

#hb_room_reviews .hb-rating-input .rating-input {
	width: 18px;
	font-size: 13px
}

#contact-form-registration .wpcf7-form div.wpcf7-validation-errors,
#contact-form-registration .wpcf7-form div.wpcf7-mail-sent-ok {
	margin-top: 20px
}

#contact-form-registration .wpcf7-form .ajax-loader {
	left: 51px
}

#contact-form-registration {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	margin: 0;
	width: 100%;
	height: 100vh;
	-webkit-transform: scale(0.2, 0.2);
	-ms-transform: scale(0.2, 0.2);
	-o-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	overflow: auto
}

#contact-form-registration.active {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible
}

body.thim-contact-popup-active #contact-form-registration {
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

#contact-form-registration .wpcf7-form {
	margin: 0
}

#contact-form-registration>.wpcf7 {
	max-width: 500px;
	overflow: hidden;
	padding: 60px 30px;
	background: #fff;
	margin: auto;
	position: relative;
	top: 0;
	cursor: default
}

#contact-form-registration>.wpcf7 form h3 {
	margin-bottom: 30px
}

#contact-form-registration>.wpcf7 form .title {
	font-size: 20px;
	margin-bottom: 15px
}

#contact-form-registration>.wpcf7 form>p {
	margin-bottom: 0
}

#contact-form-registration>.wpcf7 form>p>span {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: left
}

#contact-form-registration>.wpcf7 form textarea {
	height: 150px;
	resize: none;
	width: 100%
}

#contact-form-registration>.wpcf7 form select {
	color: #7a7a7a;
	background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.275392%200.274999C0.458725%200.0916658%200.692057%20-4.57148e-07%200.97539%20-4.44763e-07C1.25872%20-4.32378e-07%201.49206%200.0916659%201.67539%200.274999L5.57539%204.175L9.47539%200.275C9.65872%200.0916662%209.89206%20-5.50035e-08%2010.1754%20-4.26186e-08C10.4587%20-3.02337e-08%2010.6921%200.0916663%2010.8754%200.275C11.0587%200.458333%2011.1504%200.691666%2011.1504%200.974999C11.1504%201.25833%2011.0587%201.49167%2010.8754%201.675L6.27539%206.275C6.17539%206.375%206.06706%206.446%205.95039%206.488C5.83372%206.52933%205.70872%206.55%205.57539%206.55C5.44206%206.55%205.31706%206.52933%205.20039%206.488C5.08372%206.446%204.97539%206.375%204.87539%206.275L0.275392%201.675C0.0920581%201.49167%200.000389998%201.25833%200.00039001%200.974999C0.000390023%200.691666%200.0920582%200.458332%200.275392%200.274999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position-x: 95%;
	background-position-y: 50%
}

#contact-form-registration>.wpcf7 form button.ui-datepicker-trigger {
	text-align: right;
	width: 100%;
	min-height: 50px
}

#contact-form-registration>.wpcf7 form .wpcf7-submit {
	font-family: var(--thim_font_title-font-family)
}

#contact-form-registration>.wpcf7 .thim-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #e6a303;
	line-height: 30px;
	text-align: center;
	display: none
}

#contact-form-registration>.wpcf7 .thim-close:hover {
	opacity: 0.8;
	filter: alpha(opacity=90)
}

.single-hb_room .price-single {
	float: right;
	margin-top: -70px;
	display: table
}

@media (max-width:1024px) {
	.single-hb_room .price-single {
		display: block;
		float: unset;
		margin: 0 0 30px 0
	}
}

.single-hb_room .price-single .thim-button-register-room {
	display: table-cell;
	vertical-align: middle
}

.single-hb_room .price-single .price {
	float: none;
	display: table-cell;
	vertical-align: middle
}

.single-hb_room .price-single .price .title-price {
	margin-left: 30px
}

@media (max-width:480px) {
	.single-hb_room .price-single .price .title-price {
		margin-left: 20px
	}
}

@media (max-width:360px) {
	.single-hb_room .price-single .price .title-price {
		margin-left: 10px;
		margin-right: 0
	}
}

.single-hb_room .price-single .price span.unit:before {
	padding: 0 5px 0 0
}

.single-hb_room #sidebar #hb_room_load_booking_form {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family);
	font-size: 14px
}

.rtl .single-hb_room .price-single {
	float: left
}

.rtl .single-hb_room .price-single .price .title-price {
	margin-left: 0
}

.rtl .hb_single_room .hb-share {
	float: left
}

.rtl .hb_single_room .hb-share ul li:first-child {
	padding-left: 19px
}

.rtl .hb_single_room .hb-share ul li:last-child {
	padding-left: 0
}

@media (max-width:1024px) {
	#contact-form-registration>.wpcf7 .thim-close {
		display: inline-block
	}
}

@media (max-width:768px) {
	.single-hb_room .price-single {
		margin: 10px 0 30px 0
	}
}

form.hb-select-extra-results .hb_addition_package_title_toggle {
	font-size: var(--thim_font_h3-font-size);
	margin-bottom: 30px
}

form.hb-select-extra-results .hb_addition_packages {
	margin-bottom: 30px
}

form.hb-select-extra-results .hb_button {
	font-size: 14px;
	min-height: auto;
	line-height: var(--thim_font_h4-line-height);
	height: auto;
	font-weight: 400;
	padding: 11px 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

form.hb-select-extra-results .hb_button:hover {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

form.hb-select-extra-results button.hb_button {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #fff;
	margin-left: 15px
}

form.hb-select-extra-results button.hb_button:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2 #hotel-booking-cart .hb_button.hb_checkout,
.rooms-layout-2 #hotel-booking-cart button[type=submit],
.rooms-layout-2 #hotel-booking-cart button[type=button],
.rooms-layout-2 #hotel-booking-payment .hb_button.hb_checkout,
.rooms-layout-2 #hotel-booking-payment button[type=submit],
.rooms-layout-2 #hotel-booking-payment button[type=button] {
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 form.hb-select-extra-results .hb_button {
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 .hb_button {
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 input[type=checkbox]:checked:before {
	content: "✔" !important;
	margin-top: -9px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: 400 20px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-cart button[type=submit],
#hotel-booking-cart button[type=button],
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-payment button[type=submit],
#hotel-booking-payment button[type=button] {
	border-radius: 0
}

.hotel-booking-single-room-action .hb-search-results-form-container {
	display: flex;
	justify-content: space-between;
	column-gap: 30px
}

.hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group input {
	width: 100%;
	border-radius: 0;
	position: relative
}

.hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	border: 0
}

.single-room-layout-2 .site-content {
	width: 100%;
	padding-bottom: 0
}

.single-room-layout-2 .site-content .site-main {
	width: 100%;
	padding: 0
}

.single-room-layout-2 .hb_single_room #hb_room_images {
	float: none
}

.single-room-layout-2 .hb_single_room #hb_room_images .hb_room_gallery {
	margin-bottom: 30px !important
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 2;
	transform: translateX(-50%);
	overflow: unset
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel img {
	min-height: 120px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel li:before {
	content: none
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav li a {
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	background-color: transparent;
	opacity: 1
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav li a::before {
	font-size: 40px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev {
	left: -50px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev::before {
	color: #fff
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next {
	right: -50px
}

.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next::before {
	color: #fff
}

.single-room-layout-2 .hb_single_room #hb_room_images #slider .flex-direction-nav a {
	opacity: 0
}

.single-room-layout-2 .hb_single_room .top-content {
	padding: 50px 0;
	margin-bottom: 30px;
	background-color: var(--thim_hb_single_top_content_bg)
}

.single-room-layout-2 .hb_single_room .top-content .title {
	width: 60%
}

.single-room-layout-2 .hb_single_room .top-content .title h4 {
	margin: 0;
	font-size: var(--thim_font_h2-font-size)
}

.single-room-layout-2 .hb_single_room .top-content .title h4 a {
	color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .thim-button-register-room {
	margin-right: 30px;
	display: inline-flex;
	margin-top: 15px
}

.single-room-layout-2 .hb_single_room .top-content .price-single {
	margin-top: -50px;
	margin-right: 100px
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price {
	font-family: var(--thim_font_title-font-family)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .title-price {
	margin: 0;
	display: block;
	font-size: 14px;
	font-weight: var(--thim_font_title-variant);
	color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .price_value {
	font-size: var(--thim_font_h4-font-size);
	color: var(--thim_hb_single_top_content_color)
}

.single-room-layout-2 .hb_single_room .top-content .price-single .price .price_value .unit {
	font-size: var(--thim_font_h4-font-size);
	color: var(--thim_hb_single_top_content_color);
	font-weight: 400;
	opacity: 0.6
}

.single-room-layout-2 .hb_single_room .hb_single_room_details {
	padding: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs {
	display: none
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
	padding: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content>* {
	display: block !important
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .heading-title {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--thim_body_primary_color, #ffb606)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .tab-content {
	margin-bottom: 30px;
	display: block !important
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities h3 {
	margin-bottom: 30px;
	font-size: var(--thim_font_body-font-size)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .__hb_room_facility__detail {
	padding: 30px;
	border: 1px solid var(--thim_body_border_color)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities ._hb_room_facility {
	display: flex;
	flex-direction: column;
	row-gap: 30px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plan_data {
	padding: 17px 50px;
	background-color: #fff4ec;
	font-size: var(--thim_font_body-font-size)
}

@media (max-width:1024px) {
	.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plan_data {
		padding: 17px 20px
	}
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews h2,
.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews h3 {
	font-size: var(--thim_font_body-font-size);
	margin-bottom: 10px;
	text-transform: uppercase
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form label {
	margin-bottom: 10px;
	display: block;
	font-weight: var(--thim_font_body-variant)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .comment-form-cookies-consent label {
	display: inline-block
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form input {
	padding: 4px 15px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .form-submit .submit {
	padding: 15px 35px;
	font-weight: var(--thim_font_title-variant);
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	margin-bottom: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist {
	margin: 0;
	padding-top: 20px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment {
	padding: 30px 0;
	margin-bottom: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment .meta {
	margin-bottom: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment .meta .author {
	margin-right: 20px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text {
	display: flex;
	flex-direction: column
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating {
	float: none;
	display: flex;
	order: 3;
	margin-top: 10px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating::before {
	color: #ffcb13
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content #reviews .commentlist .comment-text .star-rating span:before {
	color: #ffcb13
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans {
	border: none;
	margin-top: 24px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans th {
	font-family: var(--thim_font_title-font-family)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_room_pricing_plans * {
	border: none
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title {
	padding: 15px 45px 15px 30px
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box {
	border-radius: 0
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .thim-list-in-room {
	margin: 30px 0 0 0;
	padding: 40px 15px 40px;
	background: transparent;
	border: 1px solid var(--thim_body_border_color)
}

.single-room-layout-2 .hb_single_room .hb_single_room_details .thim-list-in-room h4 {
	padding-left: 15px;
	padding-bottom: 30px;
	text-transform: uppercase
}

@media (max-width:990px) {
	.single-room-layout-2 .hb_single_room .content-room {
		width: 100%
	}
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests {
	display: flex;
	padding: 20px 30px;
	border: 1px solid var(--thim_body_border_color);
	-moz-column-gap: 20px;
	column-gap: 20px;
	align-items: baseline;
	margin-bottom: 30px
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests .footer-content-room {
	display: none
}

.single-room-layout-2 .hb_single_room .content-room .meta-data-guests>div {
	display: flex;
	align-items: baseline;
	column-gap: 10px
}

.single-room-layout-2 .hb_single_room .content-room .hb-share {
	display: none
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .title {
	padding-bottom: 0;
	font-size: var(--thim_font_h4-font-size)
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .title::after {
	content: none
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .price {
	line-height: 1em
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .price .price_value {
	margin-bottom: -4px
}

.single-room-layout-2 .hb_single_room .hb_related_other_room .media {
	margin: -1px
}

@media (max-width:990px) {
	.single-room-layout-2 .hb_single_room #sidebar {
		width: 100%
	}

	.single-room-layout-2 .hb_single_room #sidebar .theiaStickySidebar {
		position: static !important
	}
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form {
	font-size: var(--thim_font_body-font-size);
	padding: 15px 25px;
	background-color: #f2ac22;
	font-weight: var(--thim_font_title-variant);
	position: relative
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 .hb_single_room #sidebar #hb_room_load_booking_form::before {
	content: "";
	position: absolute;
	width: 95%;
	height: 75%;
	border: 1px dashed #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room {
	padding: 40px 30px
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .hb_mini_cart_empty {
	text-align: left
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading {
	text-align: left
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading .heading__primary {
	font-size: var(--thim_font_h5-font-size);
	text-transform: uppercase
}

.single-room-layout-2 .hb_single_room #sidebar .thim-widget-mini-cart-room .wrapper-line-heading .line-heading {
	display: none
}

.single-room-layout-2 .hb_single_room #sidebar .widget {
	margin-bottom: 30px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07)
}

.single-room-layout-2 .hb_single_room .bottom-content {
	margin-top: 80px;
	padding: 60px 0;
	background-color: var(--thim_page_title_heading_bg_color)
}

.single-room-layout-2 .hb_single_room .bottom-content .title {
	margin-bottom: 40px
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search {
	padding-bottom: 0
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search::after,
.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search::before {
	content: none
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form {
	background-color: transparent
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form input {
	border: none
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
	background-color: #f2ac22;
	border: none;
	font-weight: var(--thim_font_title-variant)
}

.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.single-room-layout-2 #main {
	padding: 0
}

.single-room-layout-2 .hotel-booking-single-room-action .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
	font-weight: var(--thim_font_title-variant)
}

#sidebar .form-booking-by-email {
	padding: 40px 0;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07)
}

#sidebar .form-booking-by-email .widget-title {
	font-size: var(--thim_font_h5-font-size);
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 30px
}

#sidebar .form-booking-by-email .widget-title::before {
	content: none
}

#sidebar .form-booking-by-email form {
	margin: 0;
	text-align: left
}

#sidebar .form-booking-by-email form input,
#sidebar .form-booking-by-email form select,
#sidebar .form-booking-by-email form textarea {
	padding: 7px 30px;
	border: none;
	border-bottom: 1px solid var(--thim_body_border_color);
	margin-bottom: 15px
}

#sidebar .form-booking-by-email form input.wpcf7-not-valid,
#sidebar .form-booking-by-email form select.wpcf7-not-valid,
#sidebar .form-booking-by-email form textarea.wpcf7-not-valid {
	border-color: #ff0000
}

#sidebar .form-booking-by-email form select {
	max-width: 100%;
	background: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTAuMjc1MzkyIDAuMjc0OTk5QzAuNDU4NzI1IDAuMDkxNjY1OCAwLjY5MjA1NyAtNC41NzE0OGUtMDcgMC45NzUzOSAtNC40NDc2M2UtMDdDMS4yNTg3MiAtNC4zMjM3OGUtMDcgMS40OTIwNiAwLjA5MTY2NTkgMS42NzUzOSAwLjI3NDk5OUw1LjU3NTM5IDQuMTc1TDkuNDc1MzkgMC4yNzVDOS42NTg3MiAwLjA5MTY2NjIgOS44OTIwNiAtNS41MDAzNWUtMDggMTAuMTc1NCAtNC4yNjE4NmUtMDhDMTAuNDU4NyAtMy4wMjMzN2UtMDggMTAuNjkyMSAwLjA5MTY2NjMgMTAuODc1NCAwLjI3NUMxMS4wNTg3IDAuNDU4MzMzIDExLjE1MDQgMC42OTE2NjYgMTEuMTUwNCAwLjk3NDk5OUMxMS4xNTA0IDEuMjU4MzMgMTEuMDU4NyAxLjQ5MTY3IDEwLjg3NTQgMS42NzVMNi4yNzUzOSA2LjI3NUM2LjE3NTM5IDYuMzc1IDYuMDY3MDYgNi40NDYgNS45NTAzOSA2LjQ4OEM1LjgzMzcyIDYuNTI5MzMgNS43MDg3MiA2LjU1IDUuNTc1MzkgNi41NUM1LjQ0MjA2IDYuNTUgNS4zMTcwNiA2LjUyOTMzIDUuMjAwMzkgNi40ODhDNS4wODM3MiA2LjQ0NiA0Ljk3NTM5IDYuMzc1IDQuODc1MzkgNi4yNzVMMC4yNzUzOTIgMS42NzVDMC4wOTIwNTgxIDEuNDkxNjcgMC4wMDAzODk5OTggMS4yNTgzMyAwLjAwMDM5MDAxIDAuOTc0OTk5QzAuMDAwMzkwMDIzIDAuNjkxNjY2IDAuMDkyMDU4MiAwLjQ1ODMzMiAwLjI3NTM5MiAwLjI3NDk5OVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position-x: 89%;
	background-position-y: 50%;
	cursor: pointer
}

#sidebar .form-booking-by-email form .button-submit {
	margin: 15px 30px 0;
	position: relative
}

#sidebar .form-booking-by-email form .button-submit .wpcf7-submit {
	font-family: var(--thim_font_title-font-family);
	font-size: var(--thim_font_body-font-size);
	margin-bottom: 0
}

#sidebar .form-booking-by-email form .button-submit .wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 15px
}

#sidebar .form-booking-by-email form input[type=date]::-webkit-calendar-picker-indicator {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M16.6596 1.56863H14.1702V0.588235C14.1702 0.432226 14.1097 0.282606 14.002 0.17229C13.8942 0.0619745 13.7481 0 13.5957 0C13.4434 0 13.2973 0.0619745 13.1895 0.17229C13.0818 0.282606 13.0213 0.432226 13.0213 0.588235V1.56863H4.97872V0.588235C4.97872 0.432226 4.9182 0.282606 4.81047 0.17229C4.70273 0.0619745 4.55661 0 4.40426 0C4.2519 0 4.10578 0.0619745 3.99805 0.17229C3.89031 0.282606 3.82979 0.432226 3.82979 0.588235V1.56863H1.34043C0.984923 1.56863 0.64398 1.71324 0.392602 1.97064C0.141223 2.22804 0 2.57715 0 2.94118V18.6275C0 18.9915 0.141223 19.3406 0.392602 19.598C0.64398 19.8554 0.984923 20 1.34043 20H16.6596C17.0151 20 17.356 19.8554 17.6074 19.598C17.8588 19.3406 18 18.9915 18 18.6275V2.94118C18 2.57715 17.8588 2.22804 17.6074 1.97064C17.356 1.71324 17.0151 1.56863 16.6596 1.56863ZM1.34043 2.7451H3.82979V3.72549C3.82979 3.8815 3.89031 4.03112 3.99805 4.14144C4.10578 4.25175 4.2519 4.31373 4.40426 4.31373C4.55661 4.31373 4.70273 4.25175 4.81047 4.14144C4.9182 4.03112 4.97872 3.8815 4.97872 3.72549V2.7451H13.0213V3.72549C13.0213 3.8815 13.0818 4.03112 13.1895 4.14144C13.2973 4.25175 13.4434 4.31373 13.5957 4.31373C13.7481 4.31373 13.8942 4.25175 14.002 4.14144C14.1097 4.03112 14.1702 3.8815 14.1702 3.72549V2.7451H16.6596C16.7104 2.7451 16.7591 2.76576 16.795 2.80253C16.8309 2.8393 16.8511 2.88917 16.8511 2.94118V6.27451H1.14894V2.94118C1.14894 2.88917 1.16911 2.8393 1.20502 2.80253C1.24093 2.76576 1.28964 2.7451 1.34043 2.7451ZM16.6596 18.8235H1.34043C1.28964 18.8235 1.24093 18.8029 1.20502 18.7661C1.16911 18.7293 1.14894 18.6795 1.14894 18.6275V7.45098H16.8511V18.6275C16.8511 18.6795 16.8309 18.7293 16.795 18.7661C16.7591 18.8029 16.7104 18.8235 16.6596 18.8235ZM12.8528 10.3686C12.9603 10.4789 13.0208 10.6284 13.0208 10.7843C13.0208 10.9402 12.9603 11.0897 12.8528 11.2L8.25702 15.9059C8.14931 16.016 8.0033 16.0779 7.85106 16.0779C7.69883 16.0779 7.55282 16.016 7.44511 15.9059L5.14723 13.5529C5.04576 13.4414 4.99052 13.2939 4.99314 13.1416C4.99577 12.9892 5.05606 12.8438 5.16131 12.736C5.26656 12.6282 5.40856 12.5665 5.55739 12.5638C5.70621 12.5611 5.85025 12.6177 5.95915 12.7216L7.85106 14.6578L12.0409 10.3686C12.1486 10.2585 12.2946 10.1966 12.4468 10.1966C12.599 10.1966 12.7451 10.2585 12.8528 10.3686Z' fill='black'/%3E%3C/svg%3E%0A")
}

#sidebar .form-booking-by-email form input[type=number] {
	-moz-appearance: textfield
}

#sidebar .form-booking-by-email form input[type=number]::-webkit-inner-spin-button,
#sidebar .form-booking-by-email form input[type=number]::-webkit-outer-spin-button {
	opacity: 0
}

#sidebar .form-booking-by-email form .wpcf7-response-output {
	display: block;
	position: unset;
	padding: 0 30px
}

.fa-x-twitter,
.fa-square-x-twitter {
	font-family: thim-ekits;
	font-style: normal;
	font-weight: normal
}

.fa-x-twitter:before {
	content: "\ea31"
}

.fa-square-x-twitter:before {
	content: "\ea30"
}

.site-content {
	padding-top: 80px;
	padding-bottom: 90px
}

.site-content.no-padding-top {
	padding-top: 0;
	padding-bottom: 0
}

@media (max-width:767px) {
	.site-content {
		padding-top: 50px;
		padding-bottom: 60px
	}
}

.archive-content article:before,
.archive-content article:after {
	content: " ";
	display: table
}

.archive-content article:after {
	clear: both
}

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

.archive-content:after {
	clear: both
}

.archive-content .share-post {
	width: 60px;
	margin-right: 20px;
	float: left;
	margin-bottom: 30px
}

.archive-content .share-post .date-meta {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 2px 6px;
	line-height: 22px
}

.archive-content .share-post .date-meta i {
	font-style: normal;
	display: block;
	font-size: 16px;
	font-weight: normal
}

.archive-content .share-post .social-share {
	margin: 10px 0 0 0;
	border: 1px solid var(--thim_body_border_color);
	text-align: center
}

.archive-content .share-post .social-share li {
	list-style: none;
	display: block;
	border-bottom: 1px solid var(--thim_body_border_color);
	padding-top: 10px;
	padding-bottom: 10px
}

.archive-content .share-post .social-share li:last-child {
	border-bottom: none
}

.archive-content .share-post .social-share li a.facebook svg path {
	fill: #4c67a2
}

.archive-content .share-post .social-share li a.twitter svg path {
	stroke: #00acee;
	fill: none
}

.archive-content .share-post .social-share li a.googleplus svg path {
	fill: #d77066
}

.archive-content .share-post .social-share li a.pinterest svg path {
	fill: #d43b17
}

.archive-content .content-inner {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 52px;
	margin-bottom: 60px
}

.archive-content .content-inner .post-formats-wrapper {
	margin-bottom: 20px
}

.archive-content .content-inner .entry-meta {
	margin: 0
}

.archive-content .content-inner .entry-meta li {
	display: inline-block;
	list-style: none;
	margin-right: 8px;
	color: #7a7a7a;
	font-size: 14px
}

.archive-content .content-inner .entry-meta li a {
	font-weight: 700
}

.archive-content .content-inner .entry-meta li:last-child {
	margin-right: 0
}

.archive-content .content-inner .entry-meta li:before {
	content: "∙";
	color: #aaa;
	margin-right: 5px
}

.archive-content .content-inner .entry-meta li:first-child:before {
	display: none
}

.archive-content .content-inner .entry-header {
	margin-bottom: 25px
}

.blog-layout-2 .archive-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.blog-layout-2 .archive-content article {
	margin-bottom: 30px
}

.blog-layout-2 .archive-content article .content-inner {
	width: 100%;
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper {
	margin-bottom: 0;
	overflow: hidden;
	max-height: 230px
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper * {
	transition: 0.3s
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper:hover img {
	transform: scale(1.05)
}

.blog-layout-2 .archive-content article .content-inner .post-formats-wrapper .flexslider {
	max-height: 230px
}

.blog-layout-2 .archive-content article .content-inner .entry-content {
	padding: 30px;
	border: 1px solid var(--thim_body_border_color);
	border-top: none
}

.blog-layout-2 .archive-content article .content-inner .entry-content .learn-more a {
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	border-bottom: 2px solid var(--thim_font_title-color);
	color: var(--thim_font_title-color);
	font-weight: var(--thim_font_title-variant)
}

.blog-layout-2 .archive-content article .content-inner .entry-content .learn-more a:hover {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.blog-layout-2 .archive-content article .content-inner .entry-content .category {
	font-family: var(--thim_font_title-font-family);
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: none
}

.blog-layout-2 .archive-content article .content-inner .entry-content .category a {
	color: #8a8a8a
}

.blog-layout-2 .archive-content article .content-inner .entry-content .comment-total {
	display: none
}

.blog-layout-2 .archive-content article .content-inner .blog_title {
	font-size: var(--thim_font_h4-font-size);
	line-height: var(--thim_font_h4-line-height);
	margin-bottom: 10px;
	text-transform: capitalize
}

.blog-layout-2 .archive-content article .content-inner .entry-header {
	margin-bottom: 20px
}

.blog-layout-2 .archive-content article .content-inner .entry-meta i {
	margin-right: 10px
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li {
	margin-right: 20px;
	color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li::before {
	content: none
}

.blog-layout-2 .archive-content article .content-inner .entry-meta li a {
	font-weight: var(--thim_font_body-variant);
	color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content.post-list>article {
	width: 100%
}

.blog-layout-2 .archive-content.post-list>article .content-inner {
	display: flex;
	max-height: 230px;
	overflow: hidden
}

@media (max-width:600px) {
	.blog-layout-2 .archive-content.post-list>article .content-inner {
		flex-direction: column;
		max-height: initial
	}
}

.blog-layout-2 .archive-content.post-list>article .content-inner .post-formats-wrapper {
	overflow: hidden;
	flex-basis: 50%
}

.blog-layout-2 .archive-content.post-list>article .content-inner .post-formats-wrapper img {
	width: 100%;
	min-height: 100%
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content {
	flex-basis: 50%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--thim_body_border_color);
	border-left: none
}

@media (max-width:600px) {
	.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content {
		border-top: none;
		border-left: 1px solid var(--thim_body_border_color)
	}
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .category {
	display: block
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .entry-summary>p:first-child {
	display: none
}

.blog-layout-2 .archive-content.post-list>article .content-inner .entry-content .blog_title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.blog-layout-2 .archive-content.single-content {
	margin-left: 0;
	margin-right: 0
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content {
	border: none;
	padding: 0
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .comment-total {
	display: inline-block
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .category {
	display: block
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 40px
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag a {
	background-color: #e8f8ff;
	padding: 3px 10px;
	font-size: 14px !important;
	color: #4a5f67
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .entry-tag a:hover {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.blog-layout-2 .archive-content.single-content article .content-inner .entry-content .blog_title {
	font-size: var(--thim_font_h2-font-size)
}

.blog-layout-2 .archive-content.single-content article .content-inner .post-formats-wrapper {
	max-height: inherit;
	margin-bottom: 30px
}

.blog-layout-2 .archive-content.single-content article .content-inner .post-formats-wrapper .flexslider {
	max-height: inherit
}

.blog-layout-2 .archive-content.single-content .comments-area {
	width: 100%
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-reply-title {
	text-transform: uppercase;
	font-size: var(--thim_font_h5-font-size);
	margin-bottom: 15px;
	margin-top: 60px
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-notes {
	padding-bottom: 0;
	margin-bottom: 50px;
	color: var(--thim_font_body-color)
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-notes::before {
	content: none
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: var(--thim_font_body-variant)
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form *::placeholder {
	font-size: 0
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .required {
	color: #ff0000
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-author,
.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-email,
.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .comment-form-url {
	width: 100%
}

.blog-layout-2 .archive-content.single-content .comments-area #respond.comment-respond .comment-form .form-submit #submit {
	font-family: var(--thim_font_title-font-family);
	font-size: var(--thim_font_body-font-size);
	border-radius: 0;
	font-weight: var(--thim_font_title-variant);
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px
}

.blog-layout-2 .archive-content.single-content .related-archive .related-title {
	margin-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: var(--thim_font_h5-font-size)
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .post-formats-wrapper {
	max-height: 230px;
	margin-bottom: 0
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content {
	padding: 30px;
	border: 1px solid var(--thim_body_border_color);
	border-top: none
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .blog_title {
	font-size: var(--thim_font_h3-font-size)
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .comment-total {
	display: none
}

.blog-layout-2 .archive-content.single-content .related-archive article .content-inner .entry-content .category {
	display: none
}

.blog-layout-2 .archive-content .wave-loading {
	height: 100%;
	min-height: 500px;
	background: linear-gradient(90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
	animation: waveLoading 1.4s ease infinite;
	background-size: 400% 100%;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px
}

@keyframes waveLoading {
	0% {
		background-position: 0% 50%
	}

	to {
		background-position: 100% 50%
	}
}

.blog-layout-2 .loop-pagination,
.blog-layout-2 .pagination {
	display: flex;
	justify-content: center;
	margin: 0;
	margin-top: 30px
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers,
.blog-layout-2 .pagination .page-numbers li .page-numbers {
	background-color: #ecf7ff;
	color: #4a5f67;
	font-size: 14px;
	font-weight: 600
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.next,
.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.prev,
.blog-layout-2 .pagination .page-numbers li .page-numbers.next,
.blog-layout-2 .pagination .page-numbers li .page-numbers.prev {
	padding-left: 25px;
	padding-right: 25px
}

.blog-layout-2 .loop-pagination .page-numbers li .page-numbers:hover,
.blog-layout-2 .loop-pagination .page-numbers li .page-numbers.current,
.blog-layout-2 .pagination .page-numbers li .page-numbers:hover,
.blog-layout-2 .pagination .page-numbers li .page-numbers.current {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #ffffff
}

.blog-layout-2 .loop-pagination .page-numbers li:first-child i,
.blog-layout-2 .pagination .page-numbers li:first-child i {
	margin-right: 10px
}

.blog-layout-2 .loop-pagination .page-numbers li:last-child i,
.blog-layout-2 .pagination .page-numbers li:last-child i {
	margin-left: 10px
}

.blog-layout-2 .archive-content .loop-pagination {
	margin-left: 0
}

.blog-layout-2 .site-content {
	padding-top: 40px
}

.blog-layout-2.single-post .thim-article-heading .heading__secondary {
	display: none
}

.thim-display-mode-header {
	padding-bottom: 40px
}

.thim-display-mode-header .thim-display-mode {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 20px
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout {
	display: flex;
	column-gap: 20px;
	margin-left: auto;
	align-items: center
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div {
	cursor: pointer;
	height: 20px
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div:hover i {
	color: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div:hover svg path {
	fill: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div.switch-active i {
	color: #000
}

.thim-display-mode-header .thim-display-mode .thim-switch-layout>div.switch-active svg path {
	fill: #000
}

.sort-by {
	padding: 7px 12px 7px 22px;
	border: 1px solid var(--thim_body_border_color);
	font-size: 14px
}

.sort-by span {
	font-weight: 500;
	color: #000
}

.sort-by select {
	border: none;
	padding: 5px 15px;
	background-color: transparent;
	cursor: pointer
}

.sort-by form {
	display: inline-block
}

.pagination-center {
	text-align: center
}

.loop-pagination,
.pagination {
	display: inline-block;
	width: 100%;
	margin: 0
}

.loop-pagination ul,
.loop-pagination li,
.pagination ul,
.pagination li {
	margin: 0
}

.loop-pagination li,
.pagination li {
	display: inline-block;
	zoom: 1;
	list-style: none;
	margin-right: 12px
}

.loop-pagination li .page-numbers,
.pagination li .page-numbers {
	font-size: 16px;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	overflow: hidden;
	color: #5a5a5a;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase
}

.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
	width: auto;
	padding-left: 10px;
	padding-right: 10px
}

.loop-pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next.current,
.pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev.current {
	background: transparent
}

.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
	white-space: nowrap
}

.archive-content .loop-pagination {
	margin-left: 80px
}

.comments-area {
	margin-top: 15px;
	border-top: 1px solid #eee
}

.comments-area .comment-list {
	margin: 0
}

.comments-area .comment-list .comment-list-inner {}

.comments-area .comment-list .comment-list-inner .comments-title {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	line-height: 40px;
	padding-bottom: 11px;
	margin: 20px 0 40px
}

.comments-area .comment-list .comment-list-inner .comments-title:before {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffb606
}

.comments-area .comment-list .comment-list-inner .comment-author.meta {
	color: #b3b3b3
}

.comments-area .comment-list .comment-list-inner .comment-author.meta strong {
	color: #000
}

.comments-area .comment-list .comment-list-inner>li {
	list-style: none outside none;
	margin-bottom: 25px
}

.comments-area .comment-list .comment-list-inner li {
	margin: 0
}

.comments-area .comment-list .comment-list-inner li .wrapper-comment {
	overflow: hidden;
	padding: 45px 0;
	border-top: 1px solid #eee
}

.comments-area .comment-list .comment-list-inner li .avatar {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px
}

.comments-area .comment-list .comment-list-inner li .comment-right {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	float: left
}

.comments-area .comment-list .comment-list-inner li .comment-awaiting-moderation {
	margin-left: 20px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author {
	font-size: 15px;
	font-weight: 700
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name {
	text-transform: capitalize
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
	font-size: 12px;
	font-weight: 700;
	color: #ccc
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
	float: none;
	display: inline-block;
	margin-right: 15px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link {
	display: inline-block;
	float: right;
	font-weight: 400;
	font-size: 13px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover {
	text-decoration: underline
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link {
	margin-left: 15px
}

.comments-area .comment-list .comment-list-inner li .content-comment {
	padding: 15px 30px 0 0
}

.comments-area .comment-list .comment-list-inner .children {
	margin: 0;
	margin-left: 100px
}

.comments-area .comment-list .comment-list-inner .children li {
	list-style: none
}

.comments-area .comment-list .comment-list-inner .comment-form-author,
.comments-area .comment-list .comment-list-inner .comment-form-email,
.comments-area .comment-list .comment-list-inner .comment-form-url {
	width: 100%;
	display: block
}

.comments-area .comment-list .comment-list-inner .comment-form-author input,
.comments-area .comment-list .comment-list-inner .comment-form-email input,
.comments-area .comment-list .comment-list-inner .comment-form-url input {
	width: 100%;
	line-height: 30px;
	padding: 4px 10px;
	min-height: 40px;
	display: inline-block
}

.comments-area .comment-list .comment-list-inner textarea {
	width: 100%;
	padding: 4px 10px
}

.comments-area .comment-list .comment-list-inner .form-submit input#submit {
	text-shadow: none;
	box-shadow: none;
	border: none;
	line-height: 30px;
	padding: 5px 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	line-height: 40px;
	padding-bottom: 0;
	margin: 20px 0 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes {
	color: #999;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 55px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	bottom: 0;
	position: absolute;
	left: 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form {}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url {
	width: 31%;
	display: inline-block;
	margin-bottom: 30px;
	float: left
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input {
	width: 100%;
	line-height: 30px;
	padding: 4px 10px;
	min-height: 40px;
	display: inline-block;
	border: 1px solid var(--thim_body_border_color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email {
	margin-right: 3.5%
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form textarea {
	width: 100%;
	padding: 4px 10px;
	border: 1px solid var(--thim_body_border_color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .form-submit input#submit {
	text-shadow: none;
	box-shadow: none;
	border: none;
	line-height: 30px;
	padding: 5px 25px;
	font-weight: 700;
	font-size: 14px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form label {
	display: none
}

.single-content .content-inner {
	border-bottom: none;
	margin-bottom: 0
}

.archive-content .content-inner {
	padding-bottom: 52px;
	margin-bottom: 60px
}

.archive-content .content-inner .post-formats-wrapper {
	margin-bottom: 30px
}

.archive-content .content-inner .entry-header {
	margin-bottom: 30px
}

.archive-content .content-inner .blog_title {
	margin-top: 0;
	font-size: var(--thim_font_h1-font-size);
	line-height: var(--thim_font_h1-line-height);
	margin-bottom: 8px
}

.archive-content .content-inner .entry-meta .author a {
	text-transform: capitalize
}

.box-pinterest .textwidget {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px
}

.widget-area ul {
	margin-left: 0
}

.widget-area aside {
	overflow: hidden;
	margin-bottom: 25px
}

.widget-area aside.widget_search-room {
	overflow: visible
}

.widget-area aside.widget_search-room.thim-fixed.fixed {
	background-color: #FFF
}

.widget-area aside .widget-title {
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

.widget-area aside .widget-title span {
	z-index: 9;
	position: relative;
	padding-left: 0;
	padding-right: 5px
}

.widget-area aside .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	top: 50%;
	background: var(--thim_body_border_color)
}

.widget-area aside ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s
}

.widget-area aside select {
	max-width: 100%;
	width: 100%;
	border: 1px solid var(--thim_body_border_color);
	padding: 6px 10px
}

.widget-area aside select:focus {
	outline: none;
	box-shadow: 0 0 0
}

.widget-area .screen-reader-text {
	display: none
}

.search-form {
	position: relative
}

.search-form:after {
	content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 13px;
	top: 13px
}

.search-form label {
	width: 100%;
	display: inline-block;
	font-weight: normal
}

.search-form label .screen-reader-text {
	display: none
}

.search-form label .search-field {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ddd;
	padding: 5px 10px
}

.search-form label .search-submit {
	margin-left: 0;
	margin-right: 0
}

.search-form .search-submit {
	display: none;
	margin: 0;
	padding: 0 16px
}

.widget.thim_search_widget a.widget-search-form {
	cursor: pointer
}

.widget_rss .rsswidget {
	font-weight: bold
}

.widget_rss .rss-date {
	display: block;
	font-style: italic;
	font-size: 90%
}

.widget_rss cite {
	color: #000;
	font-weight: bold
}

.widget_categories ul li,
.widget_pages ul li {
	border-bottom: 1px solid var(--thim_body_border_color);
	margin: 5px 0;
	padding-bottom: 10px;
	text-transform: none;
	font-size: 16px;
	font-weight: 500
}

.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.widget_categories ul li:first-child,
.widget_pages ul li:first-child {
	margin-top: 0
}

.widget_nav_menu ul ul {
	margin: 0 0 0 25px
}

.widget_nav_menu ul ul li {
	margin: 0
}

.widget_nav_menu li.menu-item-has-children {
	padding-bottom: 0
}

.widget_recent_entries ul li .post-date {
	font-size: 14px;
	font-style: italic;
	display: block
}

.sidebar .widget {
	margin-bottom: 35px
}

.sidebar .widget.widget_heading {
	margin-bottom: 0
}

.sidebar .widget .widget-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-transform: none
}

.sidebar .widget .widget-title:before {
	margin-top: -2px
}

.sidebar .widget .widget-title span {
	display: inline-block;
	padding: 0;
	line-height: 30px
}

.sidebar .widget:first-child .widget-title {
	margin-top: -3px
}

.blog-layout-2 .theiaStickySidebar>.sidebar,
.blog-layout-2 #sidebar>.sidebar {
	border: 1px solid var(--thim_body_border_color)
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget,
.blog-layout-2 #sidebar>.sidebar>aside.widget {
	padding: 30px;
	border-bottom: 1px solid var(--thim_body_border_color);
	margin-bottom: 0
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .widget-title,
.blog-layout-2 #sidebar>.sidebar>aside.widget .widget-title {
	text-transform: uppercase;
	font-size: 20px;
	text-align: left
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud a,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud a {
	background-color: #E8F8FF;
	padding: 3px 10px;
	font-size: 14px !important;
	color: #4A5F67
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget .tagcloud a:hover,
.blog-layout-2 #sidebar>.sidebar>aside.widget .tagcloud a:hover {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #FFF
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item {
	font-weight: var(--thim_font_body-variant);
	border: none
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item:hover,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item:hover {
	color: #000
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_categories .cat-item:hover a,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_categories .cat-item:hover a {
	color: #000
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_search label .search-field,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_search label .search-field {
	font-size: 14px;
	height: 44px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_search .search-form:after,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_search .search-form:after {
	content: none
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-image,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-image {
	height: 65px;
	margin-top: 7px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-title-wrapper h5,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-title-wrapper h5 {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date {
	font-size: 14px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date .day,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date .day {
	position: relative;
	padding-left: 25px
}

.blog-layout-2 .theiaStickySidebar>.sidebar>aside.widget.widget_list-post .article-date .day::before,
.blog-layout-2 #sidebar>.sidebar>aside.widget.widget_list-post .article-date .day::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.75 1.30769H11.875V0.653846C11.875 0.480435 11.8092 0.314127 11.6919 0.191507C11.5747 0.0688871 11.4158 0 11.25 0C11.0842 0 10.9253 0.0688871 10.8081 0.191507C10.6908 0.314127 10.625 0.480435 10.625 0.653846V1.30769H4.375V0.653846C4.375 0.480435 4.30915 0.314127 4.19194 0.191507C4.07473 0.0688871 3.91576 0 3.75 0C3.58424 0 3.42527 0.0688871 3.30806 0.191507C3.19085 0.314127 3.125 0.480435 3.125 0.653846V1.30769H1.25C0.918479 1.30769 0.600537 1.44547 0.366116 1.69071C0.131696 1.93595 0 2.26856 0 2.61538V15.6923C0 16.0391 0.131696 16.3717 0.366116 16.617C0.600537 16.8622 0.918479 17 1.25 17H13.75C14.0815 17 14.3995 16.8622 14.6339 16.617C14.8683 16.3717 15 16.0391 15 15.6923V2.61538C15 2.26856 14.8683 1.93595 14.6339 1.69071C14.3995 1.44547 14.0815 1.30769 13.75 1.30769ZM3.125 2.61538V3.26923C3.125 3.44264 3.19085 3.60895 3.30806 3.73157C3.42527 3.85419 3.58424 3.92308 3.75 3.92308C3.91576 3.92308 4.07473 3.85419 4.19194 3.73157C4.30915 3.60895 4.375 3.44264 4.375 3.26923V2.61538H10.625V3.26923C10.625 3.44264 10.6908 3.60895 10.8081 3.73157C10.9253 3.85419 11.0842 3.92308 11.25 3.92308C11.4158 3.92308 11.5747 3.85419 11.6919 3.73157C11.8092 3.60895 11.875 3.44264 11.875 3.26923V2.61538H13.75V5.23077H1.25V2.61538H3.125ZM13.75 15.6923H1.25V6.53846H13.75V15.6923ZM10.7547 8.69125C10.8128 8.75197 10.8589 8.82409 10.8904 8.90346C10.9218 8.98284 10.938 9.06792 10.938 9.15385C10.938 9.23977 10.9218 9.32485 10.8904 9.40423C10.8589 9.48361 10.8128 9.55572 10.7547 9.61644L7.00469 13.5395C6.94664 13.6003 6.87771 13.6485 6.80184 13.6814C6.72596 13.7143 6.64463 13.7313 6.5625 13.7313C6.48037 13.7313 6.39904 13.7143 6.32316 13.6814C6.24729 13.6485 6.17836 13.6003 6.12031 13.5395L4.24531 11.578C4.12804 11.4553 4.06215 11.2889 4.06215 11.1154C4.06215 10.9419 4.12804 10.7755 4.24531 10.6528C4.36259 10.5301 4.52165 10.4612 4.6875 10.4612C4.85335 10.4612 5.01241 10.5301 5.12969 10.6528L6.5625 12.1525L9.87031 8.69125C9.92836 8.63046 9.99729 8.58223 10.0732 8.54933C10.149 8.51642 10.2304 8.49949 10.3125 8.49949C10.3946 8.49949 10.476 8.51642 10.5518 8.54933C10.6277 8.58223 10.6966 8.63046 10.7547 8.69125Z' fill='%23656565'/%3E%3C/svg%3E%0A");
	width: 15px;
	height: 17px;
	left: 0;
	top: 0
}

.sidebar .widget_list-post .thim-list-posts.sidebar .post-extra {
	display: none
}

.thim-sidebar-about-blog .thim-image {
	position: relative;
	margin-bottom: 10px;
	max-width: 270px
}

.thim-sidebar-about-blog .thim-image .thim-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	z-index: 9
}

.thim-sidebar-about-blog .thim-image img.thim-logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 10
}

.thim-sidebar-about-blog .thim-description {
	word-break: break-all
}

.thim-list-posts.sidebar .item-post {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden
}

.thim-list-posts.sidebar .item-post:last-child {
	margin-bottom: 10px
}

.thim-list-posts.sidebar .article-image {
	float: left;
	width: 100px;
	margin-right: 20px;
	height: 80px;
	overflow: hidden
}

.thim-list-posts.sidebar .article-image img {
	width: 100%;
	margin-top: -10px
}

.thim-list-posts.sidebar .article-title-wrapper h5 {
	font-size: 16px;
	font-weight: var(--thim_font_title-variant);
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.thim-list-posts.sidebar .article-date {
	font-size: 13px
}

.thim-list-posts.sidebar .article-date span {
	margin-right: 5px
}

.thim-list-posts.sidebar .article-date span.month:after {
	content: ","
}

.thim-list-posts.sidebar .article-date span.year {
	margin-right: 0
}

.thim-sidebar-pinterest {
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px
}

.thim-sidebar-pinterest span[class*=PIN_] {
	max-width: 100%;
	overflow: hidden
}

#sidebar .wrapper-line-heading {
	margin-bottom: 0;
	margin-top: 69px;
	padding: 39px 0 0;
	text-align: center
}

#sidebar .wrapper-line-heading .heading__primary {
	font-size: 24px
}

#sidebar .wrapper-line-heading .line-heading {
	margin-top: 16px
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading,
#sidebar .thim-widget-search-room .wrapper-line-heading {
	padding-top: 28px;
	margin-top: 0
}

#sidebar .dk-option {
	padding-top: 0;
	padding-bottom: 0
}

#sidebar .hotel-booking-search {
	padding: 23px 30px 30px
}

#sidebar .hotel-booking-search form .hb-form-field {
	padding: 0
}

#sidebar .hotel-booking-search form .hb-form-field label {
	color: #FFF
}

#sidebar .hotel-booking-search form input,
#sidebar .hotel-booking-search form select,
#sidebar .hotel-booking-search form button {
	width: 100%;
	min-width: auto;
	border-radius: 0;
	font-size: 14px
}

#sidebar .hotel-booking-search form input.error,
#sidebar .hotel-booking-search form select.error,
#sidebar .hotel-booking-search form button.error {
	border-color: red
}

#sidebar .hotel-booking-search form input.error:focus,
#sidebar .hotel-booking-search form select.error:focus,
#sidebar .hotel-booking-search form button.error:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

#sidebar .hotel-booking-search form span {
	font-size: 14px
}

#sidebar .hotel-booking-search form button {
	border-color: transparent;
	font-family: var(--thim_font_title-font-family);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase
}

#sidebar .hotel-booking-search form .hb-submit button {
	height: fit-content
}

#sidebar .hotel-booking-search .hb_input_field {
	display: block
}

#sidebar .hotel-booking-search .hb_input_field:after {
	right: 12px
}

#sidebar .hotel-booking-search .hb_input_field .hb_input_date_check {
	padding-right: 20px
}

@media (max-width:991px) {
	#sidebar .hotel-booking-search .hb_input_field .hb_input_date_check {
		padding-right: 30px
	}
}

#sidebar .elementor-widget-thim-mini-cart-room,
#sidebar .thim-widget-mini-cart-room {
	border: 1px solid var(--thim_body_border_color);
	padding: 25px 20px
}

#sidebar .elementor-widget-thim-mini-cart-room .wrapper-line-heading,
#sidebar .thim-widget-mini-cart-room .wrapper-line-heading {
	margin: 0;
	padding: 0
}

#sidebar .elementor-widget-thim-mini-cart-room .hb_mini_cart_footer .hb_button,
#sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
	padding: 10px 12px
}

#sidebar ul.rooms {
	margin: 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room {
	margin-bottom: 10px;
	width: 100%;
	padding: 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .title-room {
	padding: 15px 15px 0
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .description {
	padding: 0 15px;
	margin-top: 10px
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .price {
	padding: 10px 0 0;
	margin: 0;
	text-align: center
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .price span {
	font-size: 20px
}

#sidebar ul.rooms.tp-hotel-booking li.hb_room .summary .footer-content-room .actions {
	text-align: center
}

.thim-search-room .hotel-booking-search,
.wp-hotel-booking-search-rooms .hotel-booking-search {
	padding: 0
}

.thim-search-room .hotel-booking-search h3,
.wp-hotel-booking-search-rooms .hotel-booking-search h3 {
	margin-bottom: 30px
}

.thim-search-room .hotel-booking-search:before,
.wp-hotel-booking-search-rooms .hotel-booking-search:before {
	position: absolute;
	content: "";
	top: -17px;
	left: -17px;
	border-left: transparent;
	border-top: transparent;
	border-bottom: #eaeaea;
	border-style: solid;
	border-width: 17px;
	border-right: transparent;
	border-bottom-width: 45px;
	box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search:after,
.wp-hotel-booking-search-rooms .hotel-booking-search:after {
	position: absolute;
	content: "";
	top: -17px;
	right: -17px;
	border-right: transparent;
	border-top: transparent;
	border-bottom: #eaeaea;
	border-style: solid;
	border-width: 17px;
	border-left: transparent;
	border-bottom-width: 45px;
	box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search form,
.wp-hotel-booking-search-rooms .hotel-booking-search form {
	background-color: #fff;
	display: block;
	padding: 30px 45px;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
	max-width: 100%;
	margin: 0 auto
}

.thim-search-room .hotel-booking-search form:after,
.wp-hotel-booking-search-rooms .hotel-booking-search form:after {
	content: "";
	display: block;
	clear: both
}

.thim-search-room .hotel-booking-search form .hb-form-table,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
	width: 80%;
	float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
	width: 25%;
	padding: 0 10px;
	margin: 0;
	float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field label {
	display: none
}

@media (min-width:1200px) {

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
		margin-left: 10px;
		margin-right: 10px;
		width: 92%
	}
}

@media (max-width:1199px) and (min-width:780px) {

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
		width: 130%;
		margin-left: 10px
	}
}

@media (min-width:781px) and (max-width:900px) {

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
		margin-left: 5px
	}
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .hb-form-field-input,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .hb-form-field-input {
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box {
	border: 2px solid #000000;
	padding: 4px 8px;
	display: flex;
	justify-content: center
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box .number-icons,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .number-box .number-icons {
	cursor: pointer;
	float: none;
	background: transparent;
	color: #000;
	margin-left: 0;
	height: auto
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .name,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list .name {
	font-weight: 500;
	font-family: var(--thim_font_title-font-family);
	color: #000
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_field,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_field {
	display: block
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field button,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field select,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field input,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field button,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field select {
	width: 100%;
	min-width: auto;
	border-radius: unset;
	height: 50px;
	line-height: 50px
}

.thim-search-room .hotel-booking-search form .hb-submit,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
	width: 20%;
	float: left;
	padding: 0 10px
}

.thim-search-room .hotel-booking-search form .hb-submit button,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button {
	width: 100%;
	min-width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase
}

.thim-search-room .hotel-booking-search form .hb-submit button .lds-ring,
.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button .lds-ring {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px
}

.thim-search-room .hotel-booking-search input::-webkit-input-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input::-webkit-input-placeholder {
	color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-moz-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input:-moz-placeholder {
	color: #7a7a7a
}

.thim-search-room .hotel-booking-search input::-moz-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input::-moz-placeholder {
	color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-ms-input-placeholder,
.wp-hotel-booking-search-rooms .hotel-booking-search input:-ms-input-placeholder {
	color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:before,
.wp-hotel-booking-search-rooms .hotel-booking-search input:before {
	content: "\f073";
	display: block;
	position: absolute;
	top: 10px;
	right: 10px
}

.thim-search-room .hotel-booking-search input,
.thim-search-room .hotel-booking-search button,
.thim-search-room .hotel-booking-search select,
.wp-hotel-booking-search-rooms .hotel-booking-search input,
.wp-hotel-booking-search-rooms .hotel-booking-search button,
.wp-hotel-booking-search-rooms .hotel-booking-search select {
	line-height: 40px;
	padding: 0px 8px
}

.thim-search-room .hotel-booking-search .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field {
	position: relative
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check {
	padding-right: 20px
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field input.error {
	border-color: red
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error:focus,
.wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-field .hb_input_field input.error:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.thim-search-room .hotel-booking-search.col-3 form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search.col-3 form .hb-form-table .hb-form-field {
	width: 33.33%
}

.thim-search-room .hotel-booking-search.col-2 form .hb-form-table .hb-form-field,
.wp-hotel-booking-search-rooms .hotel-booking-search.col-2 form .hb-form-table .hb-form-field {
	width: 50%
}

.thim-search-room.thim-search-no-padding form,
.wp-hotel-booking-search-rooms.thim-search-no-padding form {
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	max-width: 1190px
}

.thim-search-room.thim-search-no-padding form:after,
.thim-search-room.thim-search-no-padding form:before,
.wp-hotel-booking-search-rooms.thim-search-no-padding form:after,
.wp-hotel-booking-search-rooms.thim-search-no-padding form:before {
	display: none
}

.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form input,
.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form button,
.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form select,
.thim-bg-black-overlay .wp-hotel-booking-search-rooms.thim-search-no-padding form input,
.thim-bg-black-overlay .wp-hotel-booking-search-rooms.thim-search-no-padding form button,
.thim-bg-black-overlay .wp-hotel-booking-search-rooms.thim-search-no-padding form select {
	border-color: transparent
}

.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form .hb-form-field #adults,
.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form .hb-form-field #child,
.thim-bg-black-overlay .wp-hotel-booking-search-rooms.thim-search-no-padding form .hb-form-field #adults,
.thim-bg-black-overlay .wp-hotel-booking-search-rooms.thim-search-no-padding form .hb-form-field #child {
	border: transparent
}

.wp-hotel-booking-search-rooms .hotel-booking-search form {
	padding: 0;
	box-shadow: none
}

.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
	margin-left: -8px
}

@media (max-width:767px) {
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
		margin-left: 0
	}
}

form[name=hb-payment-form] .hb-form-field,
form[name=hb-search-form] .hb-form-field {
	position: relative
}

form[name=hb-payment-form] button.hb_loading,
form[name=hb-search-form] button.hb_loading {
	position: relative;
	cursor: progress;
	border: 0
}

form[name=hb-payment-form] button.hb_loading:before,
form[name=hb-search-form] button.hb_loading:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("assets/images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

form[name=hb-payment-form] .hb-form-field #adults span,
form[name=hb-payment-form] .hb-form-field #child span,
form[name=hb-search-form] .hb-form-field #adults span,
form[name=hb-search-form] .hb-form-field #child span {
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 2;
	transform: translateY(-50%);
	color: #7a7a7a
}

form[name=hb-payment-form] .hb-form-field .hb-form-field-input,
form[name=hb-search-form] .hb-form-field .hb-form-field-input {
	background-color: #fff
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list,
form[name=hb-payment-form] .nav-child.hb-form-field-list,
form[name=hb-search-form] .nav-guest.hb-form-field-list,
form[name=hb-search-form] .nav-child.hb-form-field-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px 15px;
	background: #ffffff;
	z-index: 9;
	margin-top: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid var(--thim_body_border_color);
	display: flex;
	justify-content: space-between;
	align-items: center
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list.active,
form[name=hb-payment-form] .nav-child.hb-form-field-list.active,
form[name=hb-search-form] .nav-guest.hb-form-field-list.active,
form[name=hb-search-form] .nav-child.hb-form-field-list.active {
	opacity: 1;
	visibility: visible
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .hb-form-field-input,
form[name=hb-payment-form] .nav-child.hb-form-field-list .hb-form-field-input,
form[name=hb-search-form] .nav-guest.hb-form-field-list .hb-form-field-input,
form[name=hb-search-form] .nav-child.hb-form-field-list .hb-form-field-input {
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box {
	border: 2px solid #000000;
	padding: 4px 8px;
	display: flex;
	justify-content: center
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons {
	cursor: pointer;
	float: none;
	background: transparent;
	color: #000;
	margin-left: 0;
	height: auto;
	width: 25px;
	text-align: center
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons i,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons i,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons i,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons i {
	font-size: 14px
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-payment-form] .nav-child.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-search-form] .nav-guest.hb-form-field-list .number-box .number-icons:hover i,
form[name=hb-search-form] .nav-child.hb-form-field-list .number-box .number-icons:hover i {
	color: var(--thim_body_primary_color, #ffb606)
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .name,
form[name=hb-payment-form] .nav-child.hb-form-field-list .name,
form[name=hb-search-form] .nav-guest.hb-form-field-list .name,
form[name=hb-search-form] .nav-child.hb-form-field-list .name {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thim_font_title-font-family);
	color: #000
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single {
	border: none
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container {
	width: auto !important;
	pointer-events: none
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none
}

form[name=hb-payment-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-payment-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-search-form] .nav-guest.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name=hb-search-form] .nav-child.hb-form-field-list .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 5px 0 0;
	font-size: 14px
}

.rtl form[name=hb-search-form] .hb-form-field-list .number-icons {
	float: left;
	margin-right: 12px;
	margin-left: 0
}

.hotel_booking_invalid_quantity .dk-selected {
	border-color: red
}

.hotel_checkout_errors {
	display: none
}

button.ui-datepicker-trigger {
	cursor: pointer !important;
	position: absolute !important;
	display: inline;
	padding: 0 !important;
	font-size: 13px;
	-webkit-mask: url(./assets/images/calendar.svg) no-repeat 95% center !important;
	mask: url(./assets/images/calendar.svg) no-repeat 95% center !important;
	mask-size: 20px !important;
	-webkit-mask-size: 20px !important;
	background-color: #7a7a7a !important;
	color: #aaa;
	left: 0;
	text-align: right;
	border-color: transparent !important;
	opacity: 0.5
}

button.ui-datepicker-trigger:before {
	display: none !important
}

.rtl button.ui-datepicker-trigger {
	-webkit-mask: url(./assets/images/calendar.svg) no-repeat 5% center !important;
	mask: url(./assets/images/calendar.svg) no-repeat 5% center !important;
	mask-size: 20px !important;
	-webkit-mask-size: 20px !important
}

.hb_input_field:after {
	display: none
}

.thim-search-room-slider {
	margin-top: -655px;
	width: 480px;
	right: 0;
	float: right;
	height: 550px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative
}

.thim-search-room-slider .elementor-column-gap-default {
	width: 100%
}

@media (max-width:1199px) {
	.thim-search-room-slider {
		margin-top: -600px
	}
}

@media (max-width:991px) {
	.thim-search-room-slider {
		margin-top: -550px;
		width: 400px
	}
}

@media (max-width:768px) {
	.thim-search-room-slider {
		background: rgba(0, 0, 0, 0.7)
	}
}

@media (max-width:780px) {
	.thim-search-room-slider.panel-row-style {
		background: rgba(0, 0, 0, 0.7)
	}
}

@media (max-width:780px) {
	.thim-search-room-slider.panel-row-style .wrapper-line-heading {
		position: relative;
		writing-mode: inherit
	}
}

@media (max-width:780px) {
	.thim-search-room-slider.panel-row-style .wrapper-line-heading .line-heading {
		display: block
	}
}

@media (max-width:780px) {
	.thim-search-room-slider.panel-row-style .hotel-booking-search {
		padding: 13px 30px
	}
}

.thim-search-room-slider .wrapper-line-heading {
	padding-bottom: 0;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0
}

@media (max-width:768px) {
	.thim-search-room-slider .wrapper-line-heading {
		position: relative;
		writing-mode: inherit
	}
}

.thim-search-room-slider .wrapper-line-heading .heading__primary {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 10px
}

@media (max-width:480px) {
	.thim-search-room-slider .wrapper-line-heading .heading__primary {
		font-size: 24px
	}
}

.thim-search-room-slider .wrapper-line-heading .line-heading {
	display: none
}

@media (max-width:768px) {
	.thim-search-room-slider .wrapper-line-heading .line-heading {
		display: block
	}
}

.thim-search-room-slider .hb-form-field {
	text-align: left
}

.thim-search-room-slider .hotel-booking-search button,
.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select,
.thim-search-room-slider .hotel-booking-search textarea {
	width: 100%
}

.thim-search-room-slider .hb_input_field {
	width: 100%;
	display: block
}

.thim-search-room-slider .hotel-booking-search {
	padding: 0px 100px 0px 0px
}

@media (max-width:991px) {
	.thim-search-room-slider .hotel-booking-search {
		padding: 0px 50px 0px 0px
	}
}

@media (max-width:768px) {
	.thim-search-room-slider .hotel-booking-search {
		padding: 13px 15px
	}
}

.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select,
.thim-search-room-slider .hotel-booking-search button {
	height: 50px;
	font-size: 18px;
	background: transparent;
	border-radius: 0;
	border: none;
	color: #fff;
	padding-left: 0
}

.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2)
}

.thim-search-room-slider .hotel-booking-search input:hover,
.thim-search-room-slider .hotel-booking-search select:hover {
	cursor: pointer;
	border-bottom: 2px solid rgb(255, 255, 255)
}

.thim-search-room-slider .hotel-booking-search input::placeholder,
.thim-search-room-slider .hotel-booking-search select::placeholder {
	color: #fff
}

@media (max-width:480px) {
	.thim-search-room-slider .hotel-booking-search button {
		font-size: 16px
	}
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field {
	margin-bottom: 25px
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input {
	background-color: transparent
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #adults span,
.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #child span {
	color: #FFF
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #adults input,
.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input #child input {
	position: relative;
	background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A) no-repeat;
	background-position-x: 100%;
	background-position-y: 50%
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger {
	-webkit-mask-position-x: 100% !important;
	background-color: #fff !important;
	opacity: 1
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger i {
	padding-right: 0;
	font-size: 24px
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input .ui-datepicker-trigger i::before {
	content: "\f133";
	font-family: "Line Awesome Free";
	font-weight: 900
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input select {
	position: relative;
	background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A) no-repeat;
	background-position-x: 100%;
	background-position-y: 50%
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field .hb-form-field-input select option {
	background: #000
}

.thim-search-room-slider .hotel-booking-search .hb-form-table .hb-form-field label {
	display: none
}

.thim-search-room-slider .hotel-booking-search .hb-submit button {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-family: var(--thim_font_title-font-family)
}

.thim-search-room-slider .hotel-booking-search .hb-submit button::before {
	position: absolute;
	content: "\f061";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 24px;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.thim-search-room-slider .hotel-booking-search .hb-submit button:hover {
	border-bottom: 2px solid var(--thim_body_primary_color);
	background: transparent
}

.thim-search-room-slider .widget_search-room {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	left: 0;
	right: 0
}

@media (max-width:767px) {
	.widget_heading .text-left.heading-left .sc-heading {
		text-align: center
	}
}

.widget_heading .text-left .sc-heading {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0
}

.widget_heading .text-left .heading__primary {
	font-size: 40px
}

@media (max-width:767px) {
	.thim-widget-heading.text-left.heading-left .sc-heading {
		text-align: center
	}
}

.thim-widget-heading.text-left .sc-heading {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0
}

.thim-widget-heading.text-left .heading__primary {
	font-size: 40px
}

.nav-right .hb_room_carousel_container {
	position: relative
}

.nav-right .hb_room_carousel_container .navigation {
	display: inline-block;
	float: right
}

@media (max-width:767px) {
	.nav-right .hb_room_carousel_container .navigation {
		float: unset;
		display: block
	}
}

.nav-right .hb_room_carousel_container .text_link {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 63px
}

@media (max-width:767px) {
	.nav-right .hb_room_carousel_container .text_link {
		position: relative;
		text-align: center
	}
}

.nav-right .hb_room_carousel_container .hb_room_carousel {
	padding-top: 70px
}

@media (max-width:768px) {
	.nav-right .hb_room_carousel_container .hb_room_carousel {
		padding-top: 40px
	}
}

.thim-border-bottom:after {
	border-bottom: 1px solid #eee;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	display: block
}

.hb-search-room-results .hb_success_message {
	display: none !important
}

.hotel-booking-search button.error,
.hotel-booking-search input.error,
.hotel-booking-search select.error,
.hotel-booking-search textarea.error {
	border-color: red
}

button.ui-datepicker-trigger i {
	padding: 10px
}

.rtl button.ui-datepicker-trigger i {
	float: left
}

.hb-select-extra-results .hb_extra_optional_right input {
	cursor: pointer;
	text-align: center;
	height: 14px;
	width: 14px;
	outline: 0 !important;
	border: 1px solid #979797;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out;
	line-height: 14px;
	margin-top: 0
}

.hb-select-extra-results .hb_extra_optional_right input:checked:before {
	content: "✔" !important;
	margin-top: -9px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: 400 20px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.hb-select-extra-results .hb_addition_packages {
	border-bottom: 1px solid var(--thim_body_border_color);
	margin-bottom: 10px
}

.hb-select-extra-results .hb_button {
	margin: 0 2px;
	height: 40px;
	border: 0;
	border-radius: 0;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	min-width: 100px;
	float: left;
	display: inline-block
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dk-select,
.dk-select-multi {
	position: relative;
	display: block;
	vertical-align: middle;
	line-height: 38px;
	width: 100%;
	cursor: pointer;
	color: #aaa
}

.dk-selected {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color: white;
	border: 1px solid var(--thim_body_border_color);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 30px 0px 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.dk-selected:before,
.dk-selected:after {
	content: "";
	display: block;
	position: absolute;
	right: 0
}

.dk-selected:before {
	top: 50%;
	border: solid transparent;
	border-width: 5px 5px 0px;
	border-top-color: #CCCCCC;
	margin: -0.125em 0.5em 0 0
}

.dk-selected:after {
	top: 0;
	height: 100%;
	margin: 0 1.5em 0 0
}

.dk-selected-disabled {
	color: #BBBBBB
}

.dk-select .dk-select-options {
	position: absolute;
	display: none;
	left: 0;
	right: 0
}

.dk-select-open-up .dk-select-options {
	border-radius: 0.4em 0.4em 0 0;
	margin-bottom: -1px;
	bottom: 100%
}

.dk-select-open-down .dk-select-options {
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	margin-top: -1px;
	top: 100%;
	padding: 0
}

.dk-select-multi .dk-select-options {
	max-height: 10em
}

.dk-select-options {
	background-color: white;
	border: 1px solid var(--thim_body_border_color);
	border-radius: 0.4em;
	list-style: none;
	margin: 0;
	max-height: 10.5em;
	min-width: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0.25em 0;
	width: auto;
	z-index: 100
}

.dk-option-selected {
	color: #fff
}

.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit
}

.dk-option {
	padding: 0px 8px;
	margin-bottom: 0 !important
}

.dk-select-options .dk-option-highlight {
	color: #fff
}

.dk-select-options .dk-option-disabled {
	color: #BBBBBB;
	background-color: transparent
}

.dk-optgroup {
	border: solid var(--thim_body_border_color);
	border-width: 1px 0;
	padding: 0.25em 0;
	margin-top: 0.25em
}

.dk-optgroup+.dk-option {
	margin-top: 0.25em
}

.dk-optgroup+.dk-optgroup {
	border-top-width: 0;
	margin-top: 0
}

.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0
}

.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.dk-optgroup-label {
	padding: 0 0.5em 0.25em;
	font-weight: bold;
	width: 100%
}

.dk-optgroup-options {
	list-style: none;
	padding-left: 0
}

.dk-optgroup-options li {
	padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
	border-width: 0px 5px 5px
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
	display: block
}

.dk-select-multi:hover,
.dk-select-multi:focus {
	outline: none
}

.dk-selected:hover,
.dk-selected:focus {
	outline: none
}

.dk-select-disabled {
	opacity: 0.6;
	color: #BBBBBB;
	cursor: not-allowed
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
	border-color: inherit
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
	border-top-color: inherit
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
	border-left-color: inherit
}

select[data-dkcacheid] {
	display: none
}

a,
button,
button[type=button],
button[type=submit],
input[type=submit],
.bg-video-play,
.navigation .navbar-nav>li>span,
.hb_search_room_item_detail_price_close {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.hb_related_other_room .navigation span[class*=pe-]:before,
.hb_related_other_room .navigation span[class*=pe-]:after,
.hb_room_carousel_container .navigation span[class*=pe-]:before,
.hb_room_carousel_container .navigation span[class*=pe-]:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15)
}

.thim-map-iframe iframe {
	height: 100%;
	width: 100%
}

.hb_button {
	text-decoration: none;
	padding: 10px 25px;
	line-height: 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffb606;
	color: #fff;
	min-height: 40px;
	display: inline-block;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	font-size: 14px
}

.hb_button:hover {
	background: #2a2a2a;
	color: #fff
}

.hb_button:focus {
	outline: none
}

.hb_add_to_cart.hb_loading {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5
}

#elementor-lightbox-slideshow-single-img {
	display: none !important
}

.hb_room_carousel_container {
	margin-bottom: 0px
}

.hb_room_carousel_container.base .rooms .hb_room .summary .room-types {
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-100%);
	z-index: 1;
	line-height: 1
}

@media (max-width:767px) {
	.hb_room_carousel_container.base .rooms .hb_room .summary .room-types {
		left: 20px
	}
}

.hb_room_carousel_container.base .rooms .hb_room .summary .room-types a {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: var(--thim_font_title-font-family);
	background: var(--thim_body_primary_color);
	padding: 5px 10px;
	display: inline-block
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .room-types {
	position: unset;
	transform: none;
	line-height: var(--thim_font_body-line-height)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .room-types a {
	background: transparent;
	color: var(--thim_font_body-color);
	padding: 5px 0 10px 0;
	font-family: var(--thim_font_body-font-family);
	font-size: var(--thim_font_body-font-size);
	text-transform: capitalize
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests {
	display: flex;
	padding: 15px 0;
	margin: 0 30px;
	border-top: 1px solid #E7E7E7;
	column-gap: 20px;
	align-items: baseline;
	flex-wrap: wrap;
	row-gap: 5px
}

@media (max-width:767px) {
	.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests {
		margin: 0 20px
	}
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price {
	margin: 0;
	padding: 0;
	border-top: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .title-price {
	display: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .price_value {
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .price .unit {
	font-size: var(--thim_font_body-font-size)
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .footer-content-room {
	margin-left: auto
}

@media (max-width:1024px) {
	.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests .footer-content-room {
		margin-left: 0
	}
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .meta-data-guests svg {
	margin-right: 5px
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .title>* {
	font-size: 2rem;
	line-height: 1.4em
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .title-room {
	padding-top: 15px
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .media {
	overflow: hidden
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .media img {
	transition: 0.8s
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary .description {
	display: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary:hover {
	box-shadow: none
}

.hb_room_carousel_container.base.style_show_guests .rooms .hb_room .summary:hover .media img {
	transform: scale(1.1)
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots {
	margin-top: 40px
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot span {
	transform: none;
	background: #ECECEC;
	border-radius: 50%;
	width: 10px;
	height: 10px
}

.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot.active span,
.hb_room_carousel_container.base.style_show_guests .hb_room_carousel .owl-dots .owl-dot:hover span {
	background: var(--thim_body_primary_color, #ffb606) !important;
	border: none
}

.hb_room_carousel_container.style-4 .hb_room .summary {
	position: relative
}

.hb_room_carousel_container.style-4 .hb_room .summary::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	opacity: 1;
	z-index: 3
}

@media (max-width:1199px) {
	.hb_room_carousel_container.style-4 .hb_room .summary::before {
		display: none
	}
}

.hb_room_carousel_container.style-4 .hb_room.slick-active .summary::before {
	background: transparent;
	opacity: 0;
	z-index: -1
}

.hb_room_carousel_container.style-4 .hb_room .summary .room-types {
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-100%);
	z-index: 1;
	line-height: 1
}

.hb_room_carousel_container.style-4 .hb_room .summary .room-types a {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: var(--thim_body_primary_color);
	font-family: var(--thim_font_title-font-family);
	padding: 5px 10px;
	display: inline-block
}

.hb_room_carousel_container.style-4 .slick-dots {
	list-style-type: none;
	margin: 40px 0 0 0;
	text-align: center
}

@media (max-width:768px) {
	.hb_room_carousel_container.style-4 .slick-dots {
		margin: 25px 0 0 0
	}
}

.hb_room_carousel_container.style-4 .slick-dots li {
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	line-height: 1;
	width: 11px;
	height: 11px;
	background: #dcdcdc;
	transform: rotate(45deg);
	margin: 0px 5px
}

.hb_room_carousel_container.style-4 .slick-dots li.slick-active,
.hb_room_carousel_container.style-4 .slick-dots li:hover {
	background: transparent;
	border: 1px solid #000
}

.hb_room_carousel_container.style-4 .slick-dots li button {
	font-size: 0;
	position: relative;
	line-height: 1;
	border: none
}

.hb_room_carousel_container .navigation-swapper {
	position: relative
}

.hb_room_carousel_container .hb_room_carousel {
	margin: 0 -15px
}

.hb_room_carousel_container .hb_room_carousel .owl-dots {
	margin-top: 45px
}

@media (max-width:767px) {
	.hb_room_carousel_container .hb_room_carousel .owl-dots {
		margin-top: 25px
	}
}

.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot.active span,
.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
	border: 1px solid #000
}

.hb_room_carousel_container .hb_room_carousel .owl-dots .owl-dot span {
	border-radius: unset;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	background: #e5e5e5
}

.hb_room_carousel_container .navigation {
	width: 215px;
	margin: 0 auto
}

.hb_room_carousel_container .navigation.bottom {
	margin-top: 60px
}

@media (max-width:1024px) {
	.hb_room_carousel_container .navigation.bottom {
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.hb_room_carousel_container .navigation.bottom {
		margin-top: 30px
	}
}

.hb_room_carousel_container .navigation .prev,
.hb_room_carousel_container .navigation .next {
	line-height: 24px;
	height: 24px;
	width: 24px;
	background: url(../images/prev.png) no-repeat center left;
	display: inline-block;
	float: left;
	cursor: pointer;
	z-index: 20
}

.hb_room_carousel_container .navigation .prev span[class*=pe-],
.hb_room_carousel_container .navigation .next span[class*=pe-] {
	display: none
}

.hb_room_carousel_container .navigation .next {
	float: right;
	background: url(../images/next.png) no-repeat center right
}

.hb_room_carousel_container .text_link {
	line-height: 24px;
	text-align: center;
	margin: 28px auto 34px;
	z-index: 10
}

.hb_room_carousel_container .text_link.top {
	margin-bottom: 50px
}

@media (max-width:767px) {
	.hb_room_carousel_container .text_link.top {
		margin-bottom: 40px
	}
}

.hb_room_carousel_container .text_link a {
	color: #2a2a2a;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: 600
}

.hb_room_carousel_container .hb_room {
	width: 300px;
	min-height: 290px;
	position: relative;
	padding: 0 15px;
	margin: 0
}

.rooms {
	margin: 0 -15px;
	list-style: none;
	clear: both;
	overflow: hidden
}

.rooms.hb-catalog-column-2 .hb_room:nth-child(2n+1) {
	clear: both
}

@media (max-width:1024px) {
	.rooms.hb-catalog-column-2 .hb_room:nth-child(2n+1) {
		clear: unset
	}
}

.rooms.hb-catalog-column-3 .hb_room:nth-child(3n+1) {
	clear: both
}

@media (max-width:1024px) {
	.rooms.hb-catalog-column-3 .hb_room:nth-child(3n+1) {
		clear: unset
	}
}

.rooms.hb-catalog-column-4 .hb_room:nth-child(4n+1) {
	clear: both
}

@media (max-width:1024px) {
	.rooms.hb-catalog-column-4 .hb_room:nth-child(4n+1) {
		clear: unset
	}
}

.rooms.hb-catalog-column-5 .hb_room:nth-child(5n+1) {
	clear: both
}

@media (max-width:1024px) {
	.rooms.hb-catalog-column-5 .hb_room:nth-child(5n+1) {
		clear: unset
	}
}

.rooms.hb-catalog-column-6 .hb_room:nth-child(6n+1) {
	clear: both
}

@media (max-width:1024px) {
	.rooms.hb-catalog-column-6 .hb_room:nth-child(6n+1) {
		clear: unset
	}
}

.rooms.tp-hotel-booking.hb-catalog-column-5>.hb_room {
	width: 20%
}

.rooms.tp-hotel-booking.hb-catalog-column-4>.hb_room {
	width: 25%
}

.rooms.tp-hotel-booking.hb-catalog-column-3>.hb_room {
	width: 33.33%
}

.rooms.tp-hotel-booking.hb-catalog-column-2>.hb_room {
	width: 50%
}

.rooms .hb_room {
	list-style: none;
	float: left;
	position: relative;
	margin-bottom: 30px
}

.rooms .hb_room .media {
	position: relative
}

.rooms .hb_room .media img {
	width: 100%;
	height: auto;
	max-height: 420px
}

.rooms .hb_room .media a:before {
	display: none
}

.rooms .hb_room .media .actions {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: 9;
	width: 100%
}

.rooms .hb_room .media .actions .action-btn a {
	font-size: 60px;
	color: #ffffff;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2234%22%20height%3D%2217%22%20viewBox%3D%220%200%2034%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M33.1355%207.61595L25.7769%200.257233C25.5125%20-0.0514359%2025.048%20-0.0874186%2024.7393%200.176983C24.4307%200.441321%2024.3947%200.905873%2024.6591%201.21454C24.6837%201.24332%2024.7105%201.27019%2024.7393%201.29479L30.8397%207.40252H1.70655C1.30018%207.40252%200.970703%207.732%200.970703%208.13843C0.970703%208.54487%201.30018%208.87428%201.70655%208.87428H30.8397L24.7393%2014.9746C24.4307%2015.2389%2024.3947%2015.7035%2024.6591%2016.0122C24.9235%2016.3208%2025.388%2016.3568%2025.6966%2016.0924C25.7254%2016.0678%2025.7523%2016.0409%2025.7769%2016.0122L33.1356%208.65345C33.4209%208.36653%2033.4209%207.90299%2033.1355%207.61595Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center !important;
	display: inline-block;
	width: 40px;
	height: 40px
}

.rooms .hb_room .media .actions .action-btn a i {
	display: none
}

.rooms .hb_room .media:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: 1
}

.rooms .hb_room .summary {
	cursor: default;
	border: 1px solid var(--thim_body_border_color);
	margin-bottom: 0
}

.rooms .hb_room .summary .media .rating {
	position: absolute;
	bottom: 0px;
	right: 30px;
	top: unset;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s;
	display: none
}

@media (max-width:767px) {
	.rooms .hb_room .summary .media .rating {
		right: 20px
	}
}

.rooms .hb_room .summary:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px
}

.rooms .hb_room .summary:hover .content-room .title-room .title h4 a {
	color: var(--thim_body_primary_color)
}

.rooms .hb_room .summary:hover .price {
	border-top: 1px solid var(--thim_body_primary_color);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}

 .rooms .hb_room .summary:hover .media .actions {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	transform: translate(-50%, -50%)
} 
/*
.rooms .hb_room .summary:hover .media .actions {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transform: translate(50%, 50%)
}
*/
.rooms .hb_room .summary:hover .media:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.rooms .hb_room .summary:hover .media .rating {
	bottom: 10px;
	opacity: 1;
	z-index: 2
}

@media (max-width:767px) {
	.rooms .hb_room .summary:hover .media .rating {
		bottom: 5px
	}
}

.rooms .hb_room .summary .content-room .title-room {
	padding-top: 25px
}

.rooms .hb_room .summary .title-room {
	position: relative;
	padding: 0 30px
}

@media (max-width:767px) {
	.rooms .hb_room .summary .title-room {
		padding: 0 20px
	}
}

.rooms .hb_room .summary .room-types .sep {
	margin: 3px 10px;
	width: 4px;
	height: 4px;
	display: inline-block;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ddd;
	border-radius: 0 50% 0 0
}

.rooms .hb_room .summary .description {
	padding: 0 30px;
	margin-top: 20px
}

@media (max-width:767px) {
	.rooms .hb_room .summary .description {
		padding: 0 20px
	}
}

.rooms .hb_room .summary .description ul {
	margin: 0;
	margin-top: 5px
}

.rooms .hb_room .summary .description ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 15px;
	border-right: 1px solid var(--thim_body_border_color)
}

@media (max-width:991px) {
	.rooms .hb_room .summary .description ul li {
		padding: 0 12px
	}
}

.rooms .hb_room .summary .description ul li:last-child {
	border-right: none
}

.rooms .hb_room .summary .description ul li:first-child {
	padding-left: 0
}

.rooms .hb_room .summary .description ul li i {
	color: #b5b5b5;
	font-size: 15px
}

.rooms .hb_room .title h4 {
	line-height: var(--thim_font_h4-line-height);
	margin: 0px;
	font-size: 28px
}

.rooms .hb_room .title h4 a {
	white-space: nowrap;
	max-width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

.rooms .hb_room .price {
	position: static;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	padding: 25px 0;
	margin: 0 30px;
	border-top: 1px solid var(--thim_body_border_color);
	text-align: left
}

@media (max-width:767px) {
	.rooms .hb_room .price {
		margin: 0 20px
	}
}

.rooms .hb_room .price span {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	border-bottom: none;
	padding-bottom: 0
}

.rooms .hb_room .price span.unit {
	font-size: 18px;
	font-weight: 300;
	margin-top: 0;
	border-bottom: 0;
	padding: 0
}

.rooms .hb_room .price span.unit:before {
	content: "/"
}

.rooms .hb_room .price span.title-price {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	margin-right: 5px;
	color: #b9b9b9
}

.rooms .hb_room .rating {
	position: absolute;
	top: 5px;
	right: 15px;
	display: none
}

.rooms-layout-2 .thim-room-top.switch-layout-container {
	min-height: auto;
	margin-bottom: 40px;
	flex-wrap: wrap;
	row-gap: 15px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout {
	display: flex;
	column-gap: 20px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div {
	cursor: pointer;
	height: 20px;
	margin: 0 !important
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div:hover svg path {
	fill: #000
}

.rooms-layout-2 .thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.switch-active svg path {
	fill: #000
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
	margin-left: auto;
	margin-right: 25px;
	margin-bottom: 0;
	padding: 0
}

@media (max-width:480px) {
	.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
		margin-right: 0
	}
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by {
	padding: 2px 18px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list {
	margin: 0;
	min-width: 140px;
	border-radius: 0;
	padding: 10px 0;
	box-sizing: border-box;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li {
	padding: 5px 10px
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li:hover,
.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .sort-by__list li.active {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .toggle {
	border: none;
	min-width: 140px;
	font-weight: var(--thim_font_body-variant);
	color: var(--thim_font_body-color)
}

.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper .toggle:after {
	width: 10px;
	height: 10px;
	top: 15px;
	right: 0;
	left: auto
}

@media (max-width:400px) {
	.rooms-layout-2 .thim-room-top.switch-layout-container {
		flex-direction: column;
		align-items: flex-start
	}

	.rooms-layout-2 .thim-room-top.switch-layout-container .sort-by-wrapper {
		margin-left: 0
	}
}

.rooms-layout-2 .sort-by-wrapper .sort-by {
	padding: 2px 18px
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list {
	margin: 0;
	min-width: 140px;
	border-radius: 0;
	padding: 10px 0;
	box-sizing: border-box;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1)
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list li {
	padding: 5px 10px
}

.rooms-layout-2 .sort-by-wrapper .sort-by__list li:hover,
.rooms-layout-2 .sort-by-wrapper .sort-by__list li.active {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.rooms-layout-2 .sort-by-wrapper .sort-by .toggle {
	border: none;
	min-width: 140px;
	font-weight: var(--thim_font_body-variant);
	color: var(--thim_font_body-color)
}

.rooms-layout-2 .sort-by-wrapper .sort-by .toggle:after {
	width: 10px;
	height: 10px;
	top: 15px;
	right: 0;
	left: auto
}

.rooms-layout-2 #thim-room-archive {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:540px) {
	.rooms-layout-2 #thim-room-archive {
		margin: 0
	}
}

.rooms-layout-2 #thim-room-archive .summary {
	border: 1px solid var(--thim_body_border_color)
}

.rooms-layout-2 #thim-room-archive .summary .media {
	margin: -1px
}

.rooms-layout-2 .rooms-pagination {
	display: flex;
	justify-content: center;
	margin: 0;
	margin-top: 15px
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers {
	background-color: #ECF7FF;
	color: #4A5F67;
	font-size: 14px;
	font-weight: 600
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.next,
.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.prev {
	padding-left: 25px;
	padding-right: 25px
}

.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers:hover,
.rooms-layout-2 .rooms-pagination .page-numbers li .page-numbers.current {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #ffffff
}

.rooms-layout-2 .rooms-pagination .page-numbers li:first-child i {
	margin-right: 10px
}

.rooms-layout-2 .rooms-pagination .page-numbers li:last-child i {
	margin-left: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .room-types,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .room-types {
	position: unset;
	transform: none;
	line-height: var(--thim_font_body-line-height)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .room-types a,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .room-types a {
	background: transparent;
	color: var(--thim_font_body-color);
	padding: 5px 0 10px 0;
	font-family: var(--thim_font_body-font-family);
	font-size: var(--thim_font_body-font-size);
	text-transform: capitalize;
	display: block
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests {
	display: flex;
	padding: 15px 0;
	margin: 0 30px;
	border-top: 1px solid #E7E7E7;
	column-gap: 20px;
	align-items: baseline;
	flex-wrap: wrap;
	row-gap: 5px
}

@media (max-width:767px) {

	.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests,
	.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests {
		margin: 0 20px
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price {
	margin: 0;
	padding: 0;
	border-top: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .title-price,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .title-price {
	display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .price_value,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .price_value {
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .price .unit,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .price .unit {
	font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .footer-content-room,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .footer-content-room {
	margin-left: auto
}

@media (max-width:1024px) {

	.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests .footer-content-room,
	.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests .footer-content-room {
		margin-left: 0
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .meta-data-guests svg,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .meta-data-guests svg {
	margin-right: 5px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title>*,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title>* {
	font-size: 2rem;
	line-height: 1.4em;
	color: #000
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .description,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .description {
	display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title-room,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title-room {
	padding-top: 15px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .title-room .title a,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .title-room .title a {
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .media,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .media {
	overflow: hidden
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary .media img,
.rooms-layout-2 .hb_related_other_room .hb_room .summary .media img {
	transition: 0.8s
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary:hover,
.rooms-layout-2 .hb_related_other_room .hb_room .summary:hover {
	box-shadow: none
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room .summary:hover .media img,
.rooms-layout-2 .hb_related_other_room .hb_room .summary:hover .media img {
	transform: scale(1.1)
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots {
	margin-top: 40px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot span {
	transform: none;
	background: #ECECEC;
	border-radius: 50%;
	width: 10px;
	height: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot.active span,
.rooms-layout-2 #thim-room-archive.thim-room-grid .hb_room_carousel .owl-dots .owl-dot:hover span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot.active span,
.rooms-layout-2 .hb_related_other_room .hb_room_carousel .owl-dots .owl-dot:hover span {
	background: var(--thim_body_primary_color, #ffb606) !important;
	border: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room {
	margin-bottom: 30px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary {
	align-items: center
}

@media (max-width:767px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .room-types {
		transform: none !important
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests {
	order: 3;
	display: flex;
	padding: 20px 0 0 0;
	border-top: 1px solid #E7E7E7;
	column-gap: 25px;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 0
}

@media (max-width:992px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests {
		column-gap: 10px
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price {
	margin: 0;
	padding: 0;
	border-top: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .title-price {
	display: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .price_value {
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .price .unit {
	font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests .footer-content-room {
	margin-left: auto
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .meta-data-guests svg {
	margin-right: 5px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title>* {
	font-size: 2.5rem;
	line-height: 1.4em
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media {
	overflow: hidden
}

@media (min-width:768px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media {
		width: 40%
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .media img {
	transition: 0.8s
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
	display: flex;
	flex-direction: column
}

@media (min-width:768px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
		width: 60%
	}
}

@media (max-width:767px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .content-room {
		padding-top: 20px;
		padding-left: 20px
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .rating {
	position: unset;
	order: 2;
	padding-bottom: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .rating .star-rating {
	float: left
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room {
	padding: 0 0 15px 0;
	display: flex;
	flex-direction: column-reverse;
	row-gap: 10px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .title a {
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width:992px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .title a {
		-webkit-line-clamp: 1;
		line-clamp: 1
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .title-room .room-types {
	position: unset
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description {
	order: 3;
	margin: 0;
	margin-bottom: 20px
}

@media (max-width:1024px) and (min-width:768px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description {
		display: none
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description>* {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width:992px) {
	.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description>* {
		-webkit-line-clamp: 2;
		line-clamp: 2
	}
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary .description ul li {
	margin-bottom: 20px
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover {
	box-shadow: none
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover .media img {
	transform: scale(1.1)
}

.rooms-layout-2 #thim-room-archive.thim-room-list .hb_room .summary:hover .title>* a {
	color: #000
}

.rooms-layout-2 .alignleft #thim-room-archive.thim-room-list .hb_room .summary .description,
.rooms-layout-2 .alignright #thim-room-archive.thim-room-list .hb_room .summary .description {
	display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hb-form-search-page {
	display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search h3 {
	display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results {
	margin-top: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results .hb-room-content {
	border: 1px solid var(--thim_body_border_color)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room {
	border: none;
	padding-bottom: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
	width: 45%;
	margin-bottom: 0
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery {
	max-height: 300px;
	overflow: hidden
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery::before {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail .hb-room-gallery::after {
	font-family: thim-ekits !important
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
	width: 55%;
	padding: 30px 30px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-name {
	font-size: var(--thim_font_h3-font-size);
	margin-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-name a {
	color: var(--thim_font_title-color)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta label {
	font-family: var(--thim_font_title-font-family)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li {
	margin-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_capacity {
	padding-right: 15px;
	margin-right: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li svg {
	margin-right: 5px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price {
	margin-bottom: 30px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price label {
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details {
	padding: 15px;
	min-width: 300px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price {
	margin-bottom: 5px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tbody tr td {
	padding-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tbody tr:last-child td {
	padding-bottom: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li.hb_search_price .hb-booking-room-details .hb_search_room_pricing_price tfoot td {
	padding-top: 15px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li>div {
	margin-left: 10px
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li .hb_search_item_price {
	margin: 0;
	color: var(--thim_font_title-color);
	font-family: var(--thim_font_title-font-family)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li .hb_add_to_cart {
	height: auto;
	line-height: var(--thim_font_h4-line-height);
	padding: 10px 20px;
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.wp-hotel-booking-search-rooms #comments {
	display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .thim-room-top.switch-layout-container .sort-by-wrapper {
	margin: 0;
	width: 100%;
	row-gap: 20px
}

.rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search-filter {
	display: none
}

.rooms-layout-2.wp-hotel-booking-search-rooms .sidebar .hotel-booking-search-filter {
	display: block
}

.rooms-layout-2.wp-hotel-booking-search-rooms .sidebar .thim-room-top.switch-layout-container {
	display: none
}

.rooms-layout-2 .rooms .hb_room .summary .room-types {
	position: unset;
	transform: none;
	line-height: var(--thim_font_body-line-height)
}

.rooms-layout-2 .rooms .hb_room .summary .room-types a {
	background: transparent;
	color: var(--thim_font_body-color);
	padding: 5px 0 10px 0;
	font-family: var(--thim_font_body-font-family);
	font-size: var(--thim_font_body-font-size);
	text-transform: capitalize;
	display: block
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests {
	display: flex;
	padding: 15px 0;
	margin: 0 30px;
	border-top: 1px solid #E7E7E7;
	column-gap: 20px;
	align-items: baseline;
	flex-wrap: wrap;
	row-gap: 5px
}

@media (max-width:767px) {
	.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests {
		margin: 0 20px
	}
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price {
	margin: 0;
	padding: 0;
	border-top: none
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .title-price {
	display: none
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .price_value {
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .price .unit {
	font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .footer-content-room {
	margin-left: auto
}

@media (max-width:1024px) {
	.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests .footer-content-room {
		margin-left: 0
	}
}

.rooms-layout-2 .rooms .hb_room .summary .meta-data-guests svg {
	margin-right: 5px
}

.rooms-layout-2 .rooms .hb_room .summary .title>* {
	font-size: 2rem;
	line-height: 1.4em;
	color: #000
}

.rooms-layout-2 .rooms .hb_room .summary .description {
	display: none
}

.rooms-layout-2 .rooms .hb_room .summary .title-room {
	padding-top: 15px
}

.rooms-layout-2 .rooms .hb_room .summary .title-room .title a {
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}

.rooms-layout-2 .rooms .hb_room .summary .media {
	overflow: hidden
}

.rooms-layout-2 .rooms .hb_room .summary .media img {
	transition: 0.8s
}

.rooms-layout-2 .rooms .hb_room .summary:hover {
	box-shadow: none
}

.rooms-layout-2 .rooms .hb_room .summary:hover .media img {
	transform: scale(1.1)
}

.rooms-layout-2 .rooms.tp-hotel-booking {
	display: block
}

.rooms-layout-2 .title-room .room-types {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .widget,
.rooms-layout-2.post-type-archive-hb_room #sidebar .widget_search-room,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .widget,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .widget_search-room,
.rooms-layout-2.wp-hotel-booking-page #sidebar .widget,
.rooms-layout-2.wp-hotel-booking-page #sidebar .widget_search-room {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	background-color: #fff
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search {
	padding: 30px 0px 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search::after,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search::after,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search::before,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search::after {
	content: none
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table {
	width: 100%;
	margin: 0
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
	width: 100%;
	margin-bottom: 15px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field input {
	border: none;
	border-bottom: 1px solid var(--thim_body_border_color);
	border-top: 1px solid var(--thim_body_border_color);
	padding: 0 30px;
	background-position-x: 92%;
	height: 50px;
	line-height: 50px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field button.ui-datepicker-trigger {
	-webkit-mask-position-x: 92% !important
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field label {
	display: block;
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color);
	margin-bottom: 10px;
	padding: 0 30px;
	font-weight: var(--thim_font_title-variant)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #child span,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-form-table .hb-form-field #adults span {
	left: 50px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit {
	margin-top: 25px;
	width: 100%;
	padding: 0 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button {
	background-color: #F2AC22;
	font-weight: var(--thim_font_title-variant);
	height: auto;
	line-height: var(--thim_font_h4-line-height);
	padding: 10px 20px;
	font-size: var(--thim_font_body-font-size)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .hotel-booking-search form .hb-submit button:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary {
	color: var(--thim_font_title-color);
	text-align: left;
	margin-left: 30px
}

.rooms-layout-2.post-type-archive-hb_room #sidebar .thim-widget-search-room .line-heading,
.rooms-layout-2.wp-hotel-booking-room-page #sidebar .thim-widget-search-room .line-heading,
.rooms-layout-2.wp-hotel-booking-page #sidebar .thim-widget-search-room .line-heading {
	display: none
}

.wp-hotel-booking-rooms .room-container {
	width: auto;
	padding: 0;
	margin: 0 -15px
}

.wp-hotel-booking-page #hotel-booking-search-filter {
	display: none
}

.wp-hotel-booking-page #sidebar #hotel-booking-search-filter {
	display: block;
	padding: 30px
}

.wp-hotel-booking-page.show-filter #hotel-booking-search-filter {
	display: block;
	padding: 0;
	box-shadow: none
}

.wp-hotel-booking-page #hotel-booking-search-filter,
.post-type-archive-hb_room #hotel-booking-search-filter,
.wp-hotel-booking-room-page #hotel-booking-search-filter {
	padding: 30px;
	position: relative
}

.wp-hotel-booking-page #hotel-booking-search-filter h3,
.post-type-archive-hb_room #hotel-booking-search-filter h3,
.wp-hotel-booking-room-page #hotel-booking-search-filter h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--thim_body_border_color)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .title,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .title,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .title {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color);
	font-weight: var(--thim_font_title-variant);
	margin-bottom: 15px;
	font-size: var(--thim_font_body-font-size)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form h4,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form h4,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form h4 {
	font-size: var(--thim_font_body-font-size);
	margin-bottom: 10px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target {
	height: 3px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 15px;
	background-color: var(--thim_body_border_color)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-connect {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle {
	width: 15px;
	height: 15px;
	right: -8px;
	top: -5px;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	background-color: var(--thim_body_primary_color, #ffb606);
	box-shadow: none
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::before,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .noUi-target .noUi-handle::after {
	content: none
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-search-price .max,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-search-price .max,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .min,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-search-price .max {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color);
	font-weight: var(--thim_font_title-variant)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form button,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form button,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form button {
	padding: 0;
	background: transparent;
	border: none;
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_body_primary_color, #ffb606);
	font-weight: var(--thim_font_title-variant);
	font-size: var(--thim_font_body-font-size);
	text-transform: uppercase;
	margin-top: 20px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form button:hover,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form button:hover,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form button:hover {
	opacity: 0.7
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .clear-filter button,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .clear-filter button,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .clear-filter button {
	position: absolute;
	right: 30px;
	top: 30px;
	min-width: auto;
	margin: 0;
	text-transform: capitalize;
	left: auto;
	color: var(--thim_font_body-color);
	font-weight: var(--thim_font_body-variant);
	font-size: 14px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .clear-filter button:hover,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .clear-filter button:hover,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .clear-filter button:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field {
	padding-top: 30px;
	border-top: 1px solid var(--thim_body_border_color)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item {
	padding: 5px 0;
	font-size: 14px
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item label,
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item label {
	font-weight: var(--thim_font_body-variant)
}

.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.wp-hotel-booking-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox],
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.post-type-archive-hb_room #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox],
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-rating-field .list-item input[type=checkbox],
.wp-hotel-booking-room-page #hotel-booking-search-filter .search-filter-form .hb-type-field .list-item input[type=checkbox] {
	margin-top: 0
}

.rooms-pagination .page-numbers {
	list-style: none;
	margin: 15px 0 5px;
	text-align: center
}

.rooms-pagination .page-numbers li {
	display: inline-block;
	line-height: 30px;
	padding: 0 6px
}

.rooms-pagination .page-numbers li span {
	font-size: 16px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	color: #5a5a5a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase
}

.rooms-pagination .page-numbers li span.current {
	background: #ffb606;
	color: #2a2a2a
}

.rooms-pagination .page-numbers li a {
	font-size: 16px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	color: #5a5a5a;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none
}

.rooms-pagination .page-numbers li a:hover {
	background: #ffb606;
	color: #2a2a2a
}

.rooms-pagination .page-numbers li a.next,
.rooms-pagination .page-numbers li a.prev {
	width: auto;
	background: transparent
}

.rooms-pagination .page-numbers li a.next:hover,
.rooms-pagination .page-numbers li a.prev:hover {
	background: transparent;
	color: #ffb606
}

.hb_single_room .title h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 30px
}

.hb_single_room .title h4 a {
	color: #2a2a2a
}

.hb_single_room .price {
	float: right;
	margin-top: -65px;
	line-height: 30px;
	font-weight: 600;
	font-size: 30px;
	color: #ffb606
}

@media (max-width:480px) {
	.hb_single_room .price {
		font-size: 24px
	}
}

@media (max-width:360px) {
	.hb_single_room .price {
		font-size: 20px
	}
}

.hb_single_room .price span.title-price {
	margin-right: 5px;
	color: #2a2a2a;
	font-size: 15px;
	font-weight: 400
}

.hb_single_room .price span.unit {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 600
}

.hb_single_room .price span.unit:before {
	content: "/";
	padding: 0 5px
}

.hb_single_room .hb_room_gallery {
	margin-bottom: 50px !important;
	display: block;
	clear: both;
	overflow: hidden
}

.hb_single_room .hb_room_gallery .flex-direction-nav a {
	width: 40px;
	height: 40px;
	color: rgba(216, 216, 216, 0.85);
	background: rgba(255, 255, 255, 0.5)
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:before {
	font-size: 24px;
	line-height: 40px;
	margin-right: 5px
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:hover {
	background: white
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-prev {
	left: 0
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next {
	right: 0
}

.hb_single_room .hb_room_gallery ul li img {
	width: 100%;
	height: auto
}

.hb_single_room #carousel ul.slides li {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	cursor: pointer
}

.hb_single_room #carousel ul.slides li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.4
}

.hb_single_room #carousel ul.slides li.flex-active-slide::before {
	opacity: 0
}

.hb_single_room #carousel ul.slides li:first-child {
	padding-left: 0
}

.hb_single_room #carousel ul.slides li:last-child {
	padding-right: 0
}

.hb_single_room #carousel ul.slides li:hover::before {
	opacity: 0
}

.hb_single_room #carousel .flex-direction-nav li a {
	top: 60%
}

.hb_single_room .hb-share {
	clear: both;
	float: right;
	margin-bottom: -50px
}

.hb_single_room .hb-share ul {
	list-style: none;
	margin-top: 10px
}

.hb_single_room .hb-share ul li {
	display: inline-block;
	padding-left: 19px
}

.hb_single_room .hb-share ul li:first-child {
	padding-left: 0
}

.hb_single_room .hb-share ul li a {
	font-size: 16px
}

.hb_single_room .hb-share ul li a.facebook {
	color: #4c67a2
}

.hb_single_room .hb-share ul li a.twitter {
	color: #00acee
}

.hb_single_room .hb-share ul li a.googleplus {
	color: #da7c74
}

.hb_single_room .hb-share ul li a.pinterest {
	color: #d43b17
}

.hb_single_room .hb_single_room_details {
	clear: both;
	padding: 10px 0
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs {
	clear: both;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ddd
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
	padding-right: 35px;
	border: 0;
	display: inline-block;
	line-height: 30px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: var(--thim_font_body-font-size);
	color: #5a5a5a;
	position: relative;
	display: block;
	line-height: 30px;
	padding-bottom: 9px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a:after {
	content: "";
	bottom: -2px;
	height: 4px;
	background: transparent;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
	color: #2a2a2a
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
	background: #ffb606
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
	padding: 40px 0
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box {
	margin-bottom: 20px;
	border: 1px solid rgba(204, 204, 204, 0.6);
	border-radius: 5px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title {
	display: block;
	position: relative;
	margin: 0;
	padding: 25px 45px 25px 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	cursor: pointer
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title.active:after {
	content: "\f106"
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__title:after {
	position: absolute;
	top: 50%;
	right: 28px;
	color: #6c6c6c;
	font-family: "FontAwesome";
	font-size: 12px;
	font-weight: 900;
	content: "\f107";
	transform: translateY(-50%);
	font-size: 20px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__content {
	display: none
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb-room-faqs-detail .room-faqs-box .room-faqs-box__content .room-faqs-box__content-inner {
	padding: 0 28px 33px 28px;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	-webkit-animation-name: room-faqs-box__content-inner-transform;
	animation-name: room-faqs-box__content-inner-transform;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities h3 {
	margin-top: 10px;
	margin-bottom: 20px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr__label {
	margin-left: 10px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .__hb_room_facility__attr {
	row-gap: 10px;
	flex-wrap: wrap
}

@media (max-width:1024px) {
	.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr {
		flex-basis: 50%
	}
}

@media (max-width:450px) {
	.hb_single_room .hb_single_room_details .hb_single_room_tabs_content #hb_room_facilities .facility_attr {
		flex-basis: 100%
	}
}

.hb_single_room #reviews {
	clear: both
}

.hb_single_room #reviews #review_form_wrapper {
	margin-top: 30px
}

.hb_single_room #reviews #review_form_wrapper form input {
	min-height: auto;
	border: 1px solid var(--thim_body_border_color);
	text-shadow: none;
	box-shadow: none
}

.hb_single_room #reviews #review_form_wrapper form p {
	margin-bottom: 20px
}

.hb_single_room #reviews #review_form_wrapper form p label {
	margin-bottom: 10px;
	display: block
}

.hb_single_room #reviews #review_form_wrapper form p textarea {
	height: 100px;
	padding: 10px;
	overflow-y: auto;
	width: 100%;
	border: 1px solid var(--thim_body_border_color)
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
	padding: 10px 25px;
	line-height: 20px;
	border: 0;
	background: #ffb606;
	color: #2a2a2a
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
	background: #2a2a2a;
	color: #fff
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:focus {
	outline: none
}

.hb_single_room table.hb_room_pricing_plans tr th {
	font-weight: 700;
	color: #2a2a2a;
	text-align: center
}

.hb_single_room table.hb_room_pricing_plans tr td {
	text-align: center;
	padding: 10px
}

.hb_related_other_room {
	margin: 0 -15px
}

.hb_related_other_room.has_slider li {
	float: unset
}

.hb_related_other_room .tp-hotel-booking,
.hb_related_other_room .wp-hotel-booking {
	margin: 0
}

.hb_related_other_room>.title {
	position: relative;
	line-height: 40px;
	padding-bottom: 11px;
	margin: 20px 15px 40px
}

.hb_related_other_room>.title:after {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffb606
}

.hb_related_other_room .rooms li.hb_room {
	padding: 0 15px;
	min-width: 300px;
	width: 300px;
	max-width: 400px;
	margin: 0
}

.hb_related_other_room .navigation {
	width: auto;
	float: right;
	margin-top: -80px;
	margin-right: 15px
}

.hb_related_other_room .navigation .prev,
.hb_related_other_room .navigation .next {
	line-height: 24px;
	height: 24px;
	width: 24px;
	background: url(../images/prev.png) no-repeat center left;
	display: inline-block;
	float: left;
	cursor: pointer;
	z-index: 20
}

.hb_related_other_room .navigation .prev span[class*=pe-],
.hb_related_other_room .navigation .next span[class*=pe-] {
	display: none
}

.hb_related_other_room .navigation .next {
	margin-left: 20px;
	float: right;
	background: url(../images/next.png) no-repeat center right
}

#hotel-booking-results>h3 {
	font-size: 40px;
	color: #2a2a2a;
	margin: 0px 0 15px;
	line-height: 40px
}

#hotel-booking-results form .hb_button.hb_checkout,
#hotel-booking-results form button.hb_add_to_cart,
#hotel-booking-results form button[type=submit] {
	text-decoration: none;
	padding: 10px 25px;
	line-height: 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffb606;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase
}

#hotel-booking-results form .hb_button.hb_checkout:hover,
#hotel-booking-results form button.hb_add_to_cart:hover,
#hotel-booking-results form button[type=submit]:hover {
	background: #2a2a2a;
	color: #fff
}

#hotel-booking-results form .hb_button.hb_checkout:focus,
#hotel-booking-results form button.hb_add_to_cart:focus,
#hotel-booking-results form button[type=submit]:focus {
	outline: none
}

#hotel-booking-results .hb-search-results>.hb-room {
	margin: 0px 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name {
	color: #2a2a2a;
	font-size: 30px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 23px;
	line-height: 30px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a {
	line-height: 30px;
	display: inline-block;
	color: #2a2a2a;
	text-decoration: none
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
	color: #ffb606
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name label {
	display: inline-block;
	line-height: 30px;
	margin: 0;
	font-style: italic;
	font-weight: 400;
	font-size: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
	max-width: 100%;
	width: 50%;
	float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail img {
	width: 100%;
	max-width: 100%;
	max-height: 420px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
	width: 50%;
	padding: 30px 40px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li {
	margin-bottom: 30px;
	display: block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li:last-child {
	margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb_search_item_price {
	margin-left: 20px;
	margin-right: 15px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li select {
	padding: 5px 25px 5px 5px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>label {
	width: auto;
	font-weight: 400;
	color: #2a2a2a;
	margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div {
	width: auto;
	margin-left: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div.hb_view_price {
	margin-left: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_quantity>label {
	line-height: 38px;
	float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
	position: relative
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child {
	display: inline-block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity>div,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child>div {
	font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
	font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details {
	color: #9a9a9a;
	font-weight: 400;
	font-style: italic
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details:hover {
	text-decoration: underline
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_quantity .number_room_select.hotel_booking_invalid_quantity {
	border-color: #ac2925;
	color: #ac2925
}

#hotel-booking-results a:hover {
	text-decoration: underline
}

#hotel-booking-results .rooms-pagination a:hover {
	text-decoration: none
}

#hotel-booking-cart,
#hotel-booking-payment {
	padding: 0
}

#hotel-booking-cart h3,
#hotel-booking-payment h3 {
	margin: 0px 0 30px;
	font-size: var(--thim_font_h2-font-size);
	line-height: var(--thim_font_h2-line-height);
	color: var(--thim_font_title-color)
}

#hotel-booking-cart .hb-form-field-input.error .dk-selected,
#hotel-booking-cart .hb-form-field-input.error input[type=number],
#hotel-booking-cart .hb-form-field-input.error input[type=text],
#hotel-booking-cart .hb-form-field-input.error input[type=email],
#hotel-booking-payment .hb-form-field-input.error .dk-selected,
#hotel-booking-payment .hb-form-field-input.error input[type=number],
#hotel-booking-payment .hb-form-field-input.error input[type=text],
#hotel-booking-payment .hb-form-field-input.error input[type=email] {
	border-color: red
}

#hotel-booking-cart input[name=tos].error,
#hotel-booking-payment input[name=tos].error {
	border-color: red
}

#hotel-booking-cart input[type=number],
#hotel-booking-cart input[type=text],
#hotel-booking-cart input[type=email],
#hotel-booking-payment input[type=number],
#hotel-booking-payment input[type=text],
#hotel-booking-payment input[type=email] {
	line-height: 20px;
	padding: 9px 20px 9px 10px;
	border: 1px solid var(--thim_body_border_color);
	box-shadow: none;
	border-radius: 0;
	text-shadow: none
}

#hotel-booking-cart input[name=hb-coupon-code],
#hotel-booking-payment input[name=hb-coupon-code] {
	margin: 10px 0
}

#hotel-booking-cart button#hb-apply-coupon,
#hotel-booking-payment button#hb-apply-coupon {
	margin: 10px 0 10px 5px
}

#hotel-booking-cart input[type=number],
#hotel-booking-payment input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 10px
}

#hotel-booking-cart td.hb_quantity input[type=number],
#hotel-booking-payment td.hb_quantity input[type=number] {
	max-width: 60px;
	text-align: right;
	padding: 8px !important;
	-moz-appearance: textfield;
	text-align: center
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-cart button[type=submit],
#hotel-booking-cart button[type=button],
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-payment button[type=submit],
#hotel-booking-payment button[type=button] {
	text-decoration: none;
	padding: 10px 25px;
	line-height: 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffb606;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase
}

#hotel-booking-cart .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type=submit]:hover,
#hotel-booking-cart button[type=button]:hover,
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-payment button[type=submit]:hover,
#hotel-booking-payment button[type=button]:hover {
	background: #2a2a2a;
	color: #fff
}

#hotel-booking-cart .hb_button.hb_checkout:focus,
#hotel-booking-cart button[type=submit]:focus,
#hotel-booking-cart button[type=button]:focus,
#hotel-booking-payment .hb_button.hb_checkout:focus,
#hotel-booking-payment button[type=submit]:focus,
#hotel-booking-payment button[type=button]:focus {
	outline: none
}

#hotel-booking-cart .hb_button.hb_checkout.update,
#hotel-booking-cart button[type=submit].update,
#hotel-booking-cart button[type=button].update,
#hotel-booking-payment .hb_button.hb_checkout.update,
#hotel-booking-payment button[type=submit].update,
#hotel-booking-payment button[type=button].update {
	margin-left: 5px
}

#hotel-booking-cart select,
#hotel-booking-payment select {
	line-height: 22px;
	padding: 8px 20px 8px 5px;
	border: 1px solid var(--thim_body_border_color)
}

#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
	margin-bottom: 30px
}

#hotel-booking-cart table th,
#hotel-booking-payment table th {
	color: #2a2a2a;
	padding: 10px;
	text-align: center
}

#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
	text-align: center
}

#hotel-booking-cart .hb-addition-information textarea,
#hotel-booking-payment .hb-addition-information textarea {
	width: 100%;
	height: 100px;
	border: 1px solid var(--thim_body_border_color);
	padding: 10px
}

#hotel-booking-cart .hb-payment-methods>li,
#hotel-booking-payment .hb-payment-methods>li {
	margin-bottom: 10px
}

#hotel-booking-cart .hb-payment-methods>li .hb-payment-method-form,
#hotel-booking-payment .hb-payment-methods>li .hb-payment-method-form {
	padding-left: 25px
}

#hotel-booking-cart a:hover,
#hotel-booking-payment a:hover {
	text-decoration: underline
}

#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
	color: #2a2a2a;
	font-weight: 700
}

#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
	float: right;
	width: 118px;
	margin: -10px 0;
	padding: 10px 0;
	border-left: 1px solid #eee;
	text-align: right
}

#hotel-booking-cart td,
#hotel-booking-payment td {
	padding: 10px
}

#hotel-booking-cart td.hb_gross_total,
#hotel-booking-payment td.hb_gross_total {
	width: 95px;
	min-width: 95px
}

#hotel-booking-cart td.hb_capacity p,
#hotel-booking-payment td.hb_capacity p {
	margin-bottom: 0;
	font-size: 15px
}

#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: table-cell
}

#hotel-booking-cart .hb_remove_cart_item .fa,
#hotel-booking-payment .hb_remove_cart_item .fa {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px
}

.ui-datepicker.ui-widget {
	z-index: 9999 !important;
	display: none;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid var(--thim_body_border_color);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	border-radius: 0;
	padding: 8px
}

.ui-datepicker.ui-widget .ui-datepicker-header {
	background: transparent;
	border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
	background: transparent;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	background-position: center center;
	border: 0;
	cursor: pointer;
	width: 20px;
	height: 30px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
	display: none
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
	float: left;
	left: 0;
	right: auto;
	top: 4px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
	float: right;
	right: 0;
	top: 4px;
	left: auto
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
	color: #2a2a2a;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
	border: 0;
	margin-bottom: 24px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	text-align: center
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th span {
	cursor: help;
	border-bottom: 1px dotted #777
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
	padding: 0;
	border: 0;
	height: 27px;
	overflow: hidden
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
	padding: 0;
	border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
	background: #f5f5f5;
	color: #666
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
	cursor: pointer;
	display: block;
	outline: 0;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
	background: #f5f5f5
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
	color: #fff;
	background: #ffb606
}

.hb-booking-room-details {
	border: 1px solid var(--thim_body_border_color);
	padding: 18px 30px 0;
	background: #f9f9f9;
	position: absolute;
	margin-top: 10px;
	visibility: hidden;
	left: 0;
	min-width: 430px;
	z-index: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.hb-booking-room-details.active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
	z-index: 999
}

.hb-booking-room-details .hb_search_room_item_detail_price_close {
	background: #2a2a2a;
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer
}

.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
	background: #ffb606
}

.hb-booking-room-details table {
	border: 0
}

.hb-booking-room-details table tr td {
	padding: 0
}

.hb-booking-room-details table tr td:first-child {
	color: #2a2a2a
}

.hb-booking-room-details table tr td.hb_search_item_total_description {
	font-style: italic;
	color: #9a9a9a;
	padding-right: 100px;
	padding-left: 20px
}

.hb-booking-room-details table tr td.hb_search_item_price {
	color: #ffb606;
	font-weight: 700
}

.hb-booking-room-details table tbody tr td {
	border: 0;
	padding-bottom: 20px
}

.hb-booking-room-details table tbody tr:last-child td {
	padding-bottom: 25px
}

.hb-booking-room-details table tfoot tr td {
	padding-top: 25px;
	border: 0;
	border-top: 1px solid #eee
}

.hb-booking-room-details table tfoot tr td.hb_search_item_total_bold {
	font-weight: 700
}

.hotel_booking_mini_cart .hb_mini_cart_item {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
	font-size: 18px;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 30px;
	margin: 0;
	margin-top: 23px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
	position: absolute;
	top: 2px;
	right: 0;
	color: #333;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
	background: #ffb606;
	color: #fff
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price {
	color: #2a2a2a;
	line-height: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
	font-weight: 400;
	font-size: 15px;
	margin-right: 12px;
	margin-bottom: 0
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
	font-weight: 700;
	font-size: 15px;
	color: #2a2a2a
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
	color: #ffb606
}

.hotel_booking_mini_cart .hb_mini_cart_footer {
	text-align: center;
	margin-top: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
	color: #fff;
	margin: 0 2px;
	border-radius: 0;
	font-family: var(--thim_font_title-font-family);
	text-transform: uppercase;
	font-size: 14px
}

.hotel_booking_mini_cart .hb_mini_cart_empty {
	text-align: center;
	margin: 10px 0 0;
	color: #2a2a2a
}

body.post-type-archive-hb_room {
	background: #f7f7f7
}

@media (max-width:540px) {
	body.post-type-archive-hb_room .rooms {
		margin: 0
	}
}

@media (max-width:540px) {
	body.post-type-archive-hb_room .rooms .hb_room {
		padding: 0
	}
}

body.post-type-archive-hb_room.rooms-layout-2 {
	background-color: #ffffff
}

#thim-room-archive .room-types {
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-100%);
	z-index: 1;
	line-height: 1
}

@media (max-width:767px) {
	#thim-room-archive .room-types {
		left: 20px
	}
}

#thim-room-archive .room-types a {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.6em;
	font-family: var(--thim_font_title-font-family);
	background: var(--thim_body_primary_color);
	padding: 4px 14px;
	display: inline-block
}

#thim-room-archive .summary {
	border: 1px solid transparent;
	background: #fff
}

.thim-room-top.switch-layout-container {
	margin-bottom: 70px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width:767px) {
	.thim-room-top.switch-layout-container {
		margin-bottom: 40px
	}
}

@media (max-width:480px) {
	.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout {
		display: none
	}
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div {
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	color: #ccc
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
	color: #000;
	font-size: 28px;
	padding: 16px;
	background: #fff
}

@media (max-width:767px) {
	.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
		padding: 10px
	}
}

@media (max-width:480px) {
	.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div i {
		font-size: 20px;
		padding: 8px
	}
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.list {
	margin-right: 10px
}

@media (max-width:767px) {
	.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.list {
		margin-right: 5px
	}
}

.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div.switch-active i,
.thim-room-top.switch-layout-container .thim-switch-layout.switch-layout>div:hover i {
	color: #fff;
	background: var(--thim_body_primary_color)
}

.thim-room-top.switch-layout-container .room-index {
	display: inline-block
}

.rooms.tp-hotel-booking {
	margin: 0
}

.rooms.tp-hotel-booking .thim-room-grid {
	margin: 0 -15px
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .footer-content-room .actions {
	display: none
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .content-room {
	position: relative
}

.rooms.tp-hotel-booking .thim-room-grid .hb_room .content-room .rating {
	display: none
}

.rooms.tp-hotel-booking .thim-room-list {
	margin: 0 -15px
}

.rooms.tp-hotel-booking .thim-room-list .hb_room {
	display: table;
	width: 100%;
	margin-bottom: 50px
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room {
		margin-bottom: 30px
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
	display: flex;
	align-items: flex-end;
	box-shadow: rgba(100, 100, 111, 0) 0px 4px 10px 0px;
	margin-bottom: 0
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
		align-items: center
	}
}

@media (max-width:767px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary {
		display: block
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover .media .actions {
	left: 40px;
	bottom: 35px
}

@media (max-width:767px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary:hover .media .actions {
		left: 50%;
		right: auto;
		top: 50%;
		height: 40px;
		transform: translate(-50%, -50%)
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .content-room {
	box-shadow: unset;
	position: relative
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
	display: block;
	top: unset;
	right: 40px;
	bottom: 35px
}

@media (max-width:1199px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
		bottom: 20px
	}
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
		right: 20px
	}
}

@media (max-width:450px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .summary .rating {
		top: -30px;
		bottom: auto
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media {
	width: 50%
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media .actions {
	width: unset;
	left: 0;
	bottom: 0;
	transform: unset;
	top: unset
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .media .rating {
	display: none
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
	padding: 30px 40px;
	width: 50%
}

@media (max-width:1199px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
		padding: 15px 30px
	}
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
		padding: 15px 20px
	}
}

@media (max-width:767px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
		padding-top: 0
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room {
	padding: 45px 0 0 0
}

@media (max-width:1199px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room {
		padding: 40px 0 0 0
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .title h4 {
	font-size: 36px;
	line-height: 1
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .title h4 {
		font-size: 28px
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .room-types {
	transform: translateY(0) !important;
	left: 0 !important
}

@media (max-width:767px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .title-room .room-types {
		transform: translateY(-100%) !important
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
	padding: 0;
	margin-bottom: 30px
}

@media (max-width:1440px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
		margin-bottom: 0
	}
}

@media (max-width:1199px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description {
		margin-top: 10px
	}
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description>p {
		margin-bottom: 10px
	}
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .description .information_services ul li {
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room {
		padding-bottom: 0px
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .price {
	margin: 0;
	padding-bottom: 0
}

@media (max-width:991px) {
	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .price {
		padding-top: 20px
	}
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room .footer-content-room .actions {
	display: none
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a {
	padding: 12px 25px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	background: rgba(46, 176, 209, 0.9);
	border: 1px solid rgba(46, 176, 209, 0.9)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a:hover {
	background: #fff;
	color: rgba(46, 176, 209, 0.9);
	border: 1px solid rgba(46, 176, 209, 0.9)
}

.thim-widget-hotel-room .footer-content-room .actions {
	display: none
}

.hb_room_carousel .footer-content-room .actions {
	display: none
}

.hb_single_room .actions {
	display: none
}

.hb_related_other_room .rooms li.hb_room .footer-content-room .actions {
	display: none
}

#booking-customer .customer-details {
	display: inline-block
}

#booking-customer .customer-details li {
	font-size: 18px;
	border: 1px solid var(--thim_body_border_color);
	margin-bottom: 10px;
	width: calc(50% - 10px);
	float: left;
	padding: 10px 15px;
	margin-right: 10px;
	color: #333
}

#booking-customer .customer-details li label {
	border-right: 1px solid var(--thim_body_border_color);
	font-size: 16px;
	margin-bottom: 0;
	width: 30%
}

#booking-customer .customer-details li:nth-child(2n+1) {
	margin-right: 0
}

.hb_old_layout .rooms .hb_room .media:after {
	display: none
}

.hb_old_layout .hb_room_carousel .summary .media {
	position: relative
}

.hb_old_layout .hb_room_carousel .summary .media .description {
	max-width: 210px;
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	margin-top: 0;
	padding: 8px 0;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 8px 0px
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul {
	text-align: center;
	margin-top: 0
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul li {
	margin-bottom: 0
}

.hb_old_layout .hb_room_carousel .summary .media .description .information_services ul li:first-child {
	padding-left: 15px
}

.hb_old_layout .hb_room_carousel .summary .content-room .title-room {
	padding-top: 50px;
	text-align: center
}

.hb_old_layout .hb_room_carousel .summary .content-room .title-room .room-types {
	display: none
}

.hb_old_layout .hb_room_carousel .summary .content-room .footer-content-room .price {
	border-top: unset;
	text-align: center;
	padding-top: 15px
}

.hb_old_layout .hb_room_carousel_container.style-3 .media .description>p {
	display: none
}

.wp-hotel-booking-page .footer-content-room .actions {
	display: none
}

@-webkit-keyframes room-faqs-box__content-inner-transform {
	from {
		opacity: 0;
		-webkit-transform: translateX(5%);
		-moz-transform: translateX(5%);
		-ms-transform: translateX(5%);
		-o-transform: translateX(5%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%)
	}
}

@keyframes room-faqs-box__content-inner-transform {
	from {
		opacity: 0;
		-webkit-transform: translateX(5%);
		-moz-transform: translateX(5%);
		-ms-transform: translateX(5%);
		-o-transform: translateX(5%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%)
	}
}

#booking-items table th,
#booking-items table td {
	padding: 10px 15px
}

.event-list {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 18px
}

.event-list .col,
.event-list [class*=col-] {
	padding-bottom: 40px
}

.event-list .col .flower,
.event-list [class*=col-] .flower {
	background: #00b9f1
}

.event-list .col:nth-child(15) .flower,
.event-list .col:nth-child(8) .flower,
.event-list .col:nth-child(1) .flower,
.event-list [class*=col-]:nth-child(15) .flower,
.event-list [class*=col-]:nth-child(8) .flower,
.event-list [class*=col-]:nth-child(1) .flower {
	background: #f9c00c
}

.event-list .col:nth-child(16) .flower,
.event-list .col:nth-child(9) .flower,
.event-list .col:nth-child(2) .flower,
.event-list [class*=col-]:nth-child(16) .flower,
.event-list [class*=col-]:nth-child(9) .flower,
.event-list [class*=col-]:nth-child(2) .flower {
	background: #00b9f1
}

.event-list .col:nth-child(17) .flower,
.event-list .col:nth-child(10) .flower,
.event-list .col:nth-child(3) .flower,
.event-list [class*=col-]:nth-child(17) .flower,
.event-list [class*=col-]:nth-child(10) .flower,
.event-list [class*=col-]:nth-child(3) .flower {
	background: #56a902
}

.event-list .col:nth-child(18) .flower,
.event-list .col:nth-child(11) .flower,
.event-list .col:nth-child(4) .flower,
.event-list [class*=col-]:nth-child(18) .flower,
.event-list [class*=col-]:nth-child(11) .flower,
.event-list [class*=col-]:nth-child(4) .flower {
	background: #bd66ff
}

.event-list .col:nth-child(19) .flower,
.event-list .col:nth-child(12) .flower,
.event-list .col:nth-child(5) .flower,
.event-list [class*=col-]:nth-child(19) .flower,
.event-list [class*=col-]:nth-child(12) .flower,
.event-list [class*=col-]:nth-child(5) .flower {
	background: #519d9e
}

.event-list .col:nth-child(20) .flower,
.event-list .col:nth-child(13) .flower,
.event-list .col:nth-child(6) .flower,
.event-list [class*=col-]:nth-child(20) .flower,
.event-list [class*=col-]:nth-child(13) .flower,
.event-list [class*=col-]:nth-child(6) .flower {
	background: #ee7785
}

.event-list .col:nth-child(21) .flower,
.event-list .col:nth-child(14) .flower,
.event-list .col:nth-child(7) .flower,
.event-list [class*=col-]:nth-child(21) .flower,
.event-list [class*=col-]:nth-child(14) .flower,
.event-list [class*=col-]:nth-child(7) .flower {
	background: #448ccb
}

.event-list .feature-event {
	margin-bottom: 60px
}

.event-list .feature-event .image-event>img {
	width: 100%
}

.event-list .feature-event .image-event .slide-image {
	position: relative
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
	pointer-events: auto;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: rgba(149, 149, 149, 0.8);
	transition: all 0.2s
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
	background: #ff5f2e
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
	display: none
}

.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
	visibility: hidden
}

.event-list .feature-event .text-event {
	margin-top: -175px;
	margin-left: 7.7%;
	margin-right: 7.7%;
	padding: 0px 20px 32px 20px;
	position: relative;
	z-index: 1
}

.event-list .feature-event .text-event::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 62px);
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	background: #f5f4f0
}

.event-list .feature-event .text-event .tp_event_counter {
	background-color: transparent;
	border: none;
	padding: 0;
	margin-bottom: 27px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
	background: transparent;
	border: 0;
	padding: 0
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
	background-color: transparent;
	border: none;
	width: 124px;
	height: 126px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 15px
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(1) {
	background-image: url(assets/images/icon-box-bg-01.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(2) {
	background-image: url(assets/images/icon-box-bg-02.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(3) {
	background-image: url(assets/images/icon-box-bg-03.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section:nth-child(4) {
	background-image: url(assets/images/icon-box-bg-04.png)
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
	font-family: Sniglet;
	font-weight: 400;
	font-size: 45px;
	line-height: 1;
	color: #fff;
	height: unset
}

.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #fff
}

.event-list .feature-event .text-event .title-event {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #56509f;
	word-break: break-word;
	text-align: center;
	margin-bottom: 3px
}

.event-list .feature-event .text-event .title-event a {
	color: inherit;
	transition: all 0.2s
}

.event-list .feature-event .text-event .title-event a:hover {
	color: #ff5f2e
}

.event-list .feature-event .text-event .info-event {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	color: #797979;
	text-align: center
}

.event-list .feature-event .text-event .info-event span {
	display: inline-block;
	margin: 0 15px
}

.event-list .feature-event .text-event .info-event span i {
	font-size: 14px;
	margin-right: 5px
}

.event-list .item-event {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: left
}

.event-list .item-event .date-event {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 54px;
	height: 54px;
	position: absolute;
	z-index: 0;
	top: 15px;
	left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.event-list .item-event .date-event .number-date {
	font-size: 14px
}

.event-list .item-event .date-event .icon-background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.event-list .item-event .date-event .icon-background .flower {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	position: relative
}

.event-list .item-event .date-event .icon-background .flower .petal {
	height: 54px;
	width: 16px;
	position: absolute;
	top: calc(50% - 27px);
	left: calc(50% - 8px);
	background-color: inherit;
	border-radius: 8px
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(2) {
	transform: rotateZ(36deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(3) {
	transform: rotateZ(72deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(4) {
	transform: rotateZ(108deg)
}

.event-list .item-event .date-event .icon-background .flower .petal:nth-child(5) {
	transform: rotateZ(144deg)
}

.event-list .item-event .date-event .icon-background img {
	width: 100%;
	height: 100%
}

.event-list .item-event .image-event {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden
}

.event-list .item-event .image-event img {
	width: 100%;
	transition: all 0.5s ease
}

.event-list .item-event .image-event:hover img {
	transform: scale(1.05)
}

.event-list .item-event .text-event {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid var(--thim_body_border_color);
	border-top: none;
	padding: 25px 18px
}

.event-list .item-event .text-event .title-event {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.333333;
	color: #56509f;
	word-break: break-word;
	margin-bottom: 13px
}

.event-list .item-event .text-event .title-event a {
	color: inherit;
	transition: all 0.2s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	height: 45px;
	overflow: hidden
}

.event-list .item-event .text-event .title-event a:hover {
	color: #ff5f2e
}

.event-list .item-event .text-event .info-event {
	flex-grow: 1;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #797979;
	margin-bottom: 22px
}

.event-list .item-event .text-event .info-event span {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 4px
}

.event-list .item-event .text-event .info-event span:last-child {
	margin-bottom: 0
}

.event-list .item-event .text-event .info-event span i {
	color: #ff5f2e;
	position: absolute;
	top: 3px;
	left: 0
}

.event-list .item-event .text-event .author-event {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.event-list .item-event .text-event .author-event .ava-author {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	overflow: hidden
}

.event-list .item-event .text-event .author-event .ava-author img {
	border-radius: inherit
}

.event-list .item-event .text-event .author-event .text-author {
	width: calc(100% - 39px - 16px);
	align-self: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.375;
	color: #797979;
	word-break: break-word;
	margin-top: -2px
}

.event-list .item-event .text-event .author-event .text-author .name-author {
	display: block
}

.event-list .item-event .text-event .author-event .text-author a {
	color: #ff5f2e;
	transition: all 0.2s
}

.event-list .item-event .text-event .author-event .text-author a:hover {
	color: #56509f
}

.event-list .load-more-events {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	height: 50px;
	border-radius: 25px;
	background: #ff5f2e;
	padding: 0 54px;
	margin-top: 20px;
	transition: all 0.2s
}

.event-list .load-more-events:hover {
	background: #fa3b00
}

.event-list .fa-spinner {
	margin-left: 5px
}

@media (max-width:991px) {
	.responsive .event-list .feature-event .text-event {
		margin-top: -100px
	}

	.responsive .event-list .feature-event .text-event::before {
		height: calc(100% - 41px)
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter {
		margin-bottom: 17px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
		width: 80px;
		height: 80px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
		font-size: 25px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
		font-size: 14px
	}

	.responsive .event-list .feature-event .text-event .title-event {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
		padding: 0 20px
	}

	.responsive .event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
		font-size: 25px;
		width: 35px;
		height: 35px
	}

	.responsive .event-list .feature-event .text-event {
		margin-top: -41px;
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:575px) {
	.responsive .event-list .feature-event .text-event {
		margin-top: 0px;
		padding: 30px 20px 32px 20px
	}

	.responsive .event-list .feature-event .text-event::before {
		height: 100%
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row {
		margin: 0 -8px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
		width: 70px;
		height: 70px;
		margin: 8px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
		font-size: 20px
	}

	.responsive .event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
		font-size: 14px
	}
}

.bl-event-detail .detail-event .title-event {
	font-size: var(--thim_font_h2-font-size);
	line-height: 1.3;
	word-break: break-word;
	margin-bottom: 40px
}

.bl-event-detail .detail-event .image-event {
	margin-bottom: 30px
}

.bl-event-detail .detail-event .image-event img {
	width: 100%
}

.bl-event-detail .detail-event .content-event {
	height: 100%;
	padding-right: 10.7%
}

.bl-event-detail .detail-event .content-event h4 {
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
	word-break: break-word;
	margin-bottom: 30px
}

.bl-event-detail .detail-event .content-event>*:last-child {
	margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info {
	margin-bottom: 20px
}

.bl-event-detail .detail-event .info-event .item-info:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info .name-info {
	margin-bottom: 12px
}

.bl-event-detail .detail-event .info-event .item-info .value-info {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.bl-event-detail .detail-event .info-event .item-info .value-info li {
	color: #828282;
	line-height: 1.75;
	margin-bottom: 0;
	position: relative;
	padding-left: 24px
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a {
	color: inherit;
	transition: all 0.2s
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.bl-event-detail .detail-event .info-event .item-info .value-info li i {
	font-size: 15px;
	color: var(--thim_body_primary_color, #ffb606);
	position: absolute;
	top: 5px;
	left: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield {
	font-family: Sniglet;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.3;
	color: #56509f;
	display: inline-block;
	margin-right: 15px;
	position: relative
}

.bl-event-detail .detail-event .info-event .item-info.share-link .namefield:after {
	position: absolute;
	content: ":";
	right: -5px;
	bottom: 0
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials {
	display: inline-block
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a {
	color: #828282;
	line-height: 1.75;
	display: inline-block;
	margin-right: 15px;
	transition: all 0.2s
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
	color: #ff5f2e
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a i {
	position: static;
	color: inherit;
	font-size: inherit
}

.bl-event-detail .detail-event .col,
.bl-event-detail .detail-event [class*=col-] {
	padding-bottom: 53px
}

.bl-event-detail .author-event {
	border: 1px solid var(--thim_body_border_color);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 53px
}

.bl-event-detail .author-event .ava-author {
	width: 87px
}

.bl-event-detail .author-event .ava-author img {
	width: 100%
}

.bl-event-detail .author-event .text-author {
	width: calc(100% - 87px - 21px);
	align-self: center
}

.bl-event-detail .author-event .text-author .name-author {
	margin-bottom: 9px
}

.bl-event-detail .form-join-event .title-form {
	font-size: 26px;
	margin-bottom: 32px
}

.bl-event-detail .form-join-event form .row {
	margin-right: -10px;
	margin-left: -10px
}

.bl-event-detail .form-join-event form .row .col,
.bl-event-detail .form-join-event form .row [class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px
}

.bl-event-detail .form-join-event form label {
	display: block;
	width: 100%
}

.bl-event-detail .form-join-event form label textarea,
.bl-event-detail .form-join-event form label input {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #797979;
	width: 100%;
	background: transparent;
	padding: 0 18px;
	border: 1px solid var(--thim_body_border_color)
}

.bl-event-detail .form-join-event form label textarea:focus,
.bl-event-detail .form-join-event form label input:focus {
	border-color: #ff5f2e
}

.bl-event-detail .form-join-event form label input {
	height: 50px
}

.bl-event-detail .form-join-event form label textarea {
	display: block;
	margin-bottom: 0;
	min-height: 200px;
	padding-top: 19px;
	padding-bottom: 19px
}

.bl-event-detail .form-join-event form button {
	cursor: pointer;
	font-family: Sniglet;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	min-width: 200px;
	overflow: hidden;
	height: 50px;
	border-radius: 25px;
	background: #ff5f2e;
	padding: 0 40px;
	transition: all 0.2s;
	margin-top: 40px
}

.bl-event-detail .form-join-event form button:hover {
	background: #fa3b00
}

@media (max-width:767px) {
	.responsive .bl-event-detail .detail-event .title-event {
		font-size: 28px
	}

	.responsive .bl-event-detail .detail-event .content-event {
		padding-right: 0;
		border-right: none
	}
}

@media (max-width:1572px) and (min-width:1441px) {
	.menu-right .thim-sc-button .thim-button {
		padding: 0 30px
	}

	.wrapper-header_v3 #masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
		padding: 15px 10px
	}
}

@media (max-width:1440px) {
	#masthead.header_v3 .navigation .tm-flex .menu-center {
		margin-left: 0 !important
	}

	#masthead.header_v3 .navigation .tm-flex .header-left {
		display: none
	}

	.testimonial_style_new {
		display: inline
	}

	.testimonial_style_new .avatar-testimonial {
		display: none
	}

	.testimonial_style_new .sc-testimonials .testimonial_content {
		width: 100%
	}
}

@media (max-width:1366px) {
	#masthead.header_v3 .navigation .tm-flex .menu-center {
		margin-left: 0 !important
	}

	#masthead.header_v3 .navigation .tm-flex .header-left {
		display: none
	}

	.testimonial_style_new .sc-testimonials .testimonial_content {
		width: 100%
	}
}

@media (max-width:1280px) {
	.thim-holiday {
		padding: 70px 47px
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
		display: none
	}
}

@media (min-width:1200px) {
	.content-pusher.boxed-area {
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		box-shadow: 0 0 32px rgba(0, 0, 0, 0.23)
	}

	.content-pusher.boxed-area .container {
		padding-left: 55px;
		padding-right: 55px
	}

	.content-pusher.boxed-area .container.home-page,
	.content-pusher.boxed-area .container.site-content {
		background: #fff
	}

	.content-pusher.boxed-area .thim-top-rev-slider {
		position: relative
	}

	.content-pusher.boxed-area .thim-top-rev-slider .tp-rightarrow {
		right: 0;
		left: auto !important
	}

	.content-pusher.boxed-area .text-center .desc-icon-box {
		padding-left: 15px;
		padding-right: 15px
	}

	.content-pusher.boxed-area .newletter .mc4wp-form input[type=email] {
		width: 240px
	}

	.content-pusher.boxed-area #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
		margin: 0;
		padding: 10px 12px
	}

	.container {
		width: var(--thim_body_container)
	}

	.siteorigin-panels-stretch {
		margin-left: -385px;
		margin-right: -385px;
		padding-left: 385px;
		padding-right: 385px
	}

	.siteorigin-panels-stretch.thim-fix-stretched {
		padding-left: 0;
		padding-right: 0
	}

	.siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
		background-repeat: no-repeat !important;
		background-size: cover !important
	}
}

@media (max-width:1200px) {
	.thim-widget-event .item-event .event-thumbnail {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .header-left {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper {
		display: none
	}
}

@media (max-width:1024px) {
	body .hb_room_carousel_container .item {
		min-height: 258px;
		min-width: 242px
	}

	body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
		padding-right: 15px
	}

	.text-center .desc-icon-box {
		padding-left: 0;
		padding-right: 0
	}

	.thim-list-posts.sidebar .article-image {
		margin-bottom: 10px
	}

	.thim-list-posts.sidebar .article-title-wrapper {
		clear: both
	}

	#sidebar .hotel-booking-search {
		padding-left: 30px;
		padding-right: 30px
	}

	#sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
		min-width: 100px;
		margin-bottom: 10px
	}

	#sidebar .widget-area aside.widget_search-room {
		width: 100% !important
	}

	#hotel-booking-cart table td,
	#hotel-booking-payment table td {
		padding: 10px 7px
	}

	#hotel-booking-cart .hb_advance_payment .hb-align-right,
	#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
	#hotel-booking-cart .hb_advance_tax .hb-align-right,
	#hotel-booking-cart .hb_sub_total .hb-align-right,
	#hotel-booking-payment .hb_advance_payment .hb-align-right,
	#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
	#hotel-booking-payment .hb_advance_tax .hb-align-right,
	#hotel-booking-payment .hb_sub_total .hb-align-right {
		width: 128px
	}

	.top_site_main.images_parallax {
		min-height: 350px
	}

	.wp-hotel-booking-room-page .rooms.tp-hotel-booking>.hb_room {
		width: 50%
	}

	#sidebar .widget-area aside.widget_search-room {
		width: 100% !important
	}

	#masthead.header_v3 .navigation .tm-flex .header-left {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .width-logo {
		margin: 0
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
		width: 190px;
		padding: 0;
		float: none
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right li {
		padding: 0
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right li .thim-sc-button .thim-button {
		padding: 0 15px
	}

	#masthead.header_v3 .navigation .tm-flex .width-logo .sm-logo img {
		margin-bottom: 0
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.owl-carousel {
		margin: 0
	}

	.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
		padding: 0
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image {
		margin: 0 15px
	}

	.thim-holiday {
		padding: 40px 30px
	}

	footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
		width: 100px
	}

	.single-room-layout-2 .hb_single_room .top-content {
		padding: 30px 0
	}

	.single-room-layout-2 .hb_single_room .top-content .price-single {
		margin: 0
	}

	.single-room-layout-2 .hb_single_room .top-content .price-single .price .title-price {
		margin-top: 15px
	}

	.single-room-layout-2 .hb_single_room .top-content .title {
		width: 100%
	}

	.single-room-layout-2 .hb_single_room #sidebar .form-booking-by-email form .button-submit .wpcf7-submit {
		text-wrap: unset;
		padding: 7px
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
		width: 50%;
		padding: 20px 30px
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
		width: 50%
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results {
		overflow: hidden
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #sidebar {
		display: block
	}

	.thim-list-event .item-event .time-from {
		margin: 0 30px
	}

	.thim-list-event .item-event .event-wrapper {
		padding: 0 30px;
		flex-basis: 60%
	}

	.single-room-layout-2 .hb_single_room #hb_room_images #carousel img {
		min-height: 90px
	}

	.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
		height: fit-content;
		line-height: 1.2em;
		padding: 8px
	}

	.single-room-layout-2 .hb_single_room .bottom-content {
		padding: 40px 0
	}

	.single-room-layout-2 .hb_single_room .bottom-content .title {
		margin-bottom: 30px
	}
}

@media (min-width:768px) and (max-width:992px) {
	.container {
		width: 900px;
		max-width: 100%
	}

	body .hb_room_carousel_container .item {
		min-height: 308px;
		min-width: 300px
	}

	.list-html-content {
		margin-bottom: 50px
	}

	.list-html-content .item-content {
		padding-left: 0
	}

	.list-html-content .col-sm-6:nth-child(2n) {
		padding-right: 0;
		padding-left: 45px
	}

	.filter-restaurant .erm_product {
		width: 100%
	}

	#hotel-booking-cart table td,
	#hotel-booking-payment table td {
		padding: 10px 3px
	}

	#hotel-booking-cart .hb_advance_payment .hb-align-right,
	#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
	#hotel-booking-cart .hb_advance_tax .hb-align-right,
	#hotel-booking-cart .hb_sub_total .hb-align-right,
	#hotel-booking-payment .hb_advance_payment .hb-align-right,
	#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
	#hotel-booking-payment .hb_advance_tax .hb-align-right,
	#hotel-booking-payment .hb_sub_total .hb-align-right {
		width: 124px
	}

	#hotel-booking-cart .hb_capacity,
	#hotel-booking-payment .hb_capacity {
		display: none
	}

	footer#colophon .row aside.col-sm-3 {
		width: 100%;
		text-align: center
	}

	footer#colophon.footer_style_new aside .widget-title:before {
		left: auto
	}

	footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
		width: 200px;
		max-width: 200px
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
		display: none
	}
}

@media (max-width:991px) {
	.thim-widget-column-post-base .thim-column-posts .post-item {
		margin-bottom: 30px
	}

	.woocommerce .product-info .right,
	.woocommerce-page .product-info .right {
		padding-left: 15px
	}

	.woocommerce div.product .product_title,
	.woocommerce-page div.product .product_title {
		margin-top: 0
	}

	.single-room-layout-2 .hb_single_room #hb_room_images #carousel {
		position: relative;
		overflow: hidden;
		left: 0;
		bottom: 0;
		transform: none
	}

	.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-prev {
		left: 10px
	}

	.single-room-layout-2 .hb_single_room #hb_room_images #carousel .flex-direction-nav .flex-next {
		right: 10px
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms .site-main {
		width: 100%
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms .site-main .hb-page-search-room-results {
		padding: 0
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #sidebar {
		width: 100%
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #sidebar .widget:last-child {
		margin-bottom: 0
	}

	.single-tp_event .event-info .tp-event-info {
		width: 50%
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms .site-main {
		margin-bottom: 30px
	}

	#booking-customer .customer-details li {
		width: 100%
	}

	#hotel-booking-cart td.hb_capacity,
	#hotel-booking-payment td.hb_capacity {
		display: flex
	}

	#hotel-booking-cart td.hb_gross_total,
	#hotel-booking-payment td.hb_gross_total {
		width: 100%
	}

	#hotel-booking-cart td.hb_capacity p,
	#hotel-booking-payment td.hb_capacity p {
		margin: 0;
		justify-content: flex-end;
		display: inline-flex;
		width: 20%
	}

	.wp-hotel-booking-cart .site-main,
	.wp-hotel-booking-cart #sidebar,
	.wp-hotel-booking-checkout .site-main,
	.wp-hotel-booking-checkout #sidebar {
		width: 100%
	}

	.wp-hotel-booking-cart .site-main,
	.wp-hotel-booking-checkout .site-main {
		margin-bottom: 30px
	}

	#hotel-booking-cart td.hb_room_type a,
	#hotel-booking-payment td.hb_room_type a {
		width: 60%;
		margin-left: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

@media (min-width:781px) and (max-width:900px) {

	.thim-search-room .hotel-booking-search form,
	.wp-hotel-booking-search-rooms .hotel-booking-search form {
		padding: 30px 5px
	}

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
		padding: 0 5px
	}

	.thim-search-room .hotel-booking-search form .hb-submit,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
		padding: 0 5px
	}

	body .navbar-nav>li>a,
	body .navbar-nav>li>span.disable_link,
	body .navbar-nav>li>span:not(.icon-toggle) {
		padding-right: 10px
	}

	.single-tp_event .site-main {
		width: 65%
	}

	.single-tp_event #sidebar {
		width: 35%
	}
}

@media (max-width:780px) {
	#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_add_to_cart .hb_button.hb_view_cart {
		color: #fff
	}

	#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_add_to_cart .hb_button.hb_view_cart:hover {
		color: #fff
	}

	footer#colophon.footer_style_new aside .newletter .mc4wp-form input[type=email] {
		width: 200px;
		max-width: 200px
	}

	#hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
		width: calc(100% - 270px);
		padding-left: 30px
	}

	.wp-hotel-booking-search-rooms #sidebar {
		display: none
	}

	.thim-search-room-slider {
		margin-top: 0 !important;
		width: 100%;
		height: auto;
		position: static;
		float: none;
		padding: 30px 0
	}

	.thim-search-room-slider .widget_search-room {
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
		padding: 15px
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
		padding-right: 25px
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
		right: 12px
	}

	.admin-bar .site-header.affix {
		top: 46px
	}

	.thim-fixed {
		position: relative !important;
		width: 100% !important;
		top: auto !important
	}

	.wpcf7-form {
		margin-left: 0
	}

	.rooms {
		margin: 0
	}

	.post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
		width: 50% !important
	}

	.counter-box {
		margin: 0 auto
	}

	#main,
	#sidebar {
		width: 100%;
		float: left;
		clear: both
	}

	.blog .site-main.alignleft,
	.archive .site-main.alignleft,
	.single .site-main.alignleft {
		padding-right: 15px;
		padding-bottom: 60px
	}

	.blog .site-main.alignright,
	.archive .site-main.alignright,
	.single .site-main.alignright {
		padding-left: 15px;
		padding-bottom: 60px
	}

	#hotel-booking-cart,
	#hotel-booking-payment {
		padding-bottom: 30px
	}

	#hotel-booking-cart table td,
	#hotel-booking-payment table td {
		padding: 10px 10px
	}

	#hotel-booking-cart .hb_advance_payment .hb-align-right,
	#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
	#hotel-booking-cart .hb_advance_tax .hb-align-right,
	#hotel-booking-cart .hb_sub_total .hb-align-right,
	#hotel-booking-payment .hb_advance_payment .hb-align-right,
	#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
	#hotel-booking-payment .hb_advance_tax .hb-align-right,
	#hotel-booking-payment .hb_sub_total .hb-align-right {
		width: 70px
	}

	#hotel-booking-cart .hb_capacity,
	#hotel-booking-payment .hb_capacity {
		display: block
	}

	#sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
		padding: 10px 25px;
		margin: 0 2px
	}

	.thim-search-room .hotel-booking-search form .hb-form-table,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table {
		width: 100%;
		float: none;
		margin-left: 0
	}

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
		width: 100% !important;
		max-width: none;
		float: none;
		margin-bottom: 20px
	}

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-list {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.thim-search-room .hotel-booking-search form .hb-submit,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
		width: 100%;
		float: none
	}

	.thim-search-room .hotel-booking-search form .hb-submit button,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit button {
		max-width: none;
		width: 100%
	}

	.site-main .hotel-booking-search {
		padding-bottom: 60px
	}

	.site-main .hotel-booking-search .hb-form-field,
	.site-main .hotel-booking-search form button {
		max-width: 100%
	}

	.site-main .hotel-booking-search .hb-form-field-input {
		display: block
	}

	.thim-list-posts.sidebar .article-title-wrapper {
		clear: right
	}

	.layout-special form {
		width: 100%
	}

	.single-tp_event #sidebar .widget_book-event {
		margin-bottom: 0
	}

	.single-room-layout-2 .hb_single_room .bottom-content .hotel-booking-search form .hb-submit button {
		padding: 17px
	}
}

@media (min-width:768px) and (max-width:780px) {

	.navigation .navbar-nav>li.current-menu-item>a:after,
	.navigation .navbar-nav>li:hover>a:after,
	.navigation .navbar-nav>li.current-menu-item>span:after,
	.navigation .navbar-nav>li:hover>span:after {
		left: 15px;
		right: 15px
	}

	.thim-our-service {
		padding-left: 0;
		margin-top: 60px
	}

	body .hb_room_carousel_container .hb_room {
		min-height: 272px;
		min-width: 256px
	}

	.thim-search-room .hotel-booking-search form,
	.wp-hotel-booking-search-rooms .hotel-booking-search form {
		padding-left: 0;
		padding-right: 0
	}

	.thim-search-room .hotel-booking-search form .hb-submit,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
		padding: 0 8px
	}

	.site-main.alignleft {
		float: left
	}

	.thim-widget-box .box_image.style_2 .image_background img {
		width: 100%
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.owl-carousel {
		margin: 0
	}

	.wpcf7-form .contact-form-new {
		margin: 0 auto
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image {
		margin: 15px
	}

	.thim-background-right {
		z-index: 1 !important;
		padding: 30px 0
	}

	.thim-margin-top {
		margin-top: 0
	}

	.wpcf7-form .contact-form-new {
		margin: 0 auto
	}

	.thim-holiday {
		margin: 0
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .right-menu {
		height: 80px
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
		padding: 15px
	}
}

@media (min-width:768px) {
	.width-logo .mobile-logo {
		display: none
	}

	.thim-border-grid .panel-grid-cell:first-child .panel-widget-style {
		position: relative;
		overflow: hidden;
		padding-right: 30px
	}

	.thim-border-grid .panel-grid-cell:first-child .panel-widget-style:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background: var(--thim_body_border_color)
	}

	.top_site_main .banner-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		display: inline-block
	}

	.top_site_main.images_parallax:before {
		content: "";
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		opacity: 0.4;
		background: #000
	}

	.thim-widget-counters-box {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.thim-search-room-slider .hotel-booking-search {
		padding: 13px 15px
	}

	.site-header.header_v2 .header-left.table-cell {
		display: none
	}

	.site-header.header_v2 .header-right.table-cell {
		display: none;
		width: 100%;
		margin-top: 10px;
		text-align: center;
		margin-bottom: 5px
	}

	.site-header.header_v2 .header-right.table-cell .thim-float-right {
		float: none
	}

	.site-header.header_v2 .navigation {
		padding: 0
	}

	.site-header.header_v2 .width-logo {
		width: 100%;
		text-align: center;
		display: block
	}

	.site-header.header_v2 .width-logo>a.mobile-logo {
		display: table-cell
	}

	.width-navigation .inner-navigation {
		width: 100%;
		display: inline-block
	}

	.width-navigation .inner-navigation .header-right {
		display: inline-block;
		padding-top: 10px
	}

	.width-navigation .inner-navigation .header-right .thim-float-right {
		float: none
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .header-right {
		display: inline-block
	}

	.nav-right.panel-widget-style {
		margin-top: 20px !important
	}

	.nav-right .hb_room_carousel_container .text_link {
		left: 0;
		text-align: center
	}

	.nav-right .hb_room_carousel_container .hb_room_carousel {
		padding-top: 0
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
		top: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
		display: none
	}

	.width-logo .mobile-logo {
		display: block
	}

	.width-logo .no-mobile-logo {
		display: none
	}

	.affix .width-logo .sticky-logo {
		display: block
	}

	.affix .width-logo .mobile-logo {
		display: none
	}

	.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-form-table .hb-form-field {
		padding: 0
	}

	.thim-search-room .hotel-booking-search form .hb-submit,
	.wp-hotel-booking-search-rooms .hotel-booking-search form .hb-submit {
		padding: 0
	}

	.thim-search-room .hotel-booking-search form,
	.wp-hotel-booking-search-rooms .hotel-booking-search form {
		padding: 30px
	}

	.width-navigation {
		overflow: auto;
		overflow-x: hidden
	}

	.top-header .thim-social ul.social_link {
		margin-left: -10px;
		margin-right: 0
	}

	.top_site_main img {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0
	}

	.top_site_main .page-title-wrapper {
		padding: 0
	}

	.top_site_main .page-title-wrapper .banner-description p {
		margin-bottom: 0
	}

	.top_site_main .page-title-wrapper .banner-wrapper.article_heading {
		display: inline-block;
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0;
		transform: translate(0, -50%)
	}

	.list-html-content {
		text-align: left;
		position: relative;
		padding-bottom: 0;
		margin-bottom: 50px
	}

	.list-html-content .line-center {
		display: none
	}

	.list-html-content .item-content {
		padding: 10px 0
	}

	.erm_menu_content.menu_content_two_column li.erm_product {
		width: 100%
	}

	.otw-wrapper .col-sm-3 {
		margin-bottom: 25px
	}

	.otw-wrapper .otw-button-wrap {
		margin-bottom: 0
	}

	.border-widget .panel-grid-cell {
		width: 50% !important;
		float: left !important;
		margin-bottom: 30px
	}

	.border-widget .panel-grid-cell:nth-child(1) {
		padding-right: 15px !important
	}

	.border-widget .panel-grid-cell:nth-child(2) {
		padding-left: 15px !important
	}

	.border-widget .panel-grid-cell:last-child {
		margin-top: 25px !important;
		width: 100% !important
	}

	.border-widget .widget.so-panel {
		min-height: inherit
	}

	.wrapper-gallery-filter .fancybox {
		display: inline-block;
		margin-bottom: 10px
	}

	.top-header {
		padding-top: 10px
	}

	.top-header aside {
		display: block;
		margin-left: 15px;
		padding: 5px 0 2px;
		border-bottom: 0 !important
	}

	.footer aside {
		padding-bottom: 10px
	}

	footer#colophon .footer aside {
		margin-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px
	}

	.footer aside:first-child {
		padding-bottom: 5px
	}

	.footer aside:last-child {
		padding-bottom: 0
	}

	.footer .newletter {
		display: block;
		text-align: left
	}

	.rtl .footer .newletter {
		text-align: right
	}

	.thim-list-posts.sidebar .article-title-wrapper {
		clear: initial
	}

	.list-html-content .col-sm-6 {
		clear: both
	}

	.list-html-content .item-content .desc-list {
		float: none;
		max-width: none
	}

	.thim-widget-gallery .wrapper-gallery-filter .col-sm-4 {
		width: 50%
	}

	.widget_shopping_cart .widget_shopping_cart_content {
		min-width: 200px;
		width: 200px
	}

	#hotel-booking-cart .hb_check_in,
	#hotel-booking-cart .hb_check_out,
	#hotel-booking-payment .hb_check_in,
	#hotel-booking-payment .hb_check_out {
		display: block
	}

	.hb-booking-room-details {
		left: auto;
		right: 10px
	}

	td.hb_addition_no {
		display: none
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .header-left {
		display: block
	}

	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav {
		display: initial
	}

	.rooms.tp-hotel-booking .thim-room-list .hb_room .media {
		display: block;
		width: 100%
	}

	.rooms.tp-hotel-booking .thim-room-list .hb_room .content-room {
		display: block;
		width: 100%;
		border-right: none
	}

	.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room {
		display: block;
		width: 100%;
		padding-bottom: 30px
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu {
		min-width: auto
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
		padding: 0
	}

	#masthead.header_v3 .navigation .tm-flex .menu-mobile-effect {
		margin-left: 30px
	}

	.thim-widget-box .box_image.style_1 .image .image-right,
	.thim-widget-box .box_image.style_1 .image .image-left {
		width: 50%;
		float: left
	}

	.thim-widget-box .box_image.style_2 .image_background img {
		width: 100%
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.owl-carousel {
		margin: 0
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image {
		margin: 15px
	}

	.thim-background-right {
		z-index: 1 !important;
		padding: 30px 0
	}

	.thim-margin-top {
		margin-top: 0
	}

	.wpcf7-form .contact-form-new {
		margin: 0 auto
	}

	.thim-holiday {
		margin: 0
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation {
		width: 300px !important
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item {
		width: 300px
	}

	.width-navigation .navbar-nav .icon-toggle {
		right: 10px;
		padding: 10px 20px
	}

	.rtl .width-navigation .navbar-nav .icon-toggle {
		left: 10px;
		right: auto
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .right-menu .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .sub-menu li {
		padding: 5px 15px
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right li {
		list-style: none
	}

	.menu-right li span {
		color: #ffffff
	}

	.rtl .site-header.header_v1 .navbar-nav li {
		text-align: right
	}

	.list-product-cat {
		margin-bottom: 40px
	}

	.list-product-cat .product-cat li a {
		margin-bottom: 10px
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms .hotel-booking-search form {
		padding: 0
	}

	.thim-list-event .item-event {
		flex-direction: column;
		position: relative;
		align-items: start;
		padding: 0;
		border: none;
		margin-bottom: 40px
	}

	.thim-list-event .item-event .image-event {
		order: 1
	}

	.thim-list-event .item-event .event-wrapper {
		order: 2;
		padding: 20px 0 0 0
	}

	.thim-list-event .item-event .event-wrapper::before {
		content: none
	}

	.thim-list-event .item-event .time-from {
		position: absolute;
		background-color: #fff;
		padding: 15px;
		top: 20px;
		margin: 0 20px
	}
}

@media (max-width:667px) {
	.single-hb_room .hb_single_room .hb-share {
		margin: 0;
		float: left
	}

	.single-hb_room .hb_single_room .hb-share .share_show {
		margin: 0
	}

	.thim-sailing-hotel .width50 {
		width: 100%
	}

	.thim-sailing-hotel .width50:first-child {
		margin-bottom: 30px
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
		position: static;
		width: 100%;
		transform: translate(0, 0)
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
		width: 100%;
		padding: 0
	}

	.owl-carousel {
		margin: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
		width: auto
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
		left: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
		font-size: 25px
	}

	.thim-holiday {
		margin: 0;
		padding: 15px
	}

	.wpcf7-form .contact-form-new {
		margin: 0 auto
	}

	.thim-widget-box .box_image.style_1 .image .image-right,
	.thim-widget-box .box_image.style_1 .image .image-left {
		width: 50%;
		float: left
	}

	.layout-special form {
		width: 100%
	}

	.layout-special form .hb-form-table {
		display: block
	}

	.layout-special form p.hb-submit {
		width: 100%;
		display: block
	}

	.layout-special form p.hb-submit button {
		padding: 15px 0;
		width: 100%
	}

	.thim-widget-box .box_image.style_2 .image_background img {
		width: 100%
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.thim-background-right {
		z-index: 1 !important;
		padding: 30px 0
	}

	.thim-margin-top {
		margin-top: 0
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results .hb-room-content {
		flex-direction: column
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
		width: 100%
	}

	.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
		width: 100%
	}
}

@media (max-width:600px) {
	.top_site_main {
		height: auto
	}

	body .ui-datepicker {
		width: 16.5em
	}

	.content-area #pg-1904-1>.panel-row-style {
		padding: 50px 0px
	}

	.content-area #pg-1904-1>.panel-row-style .counter-box {
		margin: 15px auto
	}

	.content-area .panel-grid-cell .wrapper-line-heading {
		padding-bottom: 0px
	}

	.content-area .sc-heading.article_heading {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.content-area .list-html-content {
		margin-bottom: 10px
	}

	.thim-widget-event .item-event {
		display: block
	}

	.thim-widget-event .item-event .event-thumbnail,
	.thim-widget-event .item-event .content-item,
	.thim-widget-event .item-event .content-right {
		display: block;
		width: 100%;
		overflow: hidden
	}

	.thim-widget-tab-restaurant-menu .nav-menu-tabs li a span.box>span {
		display: none
	}

	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		width: 100% !important
	}

	.erm_menu_content.layout-default .erm_product.with_image a.image-popup {
		width: 60px
	}

	.erm_menu_content.layout-default .erm_product.with_image .item-left,
	.erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
		width: 100%;
		display: block;
		padding-left: 15px
	}

	.erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
		margin-top: 0;
		padding: 0 15px 15px
	}

	.erm_menu_content.layout-default .erm_product.with_image .erm_product_price li {
		display: inline-block;
		margin-right: 7px
	}

	.single-tp_event .event-info .tp-event-info {
		width: 100%
	}
}

@media (max-width:480px) {
	#hotel_booking_room_hidden {
		min-width: auto
	}

	#hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
		width: 100%;
		text-align: center;
		margin-bottom: 10px
	}

	#hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group input {
		min-width: 100%
	}

	#hotel_booking_room_hidden .hb_addition_package_extra {
		width: 100%
	}

	#hotel_booking_room_hidden .hb_addition_package_extra .hb_addition_packages {
		width: 100%
	}

	.top_site_main .page-title-wrapper {
		padding: 45px 0 15px
	}

	body .hb_single_room .price {
		display: inline;
		overflow: hidden;
		width: 100%;
		float: left;
		margin-top: 0
	}

	body .hb_single_room .title h4 {
		margin-bottom: 20px
	}

	.newletter .mc4wp-form input[type=email] {
		width: 180px
	}

	.product-grid .col-sm-6 {
		width: 100%
	}

	.product-grid .product_thumb {
		display: block;
		text-align: center
	}

	.border-widget .panel-grid-cell {
		width: 100% !important;
		float: none !important;
		margin-bottom: 30px !important
	}

	.border-widget .panel-grid-cell:nth-child(1) {
		padding-right: 0 !important
	}

	.border-widget .panel-grid-cell:nth-child(2) {
		padding-left: 0 !important
	}

	.woocommerce-cart table.cart .product-thumbnail {
		display: none
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		float: none
	}

	#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
		margin-bottom: 30px
	}

	#hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
		clear: both;
		margin-left: 0
	}

	.hb_single_room .price {
		margin: 10px 0 20px;
		float: none;
		clear: both
	}

	.hb_single_room table.hb_room_pricing_plans {
		max-width: 92vw;
		overflow: hidden
	}

	.hb_single_room table.hb_room_pricing_plans tr td {
		padding: 10px 0
	}

	td.hb_addition_quantity {
		display: none
	}

	.hb-order-new-customer .hb-form-table.col-2 {
		width: 100%;
		clear: none
	}

	.hb-order-new-customer .hb-form-table.col-2 li {
		max-width: 100%
	}

	.hb_single_room .hb-share {
		float: left;
		margin-bottom: 0
	}

	.hb_single_room .hb-share ul {
		margin: 0px 0px 10px 0px
	}

	.hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
		width: 100%;
		margin-top: 10px
	}

	.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
		padding-bottom: 0
	}

	.rev_slider .tparrows.zeus {
		min-width: 40px !important;
		min-height: 40px !important
	}

	.rev_slider .tparrows.zeus:before {
		line-height: 40px !important;
		font-size: 14px !important
	}

	.rev_slider .tparrows.zeus.tp-leftarrow {
		transform: none !important;
		left: 5px !important;
		right: auto !important
	}

	.rev_slider .tparrows.zeus.tp-rightarrow {
		transform: none !important;
		left: auto !important;
		right: 5px !important
	}

	#hotel-booking-cart .hb_table tbody tr,
	#hotel-booking-cart .hb_table tbody td {
		width: 100%;
		display: inline-block
	}

	#hotel-booking-cart .hb_table tbody .hb_checkout_item .hb_remove_cart_item {
		display: inline-block
	}

	.hb_advance_payment .hb-align-right {
		text-align: right !important;
		border: none !important
	}

	#hotel-booking-cart .hb_table tbody tr:last-child {
		display: none
	}

	.archive-content .loop-pagination {
		margin-left: 0;
		text-align: center
	}

	.rooms {
		margin: 0
	}

	.post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
		width: 100% !important
	}

	#hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
		width: 100%;
		padding-left: 0
	}

	.hb_single_room table.hb_room_pricing_plans,
	.hb_single_room thead,
	.hb_single_room tbody,
	.hb_single_room th,
	.hb_single_room td,
	.hb_single_room tr {
		display: block
	}

	.hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans thead tr {
		position: absolute
	}

	.hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans thead tr th {
		width: auto;
		padding: 10px 30px
	}

	.hb_single_room #hb_room_pricing_plans table.hb_room_pricing_plans tbody tr td {
		width: auto
	}

	.top_site_main.images_parallax {
		min-height: 300px
	}

	.top_site_main.images_parallax:before {
		content: "";
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		opacity: 0.4;
		background: #000
	}

	.wp-hotel-booking-room-page .rooms.tp-hotel-booking #thim-room-archive .hb_room {
		width: 100%
	}

	#masthead.header_v3 .navigation .tm-flex .header-right {
		display: table
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .width-logo {
		position: static;
		margin: 0 auto
	}

	#masthead.header_v3 .menu-mobile-effect {
		margin-left: 20px
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation {
		width: 300px
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
		padding: 15px
	}

	.thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
		padding: 0
	}

	.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
		padding: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
		position: static;
		width: 100%;
		transform: translate(0, 0)
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
		width: 100%;
		padding: 0
	}

	.owl-carousel {
		margin: 0
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image {
		margin: 0;
		border: none
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
		display: block
	}

	.thim-holiday {
		margin: 0;
		padding: 15px
	}

	.testimonial_style_new .sc-testimonials {
		padding: 15px;
		text-align: center
	}

	.thim-background-right {
		padding: 0
	}

	.wpcf7-form .contact-form-new {
		margin-left: 0
	}

	.thim-sc-video-box .box-inner .title {
		font-size: 30px
	}

	.thim-sc-video-box .box-inner {
		padding: 5px
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
		width: auto
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
		left: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
		font-size: 25px
	}

	.rooms.tp-hotel-booking[class*=hb-catalog-column-]>.hb_room {
		width: 100%
	}

	.post-type-archive-hb_room .rooms .hb_room {
		width: 100%
	}

	#hotel-booking-payment .hb-col-padding {
		padding: 15px
	}
}

@media (max-width:375px) {
	.top_site_main.images_parallax {
		min-height: 325px
	}

	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
		font-size: 40px
	}

	.top_site_main.images_parallax:before {
		content: "";
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		opacity: 0.4;
		background: #000
	}

	.hb_single_room #hb_room_load_booking_form.hb_primary {
		margin-right: 0;
		float: none;
		margin-bottom: 20px
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding-left: 15px;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%
	}

	#masthead.header_v3 .navigation .tm-flex .header-right {
		display: table
	}

	#masthead.header_v3 .navigation .tm-flex .header-right .menu-right {
		display: none
	}

	#masthead.header_v3 .navigation .tm-flex .width-logo {
		position: static;
		margin: 0 auto
	}

	#masthead.header_v3 .menu-mobile-effect {
		margin-left: 20px
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation {
		width: 300px
	}

	#masthead.header_v3 .navigation .tm-flex .menu-center .width-navigation.main-navigation .inner-navigation ul#primary-menu li.menu-item .icon-toggle {
		padding: 15px
	}

	.thim-widget-heading .style_new.sc-heading.article_heading .content-heading {
		padding: 0
	}

	.thim-widget-heading .style_new.sc-heading.article_heading .content-heading .heading__primary {
		padding: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .content-room {
		position: static;
		width: 100%;
		transform: translate(0, 0)
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media img {
		width: 100%;
		padding: 0
	}

	.owl-carousel {
		margin: 0
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image {
		margin: 0;
		border: none
	}

	.thim-widget-gallery-images .thim-gallery-images-column .list_image .item-image {
		display: block
	}

	.thim-holiday {
		margin: 0;
		padding: 15px
	}

	.testimonial_style_new .sc-testimonials {
		padding: 15px;
		text-align: center
	}

	.thim-background-right {
		padding: 0
	}

	.wpcf7-form .contact-form-new {
		margin-left: 0
	}

	.thim-sc-video-box .box-inner .title {
		font-size: 30px
	}

	.thim-sc-video-box .box-inner {
		padding: 5px
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
		width: auto
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions {
		left: 0
	}

	.thim_tours_slider .navigation .prev {
		left: 0
	}

	.thim_tours_slider .navigation .next {
		right: 0
	}

	.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .title-room .title h4 a {
		font-size: 25px
	}

	.thim-search-home-8 {
		margin: 0
	}

	.layout-special form {
		width: 100%
	}

	.layout-special .hb-form-table .hb-form-field {
		width: 100%;
		margin-top: 30px
	}

	.layout-special p.hb-submit {
		display: block
	}

	.layout-special form .hb-form-table {
		display: block
	}

	.layout-special form p.hb-submit {
		width: 100%;
		display: block
	}

	.layout-special form p.hb-submit button {
		padding: 15px 0;
		width: 100%
	}

	.thim-column-posts .post-item li .article-title-wrapper {
		padding: 30px 10px
	}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
		float: none
	}

	.woocommerce thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.woocommerce tr {
		border: 1px solid var(--thim_body_border_color)
	}

	.woocommerce td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%
	}

	.woocommerce .cart .button {
		margin-top: 10px
	}

	.woocommerce .cart .coupon .button {
		margin-top: 0
	}

	.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th {
		width: 100%;
		text-align: center
	}
}

@media (max-width:360px) {
	.woocommerce-cart table.cart .product-price {
		display: none
	}

	.woocommerce-cart table.cart td.actions input {
		margin-top: 10px
	}

	#hotel-booking-cart table td.hb_gross_total,
	#hotel-booking-payment table td.hb_gross_total {
		min-width: 100px;
		width: 100px
	}

	#hotel-booking-cart .hb_night,
	#hotel-booking-payment .hb_night {
		display: none
	}

	#hotel-booking-cart .hb_advance_payment .hb-align-right,
	#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
	#hotel-booking-cart .hb_advance_tax .hb-align-right,
	#hotel-booking-cart .hb_sub_total .hb-align-right,
	#hotel-booking-payment .hb_advance_payment .hb-align-right,
	#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
	#hotel-booking-payment .hb_advance_tax .hb-align-right,
	#hotel-booking-payment .hb_sub_total .hb-align-right {
		width: 90px
	}

	.hb-booking-room-details {
		min-width: inherit;
		max-width: 100%;
		width: 92vw
	}

	.rooms {
		margin: 0
	}

	.post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
		width: 100% !important
	}

	.width-logo>a {
		max-width: 250px
	}
}

@media (max-width:320px) {
	.top_site_main .page-title-wrapper {
		padding: 0
	}

	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
		font-size: 40px
	}

	.width-navigation {
		overflow: auto;
		width: 260px
	}

	.mobile-menu-open .content-pusher {
		-webkit-transform: translate(260px, 0);
		-moz-transform: translate(260px, 0);
		-ms-transform: translate(260px, 0);
		-o-transform: translate(260px, 0);
		left: 0
	}

	.woocommerce-cart table.cart .product-remove {
		display: table-cell;
		padding: 23px 5px
	}

	#hotel-booking-cart table td.hb_gross_total,
	#hotel-booking-payment table td.hb_gross_total {
		min-width: 80px;
		width: 80px
	}

	#hotel-booking-cart .hb_advance_payment .hb-align-right,
	#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
	#hotel-booking-cart .hb_advance_tax .hb-align-right,
	#hotel-booking-cart .hb_sub_total .hb-align-right,
	#hotel-booking-payment .hb_advance_payment .hb-align-right,
	#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
	#hotel-booking-payment .hb_advance_tax .hb-align-right,
	#hotel-booking-payment .hb_sub_total .hb-align-right {
		width: 77px
	}

	#hotel-booking-cart button#hb-apply-coupon,
	#hotel-booking-payment button#hb-apply-coupon {
		margin-left: 0
	}

	#hotel-booking-cart .hb_button.hb_checkout,
	#hotel-booking-cart .hb_button.update,
	#hotel-booking-payment .hb_button.hb_checkout,
	#hotel-booking-payment .hb_button.update {
		margin-bottom: 10px
	}

	#sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
		min-width: 120px;
		margin-bottom: 10px
	}

	.width-logo>a {
		max-width: 200px
	}

	.layout-special form .hb-form-table .hb-form-field {
		width: 100%;
		padding: 20px;
		border-bottom: 1px solid #eee
	}

	.thim-widget-box .box_image.style_1 .image .image-left,
	.thim-widget-box .box_image.style_1 .image .image-right {
		width: 100%
	}
}

@media (max-width:240px) {
	.width-navigation {
		width: 200px
	}

	.mobile-menu-open .content-pusher {
		-webkit-transform: translate(200px, 0);
		-moz-transform: translate(200px, 0);
		-ms-transform: translate(200px, 0);
		-o-transform: translate(200px, 0);
		left: 0
	}

	.woocommerce-cart table.cart .product-quantity {
		display: none
	}

	#hotel-booking-cart table .hb_quantity,
	#hotel-booking-payment table .hb_quantity {
		display: none
	}

	#hotel-booking-cart .hb_button.hb_checkout,
	#hotel-booking-cart .hb_button.update,
	#hotel-booking-payment .hb_button.hb_checkout,
	#hotel-booking-payment .hb_button.update {
		margin-left: 0
	}

	.thim-list-posts.sidebar .article-title-wrapper {
		clear: both
	}
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {

	#hotel-booking-cart table,
	#hotel-booking-cart thead,
	#hotel-booking-cart tbody,
	#hotel-booking-cart th,
	#hotel-booking-cart td,
	#hotel-booking-cart tr,
	#hotel-booking-payment table,
	#hotel-booking-payment thead,
	#hotel-booking-payment tbody,
	#hotel-booking-payment th,
	#hotel-booking-payment td,
	#hotel-booking-payment tr {
		display: block
	}

	#hotel-booking-cart table thead tr,
	#hotel-booking-payment table thead tr {
		position: absolute
	}

	#hotel-booking-cart table td,
	#hotel-booking-payment table td {
		position: relative
	}

	#hotel-booking-cart table td:before,
	#hotel-booking-payment table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left
	}

	#hotel-booking-cart table tr.hb_checkout_item td {
		text-align: right;
		display: block
	}

	#hotel-booking-cart table tr.hb_checkout_item.package td {
		text-align: center !important
	}

	#hotel-booking-cart .hb_check_in,
	#hotel-booking-cart .hb_check_out {
		display: block
	}

	#hb-cart-form p {
		text-align: center;
		display: inline-block;
		margin-top: 20px;
		width: 100%
	}

	#hotel-booking-cart .hb_capacity {
		display: block
	}

	#hotel-booking-cart td.hb_quantity {
		padding: 2px
	}

	#hotel-booking-payment table tr.hb_checkout_item.package td {
		text-align: center !important
	}

	#hotel-booking-payment table tr.hb_checkout_item.package td:first-child {
		display: none
	}

	#hotel-booking-payment table tr.hb_checkout_item td {
		text-align: right;
		display: block;
		width: 100%
	}

	#hotel-booking-payment table .hb_checkout_item td:before {
		margin-left: 15px
	}

	#hotel-booking-payment table .hb_checkout_item td.hb_gross_total {
		width: 100%
	}

	#hotel-booking-payment .hb-order-new-customer select,
	#hotel-booking-payment .hb-order-new-customer input {
		width: 100%
	}

	#hotel-booking-payment .hb_advance_payment .hb-align-right {
		width: 70px
	}

	#hotel-booking-cart table th {
		border-bottom: none;
		border-top: none
	}

	.quickview .product-info .left {
		display: inline-block;
		background: #fff;
		padding-left: 15px
	}

	.quickview .product-info .right {
		display: inline-block;
		background: #fff;
		margin-top: -10px
	}

	.quickview .product-info .quick-view-detail {
		position: static;
		background: #fff;
		padding: 10px 15px
	}
}

body {
	background-color: var(--thim_body_bg_color);
	font-family: var(--thim_font_body-font-family);
	font-size: var(--thim_font_body-font-size);
	font-weight: var(--thim_font_body-variant);
	line-height: var(--thim_font_body-line-height);
	color: var(--thim_font_body-color);
	overflow-x: hidden
}

body.bg-type-image {
	background-repeat: var(--thim_bg_repeat);
	background-position: var(--thim_bg_position);
	background-attachment: var(--thim_bg_attachment);
	background-size: var(--thim_bg_size);
	background-image: var(--thim_bg_pattern_upload)
}

body.bg-type-pattern {
	background-repeat: var(--thim_bg_repeat);
	background-position: var(--thim_bg_position);
	background-attachment: var(--thim_bg_attachment);
	background-size: var(--thim_bg_size);
	background-image: var(--thim_bg_pattern)
}

h1 {
	font-size: var(--thim_font_h1-font-size);
	text-transform: var(--thim_font_h1-text-transform);
	line-height: var(--thim_font_h1-line-height)
}

h2 {
	font-size: var(--thim_font_h2-font-size);
	text-transform: var(--thim_font_h2-text-transform);
	line-height: var(--thim_font_h2-line-height)
}

h3 {
	font-size: var(--thim_font_h3-font-size);
	text-transform: var(--thim_font_h3-text-transform);
	line-height: var(--thim_font_h3-line-height)
}

h4 {
	font-size: var(--thim_font_h4-font-size);
	text-transform: var(--thim_font_h4-text-transform);
	line-height: var(--thim_font_h4-line-height)
}

h5 {
	font-size: var(--thim_font_h5-font-size);
	text-transform: var(--thim_font_h5-text-transform);
	line-height: var(--thim_font_h5-line-height)
}

h6 {
	font-size: var(--thim_font_h6-font-size);
	text-transform: var(--thim_font_h6-text-transform);
	line-height: var(--thim_font_h6-line-height)
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color);
	font-weight: var(--thim_font_title-variant)
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

a {
	color: var(--thim_body_primary_color, #ffb606)
}

.site-header {
	background: var(--thim_header_bg_color)
}

.site-header.affix {
	background: var(--thim_sticky_bg_main_menu_color)
}

.site-header .navbar-nav>li>a::before {
	background: var(--thim_body_primary_color, #ffb606)
}

@media (min-width:768px) {
	.site-header.header_overlay .navbar-nav>li>a::before {
		background: var(--thim_main_menu_text_color)
	}

	.site-header.header_overlay.affix .navbar-nav>li>a::before {
		background: var(--thim_sticky_main_menu_text_color)
	}

	.bg-custom-sticky.affix {
		background: var(--thim_sticky_bg_main_menu_color);
		box-shadow: 0 1px 5px -2px rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.4)
	}

	.bg-custom-sticky.affix .top-header {
		color: rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.7)
	}

	.bg-custom-sticky.affix .top-header a {
		color: rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.7)
	}

	.bg-custom-sticky.affix .top-header b {
		color: var(--thim_sticky_main_menu_text_color)
	}

	.bg-custom-sticky.affix .top-header aside {
		border-bottom: 1px solid rgba(var(--thim_sticky_main_menu_text_color_rgb), 0.15)
	}
}

.top-header {
	font-size: var(--thim_font_size_top_header-font-size);
	color: var(--thim_color_toolbar)
}

.top-header b {
	color: var(--thim_color_toolbar)
}

.top-header a {
	color: var(--thim_color_toolbar)
}

.top-header a:hover {
	color: var(--thim_color_toolbar_hover)
}

.top-header aside {
	border-bottom: 1px solid var(--thim_color_toolbar)
}

.top_site_main {
	background-color: var(--thim_page_title_heading_bg_color);
	color: var(--thim_page_title_heading_text_color)
}

.top_site_main.images_parallax {
	background-image: var(--thim_page_title_top_image)
}

@media (min-width:768px) {

	.bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a,
	.bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span,
	.bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a,
	.bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span,
	.bg-custom-sticky.affix .navbar-nav>li:hover>a,
	.bg-custom-sticky.affix .navbar-nav>li:hover>span {
		color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a span,
	.bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span span,
	.bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a span,
	.bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span span,
	.bg-custom-sticky.affix .navbar-nav>li:hover>a span,
	.bg-custom-sticky.affix .navbar-nav>li:hover>span span {
		border-color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li .nav-active {
		color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li>a,
	.bg-custom-sticky.affix .navbar-nav>li>span {
		color: var(--thim_sticky_main_menu_text_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li>a:hover,
	.bg-custom-sticky.affix .navbar-nav>li>span:hover {
		color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li>a:hover span,
	.bg-custom-sticky.affix .navbar-nav>li>span:hover span {
		border-color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>a:after,
	.bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>span.disable_link:after {
		color: var(--thim_sticky_main_menu_text_color)
	}

	.bg-custom-sticky.affix .menu-right li a,
	.bg-custom-sticky.affix .menu-right li span,
	.bg-custom-sticky.affix .menu-right li div {
		color: var(--thim_sticky_main_menu_text_color)
	}

	.bg-custom-sticky.affix .menu-right li a:hover,
	.bg-custom-sticky.affix .menu-right li span:hover,
	.bg-custom-sticky.affix .menu-right li div:hover {
		color: var(--thim_sticky_main_menu_text_hover_color)
	}

	.header_v1 .width-navigation .menu-right {
		border-color: rgba(var(--thim_main_menu_text_color_rgb), 0.4)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu {
		background: var(--thim_sub_menu_bg_color)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:after {
		background: var(--thim_sub_menu_border_color)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li.current_page_item>a {
		color: var(--thim_sub_menu_text_color_hover)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li.current_page_item>a>span {
		color: var(--thim_sub_menu_text_color_hover)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:hover>a {
		color: var(--thim_sub_menu_text_color_hover)
	}

	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:hover>a>span {
		color: var(--thim_sub_menu_text_color_hover)
	}

	.navbar-nav li.multicolumn .megacol {
		background: var(--thim_sub_menu_bg_color)
	}

	.navbar-nav li.multicolumn .megacol>li>a,
	.navbar-nav li.multicolumn .megacol>li>span {
		border-bottom: 1px solid var(--thim_sub_menu_border_color);
		font-size: var(--thim_font_h6-font-size);
		color: var(--thim_font_title-color)
	}

	.nav>li .sub-menu a,
	.nav>li .sub-menu span,
	.nav>li.multicolumn>.sub-menu a,
	.nav>li.multicolumn>.sub-menu span,
	.nav>li.widget_area>.sub-menu a,
	.nav>li.widget_area>.sub-menu span {
		color: var(--thim_sub_menu_text_color)
	}

	.nav>li .sub-menu a:hover,
	.nav>li.multicolumn>.sub-menu a:hover,
	.nav>li.widget_area>.sub-menu a:hover {
		color: var(--thim_sub_menu_text_color_hover)
	}

	.menu-right li a,
	.menu-right li span,
	.menu-right li div {
		color: var(--thim_main_menu_text_color);
		font-size: var(--thim_main_menu-font-size)
	}

	.menu-right li a:hover,
	.menu-right li span:hover,
	.menu-right li div:hover {
		color: var(--thim_main_menu_text_hover_color)
	}

	.navigation .navbar-nav>li>a,
	.navigation .navbar-nav>li>span {
		color: var(--thim_main_menu_text_color);
		font-size: var(--thim_main_menu-font-size);
		font-weight: var(--thim_main_menu-variant);
		font-family: var(--thim_main_menu-font-family);
		text-transform: var(--thim_main_menu-text-transform)
	}

	.navigation .navbar-nav>li.menu-item-has-children>a:after,
	.navigation .navbar-nav>li.menu-item-has-children>span:after {
		color: var(--thim_main_menu_text_color)
	}

	.navigation .navbar-nav>li.current-menu-item>a,
	.navigation .navbar-nav>li.current-menu-item>span,
	.navigation .navbar-nav>li:hover>a,
	.navigation .navbar-nav>li:hover>span {
		color: var(--thim_main_menu_text_hover_color)
	}

	.navigation .navbar-nav>li.current-menu-item>a:after,
	.navigation .navbar-nav>li.current-menu-item>span:after,
	.navigation .navbar-nav>li:hover>a:after,
	.navigation .navbar-nav>li:hover>span:after {
		background: var(--thim_main_menu_text_color)
	}

	.bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>a:after,
	.bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>span:after,
	.bg-custom-sticky.affix .navigation .navbar-nav>li:hover>a:after,
	.bg-custom-sticky.affix .navigation .navbar-nav>li:hover>span:after {
		background: var(--thim_sticky_main_menu_text_color)
	}

	.navigation .navbar-nav>li .nav-active {
		color: var(--thim_main_menu_text_hover_color)
	}

	.navigation .navbar-nav>li .sub-menu a,
	.navigation .navbar-nav>li .sub-menu span {
		font-size: var(--thim_main_menu-font-size);
		font-weight: var(--thim_main_menu-variant);
		font-family: var(--thim_main_menu-font-family)
	}

	.navigation .navbar-nav #magic-line {
		background: var(--thim_main_menu_text_color)
	}

	.bg-custom-sticky.affix .navigation .navbar-nav #magic-line {
		background: var(--thim_sticky_main_menu_text_color)
	}

	.width-logo {
		width: var(--thim_width_logo)
	}

	.width-logo>a {
		width: var(--thim_width_logo) !important;
		overflow: hidden;
		display: block
	}

	.width-navigation {
		width: -moz-calc(100% - var(--thim_width_logo));
		width: -webkit-calc(100% - var(--thim_width_logo));
		width: calc(100% - var(--thim_width_logo))
	}

	.width-navigation-left,
	.width-navigation-right {
		width: -moz-calc(50% - var(--thim_width_logo)/2px);
		width: -webkit-calc(50% - var(--thim_width_logo)/2px);
		width: calc(50% - var(--thim_width_logo)/2px)
	}

	.width-navigation-left li {
		color: var(--thim_main_menu_text_color)
	}

	.width-navigation-left li a,
	.width-navigation-left li p,
	.width-navigation-left li div {
		color: var(--thim_main_menu_text_color)
	}

	.header_v2 .navbar-toggle .icon-bar {
		background-color: var(--thim_main_menu_text_color)
	}

	.header_v2 .navbar-toggle>div {
		color: var(--thim_main_menu_text_color)
	}

	.header_v2 .navbar-toggle:hover>div {
		color: var(--thim_main_menu_text_hover_color)
	}

	.header_v2 .navbar-toggle:hover .icon-bar {
		background-color: var(--thim_main_menu_text_hover_color)
	}

	.header_v2 .menu-main-menu {
		background: var(--thim_sub_menu_bg_color)
	}

	.header_v2 .width-navigation-left {
		font-size: var(--thim_main_menu-font-size);
		font-weight: var(--thim_main_menu-variant)
	}

	.header_v2 .width-navigation-right .menu-right:after {
		background: rgba(var(--thim_main_menu_text_color_rgb), 0.7)
	}
}

@media (max-width:767px) {
	.width-logo>a {
		width: var(--thim_width_logo);
		display: inline-block;
		overflow: hidden
	}

	.width-navigation {
		background: var(--thim_bg_mobile_menu_color)
	}

	.width-navigation ul li a,
	.width-navigation ul li span {
		color: var(--thim_mobile_menu_text_color)
	}

	.width-navigation ul li.current-menu-item>a,
	.width-navigation ul li.current-menu-item>span {
		color: var(--thim_mobile_menu_text_hover_color)
	}

	.top-header {
		color: var(--thim_color_toolbar)
	}

	.menu-mobile-effect span {
		background-color: var(--thim_icon_mobile_menu_color_background);
		background-color: #ae2422;
	}

	.navbar-nav .sub-menu:before {
		background: var(--thim_mobile_menu_text_color)
	}

	.navbar-nav .sub-menu li:before {
		background: var(--thim_mobile_menu_text_color)
	}

	.list-html-content .item-content .title-list h5 {
		color: var(--thim_font_title-color)
	}

	.footer aside:last-child {
		border-bottom: 0
	}

	.site-header .navbar-nav li:hover>a,
	.site-header .navbar-nav li:hover>a>span,
	.site-header .navbar-nav li.current_page_item>a,
	.site-header .navbar-nav li.current_page_item>a>span,
	.site-header .navbar-nav li.current-menu-ancestor>a,
	.site-header .navbar-nav li.current-menu-ancestor>a>span {
		color: var(--thim_mobile_menu_text_hover_color)
	}
}

.slider-sidebar {
	background: var(--thim_bg_offcanvas_color);
	color: var(--thim_offcanvas_text_color)
}

.slider-sidebar a {
	color: var(--thim_offcanvas_text_color)
}

.slider-sidebar a:hover {
	color: var(--thim_offcanvas_link_color)
}

.slider-sidebar .widget-title {
	color: var(--thim_offcanvas_text_color)
}

.slider-sidebar ul li {
	border-color: rgba(var(--thim_offcanvas_text_color_rgb), 0.6)
}

.archive-content .share-post .date-meta {
	background: var(--thim_body_primary_color, #ffb606)
}

.archive-content .share-post .social-share li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.archive-content .content-inner .blog_title a {
	color: var(--thim_font_title-color)
}

.archive-content .content-inner .blog_title a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.archive-content .content-inner .entry-meta li a {
	color: var(--thim_font_title-color)
}

.archive-content .content-inner .entry-meta li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.loop-pagination li .page-numbers:hover,
.pagination li .page-numbers:hover {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff;
	border-color: var(--thim_body_primary_color, #ffb606)
}

.loop-pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next.current,
.pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev.current {
	border-color: var(--thim_body_primary_color, #ffb606);
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.loop-pagination li .page-numbers.current,
.pagination li .page-numbers.current {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.comments-area .comment-list-inner .comments-title {
	color: var(--thim_font_title-color)
}

.comments-area .comment-list-inner li .comment-extra-info a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.comments-area .comment-respond .form-submit input#submit {
	color: #FFF;
	background: var(--thim_body_primary_color, #ffb606)
}

.comments-area .comment-respond .form-submit input#submit:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 0.8)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
	color: var(--thim_font_title-color)
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url textarea:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-event .item-event .content-item h3,
.thim-widget-event .item-event .content-item h3 {
	font-size: var(--thim_font_h6-font-size);
	line-height: var(--thim_font_h6-line-height)
}

.elementor-widget-thim-event .item-event .content-item h3 a,
.thim-widget-event .item-event .content-item h3 a {
	color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-item h3 a:hover,
.thim-widget-event .item-event .content-item h3 a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-event .item-event .content-item .view-detail:hover,
.thim-widget-event .item-event .content-item .view-detail:hover {
	color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-item strong,
.thim-widget-event .item-event .content-item strong {
	color: var(--thim_font_title-color)
}

.elementor-widget-thim-event .item-event .content-right,
.thim-widget-event .item-event .content-right {
	background: var(--thim_body_primary_color, #ffb606)
}

.counter-block {
	color: var(--thim_font_title-color)
}

.scrollup {
	background: var(--thim_body_primary_color, #ffb606)
}

.scrollup:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%);
	color: #fff
}

footer#colophon {
	background-color: var(--thim_footer_bg_color);
	color: var(--thim_footer_color-text)
}

footer#colophon .widget-title {
	color: var(--thim_footer_color-text)
}

footer#colophon a {
	color: var(--thim_footer_color-link)
}

footer#colophon a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

footer#colophon a .fa {
	color: var(--thim_footer_color-text)
}

footer#colophon a .fa:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

footer#colophon .row aside {
	color: var(--thim_footer_color-text)
}

footer#colophon .text-copyright {
	color: var(--thim_copyright_text_color)
}

footer#colophon .text-copyright a {
	color: var(--thim_copyright_link_color)
}

footer#colophon .text-copyright a:hover {
	text-decoration: underline
}

footer#colophon .text-copyright .elementor-widget-thim-copyright .copyright-text,
footer#colophon .text-copyright .thim-widget-copyright .copyright-text {
	color: var(--thim_copyright_text_color)
}

footer#colophon .text-copyright .elementor-widget-thim-copyright .copyright-text a,
footer#colophon .text-copyright .thim-widget-copyright .copyright-text a {
	color: var(--thim_copyright_link_color)
}

footer#colophon .text-copyright.border-copyright {
	border-top: 1px solid var(--thim_footer_color-line)
}

.wrapper-line-heading .line-heading:before,
.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:before,
.wrapper-line-heading .line-heading span:after {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.otw-wrapper .otreservations-submit {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606);
	color: var(--thim_font_title-color)
}

.otw-wrapper .otreservations-submit:hover {
	background: var(--thim_font_title-color);
	border-color: var(--thim_font_title-color);
	color: #fff
}

input[type=radio]:checked:before {
	background-color: var(--thim_body_primary_color, #ffb606)
}

input[type=checkbox]:checked:before {
	color: var(--thim_body_primary_color, #ffb606)
}

.filter-controls div,
.filter-controls .filter {
	color: var(--thim_font_title-color)
}

.filter-controls div.active,
.filter-controls div:hover,
.filter-controls .filter.active,
.filter-controls .filter:hover {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside {
	color: var(--thim_font_body-color)
}

.widget-area aside ul li:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside ul li:hover a {
	color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside a {
	color: var(--thim_font_body-color)
}

.widget-area aside a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.widget-area aside .widget-title {
	font-size: var(--thim_font_body-font-size);
	line-height: var(--thim_font_body-line-height)
}

.widget-area aside .widget-title span {
	background: var(--thim_body_bg_color)
}

.search-form:after {
	color: var(--thim_font_title-color)
}

.icon-box-title span {
	color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .testimonial-footer .title-regency h6,
.owl-carousel .testimonial-footer .title-regency h6 a {
	color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-buttons .owl-prev:hover span,
.owl-carousel .owl-buttons .owl-next:hover span {
	color: var(--thim_body_primary_color, #ffb606)
}

.owl-carousel .owl-buttons .owl-prev:hover span:after,
.owl-carousel .owl-buttons .owl-next:hover span:after {
	background: var(--thim_body_primary_color, #ffb606)
}

.border-widget .widget.so-panel .widget-title {
	font-size: var(--thim_font_body-font-size)
}

.thim-list-posts.homepage .article-date {
	background: var(--thim_body_primary_color, #ffb606)
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
	color: var(--thim_font_title-color)
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim-social a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .wpcf7-submit {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.wpcf7-form .wpcf7-submit:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%);
	border-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.wpcf7-form .wpcf7-form input:focus,
.wpcf7-form .wpcf7-form select:focus,
.wpcf7-form .wpcf7-form textarea:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
	font-size: var(--thim_font_h1-font-size)
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
	font-family: var(--thim_font_title-font-family)
}

.list-html-content .item-content .title-list h5 {
	color: var(--thim_font_title-color)
}

.main-bottom {
	background: var(--thim_body_primary_color, #ffb606)
}

.tp-button.primary {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff !important;
	font-family: var(--thim_font_body-font-family)
}

.tp-button.primary:hover {
	background: var(--thim_font_title-color)
}

.widget_recent_entries ul li a {
	color: var(--thim_font_title-color)
}

.widget_recent_entries ul li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .product_meta a {
	color: var(--thim_font_title-color)
}

.quickview .product-info .right .product_meta a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.product-cat li a {
	color: var(--thim_font_title-color)
}

.product-cat li a:hover,
.product-cat li a.active {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.product-grid .product__title a {
	color: var(--thim_font_title-color)
}

.product-grid .product__title a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.product-grid .product__title a.added_to_cart {
	color: #fff !important
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title .added_to_cart,
.product-grid .product__title a.button.product_type_variable {
	background: var(--thim_body_primary_color, #ffb606) !important
}

.product-grid .product__title a.button.add_to_cart_button:before,
.product-grid .product__title .added_to_cart:before,
.product-grid .product__title a.button.product_type_variable:before {
	color: #fff !important
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title .added_to_cart:hover,
.product-grid .product__title a.button.product_type_variable:hover {
	background: var(--thim_body_primary_color, #ffb606) !important;
	color: #fff !important
}

button.load-more {
	color: var(--thim_font_title-color);
	font-family: var(--thim_font_title-font-family);
	font-weight: var(--thim_font_title-variant)
}

button.load-more:hover {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .product_title {
	font-size: var(--thim_font_h3-font-size)
}

.quickview .product-info .right .cart a {
	color: var(--thim_font_body-color)
}

.quickview .product-info .right .cart a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.quickview .product-info .right .cart button.button {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.quickview .product-info .right .cart button.button:hover {
	background: var(--thim_font_title-color);
	color: #fff
}

.quickview .quick-view-detail {
	color: var(--thim_font_body-color)
}

.quickview .quick-view-detail:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.product_thumb .onsale {
	background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
	background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: var(--thim_font_h2-font-size)
}

.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
	color: var(--thim_font_body-color)
}

.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce-page div.product .woocommerce-review-link:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .product_meta a,
.woocommerce-page div.product .product_meta a {
	color: var(--thim_font_body-color)
}

.woocommerce div.product .product_meta a:hover,
.woocommerce-page div.product .product_meta a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	background: var(--thim_body_primary_color, #ffb606);
	color: var(--thim_font_title-color)
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
	color: #fff;
	background: var(--thim_font_title-color)
}

.woocommerce div.product .woocommerce-tabs .tabs .active a,
.woocommerce-page div.product .woocommerce-tabs .tabs .active a {
	border-bottom: 3px solid var(--thim_body_primary_color, #ffb606);
	color: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta strong,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta strong {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit {
	color: #fff !important;
	background-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
	color: #fff !important;
	background: rgba(var(--thim_body_primary_color_rgb), 70%) !important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
	color: var(--thim_font_title-color)
}

.woocommerce div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
	background: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .comment-form-rating a,
.woocommerce-page .comment-form-rating a {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .comment-form-rating a:hover,
.woocommerce-page .comment-form-rating a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .woocommerce-shipping-calculator a,
.woocommerce-page .woocommerce-shipping-calculator a {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.woocommerce-message,
.woocommerce div.woocommerce-info,
.woocommerce-page div.woocommerce-message,
.woocommerce-page div.woocommerce-info {
	border-top-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce div.woocommerce-message:before,
.woocommerce div.woocommerce-info:before,
.woocommerce-page div.woocommerce-message:before,
.woocommerce-page div.woocommerce-info:before {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .form-row label.checkbox a .showcoupon,
.woocommerce .form-row label.checkbox a .showlogin,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-info .showlogin,
.woocommerce-page .form-row label.checkbox a .showcoupon,
.woocommerce-page .form-row label.checkbox a .showlogin,
.woocommerce-page .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showlogin {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce .form-row label.checkbox a .showcoupon:hover,
.woocommerce .form-row label.checkbox a .showlogin:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce-page .form-row label.checkbox a .showcoupon:hover,
.woocommerce-page .form-row label.checkbox a .showlogin:hover,
.woocommerce-page .woocommerce-info .showcoupon:hover,
.woocommerce-page .woocommerce-info .showlogin:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.smicon-read {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce-page .button {
	color: #fff !important;
	background: var(--thim_body_primary_color, #ffb606) !important
}

.woocommerce-page .button:hover {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%) !important
}

.woocommerce-page .product-name a {
	color: var(--thim_font_title-color)
}

.woocommerce-page .product-name a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.woocommerce-page .cart_totals h2 {
	font-size: var(--thim_font_h4-font-size);
	text-transform: uppercase;
	font-weight: normal
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	background: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content {
	color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
	color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
	color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span {
	color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
	color: var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
	color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .total {
	color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .total span {
	color: var(--thim_font_title-color) !important
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	color: var(--thim_font_title-color);
	border: 2px solid var(--thim_font_title-color)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
	background: var(--thim_body_primary_color, #ffb606) !important;
	border-color: var(--thim_body_primary_color, #ffb606)
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover {
	background: var(--thim_font_title-color) !important;
	border-color: var(--thim_font_title-color);
	color: #fff !important
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet.selected:hover {
	background: var(--thim_body_primary_color, #ffb606) !important;
	width: 10px !important;
	height: 10px !important;
	border: none !important
}

.custom-gallery .filter-controls a:hover,
.custom-gallery .filter-controls a.active {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.list-check li:before {
	color: var(--thim_body_primary_color, #ffb606)
}

.widget-title:after {
	background: var(--thim_body_primary_color, #ffb606)
}

.article-title-wrapper h5 a {
	color: var(--thim_font_title-color)
}

.article-title-wrapper h5 a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.sale-off p {
	color: #fff
}

.sale-off p.learn-more a {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

.sale-off p.learn-more a:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.sale-off p.heading {
	font-family: var(--thim_font_title-font-family)
}

.sale-off.banner-round p {
	color: var(--thim_font_title-color)
}

.testimonial_content {
	border: 1px solid #dce0e2
}

.testimonial-footer .avatar-testimonial {
	background: #fff
}

.thim-savings-home-4 .sale-off p {
	color: #fff
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary {
	color: var(--thim_font_title-color)
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a {
	color: var(--thim_font_title-color)
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-icon-box .smicon-read,
.thim-widget-icon-box .smicon-read {
	color: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.elementor-widget-thim-icon-box .smicon-read:hover,
.thim-widget-icon-box .smicon-read:hover {
	color: #fff;
	background: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .title a {
	color: var(--thim_font_title-color)
}

.hb_room_carousel_container .title a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .price {
	color: #fff
}

.hb_room_carousel_container .item .media a:before {
	border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

.hb_room_carousel_container .span {
	font-family: var(--thim_font_title-font-family)
}

.hotel-booking-search form button {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.hotel-booking-search form button:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%);
	border-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.counter-box {
	color: #fff
}

.counter-box:before {
	background: var(--thim_body_primary_color, #ffb606)
}

.subscribe .mc4wp-form input[type=submit] {
	background: var(--thim_body_primary_color, #ffb606)
}

.subscribe .mc4wp-form input[type=submit]:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.newletter .mc4wp-form input[type=submit] {
	background: var(--thim_body_primary_color, #ffb606)
}

.newletter .mc4wp-form input[type=submit]:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.newletter .mc4wp-form input[type=email]:focus,
.newletter .mc4wp-form input[type=text]:focus {
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.thim-color {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-bg-color {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.thim-color-title {
	color: var(--thim_font_title-color)
}

.thim-bg-black {
	background-color: #000
}

#sidebar .hotel-booking-search form button {
	background-color: var(--thim_font_title-color)
}

#sidebar .hotel-booking-search form button:hover {
	background-color: var(--thim_body_primary_color, #ffb606)
}

#sidebar .wrapper-line-heading .heading__primary {
	color: var(--thim_font_title-color)
}

#sidebar .wrapper-line-heading .line-heading:before,
#sidebar .wrapper-line-heading .line-heading:after,
#sidebar .wrapper-line-heading .line-heading span:before,
#sidebar .wrapper-line-heading .line-heading span:after {
	border-color: var(--thim_font_title-color)
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .heading__primary,
#sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary {
	color: #fff
}

#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading:before,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading:after,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading span:before,
#sidebar .elementor-widget-thim-search-room .wrapper-line-heading .line-heading span:after,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:after,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:after {
	border-color: #fff
}

body .hb_button {
	background: var(--thim_body_primary_color, #ffb606)
}

body .hb_button:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body .hb_button.update,
body .hb_button.hb_view_cart {
	background: var(--thim_font_title-color)
}

body .hb_button.update:hover,
body .hb_button.hb_view_cart:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

body #fetch-customer-info {
	background: var(--thim_font_title-color)
}

body #fetch-customer-info:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

body .rooms .hb_room .media a:before {
	border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

body .rooms .hb_room .title h4 a {
	color: var(--thim_font_title-color)
}

body .rooms .hb_room .title h4 a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .title h4 a {
	color: var(--thim_font_title-color)
}

body .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before {
	border-color: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
	color: var(--thim_font_title-color)
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
	background: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .price {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_single_room .price span.title-price {
	color: var(--thim_font_title-color)
}

body .hb_single_room #reviews h2 {
	color: var(--thim_font_title-color)
}

body .hb_single_room #reviews .reply-title {
	color: var(--thim_font_title-color)
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
	background: var(--thim_font_title-color)
}

body .hb_single_room #reviews #review_form_wrapper form p textarea:focus {
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room>.title {
	color: var(--thim_font_title-color)
}

body .hb_related_other_room>.title:after {
	background: var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:before,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:before {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:after,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:after {
	background: var(--thim_body_primary_color, #ffb606)
}

body .rooms-pagination .page-numbers li span.current {
	border-color: var(--thim_body_primary_color, #ffb606);
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

body .rooms-pagination .page-numbers li a:hover {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff;
	border-color: var(--thim_body_primary_color, #ffb606)
}

body .rooms-pagination .page-numbers li a.prev:hover,
body .rooms-pagination .page-numbers li a.next:hover {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff;
	border-color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .item .title h4 a {
	color: var(--thim_font_title-color)
}

body .hb_room_carousel_container .item .title h4 a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .text_link a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:before,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:before {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:after,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:after {
	background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results a {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results .hb-search-results>.hb-room .hb_search_item_price {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-results form .hb_button.hb_checkout,
body #hotel-booking-results form button.hb_add_to_cart,
body #hotel-booking-results form button[type=submit] {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

body #hotel-booking-results form .hb_button.hb_checkout:hover,
body #hotel-booking-results form button.hb_add_to_cart:hover,
body #hotel-booking-results form button[type=submit]:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body #hotel-booking-payment .hb_remove_cart_item,
body #hotel-booking-cart .hb_remove_cart_item {
	color: var(--thim_font_title-color)
}

body #hotel-booking-payment .hb_remove_cart_item:hover,
body #hotel-booking-cart .hb_remove_cart_item:hover {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

body #hotel-booking-payment a,
body #hotel-booking-cart a {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment a:hover,
body #hotel-booking-cart a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment button#hb-apply-coupon,
body #hotel-booking-cart button#hb-apply-coupon {
	background: var(--thim_font_title-color)
}

body #hotel-booking-payment button#hb-apply-coupon:hover,
body #hotel-booking-cart button#hb-apply-coupon:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment .hb_button.hb_checkout,
body #hotel-booking-payment button[type=submit],
body #hotel-booking-payment button[type=button],
body #hotel-booking-cart .hb_button.hb_checkout,
body #hotel-booking-cart button[type=submit],
body #hotel-booking-cart button[type=button] {
	background: var(--thim_body_primary_color, #ffb606);
	color: #fff
}

body #hotel-booking-payment .hb_button.hb_checkout:hover,
body #hotel-booking-payment button[type=submit]:hover,
body #hotel-booking-payment button[type=button]:hover,
body #hotel-booking-cart .hb_button.hb_checkout:hover,
body #hotel-booking-cart button[type=submit]:hover,
body #hotel-booking-cart button[type=button]:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

body #hotel-booking-payment .hb_button.hb_checkout.update,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-payment button[type=submit].update,
body #hotel-booking-payment button[type=submit]#fetch-customer-info,
body #hotel-booking-payment button[type=button].update,
body #hotel-booking-payment button[type=button]#fetch-customer-info,
body #hotel-booking-cart .hb_button.hb_checkout.update,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-cart button[type=submit].update,
body #hotel-booking-cart button[type=submit]#fetch-customer-info,
body #hotel-booking-cart button[type=button].update,
body #hotel-booking-cart button[type=button]#fetch-customer-info {
	background: var(--thim_font_title-color)
}

body #hotel-booking-payment .hb_button.hb_checkout.update:hover,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-payment button[type=submit].update:hover,
body #hotel-booking-payment button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-payment button[type=button].update:hover,
body #hotel-booking-payment button[type=button]#fetch-customer-info:hover,
body #hotel-booking-cart .hb_button.hb_checkout.update:hover,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-cart button[type=submit].update:hover,
body #hotel-booking-cart button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-cart button[type=button].update:hover,
body #hotel-booking-cart button[type=button]#fetch-customer-info:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

body #hotel-booking-payment input[type=email]:focus,
body #hotel-booking-payment input[type=text]:focus,
body #hotel-booking-payment input[type=number]:focus,
body #hotel-booking-payment textarea:focus,
body #hotel-booking-cart input[type=email]:focus,
body #hotel-booking-cart input[type=text]:focus,
body #hotel-booking-cart input[type=number]:focus,
body #hotel-booking-cart textarea:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

body .rating-input:before,
body .rating-input span:before {
	color: var(--thim_body_primary_color, #ffb606)
}

body.tp-hotel-booking .star-rating:before,
body.tp-hotel-booking .star-rating span:before,
body.wp-hotel-booking .star-rating:before,
body.wp-hotel-booking .star-rating span:before {
	color: var(--thim_body_primary_color, #ffb606)
}

body.tp-hotel-booking #reviews .commentlist li.comment,
body.wp-hotel-booking #reviews .commentlist li.comment {
	border-color: #dce0e2
}

body .tp-hotel-booking .star-rating:before,
body .tp-hotel-booking .star-rating span:before,
body .wp-hotel-booking .star-rating:before,
body .wp-hotel-booking .star-rating span:before {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
	color: var(--thim_body_primary_color, #ffb606)
}

body .hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

.bg-video-play:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim-heading-slider {
	font-family: var(--thim_font_title-font-family) !important
}

.thim-select-language .language ul li a {
	color: var(--thim_font_body-color)
}

.thim-select-language .language ul li a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.contact-support .contact-text {
	color: var(--thim_font_title-color)
}

body #preload {
	background-color: var(--thim_preload_bg_color)
}

body #preload .loading-inner .loading {
	background: var(--thim_body_primary_color, #ffb606)
}

body .mfp-image-holder .mfp-close:hover,
body .mfp-inline-holder .mfp-close:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.hb_addition_package_extra a.hb_package_toggle:hover {
	color: var(--thim_body_primary_color, #ffb606) !important
}

.hb_extra_detail_price strong {
	color: var(--thim_body_primary_color, #ffb606) !important
}

.dk-select .dk-selected:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select .dk-selected:focus:before {
	border-top-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-up .dk-selected:before,
.dk-select.dk-select-open-down .dk-selected:before {
	border-bottom-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-up .dk-select-options,
.dk-select.dk-select-open-down .dk-select-options {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select.dk-select-open-down .dk-selected {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.dk-select .dk-select-options .dk-option-highlight {
	background-color: var(--thim_body_primary_color, #ffb606);
	color: #ffffff
}

.dk-option-selected {
	background-color: var(--thim_body_primary_color, #ffb606)
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

textarea:focus {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.ui-datepicker.ui-widget {
	border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-buy-theme a {
	background: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-buy-theme a:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#tp_style_selector .tp-chameleon-more-demo {
	background: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp-chameleon-more-demo:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

#tp_style_selector .input-box .tp-btn:hover {
	border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp_demo:hover,
#tp_style_selector .tp_demo.active {
	border-color: var(--thim_body_primary_color, #ffb606)
}

#tp_style_selector .tp_demo:hover .sub_title,
#tp_style_selector .tp_demo.active .sub_title {
	background-color: rgba(var(--thim_body_primary_color_rgb), 80%)
}

button.ui-datepicker-trigger i:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.site-header.header_v2 .inner-header-top {
	font-size: var(--thim_header_typography-font-size);
	font-weight: var(--thim_header_typography-variant)
}

.site-header.header_v2 .inner-header-top ul li a {
	color: var(--thim_header_text_color)
}

.site-header.header_v2 .inner-header-top ul li.current-lang a,
.site-header.header_v2 .inner-header-top ul li.active a,
.site-header.header_v2 .inner-header-top ul li a:hover {
	color: var(--thim_header_text_color_hover)
}

.site-header.header_v2 .inner-header-top .thim-social a {
	font-size: var(--thim_header_typography-font-size)
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
	background: var(--thim_main_menu_text_hover_color)
}

.thim-title-color {
	color: var(--thim_font_title-color)
}

.thim-title-color:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.single-hb_room #carousel-gallery-room .flex-viewport ul li.flex-active-slide img {
	border: 2px solid var(--thim_body_primary_color, #ffb606)
}

.rooms .hb_room .summary .room-types a {
	color: var(--thim_body_primary_color, #ffb606)
}

.rooms .hb_room .media .actions .action-btn a {
	background: rgba(var(--thim_body_primary_color_rgb), 0.9)
}

.rooms .hb_room .media .actions .action-btn a:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 75%)
}

.rooms .hb_room .price {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color)
}

.rooms .hb_room .price span.title-price {
	color: var(--thim_font_body-color);
	font-family: var(--thim_font_title-font-family)
}

.rooms .hb_room .summary .description {
	font-family: var(--thim_font_body-font-family);
	color: var(--thim_font_body-color)
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a {
	background: var(--thim_body_primary_color, #ffb606);
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.rooms.tp-hotel-booking .thim-room-list .hb_room .footer-content-room .actions .action-btn a:hover {
	color: var(--thim_body_primary_color, #ffb606);
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-left {
	padding-left: calc(var(--thim_width_logo) + 150px)
}

#masthead.header_v3 .navigation .tm-flex .header-left li p {
	color: var(--thim_main_menu_text_color)
}

#masthead.header_v3 .navigation .tm-flex .header-left li p span {
	color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-left li .textwidget {
	color: var(--thim_header_text_color)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-field {
	color: var(--thim_main_menu_text_color);
	border-bottom: 4px solid var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper .thim-search-form .search-form .search-notice {
	color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3 .navigation .tm-flex .header-right .thim-search-wrapper:hover .search-button {
	background: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .small-text {
	color: var(--thim_font_body-color)
}

.wpcf7-form .contact-form-new input.wpcf7-submit,
.wpcf7-form .contact-form-new textarea.wpcf7-submit {
	background: var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .button {
	background: var(--thim_body_primary_color, #ffb606);
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.wpcf7-form .contact-form-new .button:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%);
	border-color: rgba(var(--thim_body_primary_color_rgb), 80%);
	color: #ffffff
}

.thim-sc-video-box .box-inner:before {
	border-color: var(--thim_body_primary_color, #ffb606)
}

.thim-sc-video-box .box-inner .background-title {
	color: rgba(var(--thim_body_primary_color_rgb), 0.25)
}

.thim-widget-box .box_image.style_2:after {
	background: rgba(var(--thim_body_primary_color_rgb), 0.7)
}

.thim-widget-gallery-images .thim-gallery-images-column .text_wellcome h3 {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-heading .style_new.sc-heading.article_heading .button-heading a:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.thim-widget-hotel-room .style_new .navigation .prev:hover {
	border: 1px solid var(--thim_body_primary_color, #ffb606);
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .navigation .next:hover {
	border: 1px solid var(--thim_body_primary_color, #ffb606);
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions a img {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .media .actions:hover a {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .price_value {
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-widget-hotel-room .style_new .hb_room_carousel_container .hb_room_carousel .rooms .hb_room .summary .footer-content-room .price .unit {
	color: var(--thim_body_primary_color, #ffb606)
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency h6 a {
	color: var(--thim_body_primary_color, #ffb606);
	font-family: var(--thim_font_body-font-family)
}

.testimonial_style_new .sc-testimonials .testimonial_content .title-regency .regency {
	color: var(--thim_font_body-color);
	font-family: var(--thim_font_body-font-family)
}

.testimonial_style_new .sc-testimonials .testimonial_content .content-text {
	font-family: var(--thim_font_title-font-family);
	color: var(--thim_font_title-color)
}

.thim_tours_slider ul li .tour_price {
	background: var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider .navigation .prev:hover {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider .navigation .next:hover {
	background: var(--thim_body_primary_color, #ffb606);
	border-color: var(--thim_body_primary_color, #ffb606)
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li p {
	color: var(--thim_sticky_main_menu_text_color)
}

#masthead.header_v3.affix .navigation .tm-flex .header-left li .textwidget {
	color: var(--thim_sticky_main_menu_text_color)
}

#masthead.header_v3.affix .navigation .tm-flex .header-right .thim-search-wrapper .search-button {
	color: var(--thim_sticky_main_menu_text_color)
}

.thim-holiday {
	background-color: var(--thim_body_primary_color, #ffb606)
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a {
	border-color: var(--thim_body_primary_color, #ffb606);
	color: var(--thim_body_primary_color, #ffb606)
}

.thim-column-posts .post-item li .article-title-wrapper .button_read_more a:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

.hb_old_layout .rooms .hb_room .media:before {
	border-bottom: 137px solid var(--thim_body_primary_color, #ffb606)
}

.navbar-nav li .sub-menu[class*=tc-columns-]>ul>li .sub-menu li:hover a span {
	color: var(--thim_sub_menu_text_color_hover)
}

.site-header.header_v2 .navigation .width-navigation,
.header_v2 .menu-main-menu {
	background-color: var(--thim_bg_main_menu_color)
}

#contact-form-registration .wpcf7 form input:focus {
	border: 1px solid var(--thim_body_primary_color, #ffb606)
}

.thim_tours_slider ul li .tour_content h3.tour_name a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

.has-text-color.has-primary-color {
	color: var(--thim_body_primary_color, #ffb606) !important
}

.has-text-color.has-title-color {
	color: var(--thim_font_title-color) !important
}

.has-background.has-primary-background-color {
	background-color: var(--thim_body_primary_color, #ffb606) !important
}

.has-background.has-title-background-color {
	background-color: var(--thim_font_title-color) !important
}

.has-background-dim.has-primary-background-color:before {
	background-color: var(--thim_body_primary_color, #ffb606) !important
}

.has-background-dim.has-title-background-color:before {
	background-color: var(--thim_font_title-color) !important
}

.testimonial-item-archive .side-right .blockquote a {
	color: var(--thim_body_primary_color, #ffb606)
}

.testimonial-item-archive .side-right .blockquote {
	color: var(--thim_body_primary_color, #ffb606)
}

.testimonial-item-archive .side-right .blockquote:before {
	color: var(--thim_body_primary_color, #ffb606);
	font-family: var(--thim_font_title-font-family)
}

div.event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
	background: var(--thim_body_primary_color, #ffb606)
}

div.event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
	font-family: var(--thim_font_title-font-family)
}

div.event-list .feature-event .text-event .title-event a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .info-event span i {
	color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .author-event .text-author a {
	color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .item-event .text-event .author-event .text-author a:hover {
	color: var(--thim_body_primary_color, #ffb606)
}

div.event-list .load-more-events {
	background: var(--thim_body_primary_color, #ffb606)
}

div.event-list .load-more-events:hover {
	background: rgba(var(--thim_body_primary_color_rgb), 80%)
}

.element-main-slider .content-title .title {
	font-family: var(--thim_font_title-font-family)
}

.header_v1.affix .navigation .menu-left {
	color: var(--thim_sticky_main_menu_text_color)
}

.header_v1.affix .navigation .menu-left .thim-select-language .language {
	border-bottom: 1px solid var(--thim_sticky_main_menu_text_color)
}

.header_v1.affix .navigation .menu-left .thim-social a {
	color: var(--thim_sticky_main_menu_text_color)
}

.header_v1 .navigation .menu-left {
	color: var(--thim_main_menu_text_color)
}

.header_v1 .navigation .menu-left .thim-select-language .language {
	border-bottom: 1px solid var(--thim_main_menu_text_color)
}

.header_v1 .navigation .menu-left .thim-social a {
	color: var(--thim_main_menu_text_color)
}


/* custome css start */
	/* home page */
	.elementor-4273 .elementor-element.elementor-element-953004b, .menu-right #text-4 { display:none; }
	.rooms .hb_room .price { display: none; }
	.wrapper-line-heading .line-heading::before, .wrapper-line-heading .line-heading::after, .wrapper-line-heading .line-heading span::before, .wrapper-line-heading .line-heading span::after{ border-color: #ae2422;}
	.navigation .navbar-nav li.tc-menu-layout-default .sub-menu li:hover > a > span{ color:#ae2422;}
	#rev_slider_1_1_wrapper .hesperiden .tp-bullet{ border: 3px solid #fff !important; background: #ae2422 !important;}
	#rev_slider_1_1_wrapper .hesperiden .tp-bullet.rs-touchhover, #rev_slider_1_1_wrapper .hesperiden .tp-bullet.selected{ background: #000 !important;}
	.rooms .hb_room .summary .description ul{ text-align:center;}
	.rooms .hb_room .summary .description ul li i { color: #000;}
	.hb_room_carousel_container.base .rooms .hb_room .summary .room-types a{background: #ae2422;}
	.rooms .hb_room .summary{ border: 1px solid #ae2422;}
	.rooms .hb_room .summary:hover { box-shadow: rgba(174, 36, 34, 0.2) 0px 5px 10px 1px; }
	.rooms .hb_room .summary:hover .content-room .title-room .title h4 a{ color: #ae2422; }
	.elementor-section.elementor-top-section.elementor-element.elementor-element-21807fe.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default { display: none; }
	.scrollup, .scrollup:hover{ background:#ae2422;}
	.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a:hover{ color:#ae2422 !important;}
	.widget-title::after { height:2px;}
	.thim-slider-posts.slider-1 .bg-title{ display:none; }
	.rooms .hb_room .media .actions{ display: none !important;}
	.rooms .hb_room .summary:hover .media .actions { -moz-opacity: 0 !important; -khtml-opacity: 0 !important; -webkit-opacity: 0 !important; opacity: 0 !important; transform: translate(50%, 50%) !important; }
	.thim-list-video.style-1 .video-item.item-2{ right:20px !important;}

	/* footer */
	footer#colophon { background-color: #f7f7f7;}
	footer#colophon a, .footer-address p{color: #000; font-weight: 600;}
	footer#colophon a i{  margin-right: 10px; }
	footer#colophon .footer aside ul li{ margin-bottom:5px;}
	.elementor-4295 .elementor-element.elementor-element-14e50e2 > .elementor-element-populated{ padding:10px !important;} 
	.footer-social { padding-left: 20%; }
	
	/* contact */
	.contact-email{ z-index: 1111; position: relative;}
	.contact-email .email-info a{display: block; margin-bottom: 5px;}
	.contact-email .email-info a i{padding-right: 5px;}	
	.contact-address .text, .contact-address .email-info, .contact-time .text, .contact-time .email-info, .contact-email .text, .contact-email .email-info{ border-left:0;}	
	
	/* gallery */
	.eael-filter-gallery-control > ul{ margin-bottom:50px !important;}
	.eael-filter-gallery-control > ul li{font-size: 14px !important; font-weight: 600 !important;}
	.eael-filter-gallery-control > ul li:hover{ color:#ae2422 !important; }
	.eael-filter-gallery-control > ul li.active { background-color: #ae2422 !important; }
	.eael-gallery-grid-item{box-shadow: rgba(174, 36, 34, 0.2) 0px 5px 10px 1px; border-radius: 10px !important;}
	.elementor-4320 .elementor-element.elementor-element-869a8f4 .eael-gallery-load-more{ background-color: #ae2422 !important; }
	.elementor-4320 .elementor-element.elementor-element-869a8f4 .eael-filter-gallery-control ul li.active { color: #fff !important; }

	/* header social */	
	.header-social .footer-social{ padding-left:0;}
	.header-social .footer-social li{ padding:0;}
	.header-social .footer-social li a{ padding:0 10px; font-size: 20px;}
	.header-social .footer-social li a:hover { color:#ae2422; }

	/* banquet */
	.list-html-content .item-content .desc-list span { display: block; }

	/* event */
	.archive-content .share-post{ display: none;}
	.archive-content .content-inner{ border-bottom:1px solid #ae2422; width:100% !important;}
	
	/* water park */
	body.page-id-1879 #comments { display: none; }

	/* room */
	.rooms .hb_room .media img{ max-height: 200px; min-height: 200px;}
	.content-room .room-types { display: none; }
	.top_site_main.images_parallax { background-image: url(http://kingdomhotelandwaterpark.com/wp-content/uploads/2015/09/bg_banner_2.jpg) !important; }

	.top_site_main .page-title-wrapper{ background-image: url(http://kingdomhotelandwaterpark.com/wp-content/uploads/2015/09/bg_banner_2.jpg) 		!important; background-size: cover; background-position: 50% 50%;}
	.rooms .hb_room .title h4{ font-size:24px; }

/* custome css end */

/* responsive start */
	
	@media screen and (max-width:1399px)
	{
		.rooms.tp-hotel-booking.hb-catalog-column-4>.hb_room { width: 33.33%; }
	}
	
	@media screen and (max-width:1199px)
	{
		footer#colophon a, .footer-address p{ font-size:15px !Important; word-wrap: break-word;}
		.rooms.tp-hotel-booking.hb-catalog-column-4>.hb_room { width: 50%; }
		.footer-contact li:last-child { display: table-cell; word-break: break-all; }
	}

	@media screen and (max-width:1024px)
	{	
		.thim-list-video.style-1 .video-item { max-width: 42%; }
		.thim-list-video.style-1 .video-item.item-2{ top:25%}
	}


    @media (min-width:768px) and (max-width:991px) 
	{
		.site-header .width-navigation.table-right{ padding-left:15px;}
		body .navbar-nav>li>a{ padding-right:0;}
		.site-header.header_v1 .navbar-nav>li>a{     margin: 0 10px 0 5px !important;}
	    .navbar-nav>li>a, .navbar-nav>li>span.disable_link, .navbar-nav>li>span:not(.icon-toggle){ font-size:14px !important;}
	    footer#colophon a, .footer-address p{ font-size:14px !important; word-wrap: break-word;}
		.footer-contact a { display: inline; }
		
		
	}
	
	@media screen and (max-width:991px) 	
	{
		
	}

	@media screen and (max-width:767px) 	
	{
		.elementor-4295 .elementor-element.elementor-element-1e26058, .elementor-4295 .elementor-element.elementor-element-bfd8df5 { width: 100% !important; display: block; }
		.footer-social { padding-left: 0; }
		footer#colophon .footer aside ul li { display: inline-block; margin-right: 10px; }
		footer#colophon a, .footer-address p{ word-wrap: break-word;}
		.thim-list-video.style-1 .video-item { max-width: 100%; }
		.contact-address .text, .contact-address .email-info, .contact-time .text, .contact-time .email-info, .contact-email .text, .contact-email .email-info{ padding:10px 0 ;}
		.contact-address, .contact-time, .contact-email{ display:block;}
	}

	@media screen and (max-width:575px)
	{	
		.rooms.tp-hotel-booking.hb-catalog-column-4>.hb_room { width: 50%; }	
		.wrapper-line-heading .heading__primary, .archive-content .content-inner .blog_title { font-size: 28px; }
		.elementor-4810 .elementor-element.elementor-element-504fc52 > .elementor-element-populated, .elementor-4303 .elementor-element.elementor-element-504fc52 > .elementor-element-populated{ margin:0 !important;}
	
	}
	/* responsive end */	

