/*MOBILE ONLY*/
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: whitesmoke;
	color: #535353;
	font-size: 11pt;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: white;
}
sub.cp {
	font-size: 9pt;
	font-weight: 400;
	font-family: 'Roboto', 'Arial', sans-serif !important;
}
.ck-editor__editable.ck-rounded-corners, .ck-rounded-corners .ck-editor__editable {
	padding-top: 12px;
	min-height: 90px;
	cursor: text;
}
.tags-paragraph {
	margin-top: -18px;
	margin-bottom: 40px;
	color: #db003a;
}
a {
	color: rgb(4, 58, 126);
	transition: color .2s ease;
}
a:hover {
	color: rgb(4, 58, 126);
}
a:hover:hover img {
	opacity: 0.80;
}
p {
	line-height: 1.6em;
	color: rgb(66, 66, 66);
	font-size: 11pt;
	font-weight: 300;
}
li {
	line-height: 1.6em;
	color: rgb(66, 66, 66);
	font-size: 12pt;
}
address {
	color: rgba(66, 66, 66, 0.7);
	font-style: italic;
}
#logo {
	display: inline-block;
	color: white;
	font-size: 35px;
	padding: 24px 9px;
	border-top-left-radius: 32px;
	border-bottom-right-radius: 32px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	text-decoration: none;
	font-family: 'Roboto', 'Arial', sans-serif !important;
}
#logo > strong {
	font-weight: 300;
}
#logo > #gr {
	color: limegreen;
	font-weight: 400;
}
#logo:hover {
	color: lightgreen;
}
#logo-small {
	display: inline-block;
	color: #f8f8f8;
	font-size: 25px;
	border-top-left-radius: 32px;
	border-bottom-right-radius: 32px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	text-decoration: none;
	font-family: 'Roboto', 'Arial', sans-serif !important;
}
#logo-small > strong {
	font-weight: 300;
}
#logo-small > #gr {
	color: limegreen;
	font-weight: 400
}
#logo-small:hover * {
	color: lightgreen;
}
.table {
	margin: 0;
	padding: 0;
}
.table thead th {
	border-color: rgba(0, 0, 0, 0.04);
	border: 0;
	color: rgb(66, 66, 66);
	font-size: 11px;
	font-weight: 600;
	padding: 8px 20px;
	text-transform: uppercase;
}
.table thead th.right {
	text-align: right;
}
.table thead th.center {
	text-align: center;
}
.table thead th:first-child {
	padding-left: 0;
}
.table thead th:last-child {
	padding-right: 0;
}
.table tbody td {
	border-color: rgba(0, 0, 0, 0.04);
	/*padding: 16px 20px;*/
}
.table tbody td:first-child {
	padding-left: 0;
}
.table tbody td:last-child {
	padding-right: 0;
}
.table tbody td a {
	text-decoration: none;
	color: rgb(40, 74, 168);
}
.table tbody td a .fa {
	/*font-size: 8px;*/
	/*margin: 0 0 0 2px;*/
	vertical-align: middle;
}
.table tbody td a.simple-link {
	color: rgba(66, 66, 66, 0.7);
	text-decoration: none;
}
.table tbody td.bold {
	color: #424242;
	font-weight: 500;
}
.table tbody td.center {
	text-align: center;
}
.table tbody td.right {
	text-align: right;
}
.table tbody td.not-important {
	color: rgb(66, 66, 66);
}
.item-categories.intable::before {
	display: none;
}
ul.intable > li {
	padding: 0 0 !important;
}
ul.intable > li > span > a {
	font-weight: 400;
	margin-bottom: 0;
}
ul.intable > li:before {
	display: none !important;
}
.stars.intable > i {
	font-size: 12pt;
}
.rating {
	font-size: 11pt;
}
.rating:hover {
	text-decoration: underline;
}
.rating.hm {
	color: #646971;
	font-weight: 300;
}
.btn {
	background-color: rgba(0, 0, 0, 0.04);
	border: 0;
	border-radius: 0;
	color: rgb(66, 66, 66);
	font-size: 12pt;
	font-weight: 500;
	min-height: 42px;
	padding: 11px 17px;
	text-decoration: none !important;
	white-space: normal;
	/*text-transform: uppercase;*/
}
.btn:active:focus, .btn:focus, .btn:hover {
	background-color: rgba(0, 0, 0, 0.04);
	color: #424242;
	outline: 0;
}
.btn-primary {
	background-color: rgb(40, 74, 168);
	color: #fff;
}
.btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
	background-color: limegreen;
	color: #fff;
}
.btn-danger {
	background-color: indianred;
	color: #fff;
}
.btn-danger:active:focus, .btn-danger:focus, .btn-danger:hover {
	background-color: crimson;
	color: #fff;
}
.btn-white {
	background-color: #fff;
}
.btn-white:active:focus, .btn-white:focus, .btn-white:hover {
	background: white;
}
.btn-white:hover {
	background: gainsboro;
}
.btn-success {
	background-color: limegreen;
	color: #fff;
}
.btn-no {
	background-color: indianred;
	color: #fff;
}
.block {
	background-color: #fff;
	margin-left: -1200px;
	margin-right: -1200px;
	padding: 0 1200px 60px 1200px;
}
.block::after {
	content: "";
	display: table;
	clear: both;
}
.block-fullwidth {
	padding: 0;
}
.block-fullwidth .block-inner {
	padding-bottom: 160px;
	padding-top: 80px;
	margin: 0 auto;
	width: 100vw;
}
.block-fullwidth-simple {
	margin-left: -1200px;
	margin-right: -1200px;
	padding-left: 1200px;
	padding-right: 1200px;
}
.block-border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.block-background {
	color: #fff;
}
.block-background .page-block-title h1 {
	color: #fff;
}
.block-background .page-block-title p {
	color: white;
}
.block-background .block-inner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.block-background .block-inner:after {
	background-color: rgba(31, 36, 42, 0.8);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	/* z-index: 2; */
}
.block-background .block-padding {
	position: relative;
	z-index: 3;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.no-margin {
	margin: 0;
}
.empty {
	padding: 40px 0;
	text-align: center;
}
.empty h4 {
	font-size: 24px;
	font-weight: 300;
}
.empty p {
	color: rgba(66, 66, 66, 0.7);
	font-size: 15px;
	margin: 0;
}
.empty .btn {
	margin-top: 30px;
}
.empty-icon {
	margin: 0 0 40px 0;
}
.empty-icon .fa {
	color: rgb(4, 58, 126);
	font-size: 90px;
}
.vich-image img {
	display: block;
	max-height: 50px;
	width: auto;
}
.alert {
	border: 0;
	border-radius: 0;
	margin: 0 0 30px 0;
	padding: 20px;
}
.alert-success {
	background-color: limegreen;
	color: #fff;
}
.alert-error {
	background-color: #de2237;
	color: #fff;
}
.page-wrapper {
	overflow-x: hidden;
	width: 100%;
}
@media (min-width: 601px) {
	.page-wrapper {
		display: flex;
		flex-flow: column;
		min-height: 100vh;
		/* width: 100%; */
	}
	.page-wrapper > .container {
		flex-grow: 1;
		/* top: -4px; */
	}
}
label.required:after {
	color: #de2237;
	content: '*';
	display: inline-block;
	margin: 0 0 0 5px;
}
fieldset legend {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}
.checkbox-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.22);
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 6px 0 0;
	outline: none;
	position: relative;
	vertical-align: -3px;
	width: 14px;
}
.checkbox-wrapper input[type=checkbox] {
	cursor: pointer;
	height: 26px;
	top: -11px;
	position: absolute;
	opacity: 0;
	width: 100vw;
	z-index: 10;
}
.checkbox > label > i {
	color: limegreen;
	width: 17px;
}
.checkbox > label > i.red {
	color: #db003a;
}
.checkbox > label > i.blue {
	color: rgb(4, 58, 126);
}
.checkbox-wrapper input[type=checkbox]:checked + .indicator {
	background-color: rgb(4, 58, 126);
	border-radius: 2px;
	content: '';
	cursor: pointer;
	display: block;
	height: 8px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 8px;
}
.radio-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.22);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 6px 0 0;
	outline: none;
	position: relative;
	vertical-align: -3px;
	width: 14px;
}
.radio-wrapper input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	height: 14px;
	position: absolute;
	opacity: 0;
	width: 14px;
	z-index: 10;
}
.radio-wrapper input[type=radio]:checked + .indicator {
	background-color: rgb(4, 58, 126);
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: block;
	height: 8px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 8px;
}
input[type=checkbox]::-ms-expand {
	display: none;
}
input[type=radio]::-ms-expand {
	display: none;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 16px top 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 1;
	min-height: 42px;
	padding-right: 34px;
}
select[multiple] {
	background-image: none !important;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
}
select[multiple] option {
	padding: 4px 10px;
}
.form-control {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 0;
	font-size: 15px;
	padding: 10px 13px;
}
select[multiple].form-control {
	height: auto;
}
textarea.form-control {
	line-height: 1.5;
	min-height: 120px;
	padding-bottom: 14px;
	padding-top: 14px;
}
.checkbox::after {
	content: "";
	display: table;
	clear: both;
}
.checkbox input {
	margin: 0 6px 0 0;
}
.checkbox label {
	color: rgb(66, 66, 66);
	font-size: 11pt;
	font-weight: 300;
}
.checkgreen:valid {
	border-color: limegreen;
}
/******************************************************** * Collections *******************************************************/
.collection > .form-group {
	position: relative;
	border-bottom: 2px dotted rgba(40, 74, 168, 0.4);
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
}
.collection > .form-group:last-child {
	border-bottom: 0;
}
.collection-actions {
	background-color: #424242;
	border-radius: 12px;
	position: absolute;
	right: 0;
	top: -3px;
}
.collection-actions::after {
	content: "";
	display: table;
	clear: both;
}
.collection-actions .fa {
	font-size: 9px;
}
.collection-actions a {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.8);
	display: block;
	float: left;
	padding: 2px 7px;
}
.collection-actions a:last-child {
	padding-right: 10px;
}
.collection-actions a:first-child {
	padding-left: 12px;
}
.collection-actions a:hover {
	color: #fff;
}
/******************************************************** * Educations *******************************************************/
.educations .degree, .educations .field, .educations .yearFrom, .educations .yearTo {
	float: left;
	margin: 0 2% 15px 0;
	width: 23.5%;
}
@media (max-width: 600px) {
	.educations .degree, .educations .field, .educations .yearFrom, .educations .yearTo {
		margin-right: auto;
		width: 100%;
	}
}
.educations .yearTo {
	margin-right: 0;
}
/******************************************************** * Experiences *******************************************************/
.experiences .monthFrom, .experiences .monthTo, .experiences .yearFrom, .experiences .yearTo {
	float: left;
	margin: 0 2% 15px 0;
	width: 23.5%;
}
@media (max-width: 600px) {
	.experiences .monthFrom, .experiences .monthTo, .experiences .yearFrom, .experiences .yearTo {
		margin-right: auto;
		width: 100%;
	}
}
.experiences .yearTo {
	margin-right: 0;
}
/******************************************************** * Contact *******************************************************/
.contact-form::after {
	content: "";
	display: table;
	clear: both;
}
.contact-form .name, .contact-form .email {
	float: left;
	width: 48%;
}
.contact-form .email {
	float: right;
}
.contact-form .btn {
	float: right;
}
/******************************************************** * Bootstrap Select *******************************************************/
.btn-group.bootstrap-select > .btn {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	color: #424242;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	padding-left: 13px;
	text-transform: inherit;
}
.btn-group.bootstrap-select > .btn:active, .btn-group.bootstrap-select > .btn:focus {
	outline: none !important;
}
.btn-group.bootstrap-select .dropdown-menu.open {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.btn-group.bootstrap-select .dropdown-menu.open li a {
	color: rgba(66, 66, 66, 0.7);
	display: block;
	font-size: 12px;
	padding: 8px 14px;
}
.btn-group.bootstrap-select .dropdown-menu.open li.selected a {
	color: #424242;
	font-weight: 500;
}
/******************************************************** * Company *******************************************************/
.fieldset-company::after {
	content: "";
	display: table;
	clear: both;
}
.fieldset-company .company, .fieldset-company .companyName, .fieldset-company .regNo, .fieldset-company .vatNo, .fieldset-company .country, .fieldset-company .county, .fieldset-company .city, .fieldset-company .street, .fieldset-company .postalCode {
	float: left;
	margin-right: 2%;
	width: 32%;
}
.fieldset-company .company input, .fieldset-company .company select, .fieldset-company .companyName input, .fieldset-company .companyName select, .fieldset-company .regNo input, .fieldset-company .regNo select, .fieldset-company .vatNo input, .fieldset-company .vatNo select, .fieldset-company .country input, .fieldset-company .country select, .fieldset-company .county input, .fieldset-company .county select, .fieldset-company .city input, .fieldset-company .city select, .fieldset-company .street input, .fieldset-company .street select, .fieldset-company .postalCode input, .fieldset-company .postalCode select {
	width: 100%;
}
@media (max-width: 600px) {
	.fieldset-company .company, .fieldset-company .companyName, .fieldset-company .regNo, .fieldset-company .vatNo, .fieldset-company .country, .fieldset-company .county, .fieldset-company .city, .fieldset-company .street, .fieldset-company .postalCode {
		margin-right: auto;
		width: 100%;
	}
}
.fieldset-company .company {
	clear: both;
}
.fieldset-company .companyName, .fieldset-company .country, .fieldset-company .street {
	clear: left;
}
.fieldset-company .vatNo, .fieldset-company .city, .fieldset-company .postalCode {
	clear: right;
	margin-right: 0;
}
.fieldset-company .button {
	clear: right;
	float: right;
	margin: 26px 0 0 0;
	width: 32%;
}
@media (max-width: 600px) {
	.page-header {
		margin-bottom: 11px !important;
	}
	.fieldset-company .button {
		margin-right: auto;
		width: 100%;
	}
}
.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 -1200px 40px -1200px;
	padding: 0 1200px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.page-header::after {
	content: "";
	display: table;
	clear: both;
}
.page-header h1 {
	font-size: 2em;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 26px;
	line-height: inherit;
}
.page-header h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: inherit;
}
.page-header h1.username {
	padding-top: 40px;
	padding-bottom: 20px;
}
.page-header h1.username h1 {}
#nameform * {
	font-size: 21px;
	font-weight: 300;
	margin: 0;
	line-height: inherit;
}
.page-header .btn {
	position: absolute;
	right: 0;
	top: 30px;
}
.page-header .return-back {
	color: rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	font-size: 18px;
	height: 40px;
	margin: 0 20px 0 0;
}
.page-header .return-back .fa {
	margin: 14px 0 0 0;
	color: #293a7e;
	font-size: 20pt;
	position: relative;
	top: -8px;
}
.page-header .return-back > i:hover {
	color: limegreen;
}
/*was 576*/
@media (max-width: 600px) {
	.page-header .widget {
		clear: both;
		float: none;
		margin: 0 0 30px 0;
	}
	.page-header .widget .form-control {
		width: 100%;
	}
}
.page-header-content {
	float: none;
	display: block;
}
.page-header-content a {
	text-decoration: none;
}
.page-header-inner {
	position: relative;
}
.page-title {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.page-title::after {
	content: "";
	display: table;
	clear: both;
}
.page-title h2 {
	float: left;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	line-height: 26px;
}
.page-title a {
	display: block;
	font-size: 12px;
	float: right;
	margin: 5px 0 0 0;
	color: #0275d8;
	text-decoration-line: none !important;
}
/*was 576*/
@media (max-width: 600px) {
	.page-title a {
		clear: both;
		display: block;
		float: none;
		padding: 10px 0 0 0;
		width: 100%;
	}
}
.page-block-title {
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.page-block-title h1 {
	color: rgb(66, 66, 66);
	font-size: 26px;
	font-weight: 400;
}
.page-block-title p {
	color: rgb(66, 66, 66);
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.7;
	margin: 20px auto 0 auto;
	width: 60%;
}
@media (max-width: 600px) {
	.page-block-title p {
		width: 100%;
	}
	.page-header h1.username {
		font-size: 21pt;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.mobile-full.mobile-info-3 {
		text-align: center;
	}
}
.header .navbar {
	background-color: rgb(4, 58, 126);
	margin-left: -1200px;
	margin-right: -1200px;
	padding: 15px 1200px;
	height: 80px;
}
.header-transparent .header .navbar {
	background-color: transparent;
	z-index: 30;
}
.header .nav-link {
	color: rgba(255, 255, 255, 1);
}
.header .nav-link:hover {
	color: #fff;
}
@media (min-width: 601px) {
	.header-bottom {
		background-color: #3f4454;
		bottom: -15px;
		clear: both;
		margin: 0 -1200px;
		padding: 0 1200px;
		position: relative;
		z-index: 10;
	}
	.header-transparent .header-bottom {
		background-color: rgba(66, 66, 66, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.header-bottom .nav-item {
		margin: 0 35px 0 0;
		position: relative;
	}
	.header-bottom .nav-item .fa {
		margin: 0 0 0 5px;
	}
	.header-bottom .nav-item:hover > .nav-stacked {
		opacity: 1;
		top: 36px;
		visibility: visible;
	}
	.header-bottom .nav-link {
		border-radius: 0;
		color: rgba(255, 255, 255, 0.7);
		font-size: 12px;
		font-weight: 400;
		padding: 10px 0;
	}
	.header-bottom .nav-link.active {
		background-color: transparent;
		color: #fff;
		padding-left: 0;
		padding-right: 0;
	}
	.header-bottom .nav-link.active:active, .header-bottom .nav-link.active:focus, .header-bottom .nav-link.active:hover {
		background-color: transparent;
	}
	.header-bottom .nav-link:hover {
		background-color: transparent;
		color: #fff;
	}
	.header-bottom .nav-link:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	.header-bottom .nav-stacked {
		background-color: #212121;
		left: 50%;
		opacity: 0;
		padding: 8px 0;
		position: absolute;
		top: 43px;
		transform: translateX(-50%);
		transition: all .2s ease;
		visibility: hidden;
		width: 160px;
	}
	.header-bottom .nav-stacked .nav-link {
		font-size: 12px;
		padding: 3px 20px;
	}
	.header-bottom .nav-stacked:after {
		border: 4px solid transparent;
		border-bottom-color: #212121;
		content: '';
		display: block;
		height: 0;
		left: 50%;
		position: absolute;
		top: -8px;
		transform: translateX(-50%);
		width: 0;
	}
}
.navbar-toggler {
	border: 0;
	cursor: pointer;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: -9px;
	width: 40px;
}
.navbar-toggler.close {
	z-index: 10000;
}
.navbar-toggler span {
	background-color: #fff;
	display: block;
	height: 2px;
	margin: 5px 0;
}
.navbar-toggler span:nth-child(2) {
	width: 15px;
}
.navbar-toggler:active, .navbar-toggler:focus {
	box-shadow: none;
	outline: 0;
}
/*ANDREAS START*/
.navbar-nav {
	margin-top: 7px !important;
}
.admin-bg, .admin-bg:hover {
	background-color: rgba(50, 205, 97, 0.247) !important;
}
.new-bg, .new-bg:hover {
	background-color: #db003a !important;
}
/*ANDREAS END*/
@media (min-width: 601px) {
	.header-title {
		display: none;
	}
	.header-nav .navbar-primary {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		margin-left: 20px;
		padding-left: 32px !important;
	}
	.header-nav .navbar-primary .nav-item {
		margin-right: 14px;
	}
	.header-nav .navbar-primary .nav-item:last-child {
		margin-right: 0;
	}
	.header-nav .navbar-nav.navbar-secondary {}
	.header-nav .navbar-nav.navbar-secondary img {
		border: 2px solid #fff;
		border-radius: 50%;
		display: inline-block;
		height: 36px;
		margin: 0 10px 0 0;
		z-index: 3;
		overflow: hidden;
		width: 36px;
		margin-top: -11px;
		position: relative;
		top: 3px;
	}
	.header-nav .navbar-nav.navbar-secondary .nav-link {
		text-transform: none !important;
	}
	.header-nav .navbar-nav.navbar-secondary .nav-link.important {
		background-color: limegreen;
		color: white;
		margin-bottom: -3px;
		margin-top: -3px;
		padding: 10px 16px;
		transition: all .2s ease;
	}
	.header-nav .navbar-nav.navbar-secondary .nav-link.important:hover {
		background-color: white;
		color: black;
	}
	.header-nav .navbar-nav {
		float: left;
		padding: 0 0 0 16px;
		/* display: inline; */
	}
	.header-nav .navbar-nav .nav-link {
		font-size: 11pt;
		font-weight: 600;
		cursor: pointer;
	}
	.header-nav .navbar-nav .nav-link.active {
		color: #fff;
	}
	.header-nav .shopping-cart-title {
		display: none;
	}
	.header-nav .dropdown-avatar {
		background-color: #fff;
		border-radius: 50%;
		color: rgb(4, 58, 126);
		display: inline-block;
		font-size: 12px;
		font-weight: 600;
		height: 32px;
		line-height: 34px;
		margin: 0 10px 0 0;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		width: 32px;
	}
	.header-nav .dropdown-menu {
		/* background-color: #212121; */
		background-color: rgba(7, 29, 57, 1);
		border: 0;
		border-radius: 0;
		left: auto;
		margin: 10px 0 0 0;
		padding: 7px 0;
		right: -13px;
		top: 47px;
		position: absolute;
	}
	.header-nav .dropdown-menu:before {
		border: 4px solid transparent;
		/*border-bottom-color: #212121;*/
		border-bottom-color: rgba(7, 29, 57, 1);
		content: '';
		display: block;
		height: 0;
		position: absolute;
		right: 12px;
		top: -8px;
		width: 0;
	}
	.header-nav .dropdown-item {
		color: rgba(255, 255, 255, 0.7);
		font-size: 11pt;
		padding: 5px 20px;
		text-align: right;
		font-weight: 600;
	}
	.header-nav .dropdown-item:hover {
		background-color: transparent;
		color: #fff;
	}
	.header-nav .dropdown-item:active, .header-nav .dropdown-item:focus {
		background-color: transparent;
	}
	.header-nav .nav-link.dropdown-toggle {}
	.header-nav .nav-link.dropdown-toggle:after {
		display: none;
	}
	.header-nav .nav-link.dropdown-toggle .fa {
		margin: 0 0 0 5px;
	}
}
@media (max-width: 600px) {
	.header-title {
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		margin: 30px 0 15px 20px;
		padding: 0;
		text-transform: uppercase;
	}
	.header-nav {
		float: left;
	}
	.header-nav .dropdown img {
		display: none;
	}
	.header-nav .dropdown-avatar {
		display: none;
	}
	.header-nav .dropdown-toggle:after {
		display: none;
	}
	.header-nav .navbar-nav {
		margin: 0 !important;
	}
	.header-nav .shopping-cart-title {
		display: inline-block;
	}
	.header-nav .shopping-cart {
		border: 0;
	}
	.header-nav .shopping-cart .nav-link {
		padding: 10px 0 10px 20px !important;
	}
	.header-nav .shopping-cart .nav-link .fa {
		font-size: 14px;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}
	.header-nav-close {
		background-color: rgba(0, 0, 0, 0.2);
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100vw;
		z-index: 9998;
	}
	.header-nav-inner {
		/* background-color: #424242; */
		background-color: rgb(0 40 89 / 88%);
		bottom: 0;
		/*box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);*/
		height: 100% !important;
		overflow: auto;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		/*transform: translateX(100%);*/
		transition: all .2s ease;
		width: 80%;
		z-index: 9999;
		font-size: 12pt;
	}
	.header-nav-inner .nav-item {
		border-radius: 0;
		float: none;
		margin: 0 !important;
		padding: 0 !important;
	}
	.header-nav-inner .nav-link {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 0;
		display: block;
		padding: 10px 0 10px 20px;
		font-weight: 600;
		font-size: 13pt;
	}
	.header-nav-inner .nav-item:last-child > .nav-link {
		border-bottom: 0;
	}
	.header-nav-inner .nav-item > ul {
		background-color: rgba(255, 255, 255, 0.02);
	}
	.header-nav-inner .nav-item > ul .nav-item:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	.header-nav-inner .nav-item > ul .nav-item:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.dropdown-menu {
		background-color: rgba(255, 255, 255, 0.02);
		border: 0;
		border-radius: 0;
		font-size: 12pt;
		margin: 0;
		padding: 0;
	}
	.dropdown-menu .dropdown-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 1);
		padding: 10px 0 10px 20px;
		font-weight: 600;
	}
	.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
		background-color: transparent;
	}
}
.pagination {
	font-size: 12px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.pagination .page-item {
	display: inline-block;
}
.pagination .page-link {
	border: 0;
	/* color: #424242; */
	margin: 0 10px 0 0;
	/* padding: 11px 17px; */
	text-decoration: none;
	transition: all .2s ease;
}
.pagination .page-link[href]:hover {
	background: lightgray;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
	border-radius: 0;
}
.pagination .page-item.active .page-link {
	background-color: rgb(4, 58, 126);
	border-color: rgb(4, 58, 126);
}
.pagination .page-item.active .page-link:active, .pagination .page-item.active .page-link:focus, .pagination .page-item.active .page-link:hover {
	background-color: rgb(4, 58, 126) !important;
	border-color: rgb(4, 58, 126) !important;
}
.job-categories, .job-meta {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.job-categories strong, .job-meta strong {
	color: rgb(66, 66, 66);
	font-weight: 500;
	margin: 0 5px 0 0;
}
.job-categories li, .job-meta li {
	display: inline-block;
}
.job-categories {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.job-categories li a {
	background-color: rgba(0, 0, 0, 0.04);
	color: rgb(66, 66, 66);
	display: inline-block;
	font-size: 11px;
	line-height: 2;
	margin: 0 5px 0 0;
	padding: 0 7px;
	text-decoration: none;
}
.job-categories li a:hover {
	color: #424242;
}
.job-meta-large {
	float: right;
	margin-top: -124px;
	/* margin: 0; */
	/* padding: 35px 0 0 0; */
}
button, input, optgroup, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
@media (max-width: 600px) {
	.job-meta-large {
		float: none;
		margin: 0;
		padding: 0;
	}
}
.job-meta-list {
	display: block;
	list-style: none;
	margin: -30px 0px 30px 0px;
	padding: 0;
}
.job-meta-list::after {
	content: "";
	display: table;
	clear: both;
}
.job-meta-list li {
	color: rgb(66, 66, 66);
	float: left;
	font-size: 11pt;
	margin: 18px 12px 0 0;
}
.job-meta-list li a[rel] {
	background-color: lightslategray;
	border-radius: 2px;
	color: white;
	font-weight: 600;
	padding: 8px 8px;
	text-decoration: none;
	line-height: 23px;
}
.job-meta-list li select {
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 3px 8px;
	min-height: inherit;
	margin-top: -5px;
	height: 31px;
	background: #db003a;
	position: relative;
	top: -2px;
	height: 36px;
	font-weight: 600;
	width: 150px;
}
.job-meta-list li option {
	background: white;
	color: black;
}
.job-meta-list li a[rel].active {
	background-color: darkred;
}
.job-meta-list li a[rel]:hover {
	background-color: #db003a;
	color: white;
	text-decoration: none;
}
.job-meta-items::after {
	content: "";
	display: table;
	clear: both;
}
.job-meta-item {
	float: left;
	margin: 0 60px 0 0;
}
.job-meta-item:last-child {
	margin-right: 0;
}
@media (max-width: 600px) {
	.job-meta-item {
		clear: both;
		float: none;
		margin: 15px 0;
	}
}
.job-meta-item-icon {
	color: rgba(66, 66, 66, 0.3);
	float: left;
	font-size: 30px;
	margin: -3px 20px 0 0;
}
.job-meta-item-content {
	display: table-cell;
	font-size: 11pt;
}
.job-meta-item-content span, .job-meta-item-content strong {
	display: block;
}
.job-meta-item-content strong {
	color: #424242;
	font-weight: 500;
}
.job-meta-item-content span {
	color: rgba(66, 66, 66, 1);
	font-weight: 300;
}
.hero-wrapper {
	margin: 0 -1200px 0 -1200px;
	height: 75vh;
	/* top: -4px; */
}
.hero {
	background-attachment: unset;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	height: 75vh;
	position: relative;
	width: 100vw;
	/* height: 75vh !important; */
}
@media (max-width: 600px) {
	.hero {
		height: auto;
		min-height: 1000px;
	}
}
.header-transparent .hero {
	height: 75vh;
	margin-top: -75px;
}
.hero:before {
	background-color: rgba(31, 36, 42, 0.8);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 75vh;
}
.hero-inner {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hero-jobs {
	bottom: 5%;
	left: 14px;
	position: absolute;
}
.hero-jobs .owl-nav {
	left: 30px;
	position: absolute;
	right: 30px;
	top: 40%;
	transform: translateY(-45%);
	z-index: 100;
	height: 0;
}
.hero-jobs .owl-prev, .hero-jobs .owl-next {
	background-color: limegreen;
	border-radius: 50%;
	cursor: pointer;
	height: 38px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 38px;
}
.hero-jobs .owl-prev .fa, .hero-jobs .owl-next .fa {
	font-size: 12px;
}
.hero-jobs .owl-prev {
	color: #fff;
	float: left;
	left: -44px;
	margin-left: -3px;
}
.hero-jobs .owl-next {
	color: #fff;
	float: right;
	right: -44px;
}
.hero-jobs .owl-next .fa {
	margin-left: 3px;
}
.hero-jobs .owl-item {
	float: left;
}
.hero-jobs .card {
	display: inline-block;
	background-color: rgb(255 255 255 / 47%);
	border: 0;
	border-top: 2px solid limegreen;
	border-radius: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	margin: 0;
	top: 0;
	transition: all .2s ease;
	padding: 1.5rem 1.2rem 0.5rem 1.2rem;
	width: 320px;
	margin-right: 11px;
}
.hero-jobs .card img {
	height: 39px;
	width: 39px;
	margin-right: 9px;
	float: left;
	pointer-events: none;
}
.hero-jobs .card:hover {
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
	top: -5px;
}
.hero-jobs .card-company {
	/* color: gray; */
	font-size: 12px;
	margin: 0;
}
.hero-jobs .card-company a {
	color: #222222;
	text-decoration: none;
	pointer-events: none;
}
.hero-jobs .card-featured {
	background-color: transparent;
	color: #fff;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}
.hero-jobs .card-featured:before {
	border: 16px solid transparent;
	border-right-color: limegreen;
	border-top-color: limegreen;
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.hero-jobs .card-featured .fa {
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 4px;
}
.hero-jobs .card-title-2 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hero-jobs .card-title-2 a {
	color: rgb(4, 58, 126);
	font-weight: 600;
	text-decoration: none;
}
.hero-jobs .card-categories {
	display: block;
	margin: 15px 0 0 0;
	/* white-space: nowrap; */
	overflow-y: hidden;
	height: 121px;
}
@media (max-width: 600px) {
	.hero-jobs .card {}
	.hero-jobs .card-categories {
		height: 65px;
	}
}
.hero-jobs .card-category {
	background-color: rgb(255 255 255 / 65%);
	color: rgb(4, 58, 126) !important;
	display: inline-block;
	font-size: 9pt;
	margin: 0 4px 7px 0;
	padding: 3px 6px;
	font-weight: 600;
	text-decoration: none;
}
.hero-jobs .card-category:hover {
	text-decoration: none;
	background-color: #ff0044;
	color: white !important;
}
.hero-jobs .card-more {
	margin: 20px 0 0 0;
}
.hero-jobs .card-more::after {
	content: "";
	display: table;
	clear: both;
}
.hero-jobs .card-more a {
	background-color: rgb(4, 58, 126);
	color: #fff;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: 500;
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.hero-filter {
	left: 0;
	position: absolute;
	top: calc(50% - 100px);
	transform: translateY(-50%);
	right: 0;
}
/*new hero jobs moving*/
#hero-jobs {
	display: flex;
	/* overflow-x: scroll !important; */
	/* overflow-y: hidden; */
	cursor: grab;
	width: 4000px;
	/* height: 109px; */
	box-sizing: border-box;
}
#hero-jobs.dragging {
	cursor: grabbing;
}
#hero-jobs .job-listing {
	flex: 0 0 300px;
	/* Adjust the width as needed */
	margin-right: 20px;
	/* Adjust the spacing between job listings */
}
.owl-nav.disabled {
	display: none !important;
}
.hero-filter h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	text-align: center;
	margin-top: 20px;
}
@media (max-width: 600px) {
	.hero-filter h1 {
		font-size: 20pt;
		font-weight: 600;
		margin-top: -80px;
	}
}
.hero-filter p, .hero-filter h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 12pt;
	font-weight: 300;
	line-height: 2;
	margin: 20px auto 50px auto;
	text-align: center;
	width: 80%;
}
@media (max-width: 600px) {
	.hero-filter {
		/* top: 190px; */
		transform: none;
	}
	.hero-filter p, .hero-filter h2 {
		margin: 20px 10px 20px 0px;
		width: 100%;
	}
}
.hero-filter p strong {
	color: #fff;
	font-weight: 400;
}
@media handheld, only screen and (max-width: 600px) {
	.hero-filter p {
		font-size: 15px;
		width: auto;
	}
	.hero-wrapper {
		height: 550px;
	}
	.hero:before {
		height: 550px;
	}
}
.hero-filter form {
	position: relative;
	background-color: #fff;
	border: 14px solid #fff;
	margin: 10px;
	outline: 10px solid rgba(255, 255, 255, 0.1);
	z-index: 4;
}
.hero-filter form > div {
	display: flex;
	flex-flow: row;
}
@media (max-width: 600px) {
	.hero-filter form > div {
		display: block;
	}
}
.hero-filter form > div label {
	background-color: #fff;
	color: rgb(66, 66, 66);
	display: block;
	font-size: 11pt;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 5px 16px 0 13px;
	width: 100%;
}
.hero-filter form > div .form-control {
	border: 0;
}
.hero-filter form > div .form-group {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	flex-grow: 1;
	margin: 0;
}
@media (max-width: 600px) {
	.hero-filter form > div .form-group {
		border: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
}
.hero-filter form > div .form-group:nth-last-child(2), .hero-filter form > div .form-group:last-child {
	border-right: 0;
}
.hero-filter form > div .form-group:first-child label {
	padding-left: 0;
}
.hero-filter form > div .form-group:first-child select {
	padding-left: 0;
}
.hero-filter form > div .form-group:last-child {
	flex-grow: 0;
	margin-left: 1px;
	/* width: 200px; */
}
@media (max-width: 600px) {
	.hero-filter form > div .form-group label {
		padding-right: 0;
		padding-left: 0;
	}
}
.hero-filter form > div .form-group select {
	height: 18px !important;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 5px;
	min-height: inherit;
	padding-bottom: 0;
	padding-right: 35px;
	padding-top: 0;
}
@media (max-width: 600px) {
	.hero-filter form > div .form-group select {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 600px) {
	.hero-filter form > div .form-group.project_types {
		border-bottom: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 600px) {
	.hero-filter form > div .form-group.button {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.hero-filter form > div .form-group.button .btn {
		width: 100%;
	}
}
.widget {
	margin: 0 0 30px 0;
}
.widget h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 16px;
	font-weight: 400;
	margin: 0 -20px 20px -20px;
	padding: 0 20px 16px 20px;
}
.widget-partner {
	background-color: #fff;
}
.widget-partner img {
	display: block;
	height: auto;
	max-width: 100%;
}
.widget-filter-large {
	float: right;
	margin: 26px 0 0 0;
	padding: 0;
}
.widget-filter-large form > div {
	display: table;
	width: 100%;
}
.widget-filter-large form > div > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.widget-filter-large form .keyword input {
	border-right: 0;
	height: 46px;
	width: 260px;
}
.widget-filter-large form .keyword input:active, .widget-filter-large form .keyword input:focus {
	border-color: rgba(0, 0, 0, 0.06);
}
.widget-filter-large form .button {
	width: 1px;
}
.widget-filter-large form .button button {
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(66, 66, 66, 0.7);
	height: 46px;
	position: relative;
	right: auto;
	top: auto;
}
.widget-filter-large form .button button:active, .widget-filter-large form .button button:focus {
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(66, 66, 66, 0.7);
}
.widget-filter {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding: 20px;
}
.widget-filter .form-group label {
	clear: both;
	float: left;
	width: 100%;
}
.widget-filter .form-group:last-child {
	margin-bottom: 0;
}
.widget-filter .form-group.categories {
	margin-bottom: 1rem;
}
.widget-filter #price_from {
	margin-bottom: 15px;
	/* width: 45%; */
}
.widget-filter #price_to {
	margin-bottom: 15px;
	/* width: 45%; */
}
.form-group.price_from {
	display: inline-block;
	width: 45%;
}
.form-group.price_to {
	display: inline-block;
	width: 45%;
	/* text-align: right; */
	float: right;
}
.widget-filter #categories::after, .widget-filter #contract::after, .widget-filter #project_type::after {
	content: "";
	display: table;
	clear: both;
}
.widget-menu {
	background-color: #fff;
}
.widget-menu .nav-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	/* margin: 0 !important; */
	width: 100%;
}
.widget-menu .nav-item:last-child {
	border-bottom: 0;
}
.widget-menu .nav-item.featured {
	background-color: limegreen;
	border-bottom-color: limegreen;
	margin: -1px -1px 0 -1px;
	border-color: transparent;
}
.widget-menu .nav-item.featured.no {
	background-color: #de2237;
	border-bottom-color: #de2237;
}
.widget-menu .nav-item.featured .nav-link {
	color: #fff;
	/* border-color: transparent; */
}
.widget-menu .nav-item.featured .nav-link .fa {
	color: #fff;
}
.widget-menu .nav-link {
	color: rgba(66, 66, 66, 0.9);
	transition: color .2s linear;
	padding: 12px 20px;
	font-size: 11pt;
	font-weight: 400;
}
.widget-menu .nav-link .fa {
	color: rgba(0, 0, 0, 0.3);
	/*font-size: 13px;*/
	margin: -2px 10px 0 0;
	text-align: center;
	transition: color .2s linear;
	vertical-align: middle;
	width: 23px;
}
.widget-menu .nav-link .fa-facebook {
	background-color: #365397;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link .fa-google {
	background-color: #e0452c;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link .fa-twitter {
	background-color: #00a9f1;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link .fa-linkedin {
	background-color: #287bbc;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link .fa-envelope {
	background-color: orange;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link .fa-share-alt, .widget-menu .nav-link .fa-times {
	background-color: #284aa8;
	border-radius: 50%;
	color: #fff !important;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: -3px 10px -2px 0;
	width: 23px;
}
.widget-menu .nav-link:hover {
	color: rgb(4, 58, 126);
	cursor: pointer;
}
.widget-menu .nav-link:hover .fa {
	color: rgb(4, 58, 126);
}
.widget-map {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding: 20px;
}
.widget-map .get-direction {
	background-color: #3f4454;
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 0 -20px -20px -20px;
	padding: 10px 0;
	text-align: center;
}
.widget-map .get-direction:hover {
	text-decoration: none;
}
.widget-map address {
	margin-top: 20px;
}
.widget-map #map-container {
	height: 300px;
	margin: -20px -20px 0px -20px;
	width: calc(100% + 40px) !important;
}
.widget-items-small {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.04);
	padding: 20px;
}
/*styles for listing control*/
.system-table {
	display: table;
	width: 100%;
}
.system-head {
	display: table-row;
}
.system-head-cell {
	color: rgba(66, 66, 66, 0.7);
	font-size: 12px;
	display: table-cell;
	font-weight: 600;
	padding: 9px 9px 9px 0px;
	border-top: 2px dotted rgba(40, 74, 168, 0.4);
	border-color: limegreen;
	vertical-align: middle;
}
.system-row {
	width: 100%;
	background-color: #fff;
	display: table-row;
	padding: 9px;
}
.system-cell {
	padding: 9px 9px 9px 0px;
	box-sizing: border-box;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	border-top: 2px dotted rgba(40, 74, 168, 0.4);
	border-color: limegreen;
}
div.system-cell.system-actions > div > select {
	padding: 0px 0px 0px 9px;
	text-align: left;
	position: relative;
	top: -7px;
}
.system-cell a {
	font-weight: 600;
	text-decoration: none !important;
}
.system-date, .system-company {
	font-size: 12px;
	color: rgb(66, 66, 66);
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	width: 1px;
}
.system-actions {
	width: 1px;
	white-space: nowrap;
}
.system-actions small {
	color: rgb(66, 66, 66);
	display: block;
	font-size: 12px;
	text-align: center;
}
.system-actions .btn-group .btn {
	background-color: rgba(0, 0, 0, 0.04) !important;
	color: rgba(66, 66, 66, 1);
	font-weight: 400;
	text-transform: none;
	font-size: 11pt;
	white-space: nowrap;
}
.system-actions .btn-group .btn:hover, .system-actions .btn-group .btn:active {
	background-color: #043a7e !important;
	color: black;
}
.system-actions .btn-group .dropdown-menu {
	background: white;
	border: 1px solid lightgray;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	left: auto;
	padding: 3px 0;
	right: 0;
}
.system-actions .btn-group .dropdown-item {
	color: rgba(66, 66, 66, 0.9);
	margin: 0;
	padding: 8px 15px;
	text-align: right;
	text-decoration: none;
	font-size: 10.6pt;
}
.system-actions .btn-group .dropdown-item:hover {
	background-color: lightgreen;
	color: #424242;
}
.system-actions .dropdown-menu {
	border: 0;
	font-size: 12px;
}
/*other*/
.split-wrapper {
	display: table;
	height: 100vh;
	width: 100%;
}
.split-content, .split-sidebar {
	display: table-cell;
	padding: 0 30px;
}
.split-sidebar {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.split-sidebar {
		display: none;
	}
}
.split-sidebar:after {
	background-color: rgba(66, 66, 66, 0.4);
	bottom: 0;
	color: #fff;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.split-sidebar h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.split-sidebar ul {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	list-style: none;
	font-size: 15px;
	font-weight: 300;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.split-sidebar ul::after {
	content: "";
	display: table;
	clear: both;
}
.split-sidebar ul li {
	display: block;
	float: left;
	margin: 0 0 10px 0;
}
.split-sidebar ul li:after {
	background-color: #fff;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 6px;
	margin: 0 20px;
	vertical-align: middle;
	width: 6px;
}
.split-sidebar ul li:last-child {
	margin-right: 0;
}
.split-sidebar ul li:last-child:after {
	display: none;
}
.split-content {
	background-color: #fff;
	width: 480px;
	vertical-align: middle;
}
.split-content .form-control {
	width: 100%;
}
.split-content h1 {
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.split-content p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(66, 66, 66, 0.7);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
.split-content .checkbox {
	float: left;
	margin-top: 10px;
}
.split-content .btn {
	float: right;
}
.split-content ul {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	list-style: none;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.split-content li {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(66, 66, 66, 0.7);
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;
}
.split-content li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.row > .categories {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	display: table-footer-group;
}
.row > .categories::after {
	content: "";
	display: table;
	clear: both;
}
.row > .categories a {
	color: rgb(66, 66, 66);
	display: block;
	padding: 9px 0;
	font-size: 10pt;
}
.row > .categories a span {
	background-color: rgba(0, 0, 0, 0.06);
	border-radius: 3px;
	color: #424242;
	display: block;
	float: right;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 7px 0 7px;
}
.box {
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin: 0 0 30px 0;
	padding: 25px 25px 15px 25px;
	background: whitesmoke;
}
.box h2 {
	font-size: 14pt;
	font-weight: 500;
	margin: -26px 0 0 -26px;
	white-space: nowrap;
}
.box h2 .fa {
	background-color: rgb(4, 58, 126);
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	margin: 0 14px 0 0;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 54px;
}
.box h2 .fa:after {
	border: 3px solid transparent;
	border-top-color: rgb(4, 58, 126);
	border-right-color: rgb(4, 58, 126);
	bottom: -6px;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}
.box p {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: rgba(66, 66, 66, 0.92);
	line-height: 1.75;
	margin: 0 0 0 48px;
	padding: 16px 0 0 0;
	font-size: 11pt;
	font-weight: 400;
}
.box-full-wrapper {
	background-color: #fff;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
	/*border-top: 1px solid rgba(0, 0, 0, 0.06);*/
	margin: 0 -1200px;
	padding: 40px 1200px 0 1200px;
}
.box-full {
	background-color: rgb(4, 58, 126);
	background-image: radial-gradient(circle, rgb(5, 74, 168), rgb(4, 58, 126));
	color: #fff;
	/*margin: 0 0 30px 0;*/
	padding: 30px 25px;
	height: 316px;
}
.box-full h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.box-full p {
	color: #fff;
	line-height: 2;
	margin: 0 0 26px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 11pt;
	font-weight: 400;
}
.box-full-icon {
	float: left;
	font-size: 20pt;
	padding: 0 30px 0 0;
	padding: 0;
	text-align: center;
	width: 70px;
}
.box-full-content {
	display: table-cell;
}
.box-full-content .btn-white {
	color: rgb(4, 58, 126);
}
.box-long {
	margin: 0 0 60px 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.box-long p {
	color: rgb(66, 66, 66);
	font-style: italic;
	font-size: 12pt;
	font-weight: 300;
	margin: 0;
}
.box-long .carousel-indicators {
	bottom: -55px;
}
.box-long .carousel-indicators li {
	background-color: rgba(7, 29, 57, 0.2);
	border: 0;
	height: 12px;
	margin: 0 6px;
	width: 12px;
	list-style-type: none;
}
.box-long .carousel-indicators li.active {
	background-color: rgba(7, 29, 57, 0.7);
	margin: 0 6px;
}
.box-long-author-photo {
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	margin: 0 0px 0 0;
	overflow: hidden;
	width: 60px;
}
.box-long-author-photo img {
	width: 40px;
}
.box-long-rating {
	color: #FFD35B;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.box-long-rating .fa {
	margin: 0 2px;
}
.box-long-author {
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
}
.box-long-author-company {
	color: rgb(66, 66, 66);
}
.content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 0 30px 0;
	padding: 25px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.content-simple .content {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.content-blocks {
	position: relative;
}
.content-blocks:after {
	background-color: rgba(0, 0, 0, 0.04);
	bottom: -25px;
	content: '';
	display: block;
	left: 15px;
	position: absolute;
	top: -25px;
	width: 1px;
}
.content-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	color: rgba(66, 66, 66, 0.7);
	margin: 0 -25px 30px -25px;
	padding: 0 25px 15px 75px;
	position: relative;
}
.content-block:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.content-block h3 {
	color: #424242;
	font-weight: 400;
	font-size: 22px;
	margin: 0;
	padding: 0 0 16px 0;
	position: relative;
}
.content-block h3:before {
	background-color: rgb(4, 58, 126);
	border: 5px solid #fff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 15px;
	left: -42px;
	position: absolute;
	top: 0;
	width: 15px;
}
.content-block h4 {
	color: #424242;
	font-size: 16px;
}
.content-block h5 {
	font-size: 12px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.content-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-block ul li {
	padding: 5px 0;
}
.content-block ul li:before {
	background-color: rgb(4, 58, 126);
	content: '';
	display: inline-block;
	height: 2px;
	margin: 0 7px 0 0;
	vertical-align: middle;
	width: 6px;
}
.content-block ul li a {
	text-decoration: none;
}
.content-block ul li a:hover {
	text-decoration: none;
}
.content-block ul.list {
	display: table;
}
.content-block ul.list li {
	display: table-row;
}
.content-block ul.list li:before {
	display: none;
}
.content-block ul.list li span, .content-block ul.list li strong {
	white-space: nowrap;
	display: table-cell;
	padding: 6px 8px;
}
.content-block ul.list li strong {
	padding-left: 0;
}
.content-block ul.list li span {
	padding-right: 0;
}
.content-block ul.content-social li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.content-block ul.content-social li:before {
	display: none;
}
.content-block ul.content-social li .fa {
	color: rgb(66, 66, 66);
	font-size: 17px;
	margin: 0 8px 0 0;
	vertical-align: -1px;
}
.content-block ul.content-social li a:hover {
	text-decoration: none;
	color: limegreen;
}
.per p, .ck-editor p, .ql-editor p {
	font-size: 12pt !important;
	margin-bottom: 1rem !important;
}
.per li, .ck-editor li, .ql-editor li {
	font-size: 12pt !important;
}
body > div.page-wrapper > div.container > div.page-header > div > div.page-header-content > h1 > a:nth-child(1):hover {
	color: limegreen;
	text-decoration: none;
}
.content-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
.content-row p {
	margin: 0;
}
.content-row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: rgb(66, 66, 66);
	display: block;
	font-size: 11pt;
	font-weight: 500;
	margin: 20px 0 20px 0;
	padding: 0;
	white-space: nowrap;
	/* fixme: is not working */
	overflow-x: auto;
}
.breadcrumb a {
	color: rgb(66, 66, 66);
}
.breadcrumb .breadcrumb-item {
	display: inline-block;
	float: none;
	padding: 0;
}
.breadcrumb .breadcrumb-item.active {
	color: rgb(66, 66, 66);
}
.breadcrumb .breadcrumb-item:before {
	color: rgb(66, 66, 66);
	font-size: 10px;
	margin: 0 12px;
	padding: 0;
}
/************************************************************* * Item large *************************************************************/
.item-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative;
}
.item-wrapper:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.item-wrapper:last-child:after {
	bottom: 0;
}
.item-wrapper:after {
	background-color: rgb(4, 58, 126);
	bottom: 25px;
	content: '';
	display: block;
	left: -25px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 2px;
}
.item-wrapper:hover:after {
	opacity: 1;
}
.item-badge {
	color: #fff;
	display: inline-block;
	font-size: 8pt;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 2px 10px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.item-badge:hover {
	color: white;
	background-color: limegreen;
}
.xorigos {
	background-color: rgb(4, 58, 126);
}
.stars > i {
	font-size: 10pt;
	color: limegreen;
}
.item-title {
	margin: 0 0 4px 0;
	position: relative;
}
.item-title h3 {
	display: inline;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	vertical-align: middle;
	/* width: 262px; */
	/* background: yellow; */
}
.item-title a {
	font-size: 13pt;
	text-decoration-line: none;
	font-weight: 600;
}
.item-title a:hover {
	text-decoration-line: underline;
}
.item-title .item-categories {
	display: inline;
}
.item-title-image {
	float: left;
	position: relative;
}
.item-title-image img {
	display: block;
	height: 52px;
	margin: 0px 9px 0 0;
	max-width: 52px;
	position: relative;
	top: 3px;
	border-radius: 100%;
}
.item-description {
	color: rgb(66, 66, 66);
	margin: 20px 0 0 0;
	font-size: 13pt;
	font-weight: 300;
}
.item-description p {
	line-height: 2;
}
.item-description .morelink {
	color: rgb(4, 58, 126);
	font-weight: 500;
}
#myform > div > div.form-group > label > * {
	font-size: 12pt;
	font-weight: 500;
}
.item-meta-price span, .item-meta-count span {
	color: limegreen;
	font-weight: 500;
}
.item-categories, .item-meta {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.item-categories strong, .item-meta strong {
	color: rgb(66, 66, 66);
	font-weight: 700;
	margin: 0 5px 0 0;
}
.item-categories li, .item-meta li {
	display: inline-block;
}
.item-categories {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
/*was 576*/
@media (max-width: 600px) {
	.item-categories {
		margin: 5px 0 15px 0;
	}
}
.item-categories li a, .item-categories strong {
	background-color: rgba(0, 0, 0, 0.04);
	color: rgb(96, 96, 96);
	display: inline-block;
	font-size: 9pt;
	line-height: 2;
	margin: 0 5px 5px 0;
	padding: 0 7px;
	text-decoration: none;
	font-weight: 600;
}
.item-categories li a:hover {
	color: #424242;
}
a.item-categories:hover > strong {
	text-decoration: underline;
}
.item-meta {
	color: rgb(66, 66, 66);
	margin: 0 0 0 0;
}
.item-meta li {
	margin: 0 10px 0 0;
	font-size: 13px;
	font-weight: 400;
}
.item-favorite {
	float: right;
	font-size: 16px;
}
.item-favorite .fa {
	color: rgb(4, 58, 126);
}
.item-favorite .favorite-yes .fa {
	color: orange;
}
.item-favorite .favorite-yes:hover .fa {
	color: darkorange;
	font-weight: 900;
}
.item-image-wrapper {
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}
.item-image img {
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	display: block;
	height: 38px;
	width: 38px;
}
.item-image-placeholder {
	background-image: radial-gradient(circle, rgb(5, 74, 168), rgb(4, 58, 126));
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	height: 38px;
	line-height: 40px;
	margin: 3px 0 0 0;
	text-align: center;
	width: 38px;
}
.verified {
	background-color: limegreen;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
	height: 15px;
	letter-spacing: -1px;
	position: absolute;
	right: -3px;
	text-align: center;
	top: -3px;
	width: 15px;
}
/************************************************************* * Item small *************************************************************/
.item-small {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 -20px;
	padding: 15px 20px;
	position: relative;
}
.item-small:first-child {
	margin-top: -20px;
}
.item-small:last-child {
	border-bottom: 0;
	margin-bottom: -20px;
}
.item-small-title h3 {
	color: #424242;
	display: block;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-small-title h3 a {
	color: #424242;
}
.item-small-title h4 {
	font-size: 12px;
	font-weight: 400;
}
.item-small-title h4 a {
	color: rgba(66, 66, 66, 0.7);
}
.item-small-more {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.profile-avatar {
	float: left;
	height: 44px;
	margin: 0 20px 0 0;
	position: relative;
	width: 44px;
}
.profile-avatar img {
	border-radius: 50%;
	height: 100%;
	width: auto;
}
.profile-year {
	margin: 0 0 20px 0;
}
.profile-avatar-initials {
	background-color: rgb(4, 58, 126);
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 500;
	height: 44px;
	line-height: 44px;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	width: 44px;
}
.profile-title h4 {
	color: rgba(66, 66, 66, 0.7);
	font-size: 15px;
	font-weight: 400;
	margin: -20px 0 0 0;
}
.profile-address {
	margin: 30px 0 0 0;
}
.profile-items {
	font-size: 12px;
	margin: 20px 0 0 0;
}
.profile-items a {
	color: rgba(66, 66, 66, 0.7);
	text-decoration: none;
}
.profile-items strong {
	color: rgba(66, 66, 66, 0.7);
	font-weight: 600;
}
.profile-items > div {
	display: inline-block;
}
.profile-items > div:after {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 4px;
	margin: 0 15px;
	vertical-align: middle;
	width: 4px;
}
.profile-items > div:last-child:after {
	display: none;
}
.partners-wrapper {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 -1200px;
	padding: 0 1200px;
}
.partners-wrapper .page-block-title {
	padding-top: 60px;
}
.partners {
	background-color: #fff;
	display: flex;
	padding: 0 0 60px 0;
	justify-content: center;
}
.partners::after {
	content: "";
	display: table;
	clear: both;
}
.partners a {
	display: block;
}
.partners img {
	height: 36px;
	margin: 0 50px;
	opacity: .75;
}
@media (max-width: 600px) {
	.partners {
		display: block;
	}
	.partners a {
		padding: 20px 0;
		text-align: center;
	}
	.partners a:first-child {
		padding-top: 0;
	}
	.partners a:last-child {
		padding-bottom: 0;
	}
}
.partner-block {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.04);
	padding: 150px 20px;
	/* text-align: center; */
}
.partner-block h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	/* text-align: center; */
	letter-spacing: 0.1px;
}
.partner-block h3 {
	color: rgba(66, 66, 66, 0.9);
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: revert;
	text-align: left;
}
.partner-block h3:before {
	background-color: rgba(0, 0, 0, 0.12);
	content: '';
	display: block;
	height: 2px;
	margin: 20px auto;
	width: 50px;
}
.partner-block .btn {
	margin: 30px 0 0 0;
}
.partner-block.bottom-image {
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 40px 20px 40px 20px;
}
.partner-block.center-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.shopping-cart {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 5px 0 0 24px !important;
	padding: 0 0 0 20px !important;
}
.shopping-cart .fa {
	color: #fff;
	font-size: 18px;
	vertical-align: -2px;
}
.shopping-cart .nav-link {
	padding: 0 !important;
}
.shopping-cart .badge {
	background-color: darkorange;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	height: 21px;
	letter-spacing: 0;
	margin: 0 0 0 10px;
	padding: 3px 7px 2px 7px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}
.shopping-cart .badge:after {
	border: 4px solid transparent;
	border-right-color: darkorange;
	content: '';
	display: block;
	height: 0;
	left: -8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}
.shopping-cart .price {
	background-color: rgba(0, 0, 0, 0.12);
	display: block;
	float: right;
	height: 21px;
	line-height: 22px;
	margin-left: 7px;
	margin-right: -7px;
	padding: 0 10px;
	position: relative;
	top: -3px;
}
.cart-content {
	display: table;
	width: 100%;
}
.cart-content-item {
	display: table-row;
}
.cart-content-item-cell {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	display: table-cell;
	padding: 16px 20px;
	vertical-align: middle;
}
.cart-content-item-cell h3 {
	color: #424242;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
.cart-content-item-cell h3 a {
	color: #424242;
	line-height: 1;
}
.cart-content-item-cell p {
	color: rgba(66, 66, 66, 0.7);
	font-size: 12px;
	margin: 2px 0 0 0;
}
.cart-content-item-cell a {
	text-decoration: none;
}
.cart-content-item-cell.remove {
	padding: 0;
}
.cart-content-item-cell.remove a {
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 50%;
	color: #de2237;
	display: block;
	font-size: 10px;
	height: 22px;
	width: 22px;
}
.cart-content-item-cell.remove a .fa {
	margin: 4px 0 0 6px;
}
.cart-content-item-cell.remove a:hover {
	color: #de2237;
}
.cart-content-item-cell.price {
	font-size: 16px;
}
.cart-content-total {
	padding: 16px 20px;
	text-align: right;
}
.cart-content-total span, .cart-content-total strong {
	display: block;
}
.cart-content-total span {
	color: rgb(66, 66, 66);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.cart-content-total strong {
	font-size: 20px;
	font-weight: 400;
}
.cart-actions {
	margin: 30px 0 0 0;
}
.cart-actions::after {
	content: "";
	display: table;
	clear: both;
}
.cart-actions .btn-primary {
	float: right;
}
.invoice h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0;
}
.invoice-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}
.invoice-header::after {
	content: "";
	display: table;
	clear: both;
}
.invoice-number {
	background-color: rgba(0, 0, 0, 0.03);
	float: right;
	font-size: 14px;
	padding: 16px 20px;
}
.invoice-number span {
	color: rgba(66, 66, 66, 0.7);
}
.invoice-number strong {
	font-weight: 500;
}
.invoice-provider, .invoice-receiver {
	background-color: rgba(0, 0, 0, 0.03);
	margin: 0 0 25px 0;
	padding: 25px 25px 1px 25px;
}
.invoice-provider ul, .invoice-receiver ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.invoice-provider li, .invoice-receiver li {
	line-height: 26px;
}
.invoice-items {
	display: table;
	width: 100%;
}
.invoice-item {
	display: table-row;
}
.invoice-item-cell {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	display: table-cell;
	padding: 16px 0;
}
.heading .invoice-item-cell {
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.invoice-total {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 18px;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	text-align: right;
}
.stats {
	text-align: center;
}
.stats strong {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12pt;
}
.stats span {
	font-size: 48px;
	font-weight: 200;
}
@media (min-width: 601px) {
	.stat-item-wrapper {
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
	.stat-item-wrapper:last-child {
		border-right: 0;
	}
}
@media (max-width: 1199px) {
	.stat-item-wrapper {
		margin-bottom: 30px;
	}
}
.pricing-lines {
	margin-bottom: 30px;
}
.pricing-line-price {
	border-right: 1px solid rgba(0, 0, 0, 0.04);
	color: rgb(4, 58, 126);
	float: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 70px;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	text-align: center;
	width: 130px;
}
/*was 576*/
@media (max-width: 600px) {
	.pricing-line-price {
		border-bottom: 1px solid rgba(0, 0, 0, 0.04);
		border-right: 0;
		float: none;
		line-height: 1;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		width: 100%;
	}
	.content-block {
		/* padding: 0 25px 15px 25px; */
	}
}
.pricing-line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
}
.pricing-line:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pricing-line-content {
	display: table-cell;
}
.pricing-line-content h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.pricing-line-content h2 span {
	color: rgb(66, 66, 66);
	font-size: 14px;
	font-style: italic;
}
.pricing-line-content p {
	color: rgba(66, 66, 66, 0.7);
	font-size: 13px;
	margin: 0;
}
.footer {
	background-color: #fff;
	color: rgba(66, 66, 66, 0.7);
	font-size: 12px;
}
.footer-dark .footer {
	background-color: #424242;
	color: rgba(255, 255, 255, 0.9);
}
.footer a {
	text-decoration: none;
}
.footer-dark .footer a {
	color: #fff;
}
.footer p {
	line-height: 2;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: 300;
	color: white;
}
@media (max-width: 600px) {
	.footer p {
		text-align: center;
		font-size: 11pt;
	}
}
.footer .container-inner {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 -1200px;
	padding: 0 1200px;
}
.footer-dark .footer .container-inner {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer .container:first-child .container-inner {
	border-top: 0;
}
.footer .row {
	padding-bottom: 32px;
	padding-top: 32px;
}
.footer .nav-menu .nav-item {
	float: left;
	margin: 3px 26px 3px 0;
}
@media (max-width: 600px) {
	.footer .nav-menu .nav-item {
		float: none;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.footer .nav-menu .nav-item:after {
		display: none;
	}
}
.footer .nav-menu .nav-link {
	color: rgba(66, 66, 66, 0.7);
	font-weight: 500;
	padding: 0;
	text-decoration: none;
}
@media (max-width: 600px) {
	.footer .nav-menu .nav-link {
		padding: 9px 0;
	}
}
.footer .nav-menu .nav-link:hover {
	color: #424242;
}
.footer-dark .footer .nav-menu .nav-link {
	color: white;
	font-size: 11pt;
}
.footer-dark .footer .nav-menu .nav-link:hover {
	text-decoration: underline;
}
.footer .nav-social {
	float: right;
}
.footer .nav-social .nav-item {
	float: left;
	margin: 0 0 0 35px;
}
.footer .nav-social .nav-link {
	color: rgba(66, 66, 66, 0.6);
	font-size: 13px;
	text-decoration: none;
}
.footer .nav-social .nav-link:hover {
	color: rgba(66, 66, 66, 0.7);
}
.footer-dark .footer .nav-social .nav-link {
	color: rgba(255, 255, 255, 0.7);
	font-size: 17pt;
	margin-top: -7px;
}
.footer-dark .footer .nav-social .nav-link:hover {
	color: #fff;
}
@media (max-width: 600px) {
	.footer .row.footer-actions-wrapper {
		padding-bottom: 0;
	}
}
.footer-action {
	margin: -32px 0;
	padding: 40px 0;
}
@media (max-width: 600px) {
	.footer-action.footer-action-left {
		margin-bottom: 0;
		margin-left: -1200px;
		margin-right: -1200px;
		padding-left: 1200px;
		padding-right: 1200px;
	}
	.footer-action.footer-action-right {
		margin-bottom: 0;
		margin-top: 0;
		margin-left: -1200px;
		margin-right: -1200px;
		padding-left: 1200px;
		padding-right: 1200px;
	}
}
.footer-action .fa {
	color: #fff;
	font-size: 30px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
.footer-action strong {
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-weight: 400;
	line-height: 30px;
}
@media (max-width: 600px) {
	.footer-action strong {
		font-size: 11pt;
	}
}
.footer-action a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin-right: 30px;
	text-decoration: none;
}
@media (max-width: 600px) {
	.footer-action a {
		font-size: 14px;
		margin-right: 0;
	}
}
.footer-action a .fa {
	font-size: 12px;
	margin: -2px 0 0 10px;
	vertical-align: middle;
}
.footer-action-left {
	background-color: rgb(5, 74, 168);
	margin-left: -1200px;
	margin-right: -15px;
	padding-left: 1200px;
	padding-right: 15px;
	font-size: 12pt;
	height: 111px
}
.footer-action-right {
	background-color: rgb(4, 58, 126);
	margin-lefT: -15px;
	margin-right: -1200px;
	padding-left: 30px;
	padding-right: 1200px;
	font-size: 12pt;
}
.footer-dark .footer-bottom .container-inner {
	background-color: #353535;
	border-top: 0;
}
@media (max-width: 600px) {
	.footer-bottom-first {
		text-align: center;
		font-size: 11pt;
	}
}
@media (max-width: 600px) {
	.footer-bottom-second .nav-social {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		float: none;
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
		text-align: center;
	}
	.footer-bottom-second .nav-social .nav-item {
		display: inline-block;
		float: none;
	}
	.footer-bottom-second .nav-social .nav-item:first-child {
		margin-left: 0;
	}
}
.sidebar {}
#locations-action {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.widget {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#yolo {
	text-align: center;
	padding: 3%;
}
.blog-icon {
	text-decoration: none !important;
}
i.fa.bgd {
	font-size: 22pt;
	margin: 5px 12px;
}
i.fa.bgd:hover {
	filter: saturate(8);
}
/*EXTRA FOR DESKTOP*/
#closemenu {
	color: #db003a;
	z-index: 10000;
	position: fixed;
	right: 15px;
	display: none
}
#more-on-index {
	position: absolute;
	display: block;
	left: 0;
	font-size: 32pt;
	bottom: 12px;
	color: limegreen;
	z-index: 3;
	width: 100%;
	text-align: center;
}
#more-on-index > i {
	cursor: pointer;
}
#more-on-index > i:hover {
	color: white;
}
.dashed {
	border: 2px dotted rgba(40, 74, 168, 0.4);
	box-sizing: border-box;
	color: #111111;
}
.dashed:focus {
	border: 2px dotted rgba(40, 74, 168, 0.4);
}
select.dashed {
	border: 1px solid rgba(40, 74, 168, 0.4);
	background: honeydew;
	color: #111111;
}
select.dashed:focus {
	border: 1px solid rgba(40, 74, 168, 0.4);
}
/*EXTRA AT GENERIC*/
.form-profile > label {
	font-size: 10pt;
	color: #424242;
	width: 100%;
}
.form-profile > label > input {
	width: 100%;
	padding: 3px;
	margin: 2px 0;
	border: 2px solid rgba(40, 74, 168, 0.7);
}
.form-profile > label > .similar-input {
	width: 100%;
	padding: 5px;
	margin: 2px 0;
	border: 2px solid rgba(40, 74, 168, 0.7);
}
.form-profile > label > textarea {
	width: 100%;
	padding: 7px;
	margin: 2px 0;
	border: 2px solid rgba(40, 74, 168, 0.7);
}
.form-profile > .optional > input {
	border: 2px dotted rgba(40, 74, 168, 0.7);
}
.form-profile > .optional > .similar-input {
	border: 2px dotted rgba(40, 74, 168, 0.7);
	font-size: 8pt;
}
.form-generic {
	border: 2px solid rgba(40, 74, 168, 0.7);
	padding: 10px;
}
.form-profile > .optional > textarea {
	border: 2px dotted rgba(40, 74, 168, 0.7);
}
.dotted {
	border: 2px dotted rgba(40, 74, 168, 0.7);
}
.profilelogo {
	position: relative;
}
/*.profilelogo > img {*/
/*padding-top: 7px;*/
/*padding-bottom: 7px;*/
/*height: 113px;*/
/*margin-left: 80px;*/
/*width: 19px;*/
/*position: absolute;*/
/*z-index: 1;*/
/*}*/
.profilelogo > a {
	cursor: zoom-in;
}
.profilelogo > a {
	opacity: 0.9;
	padding-top: 0;
	padding-bottom: 0;
	top: 25px;
	height: 72px;
	width: 72px;
	position: relative;
	float: left;
	display: block;
	margin-right: 20px;
	box-sizing: border-box;
}
.profilelogo > a img {
	padding-top: 0;
	padding-bottom: 0;
	height: 72px;
	width: 72px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px dotted rgb(4, 58, 126);
}
.profilelogo > a:hover > img {
	opacity: 0.8;
}
/*HOPROGRAM (PRESS) COLOR*/
.press-red:hover {
	background: #db003a !important;
	border-color: #db003a !important;
	color: white !important;
}
.press-red-noborder:hover {
	background: #ffa4a5 !important;
}
.press-lime:hover {
	background-color: #38e838 !important;
	border-color: #38e838 !important;
	color: white !important;
}
.press-white:hover {
	background-color: gainsboro !important;
	border-color: gainsboro !important;
}
.press:hover {
	filter: brightness(110%);
}
.teneia {
	white-space: nowrap;
	overflow-x: hidden;
	background: transparent;
	padding-top: 9px;
	margin-top: 16px;
	padding-bottom: 9px;
	margin-bottom: 16px;
	/*border: 1px solid gainsboro;*/
}
.teneia a {
	text-decoration: none;
}
.teneia img {
	margin: 0 8px;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	cursor: zoom-in;
}
#form-cat {
	height: 0px;
	margin-bottom: 21px;
}
#form-cat-m {
	margin-bottom: -13px;
}
#profile-upload-button {
	position: absolute;
	top: 21px;
	left: 45px;
	z-index: 6666;
	height: 33px;
	width: 33px;
	opacity: 0;
	cursor: pointer;
	background: yellow;
	display: block;
}
#profile-upload-pani {
	position: absolute;
	top: 10px;
	left: 45px;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
	color: rgb(5, 74, 168);
	font-size: 28pt;
	text-shadow:
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		1px 1px 0 #FFF;
}
#profile-upload-x {
	display: block;
	position: absolute;
	top: 0;
	left: 72px;
	z-index: 2;
	cursor: pointer;
	color: #db003a;
	font-size: 18pt;
}
.perioxh {
	background: rgba(0, 0, 0, 0.04);
	padding: 6px;
	color: rgba(66, 66, 66, 0.85) !important;
	box-shadow: 2px 2px rgba(0, 0, 0, 0.14);
	font-weight: 400;
	display: inline-block;
	margin-right: 7px;
	margin-top: 7px;
	font-size: 11pt;
	text-decoration: none !important;
}
.perioxh:hover {
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
}
.perioxh-add {
	background: rgb(40, 74, 168);
	border: 0;
	color: white;
	padding: 7px;
	margin-top: 7px;
	min-height: 42px;
	font-size: 11pt;
	cursor: pointer;
	text-align: left;
}
.perioxh-add > .fa {
	font-size: 13pt !important;
	color: white !important;
}
select.perioxh-add {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
}
/*FOR PROFILES EXTRA STYLES*/
.ergo {
	height: 273px;
	background: white;
	display: inline-block;
	position: relative;
	width: 48%;
	cursor: pointer;
	margin: 0.5%;
}
.ergo-bg {
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 228px;
	width: 100%;
	border-radius: 2px;
	/* filter: grayscale(20%) hue-rotate(22deg) saturate(120%) brightness(110%); */
	border: 2px dashed darkgreen;
}
.ergo-pani {
	font-weight: 700;
	font-size: 10pt;
	position: absolute;
	top: 228px;
	font-family: 'Open Sans', sans-serif;
	padding: 9px;
	background: white;
	/* border-top: 2px solid darkslategray; */
	/* border-bottom: 2px solid darkslategray; */
	color: darkslategray;
	width: 100%;
	/* border-radius: 2px; */
	text-decoration: none !important;
	display: block;
}
.ergo-screen {
	border-radius: 2px;
	position: absolute;
	top: 0px;
	padding-top: 90px;
	height: 100%;
	background: rgba(0, 0, 8, 0.4);
	color: white !important;
	width: 100%;
	text-align: center;
	padding-top: 64px;
	display: block;
}
.ergo-screen.plus {
	background: transparent;
	border: 2px dashed lightslategray;
}
.ergo-x {
	position: absolute;
	color: #db003a !important;
	top: 0px;
	left: 6px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-x:hover {
	color: rgb(4, 58, 126) !important;
}
.ergo-z {
	position: absolute;
	color: rgb(4, 58, 126) !important;
	top: 0;
	left: 30px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-z:hover {
	color: rgb(4, 58, 126) !important;
}
.ergo-g {
	position: absolute;
	color: mediumseagreen !important;
	top: 0;
	left: 30px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-g:hover {
	color: limegreen !important;
}
.ergo-d {
	position: absolute;
	color: mediumseagreen !important;
	top: 0;
	right: 6px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-d:hover {
	color: limegreen !important;
}
.ergo-u {
	position: absolute;
	color: mediumseagreen !important;
	top: 0;
	right: 35px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-u:hover {
	color: limegreen !important;
}
.ergo-s {
	position: absolute;
	color: mediumseagreen !important;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 209px;
	font-size: 17pt;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.ergo-s:hover {
	color: limegreen !important;
}
.ergo.edit * input {
	color: #222222;
	padding: 7px;
}
#toptags {
	margin-left: 0;
	position: relative;
	top: -10px;
}
#divmarquee {
	padding: 7px;
	font-size: 11pt;
	background: #db003a;
	color: white;
	margin-bottom: -5px
}
#topmarquee {
	/* margin-top: 7px; */
}
#topmarquee, #topmarquee * {
	color: white;
	font-size: 11pt;
	margin-bottom: 0px;
}
#topmarquee a {
	color: limegreen !important;
	text-decoration: underline !important;
	font-family: 'Roboto', 'Arial', sans-serif !important;
}
/*EXTRA FOR LAPTOP*/
@media screen and (orientation: landscape) and (max-height: 768px) {
	.hero-filter {
		top: calc(50% - 50px);
	}
	.card-categories {
		display: none !important;
	}
	.hero-jobs .card {
		height: 90px;
	}
	.item-wrapper {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	.item-description {
		/*margin: 10px 0 0 0;*/
	}
}
@media screen and (max-width: 768px) {
	.hero-jobs {
		bottom: 2%;
	}
}
/*EXTRA FOR MOBILE*/
@media (max-width: 600px) {
	p {
		font-size: 12pt;
	}
	.perioxh {
		display: inline-block !important;
	}
	#toptags {
		top: 0;
	}
	.page-block-title h1 {
		font-size: 16pt;
	}
	.rating.username {
		margin-bottom: 7px;
		display: inline-block;
	}
	.profilelogo > a > img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.profilelogo {
		padding-top: 100px;
		/* background: white; */
	}
	.profilelogo > a {
		opacity: 0.9;
		/* padding-top: 0px; */
		/* padding-bottom: 0; */
		/* top: 14px; */
		left: 50%;
		transform: translate(-50%);
		height: 100px;
		width: 100px;
		position: absolute;
		display: block;
		margin: auto;
		box-sizing: border-box;
	}
	.item-meta li {
		margin: 3px;
	}
	.item-description {
		margin: 10px 0 0 0;
	}
	.hero {
		background-size: auto 100% !important;
		min-height: 550px;
		height: 550px !important;
	}
	.block {
		padding-bottom: 0;
	}
	.page-block-title p {
		font-size: 11pt;
	}
	.box p {
		font-size: 11pt;
		margin: 0;
	}
	.page-header h1 {
		font-size: 16pt;
		padding-top: 17px;
	}
	.content {
		box-shadow: unset;
		margin-bottom: 0;
	}
	#locations-action {
		box-shadow: unset;
	}
	.partner-block {
		box-shadow: unset;
	}
	.page-header {
		box-shadow: unset;
	}
	#locations-action {
		padding: 17px;
		padding-top: 8px;
	}
	.checkbox label {
		font-size: 13pt;
	}
	.checkbox label a {
		text-decoration: none;
	}
	.job-meta-list {
		margin-bottom: -27px;
	}
	.col-lg-8.col-xl-9 {
		padding-left: 0;
		padding-right: 0;
	}
	body > div > div.container > p {
		margin-bottom: 30px;
		margin-top: 0px;
		font-style: italic;
	}
	.block-fullwidth .block-inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.box-full {
		height: auto;
	}
	.box-full-wrapper {
		padding-top: 30px;
	}
	.form-profile > label {
		font-size: 10pt;
		color: #424242;
		width: 100%;
	}
	.form-profile > label {
		float: none !important;
		width: 100% !important;
	}
	#profile-upload-button {
		left: calc(50% + 45px);
		transform: translateX(-50%);
		width: 45px;
		height: 45px;
	}
	#profile-upload-pani {
		left: calc(50% + 45px);
		transform: translateX(-50%);
		font-size: 38pt;
	}
	#profile-upload-x {
		left: calc(50% + 72px);
		transform: translateX(-50%);
		font-size: 22pt;
		top: -6px;
	}
	#profile-upload-pani > i {
		position: relative;
		top: -10px;
	}
	.ergo {
		width: 100%;
		height: 226px;
	}
	.ergo-pani {
		top: 179px;
	}
	.ergo-bg {
		height: 179px !important;
	}
	.mobile-full {
		width: 100% !important;
	}
	/*TAGS*/
	#catags {
		white-space: nowrap;
		margin-top: 50px;
		padding: 0;
	}
	#catags > h2 {
		border: 0;
		padding: 0;
		font-size: 11pt;
		font-weight: 400;
		padding-top: 9px;
		float: left;
		overflow-y: auto;
		width: 100%;
	}
	.breadcrumb {
		overflow-x: auto;
	}
	/*HIDE SOCIAL ICONS FROM MOBILE*/
	#s_2, #s_3, #s_4, #s_5 {
		display: none;
	}
	#s_o {
		display: block;
	}
	/*LISTING ADD EXTRA*/
	.mobile-info-1 {
		font-size: 10pt;
		position: relative;
		padding-left: 25px;
		top: -20px;
	}
	.mobile-info-2 {
		margin-bottom: 0;
	}
	.mobile-info-3 {
		margin-bottom: 9px !important;
	}
	.teneia {
		overflow-x: auto;
	}
}
.full {
	width: 100%;
}
.not-active {
	pointer-events: none;
	opacity: 0.6;
}
@media (max-width: 330px) {
	#yolo {
		display: none !important;
	}
}
/* open and close button of mobile search slider */
#categories-open-mobile {
	font-size: 11pt;
	margin-right: 2%;
	overflow: hidden;
	white-space: nowrap;
	width: 42%;
}
#categories-action.dragscroll {
	overflow-x: auto;
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 12px;
	padding-top: 6px;
}
#categories-action img {
	width: 82px;
	height: 64px;
	width: 64px;
	display: block;
	margin: 9px;
}
#categories-action span {
	display: block;
	margin-top: 6px;
	height: 21px;
	font-size: 11pt;
	width: -17px;
}
#categories-action a {
	display: inline-block;
	width: 100px;
	text-align: center;
}
#categories-close-mobile {
	font-size: 11pt;
	margin-right: 2%;
	white-space: nowrap;
	display: none;
	overflow: hidden;
	width: 42%;
}
#locations-open-mobile {
	color: inherit;
	font-size: 11pt;
	overflow: hidden;
	white-space: nowrap;
	width: 53%;
}
#locations-open-mobile.is-active {
	color: limegreen;
}
#locations-close-mobile {
	font-size: 11pt;
	overflow: hidden;
	white-space: nowrap;
	width: 53%;
	display: none;
}
body > div.page-wrapper > div.container > div.main > div > div.desktop.col-lg-4.col-xl-3 > div > div.widget.widget-filter.desktop > form > div > div > label > a {
	text-decoration: none;
	font-size: 12pt;
}
hr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	border-top: 0;
	opacity: 100%;
}
.hero-jobs-scrollable {
	overflow-x: auto;
	white-space: nowrap;
}
.tag-item-for-index-page {
	width: 25%;
	font-weight: 400;
	font-size: 11pt
}
#loading-screen {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	/*cursor: wait;*/
	width: 100vw;
	height: 100vh;
	background: rgba(225, 225, 225, 0.486);
	filter: invert(1);
	background-image: url("/images/animat-diamond.gif");
	background-repeat: no-repeat;
	background-position: center;
}
/*upload form listing*/
.upload-form .file-input {
	/* padding: 20px; */
	box-sizing: border-box;
	background: rgba(40, 74, 168, 0.1);
	cursor: copy !important;
	/* height: 60px; */
}
.file-input {
	position: relative;
	display: inline-block;
}
.file-input::before {
	content: attr(data-browse);
	display: inline-block;
	padding: 8px 12px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 1.5;
	pointer-events: none;
}
.file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.upload-form {
	width: 100%;
}
.upload-form .image-cell {
	text-align: center;
	width: 20%;
	padding-top: 16px;
}
.upload-form .zoom-link, .upload-form .zoom-link * {
	cursor: zoom-in;
}
.upload-form .image-preview {
	border: 1px solid lightgreen;
	width: 64px;
	border-radius: 9px;
	display: block;
	height: 64px;
}
.upload-form .action-cell {
	width: 80%;
	border: 1px solid white;
	box-sizing: border-box;
}
.upload-form .delete-link {
	display: inline-block;
	color: darkslategrey;
	font-size: 12pt;
	text-decoration: none;
	padding: 18px;
	height: 63px;
	background: #db003a2b;
	border-radius: 9px;
	/* border: 3px solid white; */
	box-sizing: border-box;
	width: 100%;
	margin-top: 16px;
	vertical-align: middle;
	border: 1px solid lightblue;
}
/*keimeno stin kentrikh selida*/
.process-container {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	overflow: auto;
}
.process-step {
	flex: 1;
	text-align: center;
	padding: 0 10px;
}
.emoji {
	font-size: 3em;
	margin-bottom: 10px;
}
.step-description {
	font-size: 13pt;
}