

.dashboard-search .form-container {
	height: 400px;
	border-radius: .1rem;
	box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, .04);
	padding: 2rem;
	background-color: #fff
}

.icon-cards-row {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px
}

.icon-cards-row .owl-stage {
	padding-top: 10px
}

.icon-cards-row [class*=col-] {
	padding-left: 5px;
	padding-right: 5px
}

.icon-cards-row .card-body {
	padding: 2rem .5rem
}

.icon-cards-row .card-text {
	color: #8f8f8f;
	height: 30px;
	line-height: 26px
}

.icon-cards-row .lead {
	color: #576a3d;
	margin-bottom: 0
}

.icon-cards-row i {
	font-size: 46px;
	line-height: 66px;
	color: #576a3d
}

.icon-cards-row .card {
	transition: box-shadow 1s;
	cursor: pointer
}

@media (max-width:1439px) {
	.icon-cards-row .card-text {
		height: 48px;
		line-height: 18px
	}

	.icon-cards-row .lead {
		font-size: 1.6rem
	}

	.icon-cards-row i {
		font-size: 32px;
		line-height: 47px
	}
}

.log-indicator {
	width: 13px;
	height: 13px;
	border: 2px solid #576a3d;
	border-radius: 14px;
	display: inline-block
}

.calendar .alert-info {
	color: #576a3d;
	background-color: initial
}

.calendar .sidebarxx {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block
}

.fc-basic-view .fc-body .fc-row {
	min-height: 6em
}

@media (max-width:575px) {
	.fc-basic-view .fc-body .fc-row {
		min-height: 3em
	}
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button {
	outline: initial !important;
	box-shadow: none !important;
	border-radius: 40px !important;
	text-align: center;
	min-width: 30px;
	height: 30px;
	padding: .55rem 0;
	background: #576a3d;
	color: #fff;
	border: 1px solid #576a3d;
	line-height: .9 !important;
	font-size: 1.0rem;
	font-weight: 400 !important
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button span,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button span {
	line-height: .9 !important;
	font-size: 1.0rem;
	font-weight: 400 !important
}

.fc-toolbar.fc-header-toolbar .btn-group .fc-next-button:hover,
.fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button:hover {
	background-color: transparent;
	border-color: rgba(87, 106, 61, .9);
	color: #576a3d
}

.fc-toolbar.fc-header-toolbar .fc-prev-button {
	margin-right: 5px
}

.fc-today-button {
	padding: .4em 1.3em !important;
	height: unset !important
}

.fc-bootstrap4 .fc-day-top .fc-day-number {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 5px
}

.fc-bootstrap4 td.fc-today {
	background: initial
}

.fc-bootstrap4 td.fc-today .fc-day-number {
	background: #576a3d;
	color: #fff
}

.fc-day-grid-event .fc-content {
	color: #fff
}

.fc-day-grid-container {
	height: 100%;
	overflow: visible
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	padding: 5px
}

.fc-view,
.fc-view>table {
	border-top: initial
}

.fc table {
	border: initial
}

.fc .table-bordered thead td,
.fc .table-bordered thead th {
	border-top: initial;
	border-bottom: initial;
	border-left: initial
}

.fc td:first-of-type,
.fc th:first-of-type {
	border-left: initial;
	border-bottom: initial
}

.fc td:last-of-type,
.fc th:last-of-type {
	border-right: initial;
	border-bottom: initial
}

.fc-body .fc-row:last-of-type td {
	border-bottom: initial
}

.fc tbody>tr>td.fc-widget-content:first-of-type {
	border-left: initial;
	border-right: initial;
	border-bottom: initial
}

.fc .table-bordered td,
.fc .table-bordered th,
.fc table {
	border-color: #f3f3f3 !important
}

.fc-day-header {
	color: #576a3d
}

.fc-day-header span {
	padding: 10px;
	display: inline-block
}

.fc-event {
	border: initial
}

.fc-event,
.fc-event-dot {
	background-color: #dd9c02;
	color: #fff !important;
	padding: 1px 6px;
	border-radius: 10px;
	cursor: pointer;
	text-align: center
}

.dataTables_wrapper {
	overflow: hidden
}

table.dataTable td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	outline: initial !important
}

table.dataTable tr:last-of-type td {
	border-bottom: initial
}

table.dataTable {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

table h6,
table p {
	margin-bottom: 0
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
	padding-top: 10px;
	padding-bottom: 10px
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
	right: 1.5em
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
	right: 2em
}

.dataTables_wrapper .paginate_button.previous {
	margin-right: 15px
}

.dataTables_wrapper .paginate_button.next {
	margin-left: 15px
}

div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 25px
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	justify-content: center
}

.dataTables_wrapper .paginate_button.page-item {
	padding-left: 10px;
	padding-right: 10px
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
	top: unset;
	box-shadow: none;
	background-color: #576a3d;
	font-size: 12px
}

.alert {
	border-radius: 0
}

.alert-primary {
	color: #576a3d;
	background-color: #d8dcd3;
	border-color: rgba(87, 106, 61, .1)
}

.alert-secondary {
	color: #dd9c02;
	background-color: #f3e6c7;
	border-color: rgba(221, 156, 2, .1)
}

.alert-success {
	color: #3e884f;
	background-color: #d3e2d6;
	border-color: rgba(62, 136, 79, .1)
}

.alert-info {
	color: #3195a5;
	background-color: #d0e4e7;
	border-color: rgba(49, 149, 165, .1)
}

.alert-warning {
	color: #b69329;
	background-color: #ebe4cf;
	border-color: rgba(182, 147, 41, .1)
}

.alert-danger {
	color: #c43d4b;
	background-color: #eed3d5;
	border-color: rgba(196, 61, 75, .1)
}

.alert-light {
	color: #ececec;
	background-color: #f6f6f6;
	border-color: hsla(0, 0%, 93%, .1)
}

.alert-dark {
	color: #131113;
	background-color: #cacaca;
	border-color: rgba(19, 17, 19, .1)
}

.alert-dismissible .close,
button.close {
	text-shadow: none
}

.alert [data-notify=title] {
	display: block;
	font-size: .9rem
}

div[data-notify=container] {
	padding: 18px
}

.custom-control-label,
.form-check-label {
	line-height: 24px
}

.bootstrap-tagsinput,
.form-control {
	border-radius: .1rem;
	outline: initial !important;
	box-shadow: none !important;
	font-size: 1.0rem;
	padding: .75rem .75rem .5rem;
	line-height: 1.5;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #212121
}

@keyframes a {
	to {
		color: #212121;
		background: transparent
	}
}

input:-webkit-autofill {
	animation-name: a;
	animation-fill-mode: both;
	-webkit-text-fill-color: #212121 !important
}

.bootstrap-tagsinput input {
	color: #212121
}

.has-float-label>span:after,
.has-float-label label:after {
	background: #fff
}

.form-control:focus {
	background: #fff;
	color: #212121
}

.bootstrap-tagsinput {
	width: 100%
}

.bootstrap-tagsinput input {
	padding: 0
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
	box-shadow: none
}

.bootstrap-tagsinput .tag {
	background: #576a3d;
	border-radius: 15px;
	padding: 0 10px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 12px
}

.bootstrap-tagsinput.focus,
.form-control:focus {
	border-color: rgba(87, 106, 61, .6)
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.4rem + 3px)
}

.custom-control-input:disabled~.custom-control-label:before {
	background-color: rgba(33, 33, 33, .25)
}

.custom-control-input:active~.custom-control-label:before {
	background-color: transparent
}

.custom-checkbox .custom-control-label.indeterminate:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.custom-control-input,
.custom-control-label {
	outline: initial !important;
	box-shadow: none !important
}

.custom-control-input {
	left: 1px;
	top: 3px;
	opacity: 0;
	z-index: 1;
	pointer-events: none
}

.custom-control-label:before {
	border: 1px solid #909090;
	background: initial
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #576a3d
}

.custom-control-input:checked~.custom-control-label:before {
	background-color: #576a3d;
	box-shadow: none !important;
	border: 1px solid #576a3d
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #576a3d;
	box-shadow: none !important
}

.custom-control-label:after,
.custom-control-label:before {
	box-shadow: none !important
}

.custom-control-label:after,
.custom-control-label:before {
	top: .25rem
}

.btn.rotate-icon-click i {
	transition: transform .5s
}

.btn.rotate i {
	transform: rotate(180deg)
}

.btn .custom-control-input:checked~.custom-control-label:before,
.btn .custom-control-label:before {
	border: 1px solid #fff
}

.btn-group-icon {
	line-height: 22px
}

.invalid-tooltip,
.valid-tooltip {
	border-radius: 15px;
	padding: .5rem 1rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.0rem
}

.valid-tooltip {
	background-color: #3e884f;
	margin-top: -.2rem
}

.invalid-tooltip {
	background-color: #c43d4b;
	margin-top: -.2rem
}

.valid-tooltip:after {
	border-bottom: 5px solid #3e884f
}

.invalid-tooltip:after,
.valid-tooltip:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -2.5px;
	margin-left: 50%;
	width: 10px;
	height: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.invalid-tooltip:after {
	border-bottom: 5px solid #c43d4b
}

.valid-icon {
	bottom: 8px;
	font-size: 1.0rem;
	color: #fff;
	color: #3e884f
}

.invalid-icon,
.valid-icon {
	position: absolute;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: 0;
	line-height: 1;
	border-radius: .2rem;
	right: 4px
}

.invalid-icon {
	bottom: 2px;
	font-size: .875rem;
	color: #fff;
	color: #c43d4b
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-icon,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-icon,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-icon,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-icon {
	color: #c43d4b;
	display: block
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-icon,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-icon,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-icon,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-icon {
	color: #3e884f;
	display: block
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #3e884f
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: error-color
}

.select2-container--bootstrap .select2-selection--single {
	padding: .65rem .75rem .5rem;
	height: calc(2.4rem + 3px);
	border-radius: .1rem !important
}

.select2-container--bootstrap .select2-selection.form-control,
.select2-dropdown {
	background: #fff
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background: #fff;
	color: #212121
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #212121
}

.input-group-text {
	background-color: hsla(0, 0%, 100%, .1);
	border-color: #d7d7d7;
	color: #212121;
	font-size: .8rem;
	padding: .75rem .75rem .5rem
}

.select2-container--bootstrap .select2-selection {
	border: 1px solid #d7d7d7
}

.select2-container {
	width: 100% !important
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: calc(2.4rem + 1px)
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
	border-color: rgba(87, 106, 61, .7)
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #576a3d;
	color: #fff
}

.select2-container--bootstrap .select2-selection.form-control,
.select2-dropdown {
	border-radius: .1rem !important
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border-radius: .1rem !important;
	border: 1px solid #8f8f8f;
	outline: initial;
	background: #fff;
	color: #212121
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	outline: initial;
	background: #fff;
	color: #212121
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	border-radius: .1rem;
	background: #fff;
	color: #212121;
	border-color: #d7d7d7;
	margin: 9px 0 0 8px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
	outline: initial;
	text-shadow: none;
	color: #576a3d
}

.typeahead.dropdown-menu {
	width: 100%
}

.typeahead.dropdown-menu .active a {
	background-color: #576a3d;
	color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 10px
}

.datepicker-dropdown:before {
	border-bottom-color: rgba(33, 33, 33, .2)
}

.datepicker table tr td.range,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	color: #fff;
	background-color: #576a3d;
	border-color: #576a3d
}

.datepicker-dropdown.datepicker-orient-top:before {
	border-top: 7px solid rgba(33, 33, 33, .2)
}

.datepicker table tr td,
.datepicker table tr th {
	color: #212121
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top-color: #fff
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	border-bottom-color: #fff
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	background: #d7d7d7
}

.datepicker table tr td,
.datepicker table tr th {
	width: 35px;
	height: 35px;
	border-radius: .1rem
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #576a3d;
	border-color: #576a3d
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	color: #fff;
	background-color: #3c4a2a;
	border-color: #3c4a2a
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: #3c4a2a;
	border-color: #3c4a2a
}

.datepicker.datepicker-inline,
.datepicker.datepicker-inline table {
	width: 100%
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker tfoot tr th:hover {
	background: #d7d7d7
}

.dropzone {
	min-height: 115px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 10px;
	border-radius: .1rem;
	color: #212121;
	height: 115px
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	margin: 0
}

.dropzone .dz-preview.dz-image-preview {
	width: 260px;
	height: unset;
	min-height: unset;
	border: 1px solid #d7d7d7;
	border-radius: .1rem;
	background: #fff;
	color: #212121
}

.dropzone .dz-preview.dz-image-preview strong {
	font-weight: 400
}

.dropzone .dz-preview.dz-image-preview .remove {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #576a3d
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	position: static;
	display: block;
	opacity: 1;
	text-align: left;
	min-width: unset;
	z-index: auto;
	color: #212121
}

.dropzone .dz-preview.dz-image-preview .dz-error-mark {
	color: #fff;
	transform: translateX(-50%) translateY(-50%) !important;
	transition: initial !important;
	animation: initial !important;
	margin-left: 0;
	margin-top: 0
}

.dropzone .dz-preview.dz-image-preview .dz-error-mark i {
	font-size: 26px
}

.dropzone .dz-preview.dz-image-preview .dz-progress {
	width: 90%;
	margin-left: 0;
	margin-top: 0;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	height: 5px
}

.dropzone .dz-preview.dz-image-preview .dz-progress .dz-upload {
	width: 100%;
	background: #576a3d
}

.dropzone .dz-preview.dz-image-preview .dz-error-message {
	border-radius: 15px;
	background: #c43d4b;
	top: 60px
}

.dropzone .dz-preview.dz-image-preview .dz-error-message:after {
	border-bottom: 6px solid #c43d4b
}

.dropzone .dz-preview.dz-image-preview [data-dz-name] {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
	display: inline-block;
	overflow: hidden
}

.custom-switch .custom-switch-input+.custom-switch-btn {
	background: #d7d7d7
}

.custom-switch.custom-switch-primary .custom-switch-input:checked+.custom-switch-btn {
	background: #576a3d;
	border: 1px solid #576a3d
}

.custom-switch.custom-switch-secondary .custom-switch-input:checked+.custom-switch-btn {
	background: #dd9c02;
	border: 1px solid #dd9c02
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input+.custom-switch-btn {
	border: 1px solid #d7d7d7
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input:checked+.custom-switch-btn {
	background: #fff;
	border: 1px solid #576a3d
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input:checked+.custom-switch-btn:after {
	background: #576a3d
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input+.custom-switch-btn {
	border: 1px solid #d7d7d7
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked+.custom-switch-btn {
	background: #fff;
	border: 1px solid #dd9c02
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked+.custom-switch-btn:after {
	background: #dd9c02
}

.input-group-text {
	border-radius: .1rem
}

.custom-switch .custom-switch-input+.custom-switch-btn:after {
	background: #fff
}

.custom-switch .custom-switch-input+.custom-switch-btn {
	border-color: #d7d7d7
}

.noUi-target {
	box-shadow: none
}

.noUi-target,
.noUi-tooltip {
	background: #fff;
	border-color: #d7d7d7
}

.noUi-tooltip {
	color: #212121
}

.custom-select,
.form-control-lg,
.form-control-sm,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	border-radius: .1rem
}

.custom-select {
	padding: .75rem .75rem .5rem
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	outline: initial !important;
	box-shadow: none !important
}

.custom-select {
	height: calc(2.5rem + 3px)
}

.custom-select:focus {
	border-color: #576a3d
}

.custom-file-input,
.custom-file-label {
	box-shadow: none !important
}

.custom-file-label {
	border-radius: .1rem;
	padding: .75rem .75rem .5rem;
	background: #fff;
	border-color: #d7d7d7
}

.custom-file,
.custom-file-label {
	height: calc(2.5rem + 2px)
}

.custom-file-input:focus,
.custom-file-label:focus {
	border-color: rgba(87, 106, 61, .6)
}

.custom-file-input:focus~.custom-file-label {
	border-color: rgba(87, 106, 61, .6);
	box-shadow: none
}

.custom-file-input:focus~.custom-file-label:after {
	border-color: rgba(87, 106, 61, .6)
}

.custom-file,
.custom-file-label {
	height: calc(2.5rem + 3px)
}

.custom-file-label:after,
.input-group>.custom-select:not(:first-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:first-child),
.input-group>.form-control:not(:last-child) {
	outline: initial !important;
	box-shadow: none !important
}

.custom-file-label:after {
	height: calc((2.5rem + 2px) - 1px * 2);
	padding: .75rem .75rem .5rem
}

.custom-file-label:after,
.input-group>.custom-select:not(:first-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:first-child),
.input-group>.form-control:not(:last-child) {
	background: #fff;
	color: #212121;
	border-color: #d7d7d7
}

.jumbotron {
	background: initial
}

.has-float-label>span,
.has-float-label label,
.has-top-label>span,
.has-top-label label {
	color: rgba(33, 33, 33, .7)
}

.noUi-connect {
	background: #576a3d
}

.noUi-connects {
	border-radius: .1rem
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: none
}

.noUi-handle {
	outline: initial;
	box-shadow: none !important
}

.noUi-horizontal {
	height: 8px
}

.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -7px;
	border-color: #d7d7d7;
	background: #fff
}

.noUi-horizontal .noUi-tooltip {
	top: 120%;
	bottom: unset;
	padding-left: 10px;
	padding-right: 10px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #576a3d
}

.nav-pills .nav-link {
	border-radius: 50px
}

@media (max-width:767px) {
	.nav-link {
		padding: .5rem
	}
}

.nav-link.active {
	color: #576a3d
}

.page-item {
	padding: 10px
}

@media (max-width:767px) {
	.page-item {
		padding: 3px
	}
}

.page-item .page-link {
	outline: initial !important;
	box-shadow: none !important;
	line-height: 1.7;
	border-radius: 40px !important;
	min-width: 38px;
	text-align: center;
	height: 38px;
	padding: .55rem 0
}

@media (max-width:575px) {
	.page-item .page-link {
		min-width: 30px;
		height: 30px;
		line-height: .9;
		font-size: 1.0rem
	}
}

.page-item .page-link.next,
.page-item .page-link.prev {
	background: #576a3d;
	color: #fff;
	border: 1px solid #576a3d
}

.page-item .page-link.first,
.page-item .page-link.last {
	background: transparent;
	color: #576a3d;
	border: 1px solid #576a3d;
	border-radius: 30px
}

.page-item .page-link.first:hover,
.page-item .page-link.last:hover {
	background: #576a3d;
	color: #fff;
	border: 1px solid #576a3d
}

.page-item .page-link:hover {
	background-color: transparent;
	border-color: #728a50;
	color: #576a3d
}

.page-item.active .page-link {
	background: transparent;
	border: 1px solid #576a3d;
	color: #576a3d
}

.page-item.disabled .page-link {
	border-color: #d7d7d7;
	color: #d7d7d7;
	background: transparent
}

.page-link {
	background-color: transparent;
	border-color: transparent;
	color: #212121
}

.btn-sm.page-link {
	padding: .5rem
}

.pagination-lg .page-item {
	padding: 15px
}

@media (max-width:767px) {
	.pagination-lg .page-item {
		padding: 3px
	}
}

.pagination-lg .page-item .page-link {
	min-width: 50px;
	height: 50px
}

@media (max-width:767px) {
	.pagination-lg .page-item .page-link {
		min-width: 38px;
		height: 38px;
		padding: .55rem 0;
		line-height: 1.5;
		font-size: .8rem
	}
}

@media (max-width:575px) {
	.pagination-lg .page-item .page-link {
		min-width: 30px;
		height: 30px;
		line-height: .9;
		font-size: 1.0rem
	}
}

.pagination-sm .page-item {
	padding: 6px
}

@media (max-width:767px) {
	.pagination-sm .page-item {
		padding: 3px
	}
}

.pagination-sm .page-item .page-link {
	min-width: 30px;
	height: 30px;
	line-height: .9;
	font-size: 1.0rem
}

.popover {
	border-radius: .1rem;
	background-color: #fff;
	border-color: #d7d7d7
}

.popover .popover-body {
	color: #212121
}

.popover-header {
	background-color: transparent;
	border-bottom: initial
}

.tooltip-inner {
	padding: .5rem .75rem;
	color: #212121;
	background-color: #fff;
	border-radius: .1rem;
	border: 1px solid #d7d7d7
}

.tooltip.show {
	opacity: 1
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
	border-right-color: #d7d7d7
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
	border-left-color: #d7d7d7
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
	border-left-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
	border-bottom-color: #d7d7d7
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
	border-top-color: #d7d7d7
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
	border-top-color: #fff
}

.tooltip .arrow:after,
.tooltip .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:after,
.bs-tooltip-right .arrow:before {
	border-width: .5rem .5rem .5rem 0
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
	left: 0;
	border-right-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-right .arrow:after {
	left: 1px;
	border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=right] .arrow:after,
.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:after,
.bs-tooltip-right .arrow:before {
	border-width: .4rem .4rem .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
	bottom: 0;
	border-top-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:after,
.bs-tooltip-top .arrow:before {
	border-width: .5rem .5rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-top .arrow:after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=top] .arrow:after,
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:after,
.bs-tooltip-top .arrow:before {
	border-width: .4rem .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
	top: 0;
	border-bottom-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:after,
.bs-tooltip-bottom .arrow:before {
	border-width: 0 .5rem .5rem
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.bs-tooltip-bottom .arrow:after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
	right: 0;
	border-left-color: #d7d7d7
}

.bs-tooltip-auto[x-placement^=left] .arrow:after,
.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:after,
.bs-tooltip-left .arrow:before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:after,
.bs-tooltip-left .arrow:after {
	right: 0;
	border-left-color: #fff
}

.search-sm {
	position: relative
}

.search-sm input {
	background: none;
	outline: initial !important;
	border-radius: 15px;
	padding: .25rem .75rem;
	font-size: 1.0rem;
	line-height: 1.3;
	border: 1px solid #8f8f8f;
	color: #212121
}

.search-sm:after {
	font-family: simple-line-icons;
	content: "\E090";
	font-size: 14px;
	color: #8f8f8f;
	position: absolute;
	right: 10px;
	text-align: center;
	cursor: pointer;
	top: 2px
}

.progress {
	height: 3px;
	background-color: #f3f3f3
}

.progress-bar {
	background-color: #576a3d
}

.progressbar-text {
	position: absolute;
	left: 0;
	width: 50px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #212121 !important
}

.progress-bar-circle {
	width: 54px;
	height: 54px
}

.progress-bar-circle svg path:first-of-type {
	stroke: #d7d7d7
}

.progress-bar-circle svg path:last-of-type {
	stroke: #576a3d
}

.progress-bar-circle.progress-bar-banner svg path:first-of-type {
	stroke: #899777
}

.progress-bar-circle.progress-bar-banner svg path:last-of-type {
	stroke: #fff
}

.progress-banner {
	height: 200px;
	background-image: linear-gradient(to right top, #576a3d, #73904c, #7baa39);
	transition: .5s;
	background-size: 200% auto;
	cursor: pointer
}

.progress-banner .lead {
	font-size: 1.5rem;
	margin-bottom: .5rem
}

@media (max-width:1199px) {
	.progress-banner .lead {
		font-size: 1.2rem;
		margin-bottom: .2rem
	}
}

.progress-banner i {
	font-size: 2.7rem;
	margin-bottom: 1rem
}

@media (max-width:1199px) {
	.progress-banner i {
		font-size: 2rem;
		margin-bottom: .2rem
	}
}

.progress-banner .progress-bar-circle.progress-bar-banner {
	width: 120px;
	height: 120px
}

@media (max-width:1199px) {
	.progress-banner .progress-bar-circle.progress-bar-banner {
		width: 80px;
		height: 80px
	}
}

.progress-banner .progress-bar-banner .progressbar-text {
	color: #fff !important;
	font-size: 1.7rem;
	width: 110px;
	font-weight: 300
}

@media (max-width:1199px) {
	.progress-banner .progress-bar-banner .progressbar-text {
		font-size: 1.2rem;
		margin-bottom: .2rem
	}
}

.progress-banner:hover {
	background-position: 100% 0
}

.br-theme-bootstrap-stars .br-widget a:after {
	color: #d7d7d7
}

.br-theme-bootstrap-stars .br-widget a.br-active:after,
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
	color: #576a3d;
	font-weight: 900
}

.sortable {
	cursor: default
}

.sortable span {
	vertical-align: middle
}

.sortable-ghost {
	opacity: .5
}

.spinner {
	width: 36px;
	text-align: center
}

.spinner>div {
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	animation: b 1.2s infinite ease-in-out both
}

.spinner .bounce1 {
	animation-delay: -.32s
}

.spinner .bounce2 {
	animation-delay: -.16s
}

@keyframes b {

	0%,
	80%,
	to {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.cropper-line,
.cropper-point {
	background-color: #576a3d
}

.cropper-view-box {
	outline-color: #576a3d;
	outline: #576a3d
}

.cropper-preview {
	overflow: hidden
}

#cropperContainer {
	height: 300px;
	display: none
}

.modal .modal-body,
.modal .modal-footer,
.modal .modal-header {
	padding: 1.75rem
}

.modal .modal-header {
	border-bottom: 1px solid #d7d7d7
}

.modal .modal-footer {
	border-top: 1px solid #d7d7d7
}

.modal .close {
	color: #212121;
	text-shadow: none
}

.modal .modal-content {
	border: initial;
	border-radius: .1rem;
	background: #fff
}

.modal-right {
	padding-right: 0 !important
}

.modal-right .modal-dialog {
	margin: 0 auto;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-width: 380px
}

.modal-right .modal-content {
	min-height: 100%
}

.modal-right .modal-header {
	flex: 0 0 120px
}

@media (max-width:1439px) {
	.modal-right .modal-header {
		flex: 0 0 90px
	}
}

@media (max-width:1199px) {
	.modal-right .modal-header {
		flex: 0 0 80px
	}
}

@media (max-width:767px) {
	.modal-right .modal-header {
		flex: 0 0 70px
	}
}

.modal-right .modal-footer {
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0
}

.modal-right.modal.fade .modal-dialog {
	transform: translate(25%)
}

.modal-right.modal.show .modal-dialog {
	transform: translate(0)
}

.modal-left .modal-dialog {
	margin: 0 auto;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-width: 380px
}

.modal-left .modal-content {
	min-height: 100%
}

.modal-left .modal-header {
	height: 120px
}

.modal-left .modal-footer {
	justify-content: center
}

.modal-left.modal.fade .modal-dialog {
	transform: translate(-25%)
}

.modal-left.modal.show .modal-dialog {
	transform: translate(0)
}

.auth-card {
	display: flex;
	flex-direction: row;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.auth-card .image-side {
	width: 40%;
	background: url(../img/login-balloon.jpg) no-repeat top;
	background-size: cover;
	padding: 80px 40px
}

.auth-card .image-side ..sidebarxs2 {
	line-height: .8rem
}

.auth-card .form-side {
	width: 60%;
	padding: 80px
}

@media (max-width:991px) {
	.auth-card {
		flex-direction: column
	}

	.auth-card .form-side,
	.auth-card .image-side {
		width: 100%;
		padding: 60px
	}
}

@media (max-width:767px) {
	.auth-card p..sidebarxx {
		font-size: 1.6rem
	}
}

@media (max-width:575px) {
	.auth-card {
		flex-direction: column
	}

	.auth-card .form-side,
	.auth-card .image-side {
		padding: 35px 30px
	}

	.auth-card .logo-single {
		margin-bottom: 20px
	}

	.auth-card p..sidebarxx {
		font-size: 1.4rem
	}
}

.html-editor {
	height: 350px
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
	color: #576a3d
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
	fill: #576a3d
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter {
	stroke: #576a3d
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
	border-color: #d7d7d7
}

.html-editor-bubble {
	height: 200px
}

.html-editor-bubble .ql-editor {
	border: 1px solid #d7d7d7
}

.ql-tooltip {
	z-index: 10
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
	height: 350px
}

.ck.ck-button,
a.ck.ck-button {
	color: #d7d7d7
}

.ck.ck-button.ck-on,
.ck.ck-button.ck-on:not(.ck-disabled):focus,
.ck.ck-button.ck-on:not(.ck-disabled):hover,
.ck.ck-button:not(.ck-disabled):focus,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button.ck-on,
a.ck.ck-button.ck-on:not(.ck-disabled):focus,
a.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):focus,
a.ck.ck-button:not(.ck-disabled):hover {
	background: initial;
	color: #576a3d;
	box-shadow: none;
	outline: initial
}

.ck.ck-toolbar__separator {
	background: #d7d7d7
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
	border-color: #d7d7d7
}

.ck.ck-editor__main>.ck-editor__editable {
	background: #fff
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners {
	box-shadow: none !important
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused {
	border-color: #d7d7d7
}

.ck.ck-toolbar {
	background: #fff !important
}

.mind-icons .glyph,
.simple-line-icons .glyph {
	width: 14.28%;
	text-align: center;
	float: left;
	height: 100px
}

.mind-icons .glyph .fa,
.mind-icons .glyph .glyph-icon,
.simple-line-icons .glyph .fa,
.simple-line-icons .glyph .glyph-icon {
	font-size: 32px
}

.mind-icons .glyph .author-name,
.simple-line-icons .glyph .author-name {
	display: none
}

.mind-icons .glyph .class-name,
.simple-line-icons .glyph .class-name {
	font-size: 1.0rem;
	color: #909090 !important
}

@media (max-width:1199px) {

	.mind-icons .glyph,
	.simple-line-icons .glyph {
		width: 16.66%
	}
}

@media (max-width:991px) {

	.mind-icons .glyph,
	.simple-line-icons .glyph {
		width: 20%
	}
}

@media (max-width:767px) {

	.mind-icons .glyph,
	.simple-line-icons .glyph {
		width: 25%
	}
}

@media (max-width:575px) {

	.mind-icons .glyph,
	.simple-line-icons .glyph {
		width: 50%
	}
}

.chart-container {
	height: 300px
}

.theme-colors {
	width: 280px;
	position: fixed;
	z-index: 1030;
	top: 50%;
	right: 0;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
	transform: translate(280px, -50%);
	padding-top: 10px;
	padding-bottom: 10px
}

.theme-colors.default-transition {
	transition: transform .4s ease-out
}

.theme-colors .theme-button {
	position: absolute;
	left: -32px;
	background: #fff;
	padding: 13px 7px;
	border-radius: .2rem;
	color: #212121;
	box-shadow: -2px 0 5px rgba(0, 0, 0, .04);
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #576a3d
}

.theme-colors .theme-color {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 20px;
	transition: background .25s
}

.theme-colors .theme-color.active,
.theme-colors .theme-color:hover {
	background: #fff
}

.theme-colors .theme-color-purple {
	border: 3px solid #922c88;
	background: #922c88
}

.theme-colors .theme-color-blue {
	border: 3px solid #145388;
	background: #145388
}

.theme-colors .theme-color-orange {
	border: 3px solid #e2863b;
	background: #e2863b
}

.theme-colors .theme-color-green {
	border: 3px solid #576a3d;
	background: #576a3d
}

.theme-colors .theme-color-red {
	border: 3px solid #880a1f;
	background: #880a1f
}

.theme-colors.shown {
	transform: translateY(-50%)
}

.loading {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(87, 106, 61, .2);
	border-radius: 50%;
	border-top-color: #576a3d;
	animation: c 1s ease-in-out infinite;
	-webkit-animation: c 1s ease-in-out infinite;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	position: fixed;
	z-index: 1
}

@keyframes c {
	to {
		-webkit-transform: rotate(1turn)
	}
}

.library-app .sfl-selected-item,
.select-from-library-container .sfl-selected-item {
	display: none
}

.library-app .list,
.select-from-library-container .list {
	margin-bottom: -1.5rem
}

@media (max-width:1199px) {

	.library-app .drop-area-container,
	.select-from-library-container .drop-area-container {
		margin-bottom: 1.5rem
	}
}

.library-app .drop-area,
.select-from-library-container .drop-area {
	min-height: 750px;
	height: 100%
}

.library-app .drop-area .card-body,
.library-app .drop-area .dropzone,
.library-app .drop-area form,
.select-from-library-container .drop-area .card-body,
.select-from-library-container .drop-area .dropzone,
.select-from-library-container .drop-area form {
	height: 100%
}

@media (max-width:1199px) {

	.library-app .drop-area,
	.select-from-library-container .drop-area {
		min-height: 220px;
		height: 100%
	}
}

.library-app .drop-area .dropzone .dz-preview.dz-image-preview,
.select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
	width: calc(100% - 32px)
}

@media (max-width:1199px) {

	.library-app .drop-area .dropzone .dz-preview.dz-image-preview,
	.select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
		width: calc(50% - 32px)
	}
}

@media (max-width:991px) {

	.library-app .drop-area .dropzone .dz-preview.dz-image-preview,
	.select-from-library-container .drop-area .dropzone .dz-preview.dz-image-preview {
		width: calc(100% - 32px)
	}
}

.library-app .preview-area,
.select-from-library-container .preview-area {
	min-height: 750px;
	height: 100%
}

.library-app .preview-area .card-body,
.select-from-library-container .preview-area .card-body {
	height: 100%
}

@media (max-width:1199px) {

	.library-app .preview-area .card-img-top,
	.select-from-library-container .preview-area .card-img-top {
		height: 220px;
		width: 220px;
		object-fit: cover
	}
}

@media (max-width:575px) {

	.library-app .preview-area .card-img-top,
	.select-from-library-container .preview-area .card-img-top {
		height: 180px;
		width: 100%;
		object-fit: cover
	}
}

@media (max-width:1199px) {

	.library-app .preview-area,
	.select-from-library-container .preview-area {
		min-height: 220px;
		height: 220px;
		margin-bottom: 1.5rem
	}
}

@media (max-width:575px) {

	.library-app .preview-area,
	.select-from-library-container .preview-area {
		height: auto
	}
}

@media (max-width:1199px) {

	.library-app .preview-area.preview-area-audio,
	.select-from-library-container .preview-area.preview-area-audio {
		height: auto
	}
}

.library-app .preview-area .video-view,
.select-from-library-container .preview-area .video-view {
	height: 301px
}

@media (max-width:1199px) {

	.library-app .preview-area .video-view,
	.select-from-library-container .preview-area .video-view {
		height: 100%;
		width: 220px
	}
}

@media (max-width:575px) {

	.library-app .preview-area .video-view,
	.select-from-library-container .preview-area .video-view {
		height: 180px;
		width: 100%
	}
}

.library-app .preview-area .video-view .video-js,
.select-from-library-container .preview-area .video-view .video-js {
	width: 100%;
	height: 100%;
	background-color: #f8f8f8
}

.library-app .preview-area .video-view .video-js .vjs-poster,
.select-from-library-container .preview-area .video-view .video-js .vjs-poster {
	background-size: cover
}

.library-app .preview-area .audio-view,
.select-from-library-container .preview-area .audio-view {
	height: 60px
}

.library-app .preview-area .audio-view .video-js.audio,
.select-from-library-container .preview-area .audio-view .video-js.audio {
	width: 100%;
	height: 100%
}

.library-app .media-thumb-container,
.select-from-library-container .media-thumb-container {
	height: 105px;
	padding: 20px 30px
}

.library-app .media-thumb-container.active-default,
.select-from-library-container .media-thumb-container.active-default {
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.library-app .media-thumb-container .card-body,
.select-from-library-container .media-thumb-container .card-body {
	padding-left: 1rem
}

@media (max-width:575px) {

	.library-app .media-thumb-container,
	.select-from-library-container .media-thumb-container {
		padding: 1.5rem
	}
}

.library-app .list-media-thumbnail,
.select-from-library-container .list-media-thumbnail {
	border-radius: .1rem;
	padding: 0;
	border: initial;
	height: auto;
	max-width: unset;
	width: 55px;
	height: 45px;
	object-fit: cover
}

.library-app .media-thumbnail-icon,
.select-from-library-container .media-thumbnail-icon {
	width: 60px;
	height: 45px
}

.library-app .media-thumbnail-icon i,
.select-from-library-container .media-thumbnail-icon i {
	font-size: 35px;
	margin: 0 auto;
	line-height: 48px;
	color: #576a3d
}

.library-app .dropzone.disabled,
.select-from-library-container .dropzone.disabled {
	opacity: .4
}

.library-app .dropzone.disabled .dropzone-message,
.select-from-library-container .dropzone.disabled .dropzone-message {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	display: block;
	text-align: center
}

.select-from-library-container {
	margin-bottom: -2rem
}

.select-from-library-button,
.selected-library-item {
	border: 1px solid #d7d7d7;
	height: 110px
}

.select-from-library-button .card,
.selected-library-item .card {
	box-shadow: none
}

.select-from-library-button {
	cursor: pointer;
	border-style: dashed
}

.delete-library-item {
	font-size: 18px
}

.select-from-library .modal-content {
	background: #f8f8f8 !important;
	height: 100%
}

.select-from-library .modal-content .ps__thumb-y {
	right: 14px
}

.select-from-library .list {
	margin: 0
}

.select-from-library .list .row {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.select-from-library .media-thumb-container.card {
	height: 175px
}

.select-from-library img.list-media-thumbnail {
	width: 100%;
	height: 105px;
	object-fit: cover
}

.select-from-library .modal-body.scroll {
	margin-right: 0
}

.select-from-library .dropzone-container {
	flex: 0 0 auto
}

.select-from-library .folder-button-collapse {
	display: inline-block;
	border-radius: initial;
	width: 100%;
	text-align: left;
	margin-bottom: 1rem
}

.select-from-library .folder-button-collapse .icon-container {
	margin-right: .5rem;
	display: inline-block
}

.select-from-library .folder-button-collapse .icon-container i {
	display: inline-block;
	font-size: 14px;
	margin: 0 auto;
	transform: rotate(0deg);
	transition: transform .3s
}

.select-from-library .folder-button-collapse .folder-name {
	line-height: 22px;
	display: inline-block;
	font-size: 1rem
}

.select-from-library .folder-button-collapse.collapsed .icon-container i {
	transform: rotate(-90deg)
}

.select-from-library .dropzone {
	min-height: 160px;
	height: 100%;
	border: initial
}

.select-from-library .dz-default.dz-message {
	top: 75px
}

.select-from-library .dropzone .dz-preview.dz-image-preview {
	width: calc(100% - 32px)
}

.video-js .vjs-big-play-button {
	background: #fff;
	height: 1.2em;
	border-radius: .75em;
	line-height: normal;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.5em;
	width: 2.5em;
	border: .06666em solid #fff
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	color: #576a3d
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
	background-color: #f2f2f2;
	border-color: #f2f2f2
}

.vjs-control {
	text-shadow: none !important;
	outline: initial !important
}

.video-js .vjs-control-bar {
	background: initial;
	margin: 1.75rem;
	width: calc(100% - 3.5rem)
}

.video-js .vjs-control-bar .vjs-control.vjs-button,
.video-js .vjs-control-bar .vjs-remaining-time,
.video-js .vjs-control-bar .vjs-volume-panel {
	margin-right: .5em;
	background: #fff;
	color: #576a3d;
	border-radius: 15px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
	background: #fff;
	border-radius: 15px;
	margin-right: .5em;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.video-js .vjs-control-bar .vjs-mute-control.vjs-control {
	box-shadow: none
}

.video-js .vjs-control-bar .vjs-progress-holder {
	height: 3px;
	font-size: 1.6em !important
}

.video-js .vjs-control-bar .vjs-load-progress,
.video-js .vjs-control-bar .vjs-load-progress div {
	background-color: rgba(87, 106, 61, .2)
}

.video-js .vjs-control-bar .vjs-play-progress:before {
	font-size: .55em;
	top: -.2em
}

.video-js .vjs-control-bar .vjs-progress-holder {
	margin: 0 17px
}

.video-js .vjs-control-bar .vjs-slider {
	text-shadow: none !important;
	outline: initial !important;
	background-color: #dadada
}

.video-js .vjs-control-bar .vjs-play-progress {
	background: #576a3d
}

.video-js .vjs-control-bar .vjs-play-progress:before {
	color: #576a3d
}

.video-js .vjs-control-bar .vjs-volume-horizontal {
	margin-left: -1.5em;
	width: 4em
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-level {
	background: #576a3d
}

.video-js.audio {
	background: initial
}

.video-js.audio .vjs-big-play-button {
	display: none
}

.video-js.audio .vjs-control-bar {
	display: flex
}

.video-js.audio .vjs-fullscreen-control {
	display: none
}

.video-js.audio .vjs-control-bar {
	margin-bottom: 0
}

.video-js.audio .vjs-control.vjs-button,
.video-js.audio .vjs-progress-control.vjs-control,
.video-js.audio .vjs-remaining-time,
.video-js.audio .vjs-volume-panel {
	box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.video-js.audio .vjs-mute-control {
	box-shadow: none !important
}

.video-js.audio .vjs-loading-spinner {
	display: none !important
}

.context-menu-list {
	box-shadow: none;
	border-radius: .1rem;
	background: #fff;
	border-color: rgba(33, 33, 33, .15);
	padding: .5rem 0
}

.context-menu-item {
	padding: .75rem 1.5rem;
	background: #fff;
	color: #212121
}

.context-menu-item.context-menu-hover {
	color: #212121;
	text-decoration: none;
	background-color: #f8f8f8
}

.context-menu-item span {
	font-family: Nunito, sans-serif;
	font-size: .8rem;
	font-weight: 400;
	margin-left: .5rem
}

.list .card.active,
.list .card.context-menu-active {
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.landing-page {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #8f8f8f
}

@media (max-width:767px) {
	.landing-page {
		font-size: .9rem;
		line-height: 1.4rem
	}
}

.landing-page .mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(300px);
	z-index: 25;
	width: 300px;
	background: #f8f8f8;
	box-shadow: none
}

.landing-page .mobile-menu.default-transition {
	transition: transform .5s, box-shadow .5s
}

.landing-page .logo-mobile {
	display: block;
	text-align: center;
	padding: 3rem 2rem
}

.landing-page .logo-mobile span {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: url(../img/logo-black.svg);
	background-repeat: no-repeat
}

.landing-page .main-container {
	overflow: hidden
}

.landing-page.show-mobile-menu .mobile-menu {
	transform: translateX(0);
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.landing-page.show-mobile-menu .main-container .content-container,
.landing-page.show-mobile-menu .main-container nav {
	transform: translateX(-300px)
}

.landing-page .content-container {
	transition: transform .5s
}

.landing-page p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #8f8f8f
}

@media (max-width:767px) {
	.landing-page p {
		font-size: .9rem;
		line-height: 1.4rem
	}
}

.landing-page .sidebarxs {
	font-size: 3rem;
	color: #576a3d;
	margin-bottom: 2rem
}

@media (max-width:767px) {
	.landing-page .sidebarxs {
		font-size: 2rem
	}
}

.landing-page .sidebarxx {
	font-size: 1.8rem;
	color: #576a3d;
	margin-bottom: 2rem
}

@media (max-width:991px) {
	.landing-page .sidebarxx {
		font-size: 1.6rem
	}
}

@media (max-width:767px) {
	.landing-page .sidebarxx {
		font-size: 1.2rem
	}
}

.landing-page .sidebarxs2 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #576a3d
}

@media (max-width:767px) {
	.landing-page .sidebarxs2 {
		font-size: 1.1rem
	}
}

.landing-page .semi-rounded {
	border-radius: 1.2rem !important
}

.landing-page .dropdown-toggle:after {
	opacity: .7
}

.landing-page .btn-outline-semi-light {
	border: 1px solid hsla(0, 0%, 100%, .3);
	color: #fff;
	background: transparent
}

.landing-page .btn-outline-semi-light:active,
.landing-page .btn-outline-semi-light:hover {
	border: 1px solid #3c4a2a;
	background: #3c4a2a
}

.landing-page .landing-page-nav {
	z-index: 5 !important;
	transition: top .5s, background .5s, box-shadow .2s, opacity .2s, transform .5s !important;
	top: 0;
	position: fixed;
	width: 100%;
	background: transparent;
	box-shadow: none
}

.landing-page .landing-page-nav .container {
	height: 120px
}

@media (max-width:1439px) {
	.landing-page .landing-page-nav .container {
		height: 110px
	}
}

@media (max-width:1199px) {
	.landing-page .landing-page-nav .container {
		height: 100px
	}
}

@media (max-width:767px) {
	.landing-page .landing-page-nav .container {
		height: 90px
	}
}

.landing-page .landing-page-nav .btn {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important
}

.landing-page .landing-page-nav .navbar-logo {
	width: 120px;
	height: 40px
}

.landing-page .landing-page-nav .navbar-logo .white {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: url(../img/logo-white.svg);
	background-repeat: no-repeat
}

.landing-page .landing-page-nav .navbar-logo .dark {
	width: 120px;
	height: 40px;
	background: url(../img/logo-black.svg);
	background-repeat: no-repeat;
	display: none
}

.landing-page .landing-page-nav .mobile-menu-button {
	font-size: 20px;
	display: none
}

@media (max-width:991px) {
	.landing-page .landing-page-nav .mobile-menu-button {
		display: block
	}
}

.landing-page .landing-page-nav .navbar-nav {
	height: 100%;
	position: relative
}

.landing-page .landing-page-nav .navbar-nav li {
	height: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative
}

.landing-page .landing-page-nav .navbar-nav li:last-of-type {
	padding-right: 0
}

.landing-page .landing-page-nav .navbar-nav li.active:before {
	content: " ";
	background: #fff;
	border-radius: 10px;
	position: absolute;
	width: calc(100% - 1.5rem);
	height: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0
}

@media (max-width:1199px) {
	.landing-page .landing-page-nav .navbar-nav li {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.landing-page .landing-page-nav .navbar-nav li:last-of-type {
		padding-right: 0
	}
}

.landing-page .landing-page-nav .navbar-nav .nav-item>.dropdown>a,
.landing-page .landing-page-nav .navbar-nav .nav-item>a {
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	display: inline-block;
	transform: translateY(-50%);
	margin-top: 57px
}

@media (max-width:1439px) {

	.landing-page .landing-page-nav .navbar-nav .nav-item>.dropdown>a,
	.landing-page .landing-page-nav .navbar-nav .nav-item>a {
		margin-top: 53px
	}
}

@media (max-width:1199px) {

	.landing-page .landing-page-nav .navbar-nav .nav-item>.dropdown>a,
	.landing-page .landing-page-nav .navbar-nav .nav-item>a {
		margin-top: 50px
	}
}

.landing-page .landing-page-nav .navbar-nav .nav-item:not(.active) .dropdown>a:active:not(.btn),
.landing-page .landing-page-nav .navbar-nav .nav-item:not(.active) .dropdown>a:hover:not(.btn),
.landing-page .landing-page-nav .navbar-nav .nav-item:not(.active)>a:active:not(.btn),
.landing-page .landing-page-nav .navbar-nav .nav-item:not(.active)>a:hover:not(.btn) {
	opacity: .8
}

.landing-page .landing-page-nav .navbar-nav .dropdown {
	height: 80px;
	position: relative
}

.landing-page .landing-page-nav .navbar-nav .dropdown:hover>.dropdown-menu {
	display: block
}

.landing-page .landing-page-nav .navbar-nav .dropdown>.dropdown-toggle:active {
	pointer-events: none
}

.landing-page .landing-page-nav .navbar-nav .dropdown .dropdown-menu {
	position: absolute;
	margin-top: 0
}

.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item {
	font-size: .8rem;
	color: #212121;
	padding-bottom: .5rem
}

.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item.active,
.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item:active {
	color: #fff
}

.landing-page .landing-page-nav.headroom--unpinned {
	top: -125px
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned {
	background: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-logo .white {
	display: none
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-logo .dark {
	display: inline-block
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav a {
	color: #212121
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav a:active,
.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav a:hover {
	color: #576a3d
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav a.dropdown-item:focus {
	color: #fff
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav li.active:before {
	content: " ";
	background-color: #576a3d
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light {
	border: 1px solid rgba(87, 106, 61, .3);
	color: #576a3d
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light:active,
.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light:hover {
	border: 1px solid #576a3d;
	background: #576a3d;
	color: #fff
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned.headroom--unpinned {
	background: transparent
}

.landing-page .landing-page-nav.headroom--top .mobile-menu-button {
	color: #fff
}

.landing-page .section {
	margin-bottom: 150px;
	padding-top: 100px;
	padding-bottom: 100px
}

@media (max-width:991px) {
	.landing-page .section {
		margin-bottom: 100px;
		padding-top: 60px
	}
}

.landing-page .section.home {
	background: url(../img/landing-page/home-background-green.png);
	background-repeat: no-repeat;
	background-position-y: 0;
	background-color: transparent;
	height: 1440px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative
}

@media (max-width:575px) {
	.landing-page .section.home {
		background-position-y: -100px;
		height: 1340px
	}
}

.landing-page .section.subpage {
	background: url(../img/landing-page/sub-background-green.png);
	height: 690px;
	background-position-y: -350px;
	background-repeat: no-repeat
}

@media (max-width:1439px) {
	.landing-page .section.subpage {
		background-position-y: -400px;
		height: 640px
	}
}

@media (max-width:991px) {
	.landing-page .section.subpage {
		background-position-y: -540px;
		height: 520px
	}
}

@media (max-width:767px) {
	.landing-page .section.subpage {
		background-position-y: -620px;
		height: 450px
	}
}

.landing-page .section.subpage-long {
	background: url(../img/landing-page/sub-background-green.png);
	height: 900px;
	background-repeat: no-repeat;
	background-position-y: -180px
}

@media (max-width:991px) {
	.landing-page .section.subpage-long {
		background-position-y: -220px;
		height: 830px
	}
}

@media (max-width:767px) {
	.landing-page .section.subpage-long {
		background-position-y: -310px;
		height: 760px
	}
}

.landing-page .section.footer {
	background: url(../img/landing-page/footer-background-green.png);
	background-color: #fff;
	background-repeat: no-repeat;
	padding-bottom: 0
}

.landing-page .section.background {
	background: #fff;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px
}

@media (max-width:991px) {
	.landing-page .section.background {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.landing-page .section.background:before {
	content: " ";
	width: 100%;
	height: 70px;
	position: absolute;
	top: -70px;
	background: url(../img/landing-page/white-background-top.png);
	background-size: cover;
	background-position: 50%
}

.landing-page .section.background:after {
	content: " ";
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: -70px;
	background: url(../img/landing-page/white-background-bottom.png);
	background-size: cover;
	background-position: 50%
}

.landing-page .section.background.background-no-bottom:after {
	content: "";
	background: initial;
	width: auto;
	height: auto
}

.landing-page .background-white {
	background: #fff
}

.landing-page .mobile-hero {
	margin-left: 50%;
	transform: translateX(-50%);
	max-width: 135%;
	margin-bottom: 3rem
}

.landing-page .home-row {
	padding-top: 180px;
	margin-bottom: 70px
}

@media (max-width:1439px) {
	.landing-page .home-row {
		padding-top: 120px
	}
}

@media (max-width:991px) {
	.landing-page .home-row {
		padding-top: 110px
	}
}

.landing-page .home-text {
	margin-top: 40px
}

.landing-page .home-text p {
	color: #fff;
	font-size: 1.1rem
}

@media (max-width:767px) {
	.landing-page .home-text p {
		font-size: .9rem;
		line-height: 1.4rem
	}
}

.landing-page .home-text .display-1 {
	font-size: 3rem;
	line-height: 3.2rem;
	margin-bottom: 1.1em;
	color: #fff
}

@media (max-width:991px) {
	.landing-page .home-text .display-1 {
		font-size: 1.8rem;
		line-height: 2.5rem
	}
}

@media (max-width:767px) {
	.landing-page .home-text .display-1 {
		font-size: 1.7rem;
		line-height: 2.3rem
	}
}

@media (max-width:575px) {
	.landing-page .home-text .display-1 {
		font-size: 1.6rem;
		line-height: 2.2rem
	}
}

@media (max-width:767px) {
	.landing-page .home-text {
		margin-top: 0
	}
}

.landing-page .review-carousel {
	margin-top: 5rem
}

.landing-page .home-carousel .owl-stage-outer,
.landing-page .review-carousel .owl-stage-outer {
	padding-top: 5px
}

.landing-page .home-carousel .card .detail-text {
	padding: 1rem;
	margin-bottom: 0
}

@media (max-width:767px) {

	.landing-page .home-carousel .card .btn-link,
	.landing-page .home-carousel .card .detail-text {
		padding: .25rem
	}
}

.landing-page i.large-icon {
	font-size: 60px;
	line-height: 110px;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd9c02), to(#576a3d));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial
}

@media (max-width:767px) {
	.landing-page i.large-icon {
		line-height: 90px
	}
}

.landing-page .btn-circle {
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px
}

.landing-page .btn-circle.hero-circle-button {
	position: absolute;
	bottom: 80px
}

.landing-page .btn-circle.hero-circle-button i {
	padding-top: 18px;
	display: inline-block
}

.landing-page .newsletter-input-container {
	margin-top: 5rem
}

.landing-page .newsletter-input-container .input-group {
	border-radius: 50px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1)
}

.landing-page .newsletter-input-container input {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-color: transparent !important;
	padding: .75rem 1.75rem;
	font-size: .9rem
}

@media (max-width:767px) {
	.landing-page .newsletter-input-container button {
		padding: 1rem 1.5rem .9rem
	}
}

.landing-page .footer .footer-content {
	padding-top: 210px
}

@media (max-width:767px) {
	.landing-page .footer .footer-content {
		padding-top: 140px
	}
}

@media (max-width:575px) {
	.landing-page .footer .footer-content {
		padding-top: 80px
	}
}

.landing-page .footer .footer-circle-button {
	margin-top: 80px;
	margin-right: 20px
}

@media (max-width:991px) {
	.landing-page .footer .footer-circle-button {
		margin-top: 110px
	}
}

.landing-page .footer .footer-circle-button i {
	padding-top: 15px;
	display: inline-block
}

.landing-page .footer .footer-logo {
	width: 140px;
	margin-bottom: 70px
}

.landing-page .footer .footer-menu a,
.landing-page .footer .footer-menu p {
	color: #fff;
	font-size: 1rem
}

.landing-page .footer .footer-menu a:focus,
.landing-page .footer .footer-menu a:hover {
	color: #222918
}

.landing-page .footer .footer-menu .collapse-button i {
	font-size: .75rem;
	margin-left: 5px
}

.landing-page .footer .footer-menu .collapse-button:focus,
.landing-page .footer .footer-menu .collapse-button:hover {
	color: #fff
}

.landing-page .footer .separator {
	opacity: .3
}

.landing-page .footer .copyright p {
	color: #fff
}

.landing-page .footer .social-icons ul {
	margin-bottom: 0
}

.landing-page .footer .social-icons li {
	margin-left: .5rem;
	margin-right: .5rem
}

.landing-page .footer .social-icons li a {
	color: #fff;
	font-size: 1.2rem
}

.landing-page .footer .social-icons li a:active,
.landing-page .footer .social-icons li a:hover {
	color: hsla(0, 0%, 100%, .7)
}

.landing-page .feature-image-left {
	float: right
}

@media (max-width:767px) {

	.landing-page .feature-image-left,
	.landing-page .feature-image-right {
		margin-left: 50%;
		transform: translateX(-50%);
		max-width: 115%;
		float: none
	}
}

@media (max-width:767px) {
	.landing-page .heading-team {
		text-align: center
	}
}

.landing-page .mobile-menu {
	text-align: center
}

.landing-page .mobile-menu img {
	width: 100px;
	margin-top: 3rem;
	margin-bottom: 3rem
}

.landing-page .mobile-menu ul {
	text-align: left
}

.landing-page .mobile-menu ul li {
	padding: .5rem 2.5rem
}

.landing-page .mobile-menu ul li a {
	font-size: .9rem
}

.landing-page .mobile-menu .dropdown .dropdown-menu {
	position: static !important;
	background: initial;
	border: initial;
	padding: initial;
	margin: initial;
	transform: none !important;
	margin-top: .5rem
}

.landing-page .mobile-menu .dropdown a.dropdown-item {
	color: #212121;
	padding-bottom: .5rem
}

.landing-page .mobile-menu .dropdown a.dropdown-item.active,
.landing-page .mobile-menu .dropdown a.dropdown-item:active {
	color: #fff
}

@media (max-width:991px) {
	.landing-page .side-bar {
		margin-top: 5rem
	}
}

.landing-page .side-bar .side-bar-content {
	margin-bottom: 5rem
}

@media (max-width:767px) {
	.landing-page .side-bar .sidebarxx {
		margin-bottom: 1rem
	}
}

.landing-page .listing-card-container {
	background: initial;
	box-shadow: none
}

.landing-page .listing-card-container .listing-heading {
	height: 65px;
	overflow: hidden
}

.landing-page .listing-card-container .listing-desc {
	height: 68px;
	overflow: hidden;
	line-height: 1.4;
	font-size: 1rem
}

@media (max-width:1199px) {
	.landing-page .listing-card-container .listing-desc {
		height: 46px
	}
}

.landing-page .video-heading {
	height: 38px;
	overflow: hidden
}

.landing-page .table-heading {
	box-shadow: none;
	background: initial
}

.landing-page form.dark-background input:-webkit-autofill {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important
}

.landing-page form.dark-background .has-float-label>span,
.landing-page form.dark-background .has-float-label label,
.landing-page form.dark-background .has-top-label>span,
.landing-page form.dark-background .has-top-label label {
	color: hsla(0, 0%, 100%, .6)
}

.landing-page form.dark-background .bootstrap-tagsinput,
.landing-page form.dark-background .form-control {
	background: transparent;
	border-color: hsla(0, 0%, 100%, .3);
	color: #fff
}

.landing-page form.dark-background .bootstrap-tagsinput:active,
.landing-page form.dark-background .bootstrap-tagsinput:focus,
.landing-page form.dark-background .form-control:active,
.landing-page form.dark-background .form-control:focus {
	border-color: hsla(0, 0%, 100%, .6)
}

.landing-page .has-float-label>span,
.landing-page .has-float-label label,
.landing-page .has-top-label>span,
.landing-page .has-top-label label {
	font-size: 64%
}

.landing-page .video-js.blog-video {
	width: 100%;
	height: 442px;
	background-color: #f8f8f8
}

@media (max-width:991px) {
	.landing-page .video-js.blog-video {
		height: 280px
	}
}

.landing-page .video-js.blog-video .vjs-poster {
	background-size: cover
}

.landing-page .video-js.side-bar-video {
	width: 100%;
	height: 300px;
	background-color: #f8f8f8
}

.landing-page .video-js.side-bar-video .vjs-poster {
	background-size: cover
}

.landing-page .feature-icon-container .detail-text {
	min-height: 100px
}

@media (max-width:991px) {
	.landing-page .feature-icon-container .detail-text {
		min-height: 70px
	}
}

.landing-page .screenshots .nav-tabs {
	margin-bottom: 0 !important;
	border: initial
}

.landing-page .screenshots .nav-tabs .nav-link {
	border: initial;
	background: initial !important;
	padding-right: 40px;
	padding-left: 40px
}

.landing-page .screenshots .nav-tabs .nav-item.show .nav-link:before,
.landing-page .screenshots .nav-tabs .nav-link.active:before {
	top: auto;
	bottom: 0
}

.landing-page .app-image {
	width: 100%;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1), 0 3px 20px rgba(0, 0, 0, .1);
	border-radius: 1.2rem
}

.landing-page .doc-search {
	border: 1px solid hsla(0, 0%, 100%, .3);
	background: transparent;
	border-radius: 40px;
	padding: .85rem .75rem .8rem;
	max-width: 360px
}

.landing-page .doc-search input {
	color: #fff;
	background: transparent;
	width: 93%;
	padding: 0 .75rem;
	outline: initial !important;
	border: initial
}

.landing-page .doc-search input::placeholder {
	color: #fff;
	opacity: .7
}

.landing-page .doc-search i {
	font-size: 16px;
	color: hsla(0, 0%, 100%, .7)
}

.landing-page .feedback-container a {
	font-size: 1.3em;
	color: #8f8f8f;
	margin: .5rem
}

.landing-page .feedback-container a:active,
.landing-page .feedback-container a:hover {
	color: #576a3d
}

.landing-page .video-play-icon {
	width: 100%;
	height: 100%;
	position: absolute
}

.landing-page .video-play-icon span {
	position: absolute;
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	background: hsla(0, 0%, 100%, .7);
	height: 1.25em;
	border-radius: .75em;
	line-height: 1.25em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.75em;
	width: 2em;
	text-align: center
}

.landing-page .video-play-icon span:before {
	color: #576a3d;
	content: "\f101"
}

.landing-page .video-play-icon:active span,
.landing-page .video-play-icon:hover span {
	background: hsla(0, 0%, 100%, .85)
}

.landing-page .page-item .page-link {
	line-height: 1.2
}

.price-container .price-item .card {
	height: 100%
}

.price-container .price-item .card-body {
	text-align: center
}

@media (max-width:991px) {
	.price-container .price-item .card-body {
		text-align: left
	}
}

@media (max-width:575px) {
	.price-container .price-item .card-body {
		text-align: center
	}
}

.price-container .price-item .price-top-part {
	text-align: center
}

@media (max-width:991px) {
	.price-container .price-item .price-top-part {
		padding-left: 0;
		padding-right: 0;
		width: 40%
	}
}

@media (max-width:575px) {
	.price-container .price-item .price-top-part {
		width: auto
	}
}

.price-container .price-item .price-feature-list {
	justify-content: space-between
}

@media (max-width:991px) {
	.price-container .price-item .price-feature-list {
		min-height: 220px
	}
}

.price-container .price-item .price-feature-list ul {
	margin: 0 auto;
	align-self: flex-start;
	margin-bottom: 1rem
}

@media (max-width:991px) {
	.price-container .price-item .price-feature-list ul {
		margin-left: 0
	}
}

@media (max-width:575px) {
	.price-container .price-item .price-feature-list ul {
		margin: 0 auto
	}
}

@media (max-width:991px) {
	.price-container .price-item .price-feature-list a {
		padding-left: 0
	}
}

@media (max-width:575px) {
	.price-container .price-item .price-feature-list a {
		padding-left: 2.6rem
	}
}

.feature-row {
	margin-top: 80px
}

@media (max-width:767px) {
	.feature-row {
		margin-top: 40px
	}
}

.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
	font-weight: 300
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background: #fff;
	left: 50%;
	margin-left: -1.5px
}

@media (max-width:991px) {
	.timeline:before {
		left: 45px
	}
}

.timeline>li {
	margin-bottom: 120px;
	position: relative;
	width: 50%;
	float: left;
	clear: left
}

@media (max-width:991px) {
	.timeline>li {
		width: 100%;
		margin-bottom: 30px
	}
}

.timeline>li:after,
.timeline>li:before {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	width: calc(100% - 60px);
	float: left;
	position: relative
}

@media (max-width:991px) {
	.timeline>li>.timeline-panel {
		float: right;
		width: calc(100% - 120px);
		margin-right: 15px
	}
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 16px;
	right: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 7px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 7px solid transparent;
	content: " "
}

@media (max-width:991px) {
	.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 7px;
		left: -7px;
		right: auto
	}
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right
}

.timeline>li.timeline-inverted>.timeline-panel:after,
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 7px;
	left: -7px;
	right: auto
}

.timeline .timeline-badge>a {
	color: #fff !important
}

.timeline>li.timeline-inverted {
	float: right;
	clear: right
}

.timeline>li:nth-child(2) {
	margin-top: 120px
}

@media (max-width:991px) {
	.timeline>li:nth-child(2) {
		margin-top: 0
	}
}

.timeline .no-float {
	float: none !important
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	background-color: #576a3d;
	right: -30px;
	border-radius: 30px;
	padding-top: 18px
}

@media (max-width:991px) {
	.timeline>li>.timeline-badge {
		left: 15px;
		right: auto
	}
}

.timeline>li.timeline-inverted>.timeline-badge {
	right: auto;
	left: -30px
}

@media (max-width:991px) {
	.timeline>li.timeline-inverted>.timeline-badge {
		left: 15px
	}
}

.sidebarxs,
.sidebarxx,
.sidebarxs2,
h4,
h5,
h6,
..sidebarxs,
..sidebarxx,
..sidebarxs2,
.h4,
.h5,
.h6 {
	color: #3a7048;
}

table {
	color: #42502E;
}

form {
	color: #42502E;
}