<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;amp;display=swap');


input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	outline: none;
	font-size: 16px;
	color: #808080;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fbfdff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	border: none;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
select {
	padding: 5px 18px;
	cursor: pointer;
}
select[multiple] {
  width:100%;
  height:150px;
  background: #FAFAFA;
    border: 1px solid #E4E4E4;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 5%);
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
	color: #808080;
	transition: box-shadow 0.2s !important;
	opacity: 1;
	border: none;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
 input:-webkit-autofill:focus, input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
 -webkit-text-fill-color: #808080 !important;
}
input.utf-with-border, input[type="text"].utf-with-border, input[type="password"].utf-with-border, input[type="email"].utf-with-border, input[type="number"].utf-with-border, textarea.utf-with-border, select.utf-with-border {
	background:#FAFAFA;
	border: 1px solid #E4E4E4;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
input.utf-with-border:focus, input[type="text"].utf-with-border:focus, input[type="password"].utf-with-border:focus, input[type="email"].utf-with-border:focus, input[type="number"].utf-with-border:focus, textarea.utf-with-border:focus {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}
input[type="submit"] {
	border: none;
	padding: 11px 18px;
	width: auto;
}
input[type="checkbox"] {
	display: inline;
}
input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
}
::placeholder {
	color: #808080;
	opacity: 1;
}
textarea {
	height: auto;
	line-height: 27px;
	padding:15px 20px 20px 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}
label span, legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}
fieldset {
	padding: 0;
	border: none;
}
button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	cursor: pointer;
}
a {
	color: #66676b;
	transition: 0.3s;
}
a, button {
	outline: none !important;
}
a:focus, a:hover {
	text-decoration: none;
	color: #333;
}
img {
	max-width: 100%;
}
.text-center{
	text-align:center;
}
/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-right: 30px;
	margin-right: 20px;
}
#logo img {
	height: 60px;
	width: auto;
	top: 55%;
	position: relative;
	transform: translate3d(0, -50%, 0);
}
#header {
	position: relative;
	z-index: 999;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	font-size: 16px;
	height: 82px;
	background-color: #fff;
}
#header .container, #header .utf-right-side, #header .utf-left-side {
	height: 100%;
}
header.fullwidth .container {
	max-width: 100%;
	margin: 0;
	padding: 0 35px;
}
#header .container {
	position: relative;
}
#header .utf-left-side {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
	flex: 1;
}
#header .utf-right-side {
	float: right;
	text-align: right;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 25px;
	background-color: #fff;
	flex: 1;
}
.full-width #header .utf-left-side {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
}
.full-width #header .utf-right-side {
	float: right;
	text-align: right;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 25px;
	background-color: #fff;
}
/* Header Widget
------------------------------------- */
.utf-header-widget-item {
	display: inline-block;
	height: 100%;
	padding: 0 15px;
	text-align: left;
	float: left;
}
.fullwidth .utf-header-widget-item:last-of-type {
	padding-right: 5px;
	float: right;
	border-right: none;
}
.utf-header-widget-item:last-of-type {
	padding-right: 0;
	margin-right: -10px;
}
.fullwidth .utf-header-widget-item:last-of-type {
	padding-right: 15px;
	margin-right: 0;
}
.utf-header-notifications-content .notification-avatar {
	height: 42px;
	width: 42px;
	max-width: 42px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}
.utf-header-widget-item .log-in-button {
	background:#ff8a00;
	position: relative;
	top: 50%;
	border-radius:40px;
	transform: translateY(-50%);
	transition: 0.3s;
	color: #ffffff;
	border:2px solid #ff8a00;
	padding:7px 15px;
	display: block;
	margin: 0 -3px;	
	min-width: 116px;
	text-align: center;
	line-height: 26px;	
}
.utf-header-widget-item .log-in-button:hover{
	background:transparent;
	border:2px solid #ff8a00;
}
body .utf-transparent-header-block .utf-header-widget-item .log-in-button{
	background:#ffffff;
	color:#ff8a00;
	border:2px solid #ffffff;
}
body .utf-transparent-header-block .utf-header-widget-item .log-in-button i{
	color:#ff8a00;
}
body .utf-transparent-header-block .utf-header-widget-item .log-in-button:hover i{
	color:#ffffff;
	background:transparent;
}
body .utf-transparent-header-block .utf-header-widget-item .log-in-button:hover{
	background:transparent;
	color:#ffffff;
	border:2px solid #ffffff;
}
.utf-header-widget-item .log-in-button i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: 0px;
	color: #ffffff;
	transition: 0.3s;
}
.utf-header-widget-item .log-in-button:hover, .utf-header-widget-item .log-in-button:hover i {
	color: #66676b;
}
.utf-transparent-header-block .utf-header-widget-item .log-in-button, .utf-transparent-header-block .utf-header-widget-item .log-in-button i {
	color: #fff;
}
@media (max-width: 767px) {
.utf-header-widget-item .log-in-button span {
	display: none;
}
.utf-header-widget-item .log-in-button i {
	font-size: 20px;
	top: 3px;
}
.utf-header-widget-item .log-in-button {
	border-radius: 40px;
	height: 44px;
	width: 44px;
	text-align: center;
	min-width: auto;
	padding: 0;
	line-height: 40px;
}
.utf-transparent-header-block .utf-header-widget-item .log-in-button i,  .utf-transparent-header-block .utf-header-widget-item .log-in-button {
	background-color: #fff;
	color: #ff8a00;
	border-color:#ffffff;
}
}
/* ---------------------------------- */
/* Header Notifications
------------------------------------- */
.utf-header-notifications {
	height: 100%;
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.utf-header-notifications:last-child {
	margin-right: -15px;
}
.utf-header-notifications-trigger, .utf-header-notifications-trigger a {
	font-size: 22px;
	color: #333;
	position: relative;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.utf-header-notifications .notifications-trigger-icon{
	background:#eeeeee;
	border-radius:50px;
	width: 42px;
	height: 42px;
	text-align: center;
	top:50%;
}
.utf-header-notifications .notifications-trigger-icon a{
	top:24%;
	font-size:20px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.utf-header-notifications-trigger,  .utf-header-notifications-trigger a {
	height: 40px;
}
.utf-header-notifications.user-menu {
	top: -8px;
}
}
.utf-header-notifications-trigger span {
	position: absolute;
	display: inline-block;
	top: -15px;
	margin-left: -5px;
	font-weight: 700;
	height: 20px;
	width: 20px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #66676b;
	border-radius: 50%;
}
.utf-header-notifications-dropdown-block {
	width: 360px;
	border-radius: 4px;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
	background-color: #fff;
	padding: 0;
	position: absolute;
	top: calc(100% - 10px);
	right: -15px;
	text-align: left;
	z-index: 100;
	transform: scale(0.95);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	pointer-events: none;
}
.utf-header-notifications.active .utf-header-notifications-dropdown-block {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: all;	
}
.utf-header-notifications-dropdown-block:before {
	content: "";
	position: absolute;
	right: 43px;
	top: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	top: 0;
	right: 27px;
    border: 7px solid #ffffff;
    border-color: transparent transparent #ff8a00 #ff8a00;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.utf-right-side .utf-header-notifications-dropdown-block:before {
	border-color: transparent transparent #ffffff #ffffff;    
}
.utf-header-notifications-headline {
	background:#ff8a00;
	padding: 18px 20px;
	padding-top: 18px;
	line-height: 24px;	
	border-radius:4px 4px 0 0;
}
.utf-header-notifications-headline h4, .utf-header-notifications-headline span {
	display: inline-block;
	color:#fff;
}
button.mark-as-read {
	background-color: #ffffff;
	float: right;
	position: relative;
	border-radius: 4px;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 36px;
	top: -4px;
	right: -8px;
	color: #323232;
	transition: 0.25s;
}
.utf-header-notifications-content {
	display: block;
	width: 100%;
}
.utf-header-notifications-scroll {
	display: block;
	overflow: hidden;
	height: auto;
}
.utf-header-notifications-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.utf-header-notifications-content ul li {
	border-bottom: 1px solid #e6e6e6;
	transition: 0.25s;
}
.utf-header-notifications-content ul li:hover {
	background-color: #fafafa;
}
.utf-header-notifications-content ul li:hover .notification-icon {
	background-color: #eee;
}
.utf-header-notifications-content ul li:last-child {
	border-bottom: none;
}
.utf-header-notifications-content ul li a {
	color: #666;
	position: relative;
	padding:15px 12px;
	display: block;
}
.utf-header-notifications-content p {
	margin: 0;
	padding: 0;
}
.utf-header-notifications-content ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.utf-header-notifications-content .notification-icon, .utf-header-notifications-content .notification-text {
	flex: 1;
}
.utf-header-notifications-content .notification-icon i {
	position: relative;
}
.notification-icon, .utf-header-notifications-content .notification-icon {
	font-size: 18px;
	height: 38px;
	width: 38px;
	max-width: 38px;
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	color: #a0a0a0;
	transition: 0.25s;
	position: relative;
}
.notification-icon .icon-material-outline-autorenew {
	font-size: 22px;
}
.notification-icon .icon-material-outline-gavel {
	font-size: 19px;
	top: -2px;
	left: 1px;
}
.utf-header-notifications-content .notification-avatar {
	height: 42px;
	width: 42px;
	max-width: 42px;
	display: inline-block;
	border-radius: 50%;
	overflow: visible;
	align-self: flex-start;
}
.utf-header-notifications-content .notification-avatar img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	border-radius: 50%;
}
.notification-text, .utf-header-notifications-content .notification-text {
	padding-left: 12px;
	padding-right: 0px;
	display: inline-block;
	line-height: 23px;
	font-size: 14.3px
}
.utf-header-notifications-content .notification-msg-text {
	display: inline-block;
	line-height: 23px;
	font-size: 14.7px;
	margin: 4px 0;
}
.notification-text strong, .utf-header-notifications-content .notification-text strong {
	font-weight: 600;
	color: #333;
}
.notification-text span.color, .utf-header-notifications-content .notification-text span.color {
	color: #66676b;
	display: inline-block;
}
.notification-text span.color {
	display: block;
}
a.utf-header-notifications-button {
	border-radius: 0 0 4px 4px;
	font-weight: 600;
	color: #fff;
	font-size: 14.7px;
	padding: 12px 16px;
	background-color: #66676b;
	width: 100%;
	display: block;
	text-align: center;
	transition: 0.3s;
}
a.utf-header-notifications-button i {
	font-size: 18px;
	line-height: 0;
	top: 3px;
	position: relative;
	max-width: 0;
	display: inline-block;
	margin-left: 7px
}
/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
	padding: 0;
}
.utf-header-notifications.user-menu {
	margin: 0 -5px;
}
.user-menu .utf-header-notifications-trigger, .user-menu .utf-header-notifications-trigger a {
	top: 50%;
}
.user-profile-title .user-name::after {
    content: "\e957";
    font-family: "Material-Icons";
    transition: 0.2s;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 3px;
    color: #aaa;
}
.user-menu.active .user-name::after {
    transform: rotate(180deg);
}
.user-menu .utf-header-notifications-dropdown-block {
	top: calc(100% - 5px);
	width: 220px;
	right: 0px;
}
.user-menu .utf-header-notifications-dropdown-block:before {
	right: 3px;
}
.notification-avatar {
	position: relative;
}
.status-icon, .notification-avatar:after, .user-avatar:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-color: #c0c0c0;
	top:0px;
	right:0px;
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	border-radius: 50%;
}
.notification-avatar:after {
	width: 12px;
	height: 12px;
}
.status-icon.status-online, .status-online:after {
	background-color: #25c848;
}
.status-icon.status-offline, .status-offline:after {
	background-color: #c0c0c0;
}
.user-avatar {
	display: inline-block;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	position: relative;
}
.user-avatar img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	object-fit: cover;
	border:3px solid rgba(0, 0, 0, 0.08);
	image-rendering: -webkit-optimize-contrast;
}
.utf-transparent-header-block .user-avatar img {
	border:3px solid rgba(255, 255, 255, 0.4);	
}
ul.utf-user-menu-dropdown-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding:0;	
}
ul.utf-user-menu-dropdown-nav li:first-child{
	border-top:0;
}
ul.utf-user-menu-dropdown-nav li {
	margin: 0;
	padding:5px 7px;
	border-top:1px solid rgba(0, 0, 0, 0.05);
}
ul.utf-user-menu-dropdown-nav li:last-child{
	border-bottom:0;
}
ul.utf-user-menu-dropdown-nav li a {
	display: block;
	padding: 2px 0;
	font-size: 16px;
	color: #666;
	transition: 0.3s;
}
ul.utf-user-menu-dropdown-nav li a i {
	background:rgba(0, 0, 0, 0.06);
	font-size: 16px;
	position: relative;
	top: 1px;
	padding:6px;
	border-radius:30px;
	margin-right: 5px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	transition: 0.3s;
}
ul.utf-user-menu-dropdown-nav li a:hover, ul.utf-user-menu-dropdown-nav li a:hover i {
	color: #66676b;
}
.user-status {
	padding:20px 15px;
	border-bottom: 1px solid #e6e6e6;
}
.user-details {
	display: flex;
}
.user-name {
	font-weight: 500;
	color: #333;
	line-height: 20px;
	padding: 2px 0 0 15px;
}
.user-profile-title .user-name {
	font-weight: 600;
	color: #666;
	line-height: 20px;
	padding: 2px 0px 0 3px;
	display:inline-block;
	font-size:16px;
}
.user-details span {
	display: block;
	font-size: 14.7px;
	color: #888;
	font-weight: 500;
}
body .utf-transparent-header-block .user-profile-title .user-name {
	color:#ffffff;
}
.status-switch {
	background-color: #eee;
	width: 100%;
	display: block;
	border-radius: 4px;
	height: 36px;
	padding: 0;
	position: relative;
	zoom: 1;
	margin-top: 20px;
}
.status-switch:before, .status-switch:after {
	content: " ";
	display: table;
}
.status-switch label {
	float: left;
	width: 50%;
	position: relative;
	z-index: 2;
	line-height: 36px;
	cursor: pointer;
	color: #888;
	font-size: 14.7px;
	text-align: center;
	transition: 0.3s;
	margin: 0;
}
.status-switch span.status-indicator {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: block;
	border-radius: 4px 0 0 4px;
	background-color: #38b653;
	box-shadow: 0 0 5px 1px rgba(56,182,83,0.3);
	transition: all 0.4s cubic-bezier(0.3, -.41, .19, 1.3), background-color 0.2s linear;
}
.status-switch span.right {
	left: 50%;
	border-radius: 0 4px 4px 0;
	background-color: #333;
	box-shadow: none;
	color: #fff;
}
.status-switch label.current-status {
	color: #fff;
}
/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
	position: relative;
	display: inline-block;
	margin-top: 23px;
}
#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}
#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 9px;
	padding: 0;
	z-index: 99999;
}
#navigation ul ul li {
	float: none;
	text-align:left;
}
#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 4px;
}
#navigation ul ul {
	margin: 0;
}
#navigation ul ul ul {
	pointer-events: none;
}
#navigation ul ul li:hover &gt; ul {
	pointer-events: all;
}
#navigation ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	background: rgba(255,255,255,0);
	width: 100%;
	height: 10px;
}
#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 100%;
	left: -15px;
	top: 0;
	opacity: 0;
}
#navigation ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
#navigation ul li a:after, #navigation ul ul li a:after {
	font-family: "Material-Icons";
	content: '\e957';
	opacity: 1;
	font-size: 16px;
	transition: 0.2s;
	opacity: 1;
	line-height: 16px;
	width: 14px;
	height: 16px;
	background-color:transparent !important;
	color: #a8a8a8;
	display: inline-block;
	border-radius: 30px;
	margin-left: 2px;
	text-indent: 0;
	top: 1px;
	position: relative;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, #navigation ul ul.dropdown-nav li:hover a:after, #navigation ul li:hover a:after {
	color: #66676b;
	background: rgba(102,103,107,0.13);
	opacity: 0.8;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
	background-color: #f9f9f9;
	color: #a8a8a8;
	opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, #navigation ul ul.dropdown-nav li:hover a:after {
	color:#ff8a00;
	background-color: #66676b;
	opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li.active a:after, #navigation ul ul.dropdown-nav li.active a:after {
	color:#ff8a00;
	background-color: #66676b;
	opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after, #navigation ul ul.dropdown-nav li a:after {
	content: '\e959';
	position: absolute;
	left: auto;
	right: 8px;
	top: 9px;
	background-color:#f0f0f0;
	color: #bbb;
	opacity: 1;
}
#navigation ul li a.current {
	color: #66676b;
}
body .utf-transparent-header-block #navigation ul li ul li.active a {
    color: #ff8a00;
}
#navigation ul li ul li.active a{
	color: #ff8a00;
}
#navigation ul li a.current:after {
	color: #66676b;
	background: rgba(102,103,107,0.13);
	opacity: 0.8;
}
#navigation ul li a:only-child:after, #navigation ul ul li a:only-child:after {
	content: '';
	display: none;
}
#navigation ul ul li:hover a:after {
	opacity: 1;
	transform: translateX(0);
}
#navigation ul li {
	transition: all 0.25s;
	margin: 0 8px;
	border-radius: 4px;
}
#navigation ul li a, #navigation ul ul li a {
	color: #666;
	cursor: pointer;
}
#navigation ul a {
	line-height: 28px;
	font-weight: 400;
	padding:7px 13px;
	border-radius: 4px;
}
#navigation ul li:hover a {
	background:rgba(234, 128, 14, 0.08);
	color: #66676b;
}
#navigation ul ul {
	background-color: #ffffff;
	box-shadow:0px 5px 12px 0px rgba(0,0,0,0.07);
	border-radius: 4px;
}
#navigation ul ul li {
	border-radius: 4px;
}
#navigation ul ul li:last-child {
	border-bottom: none;
}
#navigation ul ul:after {
	content: "";
	position: absolute;
	left: 15px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
body #navigation ul ul {
	padding:0;
	box-sizing: border-box;
	margin-top: 10px;
	border:4px solid rgba(0, 0, 0, 0.02);
}
body #navigation ul ul ul {
	margin-top: 0;
}
#navigation ul ul:before {
	content: ".";
	position: absolute;
	width: 100%;
	height: 12px;
	top: -12px;
	opacity: 0;
	opacity: 0;
}
#navigation ul ul ul:before {
	width: calc(100% + 15px);
	left: -15px;
}
#navigation ul ul li {
	width: 240px;
}
#navigation ul ul li:hover {
	border-radius: 0;
}
#navigation ul ul li:first-child {
	border-radius: 4px 4px 0 0;
}
#navigation ul ul li:last-child {
	border-radius: 0 0 4px 4px;
}
#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}
#navigation ul ul ul {
	transform: translate3d(15px, 0, 0);
}
#navigation ul li ul {
	z-index: 10;
}
#navigation ul li:hover ul {
	z-index: 20;
}
#navigation ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
#navigation ul ul li {
	margin: 0;
	padding:0;
	border-radius: 0;
	font-size: 15px;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
#navigation ul ul li:last-child{
	border-bottom:0;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li a, #navigation ul ul.dropdown-nav ul.dropdown-nav li a, #navigation ul ul.dropdown-nav li a {
	transition: 0.3s;
	color: #929292;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li:hover a, #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a, #navigation ul ul.dropdown-nav li:hover a {
	color: #ff8a00;
}
#navigation ul ul li.active &gt; a, #navigation ul ul.dropdown-nav ul.dropdown-nav li.active &gt; a{
	color: #ff8a00 !important;
}
/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.mega-menu {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	position: absolute;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	font-size: 15px;
	display: flex;
	top: 100%;
	left: 0;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: -10px;
	background-color: #fff;
	width: 200px;
	z-index: 99;
	transform: translate3d(-42%, 24px, 0);
}
.mega-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	display: block;
	width: 100%;
	height: 12px;
	opacity: 0;
}
#navigation ul li .mega-menu ul {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	position: relative;
	display: inline-block;
	flex: 1;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	top: auto;
	left: auto;
	background-color: transparent;
}
#navigation ul li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-42%, 12px, 0);
}
#navigation ul li:hover .mega-menu ul {
	opacity: 1;
	visibility: visible;
}
#navigation .mega-menu ul, #navigation .mega-menu ul li {
	width: 100%;
}
.mega-menu.two-columns {
	width: 429px;
}
.mega-menu.three-columns {
	width: 643px;
}
.mega-menu.four-columns {
	width: 857px;
}
#navigation ul .mega-menu ul a {
	color: #bbb;
	padding: 0 !important;
	display: block;
	margin-left: 0;
	-wekkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#navigation ul li:hover .mega-menu ul a, #navigation ul .mega-menu ul a {
	padding: 6px 0 !important;
	line-height: 22px !important;
	transform: translate3d(0, 0, 0) !important;
}
#navigation .mega-menu ul li {
	padding: 0 30px;
}
#navigation ul li a i {
	font-size: 14px;
	position: relative;
	top: 0;
	padding-right: 3px;
}
.mega-menu-section {
	display: inline-block;
	float: left;
	width: 214px;
	padding: 0;
	border-right: 1px solid #e9e9e9;
}
.mega-menu .mega-menu-section:last-child {
	border: none;
}
.mega-menu-headline {
	color: #222;
	opacity: 1 !important;
	font-weight: 600;
	display: block;
	padding: 8px 30px !important;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 21px;
}
.mobile-styles .mm-listview {
	margin: 0px -20px !important;
}
.mobile-styles .mm-listview .mega-menu-headline {
	color: #fff;
	padding: 15px 20px !important;
	background: #222 !important;
}
.mobile-styles .mm-listview li a i {
	padding-right: 5px;
}
.mobile-styles.mm-panel:before {
	height: 10px !important;
}
/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#utf-header-container-block {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#wrapper.utf-wrapper-utf-transparent-header-block-part #header .utf-right-side {
	background-color: transparent;
}
#header {
	transition: background 0.3s;
}
#wrapper {
	padding-top: 82px;
}
#wrapper.utf-wrapper-utf-transparent-header-block-part {
	padding-top: 0 !important;
}
 @media (max-width: 1099px) {
#wrapper {
	padding-top: 0 !important;
}
#utf-header-container-block {
	position: relative;
}
#utf-header-container-block.utf-transparent-header-block {
	position: absolute;
}
}
/* ---------------------------------- */
/* Transparent Header
------------------------------------- */
#utf-header-container-block.utf-transparent-header-block {
	position: absolute;
	width: 100%;
}
.utf-transparent-header-block-spacer {
	height: 82px;
}
.utf-transparent-header-block #header {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.utf-transparent-header-block #header .utf-right-side {
	background-color: transparent;
}
.utf-transparent-header-block #logo, .utf-transparent-header-block #header .utf-right-side .utf-header-widget-item {
	border-color: rgba(255,255,255,0.2);
}
.utf-transparent-header-block #header .utf-right-side .utf-header-widget-item:first-of-type {
	border-right-color: transparent;
}
.utf-transparent-header-block #header .utf-right-side .utf-header-widget-item:last-of-type {
	border-color: rgba(255,255,255,0.2);
}
body .utf-transparent-header-block #navigation &gt; ul li a, .utf-transparent-header-block .utf-header-notifications-trigger, .utf-transparent-header-block .utf-header-notifications-trigger a {
	color: #ffffff;
}
body .utf-transparent-header-block #navigation &gt; ul li:hover a, .transparent-header-block #navigation &gt; ul li:hover a::after{
	background:rgba(234, 128, 14, 0.2);
	color: #ff8a00;
}
body .utf-transparent-header-block #navigation &gt; ul ul li a {
	color: #929292;
}
body .utf-transparent-header-block #navigation ul li a.current, body .utf-transparent-header-block #navigation ul li a.current::after, .utf-transparent-header-block #navigation &gt; ul li a.current::after{
	background:rgba(234, 128, 14, 0.2);
	color: #ff8a00;
}
.utf-transparent-header-block .utf-header-notifications-dropdown-block:before {
	border-bottom-color: #ffffff;
}
.utf-transparent-header-block .mmenu-trigger {
	background-color: #ffffff;
}
.utf-transparent-header-block #navigation &gt; ul li a:after {
	background-color: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.8);
	opacity: 1;
	transition: 0.3s;
}
.utf-transparent-header-block #navigation &gt; ul li:hover a:after, .utf-transparent-header-block #navigation &gt; ul li a.current:after {
	color: #ff8a00;
}
#navigation ul li a.current{
	background:rgba(234, 128, 14, 0.08);
	color:#ff8a00;
}
.utf-transparent-header-block #navigation &gt; ul li:hover ul li:hover a:after {
	color:#ff8a00;
}
.utf-transparent-header-block #navigation &gt; ul li:hover ul a:after, .utf-transparent-header-block #navigation &gt; ul ul li a:after {
	background-color: rgba(255,255,255,0.1);
	color: #bbb;
}
#navigation &gt; ul &gt; li:hover a {
    background: rgba(234, 128, 14, 0.08);
    color: #ff8a00;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#navigation ul li ul li a:hover {
    color: #ff8a00 !important;
    letter-spacing: 0.4px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#navigation ul ul li a {
    border-radius: 0 !important;
    background: transparent !important;
    color: #929292 !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* ---------------------------------- */
/* Mobile Menu
------------------------------------- */
.mm-hidden {
	display: none!important
}
.mm-wrapper {
	overflow-x: hidden;
	position: relative
}
.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}
.mm-panels, .mm-panels&gt;.mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}
.mm-panels {
	overflow: hidden
}
.mm-panel {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}
.mm-panel.mm-opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}
.mm-panel.mm-highest {
	z-index: 1
}
.mm-panel.mm-noanimation {
	-webkit-transition: none!important;
	transition: none!important
}
.mm-panel.mm-noanimation.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.mm-panels&gt;.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}
.mm-panels&gt;.mm-panel.mm-hasnavbar {
	padding-top: 40px
}
.mm-panels&gt;.mm-panel:not(.mm-hidden) {
	display: block
}
.mm-panels&gt;.mm-panel:after, .mm-panels&gt;.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}
.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}
.mm-listview .mm-vertical .mm-panel .mm-listview&gt;li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview&gt;li:last-child:after {
	border-color: transparent
}
.mm-vertical li.mm-opened&gt;.mm-panel, li.mm-vertical.mm-opened&gt;.mm-panel {
	display: block
}
.mm-listview&gt;li.mm-vertical&gt;.mm-next, .mm-vertical .mm-listview&gt;li&gt;.mm-next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}
.mm-listview&gt;li.mm-vertical.mm-opened&gt;.mm-next:after, .mm-vertical .mm-listview&gt;li.mm-opened&gt;.mm-next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}
.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 1
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.mm-clear:before, .mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}
.mm-clear:after, .mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}
.mm-next:after, .mm-prev:before {
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}
.mm-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}
.mm-next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 18px;
	left: auto
}
.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 30px;
	height: 50px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.mm-navbar&gt;* {
	display: block;
	padding: 10px 0
}
.mm-navbar a, .mm-navbar a:hover {
	text-decoration: none
}
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.mm-navbar .mm-btn:first-child {
	left: 0
}
.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}
.mm-panel .mm-navbar {
	display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
	background-color: #261211;
}
.mm-listview, .mm-listview&gt;li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}
.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}
.mm-listview a, .mm-listview a:hover {
	text-decoration: none
}
.mm-listview&gt;li {
	position: relative
}
.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
	border-color: inherit
}
.mm-listview&gt;li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mm-listview&gt;li&gt;a, .mm-listview&gt;li&gt;span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 12px 10px 12px 20px;
	margin: 0;
}
.mm-listview&gt;li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.mm-listview&gt;li:not(.mm-divider):after {
	left: 20px
}
.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}
.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span {
	margin-right: 50px
}
.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}
.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}
.mm-panels&gt;.mm-panel&gt;.mm-listview {
	margin: 20px -20px
}
.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
	margin-top: -10px;
}
.mm-menu {
	background: #331A19;
	border-color: rgba(255,255,255,0.1);
	color: #fff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: rgba(255,255,255,0.8);
}
.mm-menu .mm-listview {
	border-color: #2a2a2a
}
.mm-menu .mm-listview&gt;li .mm-next:after {
	border-color: rgba(255,255,255,0.8);
}
.mm-menu .mm-listview&gt;li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}
.mm-menu .mm-listview&gt;li.mm-selected&gt;a:not(.mm-next), .mm-menu .mm-listview&gt;li.mm-selected&gt;span {
	background: rgba(255, 255, 255, .05)
}
.mm-menu .mm-listview&gt;li {
	transition: 0.2s;
}
.mm-menu .mm-listview&gt;li:hover {
	background: rgba(255, 255, 255, .07)
}
.mm-menu .mm-listview&gt;li.mm-opened.mm-vertical&gt;.mm-panel, .mm-menu .mm-listview&gt;li.mm-opened.mm-vertical&gt;a.mm-next, .mm-menu.mm-vertical .mm-listview&gt;li.mm-opened&gt;.mm-panel, .mm-menu.mm-vertical .mm-listview&gt;li.mm-opened&gt;a.mm-next {
	background: rgba(0, 0, 0, .05)
}
.mm-menu .mm-divider {
	background: rgba(0, 0, 0, .05)
}
.mm-page {
	box-sizing: border-box;
	position: relative
}
.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}
html.mm-opened {
	overflow-x: hidden;
	position: relative
}
html.mm-blocking {
	overflow: hidden
}
html.mm-blocking body {
	overflow: hidden
}
html.mm-background .mm-page {
	background: inherit
}
#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}
html.mm-blocking #mm-blocker {
	display: block
}
.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}
.mm-menu.mm-offcanvas.mm-opened {
	display: block
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
	z-index: 10
}
.mm-menu.mm-offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}
html.mm-opening .mm-menu.mm-opened~.mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}
 @media all and (max-width:175px) {
html.mm-opening .mm-menu.mm-opened~.mm-slideout {
	-webkit-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	transform: translate(140px, 0);
	-webkit-transform: translate3d(140px, 0, 0);
	transform: translate3d(140px, 0, 0)
}
}
 @media all and (min-width:550px) {
html.mm-opening .mm-menu.mm-opened~.mm-slideout {
	-webkit-transform: translate(440px, 0);
	-ms-transform: translate(440px, 0);
	transform: translate(440px, 0);
	-webkit-transform: translate3d(440px, 0, 0);
	transform: translate3d(440px, 0, 0)
}
}
.mm-sronly {
	border: 0!important;
	clip: rect(1px, 1px, 1px, 1px)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	white-space: nowrap!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important
}
em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 40px;
	top: 50%
}
em.mm-counter+a.mm-next {
	width: 90px
}
em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
	margin-right: 90px
}
em.mm-counter+a.mm-fullsubopen {
	padding-left: 0
}
em.mm-counter+a.mm-fullsubopen+a, em.mm-counter+a.mm-fullsubopen+span {
	padding-right: 90px
}
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a, .mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
	padding-right: 70px;
}
.mm-vertical&gt;.mm-counter {
	top: 12px;
	margin-top: 0
}
.mm-vertical.mm-spacer&gt;.mm-counter {
	margin-top: 40px
}
.mm-nosubresults&gt;.mm-counter {
	display: none
}
.mm-menu em.mm-counter {
	background-color: rgba(0,0,0,0.3);
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 21px;
	font-size: 10px;
	font-weight: 700;
}
.mm-menu em.mm-counter {
	background-color: #ff8a00;
}
.mmenu-trigger {
	height: 44px;
	width: 44px;
	display: none;
	position: relative;
	margin: 0;
	background-color: #ff8a00;
	border-radius: 40px;
	cursor: pointer;
}
.hamburger {
	padding: 0;
	top: 10px;
	left: 12px;
	height:32px;
	transform: scale(0.67);
	-moz-transform: scale(0.70) translateY(4px);
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.utf-hamburger-box-item {
	position:absolute
}
.utf-hamburger-inner-item {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.utf-hamburger-inner-item, .utf-hamburger-inner-item::before, .utf-hamburger-inner-item::after {
	width: 30px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 6px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.utf-transparent-header-block .utf-hamburger-inner-item, .utf-transparent-header-block .utf-hamburger-inner-item::before, .utf-transparent-header-block .utf-hamburger-inner-item::after{
	background-color: #ff8a00;
}
.utf-hamburger-inner-item::before, .utf-hamburger-inner-item::after {
	content: "";
	display: block;
}
.utf-hamburger-inner-item::before {
	top: -10px;
}
.utf-hamburger-inner-item::after {
	bottom: -10px;
}
.utf-hamburger-collapse-item .utf-hamburger-inner-item {
	top: 2px;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.utf-hamburger-collapse-item .utf-hamburger-inner-item::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.utf-hamburger-collapse-item .utf-hamburger-inner-item::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.utf-hamburger-collapse-item.is-active .utf-hamburger-inner-item {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.utf-hamburger-collapse-item.is-active .utf-hamburger-inner-item::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.utf-hamburger-collapse-item.is-active .utf-hamburger-inner-item::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mmenu-trigger {
	display: none;
}
@media (max-width: 1099px) {
#responsive {
	display: none;
}
.mmenu-trigger {
	display: inline-block !important;
}
#header {
	height: 76px;
}
#logo {
	border: none;
}
#logo img {
	border: none;
	max-width: 130px;
	height: auto;
}
header.fullwidth .container {
	padding: 0 15px;
}
.utf-header-widget-item {
	float: left;
}
.fullwidth .utf-header-widget-item:last-of-type, .utf-header-widget-item:last-of-type {
	padding-right:10px;
	float: left;
}
#header .utf-right-side {
	position: absolute;
	width: auto;
	background-color: #fff;
	text-align: left;
}
.mmenu-trigger {
	margin: 0 0px 0 15px;
	top: 16px;
	float: right;
}
.utf-header-widget-item {
	padding: 0 15px;
}
#utf-header-container-block.cloned {
	display: none;
}
}
@media (max-width: 767px) {
.utf-header-widget-item:last-of-type {
    padding-right: 10px;
}	
.utf-header-widget-item {
    padding: 0 10px;
}
}
@media (max-width: 359px) {
#logo img {
	border: none;
	max-width: 120px;
	height: auto;
}
}
 @media (max-width: 768px) {
.utf-header-notifications {
	position: initial;
}
.utf-header-notifications-dropdown-block:before {
	display: none;
}
.user-menu .utf-header-notifications-dropdown-block{
	right: 10px;
	top: calc(100% + 2px);
}
.utf-header-notifications-dropdown-block {
	width: calc(85vw - 0px);
	right: 10px;
	top: calc(100% + 2px);
}
}
 @media (max-width: 479px) {
.hide-on-mobile {
	display: block;
}
.user-menu .utf-header-notifications-dropdown-block{
    right: 10px;
    top: calc(100% + 2px);
}
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
#footer {
	background-color: #f9f9f9;
	color: #c0c0c0;
	position: relative;
}
#footer::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: auto;
    background-size: cover;
}
#footer p {
	line-height: 28px;
	margin-bottom:25px;
	color:#727272;
}
.footer-top-section {
	border-bottom: 1px solid #484848;
}
.footer-top-section .footer-logo img {
	max-height: 46px;
}
.footer-rows-container {
	display: block;
	height: 96px;
	position: relative;
	z-index: 100;
}
.footer-row {
	display: inline-block;
	padding: 0 40px;
	border-right: 1px solid #484848;
	border-left: 1px solid #484848;
	float: left;
	height: 100%;
}
.footer-row-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer-row-inner.footer-logo {
	position: relative;
	top: auto;
	transform: translateY(0);
	top: 50%;
	position: relative;
	height: 46px;
}
.footer-row-inner.footer-logo img {
	position: relative;
	top: 50%;
}
.footer-row:first-child {
	padding-left: 0;
	border-left: none;
}
.footer-row:last-child {
	padding-right: 0;
	border: none;
}
.footer-rows-right .footer-row:first-child {
	padding-left: 40px;
	border-left: 1px solid #484848;
}
.footer-rows-right {
	float: right;
	height: 100%;
}
.utf_cta_area2_block {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -95px;
    z-index: 99;
}
.utf_cta_area_item {
    padding-top: 20px;
    position: relative;
}
.utf_cta_area2_block .utf_subscribe_block {
	background:linear-gradient( rgba(12, 16, 23, 0.85) 100%, rgba(12, 16, 23, 0.85)100%),url("../images/subscribe_bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 35px 35px 40px 35px;
    position: relative;
    z-index: 1;
	display:flex;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    -moz-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.utf_cta_area2_block .utf_subscribe_block::before {
    position: absolute;
    top: 55px;
    left: 0;
    color: rgba(128,137,150,0.3);
    font-family: 'Material-Icons';
    font-size: 140px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}
.utf_cta_area2_block .utf_subscribe_block::before {
    content: "\e900";
}
.utf_cta_area2_block .utf_subscribe_block .section-heading .utf_sec_title_item2 {
    margin-bottom: 7px;
	margin-top:20px;
	line-height:34px
}
.section-heading .utf_sec_title_item {
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-top: 5px;
}
.section-heading .utf_sec_title_item::before {
    position: absolute;
    content: "\e902";
    font-family: 'Material-Icons';
    top: -44px;
    left: -30px;
    color: #ffffff;
    font-size: 20px;
}
.utf_cta_area_item .section-heading .utf_sec_meta {
    width: 100%;
}
.section-heading .utf_sec_meta {
    font-size: 20px;
    color: #a2a5aa;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action {
    margin-top: 30px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form {
    position: relative;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #808996;
    font-size: 16px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .form-control {
    height: 50px;
    padding: 11px 12px 11px 40px;
    color: #707070;
    font-weight: 400;
    border-radius: 4px;
    border: 0;
    line-height: inherit;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
}
.utf_theme_btn{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding:14px 25px;
    text-transform: capitalize;
    background-color: #ff8a00;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.utf_cta_area2_block .utf_subscribe_block::after {
    content: "\e95a";
    left: auto;
    top: auto;
    right: 0;
    bottom: 60px;
    position: absolute;
    color: rgba(128,137,150,0.3);
    font-family: 'Feather-Icons';
    font-size: 160px;
    z-index: -1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
@media only screen and (min-width: 1100px) and (max-width: 1239px){
.utf-header-widget-item .log-in-button span {
    display: none;
}
.utf-header-widget-item .log-in-button {
    border-radius: 40px;
    height: 44px;
    width: 44px;
    text-align: center;
    min-width: auto;
    padding: 0;
    line-height: 40px;
}
.user-profile-title .user-name {
    display: none;
}
.utf-header-widget-item:last-of-type {
    margin-right: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
.section-heading .utf_sec_title_item{
	font-size:34px;
	line-height:42px !important;
}
}
@media (max-width: 767px){
.utf_cta_area_item {
    text-align: center;
	padding-top:0;
}
.utf_cta_area2_block .utf_subscribe_block {
	display:block;  
	padding:35px 15px;
}	
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .form-control{
	margin-bottom:5px;
	font-size:15px;
}
.typed-words {
    display: block !important;
    width: 100%;
    min-height: 46px;
}
.section-heading .utf_sec_title_item::before {
    top: -46px;
    left: -15px;
}	
.section-heading .utf_sec_title_item{
	font-size:34px;
	line-height:42px !important;
}
.section-heading .utf_sec_meta{
	font-size:18px;
	line-height:28px
}
.user-profile-title .user-name{
	display:none;
}
#logo {
    padding-right: 0px;
    margin-right: 20px;
}
}
@media (max-width: 479px){
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: inherit;
    border-radius:4px;
    margin-top: 10px;
}
.section-heading .utf_sec_title_item{
	font-size:30px;
	line-height:42px !important;
}
}
.language-switcher.bootstrap-select.btn-group .dropdown-menu.inner {
	width: 100%;
}
.language-switcher.bootstrap-select:before {
	display: none;
}
.language-switcher.bootstrap-select .dropdown-menu {
	padding-top: 15px;
	top: calc(100% + 15px);
	width: 160px;
	left: auto;
	right: 0;
}
.language-switcher.bootstrap-select .dropdown-menu:before {
	position: absolute;
	top: -5px;
	content: "";
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}
.language-switcher.bootstrap-select.btn-group button {
	height: 44px;
	padding-right: 35px;
	padding-left: 18px;
	color: #fff;
	background-color: #444;
	transition: 0.3s;
	box-shadow: none;
}
.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	height: 44px;
	line-height: 44px;
}
.language-switcher.bootstrap-select.btn-group button:hover {
	background-color: #fff;
	color: #333;
}
.language-switcher.bootstrap-select.btn-group.open button, .language-switcher.bootstrap-select.btn-group button:hover {
	background-color: #66676b;
	color: #fff;
}
.language-switcher.bootstrap-select.btn-group button .caret {
	transition: 0.3s;
}
.language-switcher.bootstrap-select.btn-group.open button .caret, .language-switcher.bootstrap-select.btn-group button:hover .caret {
	border-top-color: #fff;
}
.language-switcher.bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 18px;
}
.footer-social-links {
	list-style: none;
	margin: 0 -10px;
	margin-top: 3px;
	padding: 0;
}
.footer-social-links li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}
.footer-social-links li a {
	font-size: 20px;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
	opacity: 0.5;
	transform: translate3d(0, -0.5px, 0);
}
.footer-social-links li a:hover {
	opacity: 1;
}
.utf-footer-section-item-block {
	padding:90px 0 60px;
	position: relative;
	z-index: 10;
}
#footer h3, #footer h2, .utf-footer-item-links h3 {
	font-size: 18px;
	color: #333333;
	margin: 0 0 15px 0;
	display: block;
	font-weight:600;
}
.utf-footer-item-links h3{
	position:relative;
	padding-bottom:10px
}
.utf-footer-item-links h3::before {
    background:#ff8a00;
    border: 0 none;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 4px;
    width: 35px;
}
#footer h3 i {
	position: relative;
	margin-right: 5px;
	top: 2px;
	font-size: 20px;
	font-weight: 400 !important;
}
.utf-footer-item-links ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.utf-footer-item-links ul li {
	margin-bottom: 0;
	display: block;
}
.utf-footer-item-links ul li:first-child a {
	padding-top: 0;
}
.utf-footer-item-links ul li:last-child a {
	padding-bottom: 0;
}
.utf-footer-item-links ul li a {
	color: #727272;
	display: block;
	line-height: 25px;
	position: relative;
	z-index: 100;
	padding: 5px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.utf-footer-item-links ul li a i{
	position: relative;
	top: 2px;
}
.utf-footer-item-links ul li a span {
	display: inline-block;
	position: relative;
}
.utf-footer-item-links ul li a:hover {
	color:#ff8a00;
	letter-spacing:0.1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.newsletter {
	display: flex;
	margin-top: 20px;
}
.newsletter input, .newsletter button {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newsletter input {
	background: #ffffff;
	margin-bottom: 0;
}
.newsletter input:focus {
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.newsletter button {
	background-color: #66676b;
	border-radius: 4px;
	height: 48px;
	min-width: 48px;
	max-width: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	transition: 0.3s;
}
.newsletter button:hover {
	background-color: #fff;
	color: #333;
}
.newsletter button i {
	width: 100%;
	line-height: 48px;
}
.utf-footer-copyright-item {
	padding: 25px 0;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	color:#727272;
}
img.footer-logo {
    max-height: 44px;
    width: auto;
	margin-bottom:20px;
}
.utf-footer-copyright-item strong {
	color: #fff;
	font-weight: 500;
}
@media (max-width: 575px) {
.utf-footer-section-item-block .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
}
@media (max-width: 400px){
.utf-footer-item-links ul li a:hover{
	padding-left:4px;
}
}
@media (max-width: 992px) {
img.footer-logo {
    margin-top:50px;
}
#footer h3 {
	margin-top: 25px;
}
.utf-footer-section-item-block {
	padding-top: 70px;
	padding-bottom: 45px
}
}
 @media (max-width: 768px) {
.content-left-offset {
	padding-left: 15px;
}
.utf-content-right-offset-aera {
	padding-left: 15px;
}
.footer-rows-container {
	height: auto;
	padding: 20px 0 40px 0;
}
.footer-rows-left,  .footer-rows-right {
	float: none;
	height: auto;
}
.footer-row-inner.footer-logo img {
	top: 0;
}
.footer-row-inner {
	position: relative;
	top: 0;
	transform: translateY(0);
}
.footer-row-inner.footer-logo {
	top: 0;
	position: relative;
	height: 46px;
}
#footer .footer-row {
	padding: 0;
	float: none;
	padding: 20px 0 0 0;
	display: block;
	width: 100%;
	border: none;
}
.footer-rows-container .footer-rows-left,  .footer-rows-container .footer-rows-right {
	display: block
}
}
/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
	margin: 0;
	text-align: center;
}
.pagination-next-prev {
	position: relative;
	top: -66px;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}
.pagination ul li a, .pagination-next-prev ul li a {
	padding: 10px 0;
	border-bottom: none;
	display: inline-block;
	color: #333;
	background-color: transparent;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-size: 14px;
	float: left;
}
.pagination ul li a {
	background:#f0f0f0;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.pagination ul li a i {
	line-height: 40px;
	font-size: 24px;
}
.pagination ul li.blank {
	color: #a0a0a0;
	padding: 0 6px;
}
.section.gray .pagination .utf-pagination-arrow a:hover, .pagination ul li a.current-page, .pagination ul li a:hover {
	background-color: #ff8a00;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}
.pagination ul li a.current-page {
	background-color: #66676b;
	color: #fff;
	box-shadow: 0 2px 8px rgba(102,103,107,0.25)
}
.pagination .utf-pagination-arrow a {
	background-color: #f0f0f0;
}
.section.gray .pagination .utf-pagination-arrow a {
	background-color: #eaeaea;
}
/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
	transition: 0.35s;
	transform: translateY(10px);
}
#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 42px;
	height: 42px;
	background-color: #66676b;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
}
body #backtotop a {
	color: #fff;
}
#backtotop a:after {
	content: "\e910";
	font-family: "Feather-Icons";
	position: relative;
	display: block;
	top:17%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: rotate(90deg);
}
/* ---------------------------------- */
/* Sidebar Styles
------------------------------------- */
.utf-sidebar-container-aera {
	margin-bottom: 40px;
}
.full-page-container .utf-sidebar-container-aera {
	margin-bottom: 0px;
}
.utf-sidebar-widget-item input {
	margin-bottom: 0;
}
.utf-sidebar-widget-item {
	margin-bottom: 30px;
	display: block;
	background:#ffffff;
	padding: 20px;
	border-radius: 6px;
	border:1px solid rgba(0, 0, 0, 0.06);
	box-shadow:0 1px 8px rgba(0,0,0,0.05);
}
.utf-sidebar-widget-item:last-child{
	margin-bottom:50px;
}
.utf-sidebar-widget-item .utf-detail-banner-add-section{
	text-align:center;
}
.utf-sidebar-widget-item h3 {
	font-size: 20px;
	margin-bottom: 25px;
	position:relative;
	padding-bottom:8px;
	font-weight:600;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
}
.utf-sidebar-widget-item h3::before {
    background:#ff8a00;
    border: 0 none;
    content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: -2px;
	width: 40px;
	border-radius: 30px;
}
.utf-quote-box {
    background-image: url(../images/quote_bg.jpg);
    background-size: cover;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,24,128,0.1);
    padding: 35px 30px;
    z-index: 1;
    color: #fff;
	text-align:center;
}
.utf-sidebar-widget-item .freelancer-socials ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.utf-sidebar-widget-item .freelancer-socials ul li{
	display:inline-block;
}
.utf-sidebar-widget-item .freelancer-socials ul li a{
	background: #f0f0f0;
	color:#626262;
	width: 40px;
	height: 40px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
}
.utf-sidebar-widget-item .freelancer-socials ul li a:hover{
	background: #ff8a00;
	color:#ffffff;
}	
.utf-quote-info {
    z-index: 2px;
    position: relative;
}
.utf-quote-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0c1017;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}
.utf-quote-box h4 {
    color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.utf-quote-box p {
    opacity: 0.9;
}
.job-description-image-aera img{
	box-shadow:0 1px 12px rgba(0,0,0,0.06);
	margin-bottom:30px;
	border-radius:4px;
}
.utf-jobs-listing-utf-quote-box{
	padding:20px 15px;
}
.utf-jobs-listing-utf-quote-box h4{
	font-size:20px;
}
.utf-jobs-listing-utf-quote-box p {
    font-size: 15px;
    line-height: 25px;
}
/* ---------------------------------- */
/* Notify Box
------------------------------------- */
.utf-notify-box-aera {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	border:1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px 25px;
	position: relative;
	line-height: 28px;
	min-height: 60px;
}
.utf-notify-box-aera label {
	margin-bottom: 0;
	cursor: pointer;
}
.utf-notify-box-aera .switch-button {
	margin-right: 10px;
}
.sort-by .bootstrap-select {
	position: relative;
	right: 0;
	top: 0;
}
.sort-by .dropdown-menu {
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}
.sort-by .bootstrap-select.btn-group button {
	flex: 1;
	position: relative;
	right: 0;
	top: 4px;
	font-weight: 600;
	margin-left: 10px;
	width: auto;
	padding: 0;
	padding-right: 12px;
	background-color: transparent;
	box-shadow: none;
	height: 20px;
	color: #333;
}
.sort-by .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 0;
}
.sort-by .bootstrap-select .dropdown-menu {
	top: 40px;
	right: 0;
	left: auto;
	position: absolute;
	min-width: 160px !important;
	flex: 1;
}
.sort-by .bootstrap-select.open:before {
	display: none;
}
.sort-by {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	float: right;
}
.sort-by .bootstrap-select.open .dropdown-menu, .bidding-field .bootstrap-select.open .dropdown-menu, .utf-sidebar-widget-item .bootstrap-select.open .dropdown-menu{
	padding-bottom:0;
}
@media (max-width: 768px) {
.utf-notify-box-aera {
	margin-bottom: 100px;
}
.utf-notify-box-aera {
    padding: 10px 25px;
    line-height: 28px;
    min-height: 50px;
}
.utf-notify-box-aera .sort-by {
	position: absolute;
	margin-top: 25px;
	left: 0;
	z-index:2;
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 10px 25px;
	line-height: 28px;
	min-height: 50px;
	margin-bottom:30px;
}
.utf-notify-box-aera .sort-by .bootstrap-select .dropdown-menu {
	left: 0;
	right: auto;
}
}
/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
	background-color: #f8f8f8;
	position: relative;
	padding: 50px 0;
	margin-bottom: 65px;
	border-bottom:1px solid #eeeeee;
	 
}
#titlebar.gradient {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
   background-image: url(../images/banner2.png);


    background-repeat:repeat;
}
#titlebar.gradient::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 26, 25, 0.0);
    opacity: .85;
}
#titlebar.white {
	background: #fff;
	padding-bottom: 0;
}
#titlebar.transparent {
	background: transparent;
}
#titlebar span a, #titlebar span {
	font-size: 20px;
	color: #888;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
}
#titlebar #breadcrumbs span {
	font-size: 14px
}
#titlebar h1, #titlebar h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 1px 0 3px 0;
	font-weight: 600;
	color: #ffffff;	
}
/* ---------------------------------- */
/* Breadcrumbs
------------------------------------- */
#breadcrumbs {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 14.7px;
	top: 50%;
	transform: translateY(-51%);
	font-weight: 600;
	border-radius:4px;
	color: #ffffff;	
}
#breadcrumbs ul {
	margin: 0;
	padding:0;
	line-height: 24px;
}
#titlebar.gradient #breadcrumbs ul{
	padding:0;
}
#breadcrumbs ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-weight: 600;
}
#breadcrumbs ul li a:hover {
	color: #66676b;
}
#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 7px;
}
#breadcrumbs ul li:first-child:before {
	display: none;
}
#breadcrumbs ul li:first-child {
	margin-left: 0;
}
#breadcrumbs ul li:before {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #f9f9f9;
	font-size: 14px;
	margin-right: 12px;
}
#breadcrumbs ul li.home-icon a {
	opacity: 1;
	font-size: 24px;
	top: 4px;
	position: relative;
	line-height: 0;
	padding: 0;
	display: inline-block;
}
#breadcrumbs ul li.home-icon i {
	line-height: 0;
}
#breadcrumbs.dark {
	color:#333;
	box-shadow: 0 3px 10px rgba(0,0,0,.15);
	background-color:rgba(255, 255, 255, 1);
}
#breadcrumbs.dark ul li a{
	color:#333;
}
#breadcrumbs.dark ul li a:hover {
	color:#ff8a00;
}
#titlebar.gradient #breadcrumbs ul li, #titlebar.gradient #breadcrumbs ul li a{
	color:#ffffff;
}
#titlebar.gradient #breadcrumbs ul li a:hover{
	color:#ff8a00 !important;
}
#breadcrumbs.dark ul li:before {
	border-left: 4px solid #333;
}
#breadcrumbs.white {
	color: #333;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	background-color: #fff;
}
#breadcrumbs.white ul li a {
	color: #666;
}
#breadcrumbs.white ul li a:hover {
	color: #66676b;
}
#breadcrumbs.white ul li:before {
	border-left: 4px solid rgba(0,0,0,0.3);
}
.single-page-header #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin-left: auto;
}
 @media (max-width: 992px) {
.single-page-header #breadcrumbs {
	margin: 30px 0 20px 0;
}
}
/* ---------------------------------- */
/* Single Page Header
------------------------------------- */
.single-page-header {
	margin-bottom: 65px;
	padding: 60px 0;
	position: relative;
}
.single-page-header .container {
	z-index: 100;
	position: relative;
}
.single-page-header:after, .single-page-header:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 15;
	opacity:0.5;
	background:linear-gradient(to right, rgba(51,26,25,0.5) 50%, rgba(51,26,25,0.3) 100%, rgba(51,26,25,0) 95%);
}
.single-page-header:after {
	z-index: 5;
	background-color: #f7f7f7;
}
.single-page-header .background-image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.single-page-header .utf-single-page-header-inner-aera {
	display: flex;
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side {
	flex: 1;
	display: flex;
	align-items: center;
}
.single-page-header .utf-left-side {
	padding-right: 30px;
}
.single-page-header .utf-right-side {
	max-width: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.single-page-header .utf-right-side {
    max-width: 35%;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1239px){
#navigation ul a{
	padding:7px;
}	
.utf-header-widget-item{
	padding:0 15px;
}
}
 @media (min-width: 1365px) {
.single-page-header .utf-right-side {
	max-width: 30%;
}
}
.single-page-header .utf-header-image a {
	display: flex;
	width:100%;
	height: 100%;
}
.single-page-header .utf-header-image {
	width:152px;
	flex: 0 0 152px;
	margin-right: 35px;
	margin-top:-3px;
	background:#fff;
	border-radius:6px;
	padding:25px 6px !important;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	display: flex;
	padding: 0;
	overflow:hidden;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.single-page-header .utf-header-image {
	max-width: 140px;
}
}
.single-page-header.freelancer-header .utf-header-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	display: flex;
	padding: 0;
	overflow: hidden;
	height: 130px;
	flex: 0 0 130px;
	width: 130px;
}
.single-page-header .utf-header-image img {
	width:100%;
	height:100%;
	object-fit: cover;
	align-self: center;
	transform: translate3d(0, 0, 0);
}
@media all and (-ms-high-contrast:none) {
.single-page-header .utf-header-image img {
	width: 100%;
}
}
.single-page-header .utf-header-details {
	flex: 1;
}
.single-page-header .utf-header-details h3 {
	color: #ffffff;
	font-size: 26px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 30px;
	position: relative;
	padding-right: 0;
	display: block;
}
.single-page-header .utf-header-details h3 .utf-verified-badge{
	transform: scale(0.90) translate(0, 0);
	font-weight: 500;
	top: 2px;
}
.single-page-header .utf-header-details h3 .utf-verified-badge::before {
    top: -3px;
}
.single-page-header .utf-header-details h3 span {
	color:#e8e8e8;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-left: 4px;
}
.single-page-header .utf-header-details h4 {
	font-size: 16px;
	font-weight: 600;
	color: #eaeaea;
	display:block;
	margin:4px 0;
	border-radius: 4px;
	box-shadow:none;	
}
.single-page-header .utf-header-details h4 i{
	margin-right: 4px;
	color: #ff8a00;
	font-size: 16px;
	top: 1px;	
	position:relative;
}
.single-page-header .utf-header-details h5 {
	font-size: 14px;
	font-weight: 600;
	color: #626262;
	background: #ffffff;
	display: inline-block;
	margin:4px 0;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);	
}
.single-page-header .utf-header-details h5 i{
	margin-right: 3px;
	color: #f42929;
	font-size: 16px;
	margin-top: 4px;
	float: left;
}
.single-page-header .utf-header-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	margin-bottom: -7px;
}
.single-page-header .utf-header-details li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color:#e3e3e3;
}
.single-page-header .utf-header-details li:last-child {
	margin-right: 0;
}
.single-page-header .utf-header-details li a {
	color: #e3e3e3;
}
.single-page-header .utf-header-details li a:hover {
	color: #38b653 !important;
}
.single-page-header .utf-header-details li i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.single-page-header .utf-header-details li .utf-verified-badge {
	transform: scale(0.85);
	position: relative;
	top: 2px;
}
.single-page-header .utf-header-details .verified-txt {
	color: #299840;
}
.single-page-header .utf-header-details .utf-star-rating {
	position: relative;
	top: 11px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 600;
	margin:0 0 0 8px;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);
}
.single-page-header .utf-header-details .utf-verified-badge-with-title{
	display:block;
}
.single-page-header .utf-header-details .utf-star-rating::before{
	top:3px;
}
.single-page-header .utf-header-details img.flag {
	height: 16px;
	border-radius: 2px;
	position: relative;
	top: -1px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-left: 5px;
	cursor: default
}
.single-page-header .salary-box {
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.08);
	background:rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 20px;
	margin-left: auto;
}
.salary-box .salary-amount {
	color: #333;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}
@media (max-width: 1366px) {
.single-page-header.freelancer-header .utf-header-image {
	height: 130px;
	flex: 0 0 130px;
	width: 130px;
}
}
 @media (max-width: 1240px) {
.single-page-header .utf-header-details h3 {
	font-size: 26px;
}
.single-page-header {
	padding: 55px 0;
}
.salary-box .salary-amount {
	font-size: 26px;
	line-height: 32px;
}
.single-page-header .utf-header-image {
	height: 120px;
	flex: 0 0 120px;
}
.single-page-header.freelancer-header .utf-header-image {
	height: 120px;
	flex: 0 0 120px;
	width: 120px;
}
}
 @media (max-width: 992px) {
.single-page-header .utf-left-side {
	padding-right: 0;
}
.single-page-header .utf-header-details h3 {
	font-size: 24px;
}
.single-page-header {
	padding: 35px 0;
}
.single-page-header .salary-amount {
	font-size:28px;
	line-height:30px;
}
.single-page-header .salary-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.salary-box .salary-type {
	font-weight: 600;
	color: #333;
}
.single-page-header .utf-header-image {
	margin-right:25px
}
.single-page-header.freelancer-header .utf-header-image {
	height: 70px;
	flex: 0 0 70px;
	width: 70px;
	margin-bottom: -70px;
}
.single-page-header.freelancer-header .utf-header-details h3 {
	margin-left: 90px;
}
}
@media (max-width: 768px) {
.single-page-header.freelancer-header .utf-header-image {
	height: 70px;
	flex: 0 0 70px;
	width: 70px;
	margin-bottom: -70px;
}
.single-page-header.freelancer-header .utf-header-details h3 {
	margin-left: 90px;
}
}
@media (max-width: 767px){
.single-page-header .utf-single-page-header-inner-aera {
	display: flex;
	flex-direction: column;
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side, .utf-single-page-header-inner-aera {
	display: flex;	
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side, .utf-single-page-header-inner-aera {
	display: block;
	max-width: 100%;
}
.single-page-header .utf-header-image {
	height: 120px;
	width: 120px;
	display: block;
	float: left;
	margin-right: 25px;
} 
.single-page-header .salary-box {
	display:block;
	text-align: center;
}
.utf-single-page-header-inner-aera .utf-header-details{
	float:left;
	width: 100%;
	text-align:center;
}
.single-page-header .utf-header-image {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
}
}
/* ---------------------------------- */
/* Blog Post
------------------------------------- */
.blog-post {
	display: flex;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	border-radius: 4px;
	overflow: hidden;
	transition: transform .5s ease-in-out;
}
.single-post .utf-blog-post-content:hover:after {
	opacity:0;	
}
.blog-post:hover {
	box-shadow: 0 4px 18px rgba(0,0,0,0.1);
	transform:scale(1.01);
}
.blog-post:hover .utf-blog-post-thumbnail-inner img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: transform .5s ease-in-out;
}
.utf-blog-post-thumbnail {
	flex: 0 0 auto;
	max-width: none;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	width: 280px;
}
.utf-blog-post-thumbnail-inner {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
	transition: 0.3s;
}
.utf-blog-post-thumbnail-inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.utf-blog-post-thumbnail-inner .blog-item-tag {
	bottom: auto;
	left: 20px;
	top: 20px;
	margin: 0;
}
.utf-blog-post-content {
	flex: 1;
	padding:30px 25px;
	position:relative;
}
.utf-blog-post-content h3, .utf-blog-post-content h3 a {
	font-size: 20px;
	line-height: 30px;
	color: #323232;
	font-weight:600;
	margin-bottom: 15px;
	display: block;
}
.utf-blog-post-content h3 a:hover {
	color: #66676b;
}
.single-post .utf-blog-post-content h3{
	font-size: 22px;
	line-height:34px;
	font-weight:600;
} 
a.blog-post-info, .blog-post-info, .blog-post-date {
	font-size: 14px;
	color: #727272;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 4px 10px;
	margin-right: 3px;
	transition: 0.3s;
}
span.blog-post-info:hover, span.blog-post-date:hover {
	color: #fff;
	background-color: #ff8a00;
}
.utf-blog-post-content h3:hover{
	color:#ff8a00;
}
.single-post .utf-blog-post-content h3:hover{
	color:#323232;
}
a.blog-post-info:hover {
	color: #fff;
	background-color: #66676b;
}
.utf-blog-post-content p {
	padding: 0;
	margin: 0;
	display: block;
	color: #808080;
}
.utf-blog-post-content a.button i.icon-feather-arrow-right {
	font-size: 20px;
	top: 4px;
	left: -1px;
	position: relative;
	margin: 0 -5px;
}
.blog-post-info-list {
	display: block
}
blockquote {
	padding:20px 25px;
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #626262;
	border-left: 5px solid #ff8a00;
	background:#f0f0f0;
	border-radius: 4px;
}
.blog-post.single-post {
	flex-direction: column;
}
.blog-post.single-post:hover {
	transform: none;
}
.blog-post.single-post .utf-blog-post-thumbnail {
	width: 100%;
	height: 380px;
}
.blog-post.single-post p {
	margin-bottom: 20px;
}
.utf-inner-blog-section-title{
	width:100%;
	background-color: #424242;
	border-radius: 4px;
	padding: 16px 20px;
	margin-top:30px;
	margin-bottom: 20px;
}
.utf-inner-blog-section-title h3{
	color:#ffffff;
	font-size:20px;
	font-weight: 600;
}
.utf-inner-blog-section-title h3 i {
    background: #fff;
	color:#424242;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}
#posts-nav {
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	min-height: 60px;
}
#posts-nav li span {
	display: block;
	font-size: 14px;
	color: #727272;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	padding: 4px 10px;
	font-weight: 600;
	margin-right: 3px;
	transition: 0.3s;
}
#posts-nav li a:hover span {
	background-color: #66676b;
	color: #fff;
}
#posts-nav li {
	position: absolute;
	font-size: 18px;
	font-weight: 500;
	width: 50%;
}
#posts-nav li strong {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}
#posts-nav li a {
	transition: transform 0.3s, color 0.3s 0s;
	color: #333;
	display: inline-block;
	line-height: 28px;
}
#posts-nav li a:hover {
	color: #66676b;
}
#posts-nav li.next-post {
	right: 0;
	text-align: right;
}
#posts-nav li.prev-post {
	left: 0;
}
#posts-nav li.next-post a, #posts-nav li.prev-post a {
	padding-right: 30px;
	padding-left:30px;
}
#posts-nav li.prev-post a:before, #posts-nav li.next-post a:before {
	font-family: "Feather-Icons";
	font-size: 30px;
	position: absolute;
	color: inherit;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: transform 0.3s;
}
.comments {
	margin: -10px 0 0 0;
}
.comments h4 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.comments h4 span {
	display: inline-block;
	font-size: inherit;
}
.comment {
	font-size: 20px;
}
.comments .button {
	margin: 0 0 10px 0;
	padding: 7px 15px;
}
.comments.reviews .button {
	margin: 0;
}
.comments ul {
	padding-left: 0;
}
.comments ul li {
	display: block;
}
.comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li {
	margin: 30px 0 0 0px;
}
.comments ul li ul {
	margin: 0 0 0 100px;
}
.utf-comment-content p {
	margin: 3px 0 0 0;
	line-height: 26px;
}
.utf-comment-content {
	background:#ffffff;
	color: #666;
	padding: 20px 20px 20px 110px;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:15px;
	border-radius:4px;
	box-shadow:0 3px 12px rgba(0,0,0,0.08);
}
.comments ul li ul {
	border-left: 0px solid #e0e0e0;
	padding-left: 0px;
}
.comments ul li ul li:before {
	content: "";
	width: 15px;
	height: 0px;
	background-color: #e0e0e0;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: -35px;
}
.comments ul li {
	position: relative;
}
.utf-comment-content strong {
	padding-right: 5px;
	color: #666;
}
.utf-comment-content span {
	color: #888;
}
body .utf-comment-content p {
	padding: 5px 0;
}
.comments-amount {
	color: #888;
	font-weight: 500;
}
.avatar {
	display: inline-block;
	float: left;
	padding: 25px 15px 0 15px;
	position: absolute;
	left: 0px;
	top: -5px;
}
.avatar img {
	max-width: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.utf-comment-by {
	width: auto;
	font-weight: 600;
	color: #333;
	background-color: #f0f0f0;
	padding: 6px 12px;
	line-height: 22px;
	font-size: 15px;
	border-radius:4px;
	display:inline-block;
}
.utf-comment-by h5 {
	margin: 0 0 7px 0;
}
.utf-comment-by a.reply {
	transition: all 0.3s;
}
.utf-comment-by a.reply {
	display: inline;
	background-color: #ff8a00;
	padding: 5px 16px;
	line-height: 22px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 4px;
}
.utf-comment-by a.reply i {
	font-size: 12px;
	margin-right: 3px;
	font-weight: 600;
}
.utf-comment-by a.reply:hover {
	background-color:#424242 !important;
	color: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,0.1);
}
.utf-comment-by span.date {
	color: #888;
	font-size:14px;
	font-weight: 500;
	margin: 4px 0 0 0;
	float: none;
	display: block;
	text-align: left;
}
 @media (max-width: 768px) {
.comments ul li ul {
	margin: 0;
}
.avatar {
	top: 3px;
}
.utf-comment-content {
	color: #666;
	padding: 20px 15px 10px 80px;
}
.comments ul li, .comments ul li ul li{
	margin-top:25px;
}
.avatar img {
	max-width: 50px;
	border-radius: 50%;
	top: 5px;
}
.utf-comment-by a.reply {
	position: relative;
	margin: 10px 0 0 0;
	top: 0;
	right:0;
	display: inline-block
}
.blog-post {
	flex-direction: column;
}
.utf-blog-post-thumbnail {
	width: 100%;
	height: 220px;
}
#posts-nav li {
	position: relative;
	width: 100%;
}
#posts-nav li a {
	padding: 0 !important;
}
#posts-nav li a::before {
	display: none;
}
#posts-nav li.next-post {
	text-align: left;
	margin-bottom: 30px;
}
}
.widget-tabs {
	padding: 0;
	list-style: none;
	margin-top: 25px;
	display: block;
}
.widget-content {
	box-shadow: 0 3px 9px rgba(0,0,0,0.07);
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.widget-content:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	opacity: 1;
	transition: 0.35s ease-in-out;
}
.widget-content img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 1;
	transition: 0.35s;
	border-radius: 5.5px;
}
.widget-text h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 3px 0;
	color: #333;
	transition: 0.35s;
}
.widget-text span {
	font-size: 14px;
	color: #888;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	padding: 4px 10px;
	margin-top: 3px;
	transition: 0.35s;
}
.widget-text {
	display: block;
	padding: 0;
	position: relative;
	z-index: 20;
	padding: 30px;
}
.widget-tabs .widget-content {
	display: table;
}
.widget-tabs .widget-content .widget-text {
	display: table-cell;
	vertical-align: middle;
}
.widget-tabs li {
	margin-top: 20px;
}
.widget-content:hover:before, .widget-content.active:before {
	opacity: 0.6;
	background: #333;
}
.widget-content:hover img, .widget-content.active img {
	opacity: 1
}
.widget-content:hover h5, .widget-content.active h5 {
	color: #fff;
}
.widget-content:hover span, .widget-content.active span {
	background: rgba(255,255,255,0.25);
	color: #fff
}
/* ---------------------------------- */
/* Blog Compact Item
------------------------------------- */
.utf-blog-item-container-part {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: transparent;
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out;
	margin-bottom: 30px;
	overflow:hidden;
}
.utf-blog-item-container-part:hover {
	transform:scale(1.01);
	z-index:9;
	transition: transform .5s ease-in-out;
}
.utf-blog-item-container-part .utf-blog-compact-item:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: transform .5s ease-in-out;
}
.utf-blog-compact-item {
	background: #ccc;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	border-radius: 4px;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 460px;
	z-index: 100;
	cursor: pointer;
	transition: 0.4s;
}
 @media (max-width: 1366px) {
.utf-blog-compact-item {
	height: 420px;
}
}
.utf-blog-compact-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}
.utf-blog-compact-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	border-radius: 4px;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.4) 100%);
	transition: 0.4s;
}
.utf-blog-compact-item-content {
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 0 25px;
	width: 100%;
	z-index: 50;
	text-align:center;
	box-sizing: border-box;
}
.utf-blog-compact-item-content h3 {
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
	font-weight: 600;
	margin: 0px 0 5px 0;
	line-height: 30px;
}
.utf-blog-compact-item-content span {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}
.utf-blog-compact-item-content p {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	margin: 7px 0 0 0;
}
a.blog-item-tag {
	font-size: 14px;
	color: #727272;
	background-color: #f0f0f0;
	border-radius: 4px;
	padding: 4.5px 10px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 9px;
	margin-right:3px;
	z-index: 110;
	transition: 0.4s;
}
a.blog-item-tag:hover{
	background:#ff8a00;
	color:#ffffff;
}
.utf-blog-post-tags {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}
ul.utf-featured-list{
	padding:0;
	margin:0;
	margin-top:25px;
}
.utf-blog-post-tags li {
	display: inline-block;
	margin-right: 5px;
	background:#ff8a00;
	padding: 1px 10px;
	border-radius: 4px;
	color:#ffffff;
	font-weight: 600;
	margin-bottom: 5px;
}
.utf-blog-post-tags li i {
	margin-right: 3px;
	font-weight: normal;
	display: inline-block;
}
.utf-sidebr-pro-widget {
    border-bottom: 1px solid #e8ecec;
    margin-bottom: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}
.utf-sidebr-pro-widget:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.utf-blog-thumb-info-image img{
    margin-right: 15px;
    width: 85px;
	height:85px;
	border-radius:4px;
    float: left;
	object-fit: cover;
}
.utf-blog-thumb-info-content h4 {
    margin-bottom:5px;
	line-height: 24px;
}
.utf-blog-thumb-info-content h4 a{
	color: #333;
	font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.utf-blog-thumb-info-content h4 a:hover{
	color:#ff8a00
}
.utf-blog-thumb-info-content p {
	color:#727272;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	background:#f0f0f0;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom:2px;
}
/* ---------------------------------- */
/* Contact Page
------------------------------------- */
.utf-contact-location-info-aera {
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}
.utf-contact-location-info-aera .contact-address, .utf-contact-location-info-aera #utf-single-job-map-container-item {
	flex: 1;
}
.utf-contact-location-info-aera #utf-single-job-map-container-item #singleListingMap {
	border-radius:6px;
}
.utf-contact-location-info-aera .contact-address {
	background:#fff;
	border-radius:6px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.utf-contact-location-info-aera .contact-address {
	display: flex;
}
.utf-contact-location-info-aera .contact-address &gt; ul {
	align-self: center;
	padding:25px 30px;
	margin: 0;
	list-style: none;
	font-size: 16px;
	color: #808080;
}
.utf-contact-location-info-aera .contact-address ul li:first-child{
	border-top:1px solid #f0f0f0;
}
.utf-contact-location-info-aera .contact-address ul li {
	padding: 8px 0;
	border-bottom:1px solid #f0f0f0;
}
.utf-contact-location-info-aera .contact-address ul li a{
	color: #808080;
}
.utf-contact-location-info-aera .contact-address ul li a:hover{
	color: #ff8a00;
}
.utf-contact-location-info-aera .contact-address ul li strong{
	font-weight:700;
}
.utf-contact-location-info-aera .utf-detail-social-sharing {
	margin-top: 10px;
	margin-left: -8px;
	transform: scale(0.9);
}
.contact-address-headline {
	color: #333;
	font-weight: 600;
}
.contact-address-headline:after {
	content: "";
	height: 2px;
	width: 25px;
	background-color: #66676b;
	position: relative;
	display: block;
	margin: 15px 0;
	border-radius: 3px;
}
 @media (max-width: 768px) {
.utf-contact-location-info-aera {
	flex-direction: column;
}
}
#contact div input {
	margin-bottom: 20px;
}
.utf-sidebar-widget-item #contact div input.submit {
	margin-bottom: 5px;
	box-shadow:0 4px 4px rgba(255, 138, 0, 0.3);
}
.utf-sidebar-widget-item #contact div input.submit:hover{
	background:#424242;
}
/* ---------------------------------- */
/* Single Task / Job / Profile
------------------------------------- */
.utf-single-page-section-aera {
	margin-bottom: 55px;
	display: block;
}
.utf-single-page-section-aera p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.utf-single-page-section-aera h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
ul.utf-job-deatails-content-item {
    padding-left: 0;
    list-style: none;
	margin-top:5px;
}
ul.utf-job-deatails-content-item li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
	line-height:26px;
    color: #666;
    margin-bottom: 8px;
}
ul.utf-job-deatails-content-item li i {
    position: absolute;
    left: 0;
    top: 5px;
    color:#ff8a00;
}
.utf-single-page-section-aera .utf-job-listing h3.utf-job-listing-title {
	margin-bottom: 0;
}

/* ---------------------------------- */
/* Full Width Page Layout
------------------------------------- */
.full-page-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.full-page-sidebar {
	flex: 0 0 360px;
	background-color: #fafafa;
	position: relative;
}
.full-page-sidebar .full-page-sidebar-inner {
	overflow: auto;
	height: 100%;
}
.full-page-sidebar .utf-sidebar-container-aera {
	padding: 40px 20px;
}
.full-page-sidebar .simplebar-scrollbar {
	width: 5px;
}
.full-page-sidebar .utf-sidebar-widget-item:last-of-type {
	margin-bottom: 80px;
}
.full-page-content-container {
	flex: 1;
	background-color: #fff;
	padding: 0;
	overflow: auto;
}
.full-page-content-inner {
	padding: 40px 30px;
	padding-bottom: 0;
}
.full-page-content-inner .grid-layout {
	width: calc(100% + 30px)
}
.full-page-content-inner .grid-layout .utf-job-listing {
	margin: 0 30px 30px 0;
 width: calc(100% * (1/3) - 30px);
}
.sidebar-search-button-container {
	position: relative;
	width: calc(100% - 15px);
	bottom: 0;
	padding: 40px 0;
	padding-top: 10px;
	z-index: 100;
	background-color: #fafafa;
}
.sidebar-search-button-container button {
	width: calc(100% + 15px);
	line-height: 46px;
	height: 46px;
	transition: 0.3s;
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
}
.sidebar-search-button-container button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform: translateY(-2px)
}
.utf-small-footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 0px;
	width: calc(100% + 80px);
	left: -40px;
	position: relative;
	padding: 25px 40px;
	display: flex;
}
.utf-small-footer strong {
	color: #333;
}
.utf-small-footer-copyrights {
	text-align: center;
	width: 100%;
}
.utf-small-footer .footer-social-links {
	transform: none;
	flex: 1;
	text-align: right;
	float: right;
	display: inline-block;
	margin: 0 -5px 0 0;
	position: relative;
	top: 2px;
}
.utf-small-footer .footer-social-links li {
	color: #333;
	transform: none;
	float: none;
	margin: 0 -3px;
}
.utf-small-footer .footer-social-links li a {
	color: #333;
	transform: none;
}
/* ---------------------------------- */
/* Full Page With Map
------------------------------------- */
.full-page-map-container {
	flex: auto;
	position: relative;
	background-color: #e5e3df;
}
.full-page-map-container #map {
	position: relative;
	z-index: 30;
}
.full-page-container.with-map .full-page-content-container {
	flex: 0 0 50vw;
}
.full-page-sidebar.hidden-sidebar {
	visibility: hidden;
	transition: 0.4s;
	position: relative;
	opacity: 0;
	max-width: 0;
}
.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
	width: 360px;
}
.full-page-sidebar.hidden-sidebar.enabled-sidebar {
	visibility: visible;
	opacity: 1;
	max-width: 360px;
}
.enable-filters-button {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	background-color: #fff;
	color: #333;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	height: 48px;
	line-height: 48px;
	padding: 0;
	transition: 0.3s;
	min-width: 126px;
	text-align: center;
}
.enable-filters-button span {
	position: relative;
	padding: 0 15px;
	background-color: #66676b;
	color: #fff;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	transition: 0.3s;
}
.filter-button-container {
	position: absolute;
	left: 40px;
	top: 20px;
	width: calc(100% - 40px);
	overflow-x: hidden;
	padding: 20px 0;
}
.filter-button-tooltip {
	position: absolute;
	width: auto;
	left: 15px;
	top: 24px;
	z-index: 100;
	border-radius: 4px;
	width: auto;
	animation: tooltip-bounce 2s infinite;
	margin-left: 15px;
	white-space: nowrap;
	opacity: 0;
	overflow: visible;
	transition: opacity 0.3s;
	pointer-events: none;
	padding: 0 20px;
	background-color: #fff;
	color: #555;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	font-size: 15.7px;
	line-height: 48px;
	top: 20px;
}
.filter-button-tooltip.tooltip-visible {
	opacity: 1;
}
.filter-button-tooltip:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 3px);
	content: "";
	left: -3px;
	box-sizing: border-box;
	border: 5px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(45deg) translateY(-50%);
	box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.04);
}
 @keyframes tooltip-bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateX(0);
}
 40% {
transform: translateX(14px);
}
 60% {
transform: translateX(7px);
}
}
.enable-filters-button:hover i, .enable-filters-button.active i, .enable-filters-button:hover span, .enable-filters-button.active span {
	background-color: #333;
}
.enable-filters-button:hover i:after, .enable-filters-button:hover i:before, .enable-filters-button.active i:after, .enable-filters-button.active i:before {
	background-color: rgba(0,0,0,0.25);
}
.enable-filters-button i {
	position: absolute;
	z-index: 90;
	left: -48px;
	height: 100%;
	font-size: 20px;
	background-color: #66676b;
	color: #fff;
	line-height: 48px;
	text-align: center;
	width: 48px;
	border-radius: 4px 0 0 4px;
	font-style: normal;
	font-family: "Feather-Icons";
	transition: 0.3s;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.enable-filters-button i:after, .enable-filters-button i:before {
	position: absolute;
	left: 0;
	right: 0;
	transition: 0.3s;
	border-radius: 4px 0 0 4px;
	background-color: rgba(0,0,0,0.1);
}
.enable-filters-button i:after {
	content: "\e9d1";
	opacity: 1;
}
.enable-filters-button.active i:after {
	opacity: 0;
}
.enable-filters-button i:before {
	content: "\ea02";
	opacity: 0;
}
.enable-filters-button.active i:before {
	opacity: 1;
}
.enable-filters-button span.show-text, .enable-filters-button.active span.hide-text {
	display: inline-block;
}
.enable-filters-button.active span.show-text, .enable-filters-button span.hide-text {
	display: none;
}
.location-field-on-map {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 280px;
	max-width: 40%;
	z-index: 100;
}
.location-field-on-map input {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
.inner_search_block_section{
	background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,0.03));
	margin-bottom:70px;
}
.intro-banner .utf-trending-silver-item {
	text-align:center;
    color: #cecece;
	margin-top:20px;
	margin-bottom:0;
	font-weight:500;
}
.intro-banner .utf-trending-black-item {
    color: #ffffff;
	font-weight:600;
}
.intro-banner .utf-trending-silver-item a{
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	color: #ffffff;
	padding: 3px 8px;
	font-weight: 600;
	border-radius: 4px;
	font-size: 14px;
	margin-right:3px;
}
.intro-banner .utf-trending-silver-item a:hover{
	background: rgba(255, 138, 0, 1);
	color: #ffffff;	
}
.utf-trending-silver-item {
	text-align:center;
    color: #666666;
	margin-top:20px;
	font-weight:500;
}
.utf-trending-black-item {
    color: #333333;
	font-weight:600;
}
/* ---------------------------------- */
/* Full Page Media Queries
------------------------------------- */
@media (max-width: 3860px) {
.full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/4) - 30px);
}
.full-page-container.with-map .full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/3) - 30px);
}
}
 @media (max-width: 2560px) {
.full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/4) - 30px);
}
.full-page-container.with-map .full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/2) - 30px);
}
}
 @media (max-width: 1920px) {
.full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/3) - 30px);
}
.full-page-container.with-map .full-page-sidebar {
	flex: 0 0 340px
}
.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
	width: 340px;
}
.full-page-container.with-map .full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/2) - 30px);
}
}
 @media (max-width: 1600px) {
.full-page-content-inner .grid-layout .utf-job-listing {
 width: calc(100% * (1/2) - 30px);
}
.full-page-sidebar {
	flex: 0 0 340px;
}
.full-page-container.with-map .full-page-sidebar {
	flex: 0 0 320px
}
.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
	width: 320px;
}
.full-page-container.with-map .full-page-content-inner .grid-layout .utf-job-listing {
	width: calc(100% - 30px);
}
.full-page-container.with-map .full-page-content-container {
	flex: 0 0 60vw
}
}
 @media (max-width: 1365px) {
.location-field-on-map {
	left: 0px;
	right: auto;
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
	margin: 0 40px;
}
.full-page-container .utf-notify-box-aera {
	margin-bottom: 100px;
}
.full-page-container .utf-notify-box-aera .sort-by {
	position: absolute;
	margin-top: 40px;
	left: 0;
}
.full-page-container .utf-notify-box-aera .sort-by .bootstrap-select .dropdown-menu {
	left: 0;
	right: auto;
}
.full-page-container .utf-notify-box-aera .sort-by {
    position: absolute;
    margin-top: 25px;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px 25px;
    line-height: 28px;
    min-height: 50px;
    margin-bottom: 30px;
}
}
 @media (max-width: 1099px) {
.full-page-content-inner .grid-layout .utf-job-listing {
	width: calc(100% - 30px);
}
.full-page-sidebar {
	flex: 0 0 340px;
}
.full-page-map-container {
	order: -1;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
}
.full-page-container.with-map {
	padding-top: 400px;
	height: auto !important;
	width: 100%;
	position: relative;
}
.full-page-container.with-map .full-page-sidebar {
	max-width: 100%;
	visibility: visible;
	opacity: 1
}
.filter-button-container {
	display: none;
}
.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
	position: relative;
	width: 100%;
}
.full-page-container.with-map .full-page-content-container {
	flex: 1;
}
.full-page-container, .full-page-sidebar-inner, .full-page-content-container, .full-page-container .full-page-sidebar {
	height: auto !important;
}
.full-page-container .simplebar-track {
	display: none;
}
}
 @media (max-width: 992px) {
.location-field-on-map {
	width: calc(100% - 50px);
	max-width: calc(100% - 50px);
	margin: 0 25px;
	top: 25px;
}
.full-page-sidebar .utf-sidebar-container-aera, .full-page-content-inner {
	padding: 35px;
}
.full-page-content-inner {
	padding-bottom: 0;
}
.full-page-content-inner .grid-layout .utf-job-listing {
	width: calc(100% - 30px);
}
.full-page-sidebar {
	flex: 0 0 320px;
}
.full-page-sidebar-inner,  .full-page-content-container,  .full-page-container .full-page-sidebar {
	height: auto !important;
}
}
 @media (max-width: 768px) {
.location-field-on-map {
	width: calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin: 0 15px;
}
.full-page-sidebar .utf-sidebar-container-aera, .full-page-content-inner {
	padding: 40px 15px;
}
.sidebar-search-button-container{
	padding:10px 0px;
}
.full-page-content-inner {
	padding-bottom: 0;
}
.full-page-content-inner .grid-layout .utf-job-listing {
	width: calc(100% - 30px);
}
.full-page-sidebar {
	flex: 1;
	width: 100%;
}
.full-page-container {
	display: block;
	width: 100%;
	flex-wrap: wrap;
	height: auto;
}
.utf-small-footer {
	display: block;
	text-align: center;
}
.utf-small-footer .footer-social-links {
	float: none;
	left: -10px;
	margin-top: 10px;
}
}
/* ---------------------------------- */
/* Job Listin List
------------------------------------- */



.utf-job-listing {
	display: block;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	margin-bottom: 30px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
}
.utf-job-listing:hover {
	box-shadow: 0 2px 18px rgba(0,0,0,0.14);
	transform: scale(1.01);
}



.utf-job-listing:hover .utf-job-listing-details .utf-job-listing-description h3.utf-job-listing-title{
	color:#ff8a00;
}


.utf-job-listing-details {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 35px;
	padding-bottom: 32px;
}
.utf-job-listing .utf-job-listing-company-logo {
	flex: 1;
	max-width: 160px;
	margin-right: 25px;
	position: relative;
	top: 3px;
	border-radius:50px;
	border:3px solid rgba(0, 0, 0, 0.08);
}
.utf-job-listing .utf-job-listing-company-logo img {
	width:100%;
	height:auto;
	padding:8px 4px;
	border-radius: 6px;
	object-fit: cover;
	transform: translate3d(0, 0, 0);
}
.utf-job-listing .utf-job-listing-description {
	flex: 1;
	padding-top: 0px;
	margin-top:-2px;
}
.utf-job-listing .utf-job-listing-description p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #666;
}
.utf-job-listing h4.utf-job-listing-company {
	font-size: 16px;
	color: #808080;
}
.utf-job-listing span.job-hour-price {
    background: #ffffff;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 7px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.utf-job-listing span.job-hour-price i.icon-line-awesome-dollar {
    color: #2a41e8;
	font-weight: 600;
}
.utf-job-listing h3.utf-job-listing-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.utf-job-listing .utf-job-listing-footer {
	background-color: #f9f9f9;
	padding: 20px 35px;
	border-radius: 0 0 4px 4px;
	position: relative;
}
.utf-job-listing .utf-job-listing-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.utf-job-listing .utf-job-listing-footer ul li {
	background:#ffffff;
	display: inline-block;
	margin-right: 6px;
	margin-bottom:5px;
	color: #8c8c8c;
	font-size:14px;
	font-weight: 600;
	padding:0px 8px;
	border-radius:4px;
	box-shadow:0 2px 6px rgba(0,0,0,0.10);
}
.utf-job-listing-item-area .utf-job-listing-footer ul li {
	background:#ffffff;	
}
.utf-job-listing .job-user-location {
	background:#f7f7f7;
	display: inline-block;
	margin-top:6px;
	color: #8c8c8c;
	padding:0px 7px;
	border-radius:4px;
}
.utf-job-listing .job-user-location i.icon-material-outline-location-on {
    color:#f42929;
}
.compact-list-layout .utf-job-listing:nth-child(2n) .utf-job-listing-footer ul li{
	background:#ffffff;
}
.utf-job-listing .utf-job-listing-footer ul li:last-child {
	margin-right: 0;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-location-on {
	margin-right: 0;
}
.utf-job-listing .utf-job-listing-footer ul li i {
	position: relative;
	top: 1px;
	margin-right: 3px;
	color: #777;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-feather-briefcase {
	color: #12b6e8;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-location-on {
	color:#dc3139;
	font-size:15px;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-date-range {
	color: #40b660;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-business-center {
	color: #fd963c;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-account-balance-wallet {
	color: #2a41e8;
}
.utf-job-listing .utf-job-listing-footer ul li i.icon-material-outline-access-time {
	color:#0bbdc6;
}
.utf-inner-search-section-title {
    width: 100%;
    background-color: #424242;
    border-radius: 4px;
    padding: 15px 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.utf-inner-search-section-title h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.utf-inner-search-section-title h4 i {
    background: #fff;
    color: #424242;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}
@media (max-width: 768px) {
.utf-job-listing .utf-job-listing-title {
	padding-right: 10%;
}
.compact-list-layout .utf-job-listing .utf-job-listing-company-logo{
display:none;
}
}
/* ---------------------------------- */
/* Job Listing Compact List
------------------------------------- */
.compact-list-layout {
	background-color:transparent;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.compact-list-layout .utf-job-listing {
	box-shadow: none;
	margin-bottom: 15px;
	padding: 25px 30px;
	padding-right: 60px;
	display: block;
	width: 100%;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	box-shadow:0 1px 8px rgba(0,0,0,0.05);
	z-index:1;
}

.compact-list-layout .utf-job-listing h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom:8px;
	font-weight: 600;
}

.compact-list-layout .utf-job-listing:nth-child(2n) {
	background-color: #fafafa;
}
.compact-list-layout .utf-job-listing:hover {
	transform:scale(1.01);
	box-shadow:0 1px 12px rgba(0,0,0,0.06);	
	overflow:hidden;
	border:1px solid #ff8a00 !important;
}
.compact-list-layout .utf-job-listing:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    display: block;
    background: #ff8a00;
    transition: 0.3s;
    opacity: 1;
}
.compact-list-layout .utf-job-listing:hover .utf-job-listing-details .utf-job-listing-description h3.utf-job-listing-title{
	color:#ff8a00;	
}
.compact-list-layout .utf-job-listing .utf-job-listing-footer {
	background-color: transparent;
	padding: 0;
	margin-top: 3px;
}
.compact-list-layout .utf-job-listing-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	top: 0;
}
.compact-list-layout .utf-job-listing .utf-job-listing-company-logo {
	width: 160px;
	height:auto;
	margin-right: 25px;
	top: 0;
	padding:8px 8px;
	border:2px solid rgba(0, 0, 0, 0.08);
	border-radius:6px;
}
.compact-list-layout .utf-job-listing .utf-verified-badge {
	transform: scale(0.85) translate(8px, 8px);
}
.compact-list-layout .utf-job-listing h3 .utf-verified-badge {
	transform: scale(0.85) translate(0, 0);
	font-weight: 500;
	top: 3px;
}
.compact-list-layout .utf-job-listing h3 .utf-verified-badge:before {
	top: -3px;
}
.compact-list-layout .utf-job-listing span.bookmark-icon {
	top: 15px;
	transform: translateY(0);
}
.compact-list-layout .utf-job-listing.utf-apply-button-item {
	position: relative;
	padding-right: 30px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	z-index:1;
}
.compact-list-layout .utf-job-listing.utf-apply-button-item:last-child{
	margin-bottom:0;
}
.list-apply-button {
	position: absolute;
	right: 0;
	padding: 10px 20px;
	line-height: 24px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s;
	border-radius: 4px;
	background: #ff8a00;
	color: #ffffff;
	box-shadow:0 2px 6px rgba(0,0,0,0.10);
	text-align: center;
}
.utf-job-listing.utf-apply-button-item:hover .list-apply-button {
	background-color: #66676b;
	color: #fff;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.list-apply-button i{
	background:#ffffff;
	border-radius:30px;
	padding:5px;
	font-size:14px;
	margin-left:3px;
	color:#ff8a00;
}
.utf-boxed-list-item .compact-list-layout {
	box-shadow: none;
	margin-top: 0;
	display:inline-block;
	width:100%;
}
@media (max-width: 768px) {
.list-apply-button {
	flex: auto;
	width: 100%;
	margin-top: 15px;
}
}
/* ---------------------------------- */
/* Job Listing Grid
------------------------------------- */
.grid-layout {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}
.grid-layout .utf-job-listing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 30px 30px 0;
 width: calc(100% * (1/2) - 30px);
	flex-direction: column;
}
.grid-layout .utf-job-listing-details {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
	padding-right: 40px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.tasks-list-container.tasks-grid-layout .task-listing .task-listing-details,  .grid-layout .utf-job-listing-details {
	flex-basis: 100px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
	flex-basis: 100px;
}
}
.grid-layout .utf-job-listing-footer {
	flex-grow: 0;
	padding: 20px 30px;
}
.grid-layout .utf-job-listing h3.utf-job-listing-title {
	font-size: 18px;
	line-height: 28px;
}
.grid-layout .utf-job-listing-footer .bookmark-icon {
	top: 0;
	right: 25px;
	transform: translateY(-50%) scale(0.96);
}
.grid-layout .utf-job-listing .utf-job-listing-company-logo {
	max-width: 56px;
	margin-right: 24px;
	top: 1px;
	flex: 0 0 56px;
}
@media (max-width: 768px) {
.full-page-content-inner .grid-layout .utf-job-listing,  .grid-layout .utf-job-listing {
	margin: 0 0 30px 0;
	width: 100%;
}
.grid-layout,  .full-page-content-inner .grid-layout {
	width: 100%;
}
.full-page-content-container .simplebar-content {
	overflow-x: hidden !important;
}
.full-page-container.with-map .full-page-content-inner .grid-layout .utf-job-listing {
	width: 100%;
}
}
/* ---------------------------------- */
/* Tasks - List Layout
------------------------------------- */
.task-listing {
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	margin-bottom: 30px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.task-listing:hover {
	box-shadow: 0 2px 18px rgba(0,0,0,0.14);
	transform: translateY(-4px);
}
.task-listing-details {
	padding: 25px 30px;
	flex: 1;
}
.task-listing .task-listing-description {
	flex: 1;
	align-items: center;
	justify-content: center;
}
.task-listing .task-listing-description p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #666;
}
.task-listing h3.task-listing-title a, .task-listing h3.task-listing-title {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	cursor: pointer;
	font-weight: 600;
	padding-top: 2px;
	transition: 0.3s;
}
.task-listing .task-icons {
	list-style: none;
	padding: 0;
	margin: 3px 0 0 -3px;
}
.task-listing .task-icons li {
	background: #ffffff;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.task-listing ul.task-icons li i.icon-material-outline-location-on, .task-listing ul.task-icons li i.icon-material-outline-location-off {
    color: #dc3139;
    font-size: 15px;
}
.task-listing ul.task-icons li i.icon-material-outline-access-time {
    color: #0bbdc6;
	font-size:15px;
}
.task-listing .task-icons i {
	color: #909090;
	position: relative;
	top: 1px;
}
.task-listing .task-icons i.icon-material-outline-desktop-windows {
	font-size: 19px;
	top: 2px;
}
.task-listing-bid {
	flex: 0 0 260px;
	background-color: #f8f8f8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.task-listing-bid-inner {
	width: 100%;
	padding: 25px;
}
.task-listing-bid-inner .button {
	display: block;
	text-align: center;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
	width: 100%;
}
.task-listing-bid-inner .button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
}
.task-listing-bid-inner .task-offers i.icon-material-outline-account-balance-wallet {
    color: #2a41e8;
    padding-right: 3px;
}
.task-listing-bid .task-offers {
	margin-bottom: 15px;
	background: #ffffff;
	display: inline-block;
	width:100%;
	padding: 7px 10px;
	text-align:center;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.task-listing-bid .task-offers strong {
	display: block;
	color: #333;
	font-weight: 600;
	line-height: 24px;
}
.task-listing-bid .task-offers span {
	display: block;
	color: #888;
	line-height: 24px;
}
.task-tags {
	display: block;
	margin: 23px 0 3px 0;
}
.task-tags span {
	transition: 0.3s;
	font-size: 16px;
	border-radius: 4px;
	background-color: rgba(102,103,107,.07);
	color: #66676b;
	display: inline-block;
	padding: 5px 15px;
	margin: 4px 2px;
	text-transform:capitalize;
	line-height: 24px;
}
.task-tags span:hover{
	background:#ff8a00;
	color:#ffffff;
}
.compact-list .task-listing {
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.compact-list .task-listing:hover {
	transform: translateY(0);
}
.tasks-list-container.compact-list {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.tasks-list-container.compact-list .task-listing {
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,.12);
	margin-bottom: 30px;
	background-color: #fff;
	transition: .3s;
	z-index: 1;
	position: relative;
	display: flex;
	border:1px solid transparent;
	overflow:hidden;
	float: left;
	width: 100%;
	justify-content: center;
	cursor: pointer;
}
.tasks-list-container.compact-list .task-listing:hover{
	transform: scale(1.02);
	overflow: hidden;
	border: 1px solid #ff8a00 !important;
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
}
.tasks-list-container.compact-list .task-listing-bid {
	background-color: transparent;
}
.tasks-list-container.compact-list .task-listing:hover:before {
	opacity: 1;
}
.tasks-list-container.compact-list .task-listing:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	display: block;
	background: #66676b;
	transition: 0.3s;
	opacity: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
	padding-right: 0;
}
.section .task-listing-details, .section .task-listing-bid-inner {
	padding: 27px 35px;
}
@media (max-width: 1200px) {
.task-listing-bid {
	flex: 0 0 220px;
}
}
 @media (min-width: 481px) and (max-width: 768px) {
.task-listing-bid {
	flex: 1;
	padding: 10px 0;
}
.task-listing {
	flex-direction: column;
}
.tasks-grid-layout .task-listing-bid-inner {
	margin: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
	padding-right: 35px;
	padding-bottom: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-bid {
	padding-bottom: 25px;
}
.task-listing-bid-inner {
	width: 100%;
	padding: 0 35px;
}
}
@media (max-width: 768px) {
.section .task-listing-details {
	padding: 25px 30px;
}
.section .task-listing-bid-inner {
	padding: 0 30px;
}
}
@media (max-width: 480px) {
.task-listing-bid {
	flex: 1;
	padding: 30px 0;
}
.task-listing {
	flex-direction: column;
}
.task-listing-bid-inner .task-offers {
	flex: 1;
}
.task-listing-bid-inner .button {
	height: 100%;
	width: 100%;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
	padding-right: 35px;
	padding-bottom: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-bid {
	padding-bottom: 35px;
	padding-top:20px;
}
.task-listing-bid-inner {
	width: 100%;
	padding: 0 35px;
}
}
/* ---------------------------------- */
/* Tasks - Grid Layout
------------------------------------- */
.tasks-list-container.tasks-grid-layout {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}
.tasks-list-container.tasks-grid-layout .task-listing {
	display: flex;
	justify-content: center;
	margin: 0 30px 30px 0;
 width: calc(100% * (1/2) - 30px);
	flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
	flex: 1;
	padding: 0px 0;
	display: block
}
.tasks-list-container.tasks-grid-layout .task-listing {
	flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
	display: flex;
	align-items: center;
	padding: 18px 32px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
	flex: 1;
	position: relative;
	top: 5px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
	height: 100%;
	width: 45%;
}
.tasks-list-container.tasks-grid-layout .task-listing .task-listing-details {
	display: flex;
	align-items: center;
	padding: 28px 32px;
}
@media (max-width: 1240px) {
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
	display: block;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
	padding: 20px 35px;
	padding-bottom: 30px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
	padding: 0;
}
.tasks-list-container.tasks-grid-layout .task-listing {
	flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
	flex: 1;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
	height: 100%;
	width: 100%;
}
}
 @media (max-width: 768px) {
.tasks-list-container.tasks-grid-layout {
	width: 100%;
}
.tasks-list-container.tasks-grid-layout .task-listing {
	margin: 0 0 30px 0;
	width: 100%;
}
.tasks-list-container.compact-list .task-listing-bid,  .tasks-list-container.compact-list .task-listing-details {
	width: 100%;
}
}
@media (max-width: 3860px) {
.full-page-content-inner .tasks-grid-layout .task-listing {
width: calc(100% * (1/4) - 30px);
}
}
 @media (max-width: 2560px) {
.full-page-content-inner .tasks-grid-layout .task-listing {
width: calc(100% * (1/3) - 30px);
}
}
 @media (max-width: 1600px) {
.full-page-content-inner .tasks-grid-layout .task-listing {
width: calc(100% * (1/2) - 30px);
}
}
 @media (max-width: 1099px) {
.full-page-content-inner .tasks-grid-layout .task-listing {
	width: calc(100% - 30px);
}
}
 @media (max-width: 992px) {
.full-page-content-inner .tasks-grid-layout .task-listing {
	width: calc(100%);
}
}
/* ---------------------------------- */
/* Freelancers - Grid Layout
------------------------------------- */
.freelancers-container {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}
.freelancer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 30px 30px 0;
	width: calc(100% * (1/2) - 30px);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	background-color: #fff;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
}
.freelancer:hover {
	background-color: #fcfcfc;
	transform: scale(1.02);
	overflow: hidden;
    border: 1px solid #ff8a00 !important;
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
}
.freelancer:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    display: block;
    background: #ff8a00;
    transition: 0.3s;
    opacity: 1;
}
.freelancer .bookmark-icon {
	cursor: pointer;
}
.utf-manage-resume-overview-aera {
	text-align: center;
	padding: 38px 20px;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.utf-manage-resume-overview-aera-inner {
	flex: 1;
}
.utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 125px;
	margin: 0 auto;
	position: relative;
}
.utf-manage-resume-overview-aera .utf-manage-resume-avatar img {
	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius: 50%;
	cursor: pointer;
	border:3px solid rgba(0, 0, 0, 0.03);
	padding:1px;
}
.utf-manage-resume-overview-aera .utf-manage-resume-avatar .utf-verified-badge {
	position: absolute;
	top: 0px;
	right: 8px;
}
.utf-manage-resume-item {
	margin-top: 19px;
}
.freelancer-rating {
	margin-top: 8px;
	margin-bottom: 0px;
	display:inline-flex;
}
.utf-manage-resume-item .freelancer-rating .utf-star-rating {
    top: 0px;
    position: relative;
    margin-right: 0;
    background: #ffffff;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.freelancer-rating .utf-detail-item i {
    margin-right: 2px;
    position: relative;
    top: 0;
    color: #38b653;
}
.freelancer-rating .utf-detail-item {
    margin-right: 12px;
    color: #808080;
    background: #ffffff;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.freelancer-rating .utf-star-rating {
    top: 0px;
    position: relative;
    margin-right: 0;
    background: #ffffff;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.utf-manage-resume-item h4, .utf-manage-resume-item h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
}
.freelancers-list-layout .utf-manage-resume-item h4, .freelancers-list-layout .utf-manage-resume-item h4 a {
	margin-top:5px;
}
.utf-manage-resume-item img.flag {
	height: 15px;
	border-radius: 3px;
	position: relative;
	top: -2px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-left: 4px;
	cursor: default
}
.utf-manage-resume-item span {
	color: #888;
	display:inline-block;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-item h4 a span{
	display: inline-block;
	color: #888;
	margin-bottom: 0;
	line-height: 28px;
	font-size: 16px;
	font-weight: 500;
}
.freelancer-details {
	padding:20px 70px;
	background-color: #fafafa;
	flex-grow: 0;
}
.freelancers-grid-layout .freelancer-details {
	border-radius: 0 0 4px 4px;
}
.freelancers-grid-layout .freelancer-details a.button {
	display: block;
	text-align: center;
	width: 100% !important;
	transition: 0.3s;
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
}
.freelancer-details a.button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
}
.freelancer-details-list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 14.7px;
}
.freelancer-details-list ul li {
	display: inline-block;
	margin-right: 25px;
	line-height: 23px;
	color: #808080;
	margin-bottom: 15px;
	text-align:center
}
.freelancer-details-list ul li:last-child {
	margin-right: 0;
}
.freelancer-details-list ul li strong {
	display: block;
	color: #333;
}
.freelancer-details-list ul li strong i {
	position: relative;
	top: 1px;
	margin-right: -1px;
	margin-left: -2px;
}
.utf-manage-resume-detail-item {
	background: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin:4px 10px 4px 0;
	padding: 2px 10px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);	
}
.utf-manage-resume-item .utf-manage-resume-detail-item:last-child{
	margin-right:0;
}
.utf-manage-resume-detail-item a, .utf-manage-resume-detail-item {
	color: #888;
}
.utf-manage-resume-detail-item a:hover {
	color: #66676b;
}
.utf-manage-resume-detail-item i {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.utf-manage-resume-detail-item i.icon-material-outline-business-center{
	color:#fd963c;
	top:0;
}
.utf-manage-resume-detail-item i.icon-feather-mail{
	color:#ce1d1d;
}
.utf-manage-resume-detail-item i.icon-feather-phone{
	color:#2a41e8;
}
.utf-manage-resume-detail-item i.icon-material-outline-location-on{
	color:#dc3139;
	top:2px;
	margin-right:1px;
	font-size:16px;
}
@media (max-width: 1366px) {
.freelances-grid-layout .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 100px;
}
}
 @media (max-width: 768px) {
.freelances-grid-layout.freelancers-container {
	width: 100%;
}
.freelances-grid-layout .freelancer {
	margin: 0 0 30px 0;
	width: 100%;
}
.freelancers-container.freelancers-grid-layout {
	width: 100%;
}
.freelancers-container.freelancers-grid-layout .freelancer {
	width: 100%;
	margin-right: 0;
}
}
@media (max-width: 2560px) {
.full-page-container .freelancer {
width: calc(100% * (1/4) - 30px);
}
}
 @media (max-width: 1920px) {
.full-page-container .freelancer {
width: calc(100% * (1/3) - 30px);
}
}
 @media (max-width: 1366px) {
.full-page-container .freelancer {
width: calc(100% * (1/2) - 30px);
}
}
 @media (max-width: 1099px) {
.full-page-container .freelancers-container {
	width: 100%;
}
.full-page-container .freelancer {
	width: 100%;
	margin-right: 0;
}
}
/* ---------------------------------- */
/* Freelancers - List Layout
------------------------------------- */
.freelancers-container.freelancers-list-layout {
	width: 100%;
}
.freelancers-list-layout .freelancer {
	margin: 0 0 25px 0;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	z-index:1;
	box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}
.freelancers-list-layout .utf-manage-resume-overview-aera {
	text-align: left;
	padding: 25px 30px;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.freelancers-list-layout .utf-manage-resume-overview-aera-inner {
	flex: 1;
	display: flex;
	align-items: center;
}
.freelancers-list-layout .freelancer-details {
	padding: 25px 30px 25px 0;
	background-color: transparent;
	flex: 0 0 330px;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 100px;
	margin: 0;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-item {
	text-align: left;
	margin: 0 0 0 30px;
}
.utf-manage-resume-item .dashboard-status-button{
	display:inline-block;
}
.freelancers-list-layout .freelancer-details a.button {
	display: block;
	text-align: center;
	min-width: 50%;
	max-width: 100%;
	width: auto !important;
	transition: 0.3s;
	float: right;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.freelancers-list-layout .freelancer-details a.button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
}
.freelancers-list-layout .bookmark-icon {
	display: none;
}
.freelancers-list-layout .freelancer-details-list ul {
	float: right;
	display: block
}
.freelancers-list-layout .freelancer-details-list ul li {
	margin-left: 15px;
	margin-right: 0;
	float: right;
	text-align:right;
	background: #ffffff;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.freelancers-list-layout .freelancer-details-list ul li i.icon-feather-briefcase{
	color:#12b6e8;
	padding-right:3px;
}
.freelancers-list-layout .freelancer-details-list ul li i.icon-material-outline-account-balance-wallet{
	color:#2a41e8;
	padding-right:3px;
}
.compact-list.freelancers-list-layout .freelancer {
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.compact-list.freelancers-list-layout .freelancer:hover {
	transform: translateY(0);
}
.compact-list.freelancers-list-layout {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.compact-list.freelancers-list-layout .freelancer:nth-child(2n) {
	background-color: #fafafa;
}
.compact-list.freelancers-list-layout .freelancer:hover:before {
	opacity: 1;
}
.compact-list.freelancers-list-layout .freelancer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	display: block;
	background: #66676b;
	transition: 0.3s;
	opacity: 0;
}
.compact-list.freelancers-list-layout .freelancer:last-of-type {
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}
.compact-list.freelancers-list-layout .freelancer:first-of-type {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
@media (max-width: 1366px) {
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 100px;
}
}
 @media (max-width: 1240px) {
.freelancers-list-layout .freelancer {
	flex-direction: column;
}
.freelancers-list-layout .freelancer-details {
	flex: 1;
	padding:10px 30px 25px 30px;
}
.freelancers-list-layout .freelancer-details-list ul {
	float: right;
	width: 100%;
	columns: 2;
}
.freelancers-list-layout .freelancer-details-list ul li {
	margin-left: 0;
	margin-right: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.freelancers-list-layout .freelancer-details a.button {
	float: none;
	width: 100% !important;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 120px;
}
.compact-list.freelancers-list-layout .freelancer-details {
	background-color: transparent;
	padding-top: 0;
}
}
 @media (max-width: 768px) {
.freelancers-list-layout .utf-manage-resume-overview-aera{
	padding: 20px 30px 15px 30px;
}
.freelancers-list-layout .freelancer-details {
	padding: 10px 30px 25px 30px;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-item {
    text-align: left;
    margin: 0 0 0 20px;
}
}
/* ---------------------------------- */
/* Browse Companies
------------------------------------- */
.letters-list {
	width: 100%;
	text-align: center;
	background-color: #f4f4f4;
	border-radius: 4px;
	padding: 20px;
}
.letters-list a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: transparent;
	border-radius: 4px;
	transition: 0.3s;
	margin: 0 -2px;
}
.letters-list a.current {
	margin-right: 0;
	color: #fff;
	font-weight: 600;
	background-color: #66676b;
	box-shadow: 0 2px 8px rgba(102,103,107,0.25);
}
.letters-list a:hover {
	color: #fff;
	background-color: #333;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.utf-companies-list-aera {
	display:contents;
	width:100%;
}
.utf-companies-list-aera .utf-company-inner-alignment{
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	display:block;
	margin-bottom:25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: 0.3s;
}
.utf-companies-list-aera .company {
	padding: 30px 15px;
	display: inline-block;
	width: 100%;
	min-height:310px;
	border-radius:4px;
	position:relative;
	overflow:hidden;
}
.utf-companies-list-aera .company .featured {
    background-color: #ff8a00;
    float: left;
	position: absolute;
	transform: rotate(-45deg);
	left: -45px;
	top: 15px;
	text-transform:capitalize;
	text-align: center;
	width: 150px;
	font-size: 13px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	border-radius: 0 20px 20px 0;
}
.utf-companies-list-aera .utf-pagination-container-aera{
	width:100%;
}
.utf-companies-list-aera .company:hover h4{
	color:#ff8a00
}
.utf-companies-list-aera .company span.dashboard-status-button{
	position:absolute;
	right:15px;
	top:15px;
}
.utf-companies-list-aera .company .dashboard-status-button.green {
    background: #e0f5d7;
    color: #449626;
}
.utf-companies-list-aera .company .utf-job-status-item.green i {
    color: #449626;
}
.utf-companies-list-aera .company .dashboard-status-button.yellow {
    background-color: #fbf6dd;
	color: #ff8a00;
}
.utf-companies-list-aera .company .utf-job-status-item.yellow i {
    color: #ff8a00;
}
.utf-companies-list-aera .utf-company-inner-alignment:hover {
	transform: scale(1.03);
	transition: 0.35s;
}
.utf-companies-list-aera .company img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	margin: 0px auto;
	transform: translate3d(0, 0, 0);
	border: 2px solid #eaeff5;
	padding: 2px;
	border-radius: 100px;
}
.utf-companies-list-aera .company .company-logo {
	width:100px;
	height:100px;
	display: inline-block;
	margin-bottom: 20px;
}
.utf-companies-list-aera .company h4 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
	display: block;
}
.utf-companies-list-aera .company p.text-muted {
	color: #888;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s;
	display: block;
	margin-bottom:5px;
}
.utf-companies-list-aera .company span {
	color: #888;
}
.utf-companies-list-aera .company span i{
	color:#12b6e8;
	margin-right:2px;
}
.utf-companies-list-aera .company p.text-muted i{
	color:#f42929;
	margin-right:2px;
}
.utf-companies-list-aera .company .utf-star-rating {
	margin-top: 5px;
	background: #ffffff;
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.not-rated, .utf-company-not-rated {
	border-radius: 4px;
	background-color: #ffffff;
	color: #888;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	padding: 8px 15px;
	display: inline-block;
	margin-top: 6px;
	text-align: center;
	box-shadow:0 2px 6px rgba(0,0,0,0.10);
}
.freelancer .not-rated, .freelancer .utf-company-not-rated {
	margin-top:8px;
	text-align:left;
}
@media (max-width: 1366px) {
.letters-list a {
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin: 0 -1px;
}
}
@media (max-width: 767px) {
.utf-companies-list-aera .company {
	width: 100%;
	min-height:auto;
}
}
/* ---------------------------------- */
/* Buttons Style
------------------------------------- */
button {
	vertical-align: middle;
}
span.button, button.button, input[type="button"], input[type="submit"], a.button {
	background-color: #66676b;
	top: 0;
	padding: 10px 20px;
	line-height: 24px;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.button i[class^="icon-material"], button.button i[class^="icon-material"], input[type="button"] i[class^="icon-material"], input[type="submit"] i[class^="icon-material"], a.button i[class^="icon-material"] {
	font-size: 18px;
	height: 0;
	width: 18px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}
.button i[class^="icon-feather"], button.button i[class^="icon-feather"], input[type="button"] i[class^="icon-feather"], input[type="submit"] i[class^="icon-feather"], a.button i[class^="icon-feather"] {
	font-size: 16px;
	height: 0;
	width: 16px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}
button.button.dark, input[type="button"].dark, input[type="submit"].dark, a.button.dark {
	background-color: #424242;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
a.button.dark i{
	padding-left:4px;
}
button.button.gray, input[type="button"].gray, input[type="submit"].gray, a.button.gray {
	background-color: #eaeaea;
	color: #666;
	box-shadow: none;
}
button.button.gray:hover, input[type="button"].gray:hover, input[type="submit"].gray:hover, a.button.gray:hover {
	background-color: #e0e0e0;
}
body .button i.icon-material-outline-arrow-right-alt {
	font-size: 22px;
	top: 4px;
}
.button.full-width {
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: block;
}
.button.big {
	font-size: 18px;
	padding: 13px 22px;
}
body .button.big i {
	font-size: 22px;
	top: 3px;
	position: relative;
}
.button.button-slide-out span {
	transform: translateY(0px);
	opacity: 1;
	transition: 0.3s;
}
.button.button-slide-out:hover span {
	transform: translateY(-10px);
	opacity: 0;
	display: inline-block;
	transition: 0.3s;
}
.button.button-slide-out i {
	transform: translateY(calc(-50% + 10px));
	opacity: 0;
	display: inline-block;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	top: 50%;
	height: 20px;
}
.button.button-slide-out:hover i {
	transform: translateY(calc(-50% + 0px));
	opacity: 1;
}
.move-on-hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
	transform: translateY(0);
	transition: 0.3s;
}
.move-on-hover:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
	transform: translateY(-2px)
}
.utf-centered-button {
	text-align: center;
	display: inline-block;
    width: 100%;
}
.utf-centered-button .button {
	margin: 0 auto;
}
span.bookmark-icon {
	font-size: 20px;
	position: absolute;
	z-index: 101;
	right: 15px;
	top: 20px;
	cursor: pointer;
	background-color: #eee;
	color: #c0c0c0;
	display: block;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	transition: all 0.4s;
	line-height: 27px;
}
.bookmark-icon.bookmarked {
	animation: bookmarked-shadow 0.3s;
}
 @keyframes bookmarked-shadow {
 0% {
box-shadow: 0 0 0 0 rgba(254,179,66,0.8);
}
 100% {
box-shadow: 0 0 0 10px rgba(0,0,0,0);
}
}
.bookmark-icon:before {
	transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
	font-family: 'Line-Awesome';
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 4px;
	content: "\f233";
}
.bookmark-icon:hover {
	background-color: #ff8a00;
	color: #fff;
}
.bookmark-icon.bookmarked {
	background-color: #38b653;
	color: #fff;
}
.bookmark-icon.bookmarked:before {
	animation: bookmark-icon 0.5s;
}
 @keyframes bookmark-icon {
 0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.utf-sidebar-widget-item p.bookmark-text-item{
	text-align:center;
}
.bookmark-button {
	background-color: #404040;
	display:block;
	padding: 0;
	position: relative;
	height: 44px;
	line-height: 44px;
	color: #fff;
	margin:0 auto;
	text-align:center;
	padding: 0 15px;
	padding-left: 59px;
	border-radius: 4px;
	transition: 0.4s;
	cursor: pointer;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.bookmark-button .bookmark-icon, .bookmark-button:hover .bookmark-icon {
	background-color: rgba(255,255,255,0.05)
}
.bookmark-button .bookmark-icon {
	border-radius: 4px;
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	height: 44px;
	width: 44px;
	border-radius: 4px 0 0 4px;
	pointer-events: none;
	transition: 0.4s;
	animation: none;
}
.bookmark-button .bookmark-icon:before {
	top: 8px;
	color: #fff;
	transition: 0.4s;
	font-size: 18px;
}
.bookmark-button.bookmarked {
	background-color: #0ec235;
	color: #fff;
	box-shadow: 0 3px 12px rgba(56, 182, 83, 0.5);
}
.bookmark-button.bookmarked .bookmark-icon:before, .bookmark-button:hover .bookmark-icon:before {
	color: #fff;
}
.bookmark-button.bookmarked .bookmark-icon, .bookmark-button.bookmarked:hover .bookmark-icon {
	background-color: rgba(255,255,255,0.16)
}
.bookmark-button.bookmarked .bookmarked-text, .bookmark-button .bookmark-text {
	display: block
}
.bookmark-button.bookmarked .bookmark-text, .bookmark-button .bookmarked-text {
	display: none;
}
/* ---------------------------------- */
/* Button with sliding icon
------------------------------------- */
.utf-button-sliding-icon {
	text-align: center;
}
.utf-button-sliding-icon i {
	opacity: 0;
	max-width: 0;
	transition: 0.25s;
	display: inline-block;
	transform: translateX(-20px);
}
.utf-button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	transform: translateX(0);
}
.button.utf-button-sliding-icon {
	padding-left: 20px;
	padding-right: 10px;
}
.button.utf-button-sliding-icon:hover {
	padding-right: 20px;
}
.button.utf-button-sliding-icon i {
	padding-right: 5px;
}
.button.utf-button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	transform: translateX(0);
}
/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-3, .list-2, .list-1 {
	padding: 3px 0 0 0;
	font-size: 16px;
}
.list-3 li, .list-2 li, .list-1 li {
	list-style: none;
	margin: 10px 0;
	line-height: 27px;
	margin-left: 20px;
	position: relative;
}
.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
	margin-top: 0;
}
.list-4 li:before, .list-3 li:before, .list-2 li:before, .list-1 li:before {
	margin: 0;
	position: relative;
	color: #66676b;
	float: left;
	margin-left: -20px;
	display: block;
}
.list-1.gray li:before {
	color: #777;
}
.list-2 li, .list-2 li {
	margin-left: 28px;
}
.list-3 li:before, .list-2 li:before {
	font-family: "Material-Icons";
	content: "\e928";
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-left: -28px;
}
.list-3 li:before {
	content: "\e912";
	font-family: "Feather-Icons";
	font-weight: 500;
	font-size: 18px;
}
.list-1 li:before {
	content: "";
	height: 6px;
	width: 6px;
	background-color: #66676b;
	border-radius: 2px;
	position: relative;
	top: 9px;
}
.numbered ol {
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin-left: 18px;
	display: inline-block;
	font-size: 16px;
}
.numbered ol li {
	display: inline-block;
	padding: 6px 0;
	width: 100%;
}
.numbered ol &gt; li::before {
	content: counter(li);
	counter-increment: li;
	font-size: 16px;
	line-height: 35px;
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	margin-left: 0;
	font-weight: 500;
	color: #333;
	position: relative;
	float: left;
	left: -18px;
	font-size: 15px;
	transform: translateY(-10%);
}
.numbered.color ol &gt; li::before {
	border: 1px solid #66676b;
	color: #66676b;
}
.numbered.color.filled ol &gt; li::before {
	border: 1px solid #66676b;
	color: #fff;
	background-color: #66676b;
}
mark {
	background-color: #fcf8e3;
	color: #8a803e;
	padding: 1px 5px;
}
mark.color {
	background-color: #66676b;
	border-radius: 4px;
	color: #fff;
}
/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success, .notification {
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding: 15px 20px;
	padding-right: 50px;
	border-radius: 4px;
}
.notification p {
	margin: 0;
	font-size: 15px;
}
#result .success, .notification.success {
	background-color: #EBF6E0;
	border:1px solid #99c862;
}
#result .success, .notification.success, .notification.success a, .notification.success strong {
	color: #5f9025;
}
.notification.error {
	background-color: #ffe9e9;
	border:1px solid #df8f8f;
}
.notification.error, .notification.error a, .notification.error strong {
	color: #de5959;
}
.notification.warning {
	background-color: #FBFADD;
	border:1px solid #bbb56c;
}
.notification.warning, .notification.warning a, .notification.warning strong {
	color: #8f872e;
}
.notification.notice h4 {
	font-size: 19px;
	margin: 3px 0 15px 0;
}
.notification.notice h4, .notification.notice, .notification.notice a, .notification.notice strong {
	color: #3184ae
}
.notification.notice {
	background-color: #E9F7FE;
	border:1px solid #6fa6c1;
}
.notification.notice.large {
	padding: 32px 36px;
}
.notification strong {
	font-weight: 700;
}
.notification a {
	text-decoration: underline;
}
body .notification strong {
	border: none;
}
.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
	padding: 0px 9px;
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	height: 8px;
	width: 8px;
	cursor: pointer;
}
.notification.notice p span i {
	font-weight: 500;
}
.notification a.button {
	float: right;
	color: #fff;
	margin-top: 3px;
}
.notification.notice a.button {
	background-color: #388fc5;
}
.notification.warning a.button {
	background-color: #dfbe51;
}
.notification.error a.button {
	background-color: #d34c4c;
}
.notification.success a.button {
	background-color: #79ba38;
}
.notification.closeable a.close:before {
	content: "\ea02";
	font-family: "Feather-Icons";
	position: absolute;
	right: 25px;
	top: 0;
	cursor: pointer;
	font-weight: 600;
}
/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
}
table.basic-table th {
	background-color: #66676b;
	text-align: left;
	color: #fff;
	vertical-align: top;
	font-weight: 500;
}
table.basic-table th:first-child {
	border-radius: 4px 0 0 4px;
}
table.basic-table th:last-child {
	border-radius: 0 4px 4px 0;
}
table.basic-table th, table.basic-table td {
	padding: 15px 28px;
}
table.basic-table tr:nth-child(odd) {
	background-color: #f4f4f4;
}
table.basic-table {
	margin-bottom: 0;
}
 @media screen and (max-width: 600px) {
table {
	border: 0;
}
table th {
	display: none;
}
table tr {
	display: block;
	margin-bottom: 0;
}
table td {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 14px;
	text-align: right;
}
table td:before {
	content: attr(data-label);
	float: left;
	font-weight: 600;
}
table td:last-child {
	border-bottom: 0;
}
}
/* ---------------------------------- */
/* Accordion
------------------------------------- */
.accordion {
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.accordion .accordion {
	border-radius: 0px;
	box-shadow: none;
}
.accordion-header, .accordion-body {
	background: #fff;
}
.accordion-header {
	padding: 15px 25px;
	background: #66676b;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight:600;
	transition: all .3s;
	position: relative;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
}
.accordion .accordion .accordion-header {
	box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
}
.accordion-header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	opacity: 0;
	transition: 0.3s;
}
.utf-accordion-content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*.utf-accordion-item.active .accordion-header:before,
.accordion-header:hover:before { opacity: 0.04; }*/
.accordion-body {
	background: #fff;
	color: #666;
	display: none;
}
.utf-accordion-content {
	padding: 25px;
	font-size: 16px;
	line-height: 28px;
}
.utf-accordion-item.active:last-child .accordion-header {
	border-radius: none;
}
.accordion:first-child &gt; .utf-accordion-item &gt; .accordion-header {
	border-bottom: 1px solid transparent;
}
.utf-accordion-item &gt; .accordion-header:after {
	content: "\e910";
	font-family:'Feather-Icons' !important;
	font-size: 20px;
	float: right;
	position: relative;
	top: -1px;
	font-weight:400;
	transition: .3s all;
	transform: rotate(270deg);
}
.utf-accordion-item.active &gt; .accordion-header:after {
	transform: rotate(90deg);
}
.utf-accordion-item.active .accordion .accordion-header:before {
	opacity: 0
}
.utf-accordion-item .utf-accordion-item .accordion-header {
	background: #f7f7f7;
	color: #666;
}
/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.tabs {
	z-index: 15px;
	position: relative;
	background: #FFFFFF;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
}
.tabs-header {
	position: relative;
	background: #66676b;
	overflow: hidden;
}
.tabs-header .tab-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: auto;
	height: 100%;
	transition: 0.3s ease;
	opacity: 0.08;
	z-index: 90;
}
.tabs-header ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	position: relative;
	z-index: 100;
}
.tabs-header li {
	transition: 0.3s ease;
}
.tabs-header a {
	z-index: 1;
	display: block;
	box-sizing: border-box;
	padding: 15px 25px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.tabs-nav {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	color: #fff;
	user-select: none;
	font-size: 19px;
}
.tabs-nav i {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 4px;
	text-align: center;
	position: relative;
	z-index: 101;
	margin-left: 5px;
	transition: 0.3s;
}
.tabs-nav i:hover {
	background-color: rgba(255,255,255,0.15);
}
.tabs-content {
	position: relative;
	transition: 0.3s ease;
	overflow: hidden;
}
.tabs-content .tab {
	padding: 25px;
}
.tabs-content .tab p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.tabs-content:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
	display: none;
}
.tabs-content .tab.active {
	display: block;
}
 @media (max-width: 992px) {
.tabs-nav {
	display: none;
}
.tabs-header ul {
	flex-direction: column;
	width: 100%;
}
.tab-hover {
	display: none;
}
.tabs-header a {
	box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
}
.tabs-header ul li.active a {
	background-color: rgba(255,255,255,0.07);
}
}
/* ---------------------------------- */
/* Copy to clipboard
------------------------------------- */
.copy-url {
	display: flex;
}
.copy-url input {
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.copy-url .copy-url-button {
	min-width: 48px;
	background-color: #66676b;
	color: #fff;
	border-radius: 0 4px 4px 0;
}
/* ---------------------------------- */
/* Share Buttons
------------------------------------- */
.share-buttons {
	display: block;
}
.share-buttons-trigger {
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
	background-color: #f0f0f0;
	border-radius: 4px;
	transition: 0.4s;
	cursor: default;
}
.share-buttons-trigger i {
	position: relative;
	top: 1px;
}
.share-buttons-content {
	display: inline-block;
	position: relative;
	width: calc(100% - 60px)
}
.share-buttons-content span {
	margin-left: 10px;
	color: #888;
	cursor: default;
	padding: 10px 0;
	display: inline-block;
	transition: 0.4s;
}
.share-buttons-content span strong {
	color: #66676b;
	font-weight: 600;
}
.share-buttons:hover .share-buttons-content span {
	opacity: 0;
	transition: 0.2s;
}
.share-buttons-icons {
	position: absolute;
	left: 5px;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.4s cubic-bezier(0.5, -.41, .19, 2);
}
.share-buttons:hover .share-buttons-icons {
	opacity: 1;
	transform: translate(0);
}
.share-buttons-icons li {
	display: inline-block;
	float: left;
}
.share-buttons-icons li:first-child a {
	border-radius: 4px 0 0 4px;
}
.share-buttons-icons li:last-child a {
	border-radius: 0 4px 4px 0;
}
.share-buttons-icons li a {
	height: 44px;
	width: 44px;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}
.share-buttons-icons li a i {
	position: relative;
	top: 1px;
}
/* ---------------------------------- */
/* Verified Badge
------------------------------------- */
.utf-job-listing-company .utf-verified-badge, .utf-job-listing .utf-job-listing-footer ul li .utf-verified-badge {
	position: relative;
	display: inline-block;
	transform: scale(0.7);
	top: 2px;
	margin-left: -2px;
}
.utf-verified-badge {
	position: relative;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #38b653;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	font-weight: 500;
}
.utf-verified-badge:before {
	content: "\e92b";
	font-family: "Feather-Icons";
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 0px;
	line-height: 32px;
}
.utf-manage-resume-avatar .utf-verified-badge:before, .utf-manage-resume-item .utf-verified-badge:before {
	top:-4px;
}
.utf-manage-resume-item .utf-verified-badge{
	top:5px;
	margin-left:4px;
}
.utf-manage-resume-item .utf-verified-badge {
	height: 22px;
	width: 22px;
}
.utf-job-listing .utf-job-listing-company-logo .utf-verified-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(7px, 7px);
}
.utf-verified-badge-with-title {
	position: relative;
	height: 26px;
	display: flex;
	top: 1px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	background-color: #30ab4a;
	text-align: center;
	z-index: 10;
	font-weight: 500;
	border-radius: 30px;
	padding: 0 10px 0 0;
	margin: 0;
	overflow: hidden;
	padding-left: 34px;
	line-height: 27px;
}
.utf-verified-badge-with-title:before {
	content: "\e92b";
	font-family: "Feather-Icons";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	height: 26px;
	width: 26px;
	display: inline-block;
	background-color: #38b653;
}
/* ---------------------------------- */
/* Star Rating
------------------------------------- */
.utf-star-rating {
	display: inline-block;
}
.utf-star-rating .star {
	display: inline-block;
	margin: 0;
	padding: 0;
	top:-1px;
	float: left;
	margin-right: 0;
	position: relative;
}
.utf-star-rating .star.half:after, .utf-star-rating .star:before {
	font-family: "Material-Icons";
	content: "\e988";
	display: block;
	color: #ff8a00;
	font-size: 20px;
}
.utf-star-rating .star.empty:before {
	color: #ddd;
}
.rating:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.utf-star-rating .star.half:before {
	color: #ddd;
}
.utf-star-rating .star.half:after {
	color: #ff8a00;
	position: absolute;
	top: 0;
	width: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
}
.utf-star-rating:before {
	content: attr(data-rating);
	float: right;
	border-radius: 4px;
	background-color: #38b653;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	padding: 2px 7px;
	position: relative;
	top: 4px;
	margin-left: 8px;
}
.utf-star-rating.no-stars .star {
	display: none;
}
.utf-star-rating.no-stars:before {
	margin-right: 0;
}
/* ---------------------------------- */
/* Leave Rating Stars
------------------------------------- */
.leave-rating {
	height: 24px;
	float: left;
	position: relative;
}
.leave-rating:hover input[type="radio"]:checked ~ label {
	color: #dadada;
}
.leave-rating input[type="radio"] {
	display: inline-block;
	width: 1px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	height: 100%;
	margin-left: 50%;
	left: 0;
	top: 0;
	transform: translateX(-50%);
}
.leave-rating input[type="radio"]:checked ~ label {
	color: #ff8a00;
}
.leave-rating label {
	font-size: 24px;
	float: right;
	letter-spacing: 0px;
	color: #dadada;
	cursor: pointer;
	transition: 0.3s;
}
.leave-rating label:hover, .leave-rating label:hover ~ label {
	color: #ff8a00 !important;
}
.leave-rating-title {
	display: block;
	margin: 0 0 4px 0;
}
.utf-welcome-text-item .leave-rating-container {
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	left: 50%;
	width: 100%;
	display: block;
}
.utf-welcome-text-item .leave-rating {
	position: relative;
	left: 50%;
	transform: translateX(-50%) scale(1.2);
}
/* ---------------------------------- */
/* Ripple Effect
------------------------------------- */
.utf-ripple-effect-dark, .ripple-effect {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ripple-effect span.ripple-overlay, .utf-ripple-effect-dark span.ripple-overlay {
	animation: ripple 0.9s;
	border-radius: 100%;
	background: #fff;
	height: 12px;
	position: absolute;
	width: 12px;
	line-height: 12px;
	opacity: 0.1;
	pointer-events: none;
}
.utf-ripple-effect-dark span.ripple-overlay {
	background: #000;
	opacity: 0.07;
}
 @keyframes ripple {
 0% {
 -webkit-transform: scale(4);
 transform: scale(4);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(40);
 transform: scale(40);
}
}
/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.utf-input-with-icon {
	display: block;
	position: relative;
}
.utf-input-with-icon input {
	padding-right: 45px;
}
.utf-input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 20px;
	color: #a0a0a0;
	font-style: normal;
	cursor: pointer;
	pointer-events: pointer;
}
.utf-input-with-icon i.currency {
	font-size: 14px;
}
.utf-input-with-icon-left {
	position: relative;
}
.utf-input-with-icon-left input {
	padding-left: 65px;
}
.utf-input-with-icon-left i {
	position: absolute;
	top: 0;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	width: 48px;
	height: 48px;
	font-size: 18px;
	background-color: #424242;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	display: block;
	border-radius: 4px 0 0 4px;
}
.utf-input-with-icon-left.utf-no-border i {
	border: none;
}
/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container {
	margin-bottom: -15px;
}
.keywords-list {
	display: block;
	float: left;
	height: 0;
}
.keyword {
	background-color: rgba(102,103,107,0.07);
	color: #66676b;
	display: inline-block;
	float: left;
	padding: 0;
	border-radius: 4px;
	cursor: default;
	margin: 0 7px 7px 0;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	animation: KeywordIn 0.3s ease-in-out;
	animation-fill-mode: both;
	transition: 0.4s;
	overflow: hidden;
	max-width: 100%;
	font-size: 14.7px;
}
 @keyframes KeywordIn {
 0% {
 opacity: 0;
 transform: scale(0.9);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
.keyword.keyword-removed {
	max-width: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	animation: KeywordOut 0.4s ease-in-out;
	animation-fill-mode: both;
	pointer-events: none;
}
 @keyframes KeywordOut {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 0;
 margin-top: -35px;
}
}
.keyword-text {
	padding-right: 12px;
}
.keyword .keyword-remove:before {
	display: inline-block;
	cursor: pointer;
	font-family: "Feather-Icons";
	content: "\ea02";
	line-height: 20px;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: 10px;
	font-size: 15px;
}
.keyword-input-container {
	position: relative;
}
.keyword-input-container .keyword-input-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	padding: 0;
	color: #fff;
	background-color: #66676b;
	border-radius: 40px;
	margin: 6px;
	font-size: 22px;
	text-align: center;
	line-height: 36px;
}
.keyword-input-container .keyword-input-button i {
	color: #fff;
	position: relative;
	top: 2px;
}
input.keyword-input {
	margin: 0 0 15px 0;
}
/* ---------------------------------- */
/* Clickable Tags
------------------------------------- */
.utf-tags-container-item {
	display: block;
}
.utf-tags-container-item input[type="checkbox"] {
	display: none;
}
.utf-tags-container-item input[type="checkbox"] + label {
	transition: 0.3s;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #f4f4f4;
	color: #424242;
	display: inline-block;
	padding: 8px 15px;
	margin: 0;
	text-transform:capitalize;
	line-height: 26px;
}
.utf-tags-container-item input[type="checkbox"] + label:hover {
	color:#ffffff;
	background-color: #ff8a00;
}
.utf-tags-container-item input[type="checkbox"]:checked + label {
	background-color: #66676b;
	color: #fff;
	transition: 0.3s;
}
.utf-tags-container-item input[type="checkbox"] + label:before {
	font-family: 'Feather-Icons';
	content: "\e92c";
	font-size: 18px;
	transition: all 0.35s cubic-bezier(0.5, -.41, .19, 2), max-width 0.3s, margin 0.3s;
	max-width: 0;
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0;
	opacity: 0;
	color: #fff;
	line-height: 0;
	transform: scale(0.5);
}
.utf-tags-container-item input[type="checkbox"]:checked + label:before {
	max-width: 30px;
	opacity: 1;
	transform: scale(1);
	margin: 0 10px 0 0px;
}
.utf-tags-container-item .tag {
	display:block;
	width:100%;
	margin-bottom:8px;
	overflow: hidden;
}
.utf-tags-container-item .tag:last-child{
	margin-bottom:0;
}
.utf-tags-container-item .tag label{
	width:100%;
}
/* ---------------------------------- */
/* On/Off Switch Style
------------------------------------- */
.switches-list .utf-switch-container-item {
	width: 100%
}
.switches-list .utf-switch-container-item:last-child label {
	margin-bottom: 0;
}
.utf-switch-container-item {
	display: inline-block;
	cursor: pointer;
}
.utf-notify-box-aera .utf-switch-container-item {
	cursor: inherit;
}
label.switch {
	position: relative;
}
.switches-list .utf-switch-container-item label {
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	line-height: 26px;
}
.utf-sidebar-widget-item .switches-list .utf-switch-container-item{
	margin-bottom:10px;
	border-bottom:1px solid rgba(0, 0, 0, 0.05)
}
.utf-sidebar-widget-item .switches-list .utf-switch-container-item:last-child{
	border-bottom:0;
}
.switch-button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 50px;
	transition: 0.4s;
	margin: 0 7px 0 0;
	top: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}
.utf-notify-box-aera .switch-button {
	top: 0;
}
.utf-notify-box-aera .utf-switch-container-item {
	top: 1px;
	position: relative;
}
.switch span.switch-text {
	display: block;
	padding-left: 48px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}
.switch input {
	display: none;
}
.switch.interactive-effect input:checked + .switch-button:before {
	animation: switch-shadow-color 0.4s;
}
.switch.interactive-effect .switch-button:before {
	animation: switch-shadow 0.4s;
}
 @keyframes switch-shadow {
 0% {
box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
}
 100% {
box-shadow: 0 0 0px 10px rgba(0,0,0,0);
}
}
 @keyframes switch-shadow-color {
 0% {
box-shadow: 0 0 0 0 rgba(102,103,107,0.6);
}
 100% {
box-shadow: 0 0 0px 10px rgba(0,0,0,0);
}
}
.switch-button:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	bottom: 2px;
	left: 2px;
	background-color: white;
	transition: 0.4s, box-shadow 0.3s;
	border-radius: 50px;
}
input:checked + .switch-button {
	background-color: #66676b;
}
input:checked + .switch-button:before {
	transform: translateX(14px);
}
/* ---------------------------------- */
/* Radio Button
------------------------------------- */
.utf-radio-btn-list .radio{
	width:100%;
	padding-bottom:7px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.utf-radio-btn-list .radio:last-child{
	padding-bottom:0;
	margin-bottom: 0;
	border-bottom:0;
}
.utf-radio-btn-list .checkbox{
	width:100%;
	padding-bottom:4px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.utf-radio-btn-list .checkbox:last-child{
	padding-bottom:0;
	margin-bottom: 0;
	border-bottom:0;
}
.utf-radio-btn-list .checkbox label{
	margin-bottom:4px;
}
.radio {
	display: inline-block;
	vertical-align: top;
}
.radio label {
	margin: 3px 0;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	line-height: 25px;
}
.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.radio input[type="radio"] + label .radio-label {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #b4b4b4;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	background-color: #fff;
	box-shadow: inset 0 0 0 8px #fff;
	z-index: 100;
	position: absolute;
	top: 2px;
	left: 0;
}
.radio input[type="radio"] + label .radio-label:after {
	background-color: #66676b;
	content: "";
	top: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	opacity: 1;
	transition: 0.3s;
	border-radius: 4px;
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.radio input[type="radio"]:checked + label .radio-label {
	background-color: #66676b;
	border-color: #66676b;
	box-shadow: inset 0 0 0 3px #fff;
}
.radio-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: transparent;
	display: block
}
.interactive-effect label .radio-label:before {
	animation: radius-shadow 0.4s;
}
 @keyframes radius-shadow {
 0% {
box-shadow: 0 0 0 0 rgba(102,103,107,0.4);
}
 100% {
box-shadow: 0 0 0 10px rgba(0,0,0,0);
}
}
.small-label {
	border-radius: 4px;
	display: inline-block;
	background: #e0f5d7;
	color: #449626;
	padding: 0 8px;
	line-height: 27px;
	height: 26px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
	display: inline-block;
	margin-bottom: 0;
}
.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 25px;
}
.checkbox label span.checkbox-icon {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #b4b4b4;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 40px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 2px;
}
.checkbox input + label span.checkbox-icon:after {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: scale(0.5) rotate(45deg);
	transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}
.checkbox input:checked + label span.checkbox-icon {
	border-color: #66676b;
	background-color: #66676b;
}
.checkbox input:checked + label span.checkbox-icon:after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}
/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.uploadButton {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
	width: 100%;
	font-style: normal;
	font-size: 14px;
}
.uploadButton .uploadButton-input {
	opacity: 0;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	pointer-events: none;
}
.uploadButton .uploadButton-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px;
	padding: 10px 18px;
	cursor: pointer;
	border-radius: 4px;
	color: #66676b;
	background-color: transparent;
	border: 1px solid #66676b;
	flex-direction: row;
	transition: 0.3s;
	margin: 0;
	outline: none;
	box-shadow: 0 3px 10px rgba(102,103,107,0.1);
}
.uploadButton .uploadButton-button:hover {
	background-color: #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
	color: #fff;
}
.uploadButton .uploadButton-file-name {
	flex-grow: 1;
	display: flex;
	align-items: center;
	flex: 1;
	box-sizing: border-box;
	padding: 0 10px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 500;
	min-height: 45px;
	top: 0px;
	position: relative;
	color: #808080;
	background: #fbfdff;
	border: 1px solid #dde6ef;
	overflow: hidden;
	line-height: 22px;
	margin-left:10px;
	border-radius:4px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
/* ---------------------------------- */
/* Intro Banner
------------------------------------- */
.intro-banner {
	padding: 112px 0;
	position: relative;
}
.intro-banner.big-padding {
	padding: 112px 0;
}
.intro-banner .container {
	z-index: 100;
	position: relative;
}
.intro-banner:after, .intro-banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 15;
	opacity:0.5;
	background:#331A19;
}
.intro-banner:after {
	z-index: 5;
	background-color: #fafafa;
}
.intro-banner .background-image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 60%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
.intro-banner.disable-gradient:before {
	background: #f2f2f2;
	opacity: 0.9;
}
.intro-banner.disable-gradient .background-image-container {
	left: 0;
	width: 100%;
}
.banner-headline {
	display: block;
	max-width: 60%;
	text-align: center;
	margin: 0 auto;
}
.banner-headline h1, .banner-headline h2, .banner-headline h3, .banner-headline h4 {
	font-size: 28px;
	font-weight: 300;
	color: rgba(255,255,255,0.75);
	line-height: 42px;
}
.banner-headline strong {
	font-weight: 600;
	color: #ffffff;
}
.banner-headline strong.color {
	color: #66676b;
}
.utf-banner-headline-text-part {
	margin:0;
	display: block;
	text-align:center;
}
.utf-banner-headline-text-part h3 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
}
.utf-banner-headline-text-part span {
	font-size: 20px;
	color: rgba(255,255,255,0.9);
	font-weight: 500;
	line-height: 28px;
	margin-top: 5px;
	display: inline-block;
}
.utf-banner-headline-text-part span.typed-words {
	font-size: 40px;
	color: #ff8a00;
	font-weight: 700;
	line-height: 50px;
	margin-top: 5px;
	display: inline-block;
}
span.typed-cursor{
	font-size: 40px;
	color: transparent;
	font-weight: 600;
	line-height: 50px;
	display:none;
}
.dark-overlay .utf-banner-headline-text-part h3 {
	color: #fff;
}
.dark-overlay .utf-banner-headline-text-part span {
	color: rgba(255,255,255,0.8);
}
.utf-intro-banner-search-form-block {
	display: flex;
	width: 100%;
	background-color: #fbfdff;
	border-radius: 50px;
	border:5px solid rgba(0,0,0,0.1);
	box-shadow: 0 2px 12px rgba(0,0,0,0.09);
}
.utf-video-container-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
}
.utf-video-container-block video {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background-size: cover;
	transition: 1s opacity;
	position: absolute;
	z-index: 9;
}
.utf-intro-search-field-item {
	padding: 10px 12px;
	border-right: 1px solid #e4e4e4;
	flex: 1;
	align-items: center;
	display: flex;
	position: relative;
}
.utf-intro-search-field-item .field-title {
	content: attr(data-field-tiele);
	position: absolute;
	top: 0;
	left: 0;
	background: #66676b;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	line-height: 22px;
	transform: translateY(calc(-100% - 15px));
	cursor: default;
}
.utf-intro-banner-search-form-block .utf-intro-search-field-item:nth-last-child(2) {
	/*border-right: none;*/
	margin-right:10px;
}
.utf-intro-search-button {
	margin: 8px;
	margin-left: 0;
	flex: auto;
	flex-grow: 0;
	display: flex;
	align-items: center;
}
.utf-intro-search-button .button {
	height: 52px;
	line-height: 52px;
	padding: 0 30px;
	font-size: 16px;
	font-weight:600;
	text-transform:uppercase;
	border-radius: 50px;
}
.utf-intro-search-button .button:hover {
	background:#424242;
}
.utf-intro-banner-search-form-block input:focus {
	box-shadow: none;
}
.utf-intro-banner-search-form-block input::placeholder {
 color: #888;
}
.utf-intro-banner-search-form-block .utf-input-with-icon {
	align-self: center;
	flex: 1;
}
.utf-intro-banner-search-form-block input {
	padding: 10px 15px;
}
.utf-intro-banner-search-form-block input {
	box-shadow: none;
	font-size: 18px;
	margin: 0;
	padding-left:35px;
}
.utf-intro-banner-search-form-block i{
	left: 20px;
	position: absolute;
	font-size: 18px;
	color:#b0b0b0;
}
.utf-intro-search-button button i{
	left: 0px;
	color:#ffffff;
}
.utf-intro-banner-search-form-block .utf-input-with-icon input {
	padding: 10px 15px;
	padding-left: 43px;
}
.utf-intro-banner-search-form-block .utf-input-with-icon i {
	position: absolute;
	right: auto;
	left: 10px;
	top: calc(50% - 1px);
	font-size: 24px;
	color: #b0b0b0;
}
.utf-intro-search-field-item.with-autocomplete .pac-container {
	border: none;
	padding-top: 0;
	z-index: 9;
	left: 0 !important;
	top: 100% !important;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	width: 100% !important;
	margin-top: 0;
	overflow: visible;
}
.utf-intro-search-field-item.with-autocomplete .pac-container:before {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 5px;
	display: block;
	top: -5px;
	left: 0;
}
.utf-intro-search-field-item .bootstrap-select.btn-group button {
	padding: 0 15px;
	box-shadow: none;
	font-size: 18px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.utf-intro-search-field-item .field-title {
	transform: translateY(-100%);
	margin-top: -15px;
}
.utf-intro-banner-search-form-block input {
	line-height: 20px;
}
.utf-intro-search-field-item .bootstrap-select.open .dropdown-menu {
	top: 55px;
}
}
.intro-stats {
	list-style: none;
	padding: 0;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
}
.intro-stats li {	
	background:rgba(255, 255, 255, 0.25);
	display: inline-block;
	margin-right: 20px;
	min-width:230px;
	border-radius: 4px;
	text-align: center;
	padding:15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	transition: 0.35s;
}
.intro-stats li:hover {
	background:rgba(255, 138, 0, 0.95);
    transform: scale(1.04);
	transition: 0.35s;
	color: #ffffff!important;
	
}
.intro-stats li:hover strong {
	color: #ffffff;
	
}
.intro-stats li:hover i {
	color: #ffffff;
	
}

.intro-stats li:hover span {
	color: #ffffff;
	
}

.intro-stats li i{	
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	background:rgba(255, 255, 255, 0.15);
	color:#331a1a;	
	font-size:35px;
	font-weight:400;
	border-radius: 4px;
	float: left;
	padding:10px;
}
.intro-stats li sub.counter_item{
	display:inline-block;
	line-height:26px;
	text-align: left;
}
.intro-stats li:last-child {
	margin-right: 0;	
}
.intro-stats li span, .intro-stats li strong {
	display: block;
	margin: 0;
	padding: 0;
}
.intro-stats li strong {
	font-weight: 600;
	color: #ef8903;
	font-size: 28px;
	margin-bottom: 2px;
}
.intro-stats li strong:hover {

	color: #ffffff;

}
.intro-stats li span {
	font-weight: 300;
	color: #331a1a;
	font-size: 16px;
}
.intro-banner.dark-overlay:before {
	background: #0c1017;
	opacity: 0.55;
}
.intro-banner.dark-overlay .background-image-container {
	left: 0;
	width: 100%;
	background-position: 100%;
}
.intro-banner.dark-overlay .intro-stats li span, .intro-banner.dark-overlay .banner-headline strong, .intro-banner.dark-overlay .banner-headline h1, .intro-banner.dark-overlay .banner-headline h2, .intro-banner.dark-overlay .banner-headline h3, .intro-banner.dark-overlay .banner-headline h4 {
	color: rgba(255,255,255,0.7);
}
.intro-banner.dark-overlay .intro-stats li strong, .intro-banner.dark-overlay .banner-headline strong {
	color: #fff;
}
.intro-banner.dark-overlay .utf-intro-banner-search-form-block {
	box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}
/* ---------------------------------- */
/* Intro Banner Style
------------------------------------- */
@media (max-width: 1366px) {
.banner-headline h1,  .banner-headline h2,  .banner-headline h3,  .banner-headline h4 {
	font-size: 26px;
	line-height: 42px;
}
}
 @media (max-width: 1240px) {
.banner-headline {
	max-width: 65%
}
.utf-boxed-list-item-ul .bid {
    display:block
}
.utf-boxed-list-item-ul .bid-rate {
    margin-top:20px;
	width:100%;
}
.utf-boxed-list-item-ul .bid .bids-avatar {
    float: left;
}
}
 @media (max-width: 992px) {
.utf-intro-search-field-item .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	height: auto;
	line-height: 20px;
}
.utf-intro-banner-search-form-block .utf-intro-search-field-item:nth-last-child(2) {
	margin-right:0px;
}
.intro-banner {
	padding: 70px 0;
}
.banner-headline {
	max-width: 100%
}
.banner-headline h1,  .banner-headline h2,  .banner-headline h3,  .banner-headline h4 {
	font-size: 24px;
	line-height: 38px;
}
.intro-banner.dark-overlay .utf-intro-banner-search-form-block {
	box-shadow: none
}
.intro-banner.big-padding {
	padding: 70px 0;
}
.utf-banner-headline-text-part {
	margin-bottom: 0;
}
.utf-banner-headline-text-part h3 {
	font-size: 28px;
	line-height: 40px;
}
.utf-banner-headline-text-part span.typed-words, span.typed-cursor {
	font-size: 28px;
	line-height: 40px;	
}
.utf-banner-headline-text-part span {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
}
.intro-banner .background-image-container {
	background-size: cover;
	height: 100%;
	width: 100%;
	left: 0;
}
.utf-intro-banner-search-form-block .utf-intro-search-field-item .bootstrap-select.btn-group button,  .utf-intro-banner-search-form-block input {
	height: 56px;
	padding: 15px 22px;
}
.utf-intro-banner-search-form-block input{
	padding-left:50px;
}
.utf-intro-banner-search-form-block .utf-input-with-icon i {
	left: 17px;
}
.utf-intro-banner-search-form-block .utf-input-with-icon input {
	padding-left: 50px;
}
.utf-intro-banner-search-form-block.margin-top-100,  .utf-intro-banner-search-form-block.margin-top-95,  .utf-intro-banner-search-form-block.margin-top-90,  .utf-intro-banner-search-form-block.margin-top-85 {
	margin-top: 20px !important;
}
.utf-intro-banner-search-form-block {
	background:rgba(255, 255, 255, 0.2) !important;
	border-radius:10px;
	padding:15px;
	flex-direction: column;
	background: transparent;
	box-shadow: none;
	margin-top: 0px;
}
.utf-intro-banner-search-form-block .utf-intro-search-field-item {
	padding: 0;
	border-right:0;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	margin-bottom:15px;
}
.utf-intro-banner-search-form-block .utf-intro-search-field-item.with-label {
	margin-top: 80px;
}
.utf-intro-banner-search-form-block .utf-intro-search-button {
	margin-top:0px;
	margin-right:0;
	margin-bottom:0px;
}
.utf-intro-search-button .button{
	width:100%;
	border-radius:4px;	
}
.intro-stats li {
	margin: 0 5px 5px 0;	
	padding:10px 15px;
}
.intro-banner.dark-overlay .intro-stats li strong{
	font-size:24px;
}
.intro-stats li i{
	font-size: 34px;
	padding: 8px;
}
.intro-stats li span {
    font-size: 15px;
}
}
/* ---------------------------------- */
/* Category Boxes
------------------------------------- */
.utf-categories-container-block {
	display: flex;
	flex-wrap: wrap;
}
.utf-category-box {
	background:#fbfbfb;
	flex: 0 0 25%;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin:0;
	z-index:1;
	position:relative;
	text-align: center;
	padding:40px 20px 30px 20px;
	border-radius: 0px;
	border:1px solid rgba(0, 0, 0, 0.04);
	transition: 0.35s;
}
.utf-category-box:hover{
	border-radius: 4px;
}
.main_popular_categories {
    display: inline-block;
    margin: 30px auto 0 auto;
    width: 100%;
}
ul.main_popular_categories_list {
    display: block;
    margin: 0 auto;
    text-align: center;
	padding:0;
}
ul.main_popular_categories_list li {
    margin: 5px;
    list-style: none;
    display: inline-block;
    text-align: center;
}
ul.main_popular_categories_list li a {
    position: relative;
    width: 130px;
    height: 100px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    border-radius: 4px;
    padding: 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.utf_box {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(48, 48, 48, 0.6);
    border-radius: 4px;
    padding-top: 20px;
    text-align: center;
	transition: 0.35s;
    box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
}
.utf_box i {
	color:#ff8a00;
    font-size: 30px;
    margin-bottom: 5px;
}
.utf_box p {
    font-size: 16px;
	font-weight:600;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
ul.main_popular_categories_list li a{
	width:120px;
}	
}
ul.main_popular_categories_list li a:hover {
    background: #ff8a00;
    color: #fff;
	transform: scale(1.04);
	transition: 0.35s;
}
ul.main_popular_categories_list li a:hover .utf_box {
    background: #ff8a00;
 	transform: scale(1.04);
}
ul.main_popular_categories_list li a:hover .utf_box i {
    color: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.utf-category-box {
	max-width: 25%;
	text-align: center;
}
.utf-category-box-counter-item {
	width: 50px !important;
}
}
.utf-category-box-icon-item {
	font-size: 42px;
	line-height: 32px;
	color: #66676b;
	position: relative;
}
.utf-category-box-icon-item i {
	background:#fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 64px;
	font-size: 34px;
	transition: 0.35s;
	margin-bottom: 12px;	
	border-radius: 40px;
	margin-bottom: 12px;
	border:3px solid rgba(0, 0, 0, 0.04);
}
.utf-opening-position-counter-item {
	width: auto;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 4px;
	top:10px;
	right:10px;
	padding: 0 8px;
	color: #909090;
	position:absolute;
	background: rgba(0,0,0,0.06);
	font-weight: 600;
	display: inline-block;
	margin: 0 auto;
	transition: 0.35s;	
}
.utf-category-box-counter-item {
	width: auto;
	height: 24px;
	font-size: 14px;
	line-height: 25px;
	border-radius: 4px;
	padding: 0 8px;
	color: #909090;
	background: rgba(0,0,0,0.06);
	font-weight: 600;
	display: inline-block;
	margin: 0 auto;
	transition: 0.35s;
	margin-top: 10px;
}
.utf-category-box-content h3 {
	font-size: 17px;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0;
	transition: 0.35s;
}
.utf-category-box-content p {
	color: #888;
	margin: 0;
	padding: 0;
	line-height: 24px;
	margin-top: 5px;
	transition: 0.35s;
}
.utf-category-box:hover {
	background: #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
	color: #fff;
	transform:scale(1.05);
	z-index:9;
}
.utf-category-box:hover .utf-category-box-content h3{
	color: #fff;
}
.utf-category-box:hover .utf-category-box-content p {
	color: rgba(255,255,255,0.7);
}
.utf-category-box:hover .utf-category-box-counter-item, .utf-category-box:hover .utf-opening-position-counter-item {
	background: rgba(255,255,255,0.2);
	color: #fff;
}
@media (max-width: 1240px) {
.utf-category-box {
	flex: 0 0 33.3%;
}
.freelancers-list-layout .utf-manage-resume-overview-aera {
    padding: 20px 30px 15px 30px;
}
}
 @media (max-width: 768px) {
.utf-category-box {
	flex: 0 0 50%;
}
}
 @media (max-width: 480px) {
.utf-category-box {
	flex: 0 0 100%;
	margin-right: 0;
	margin-bottom:20px;
	border-radius:4px;
}
.utf-category-box:last-child{
	margin-bottom:0;
}
}
/* ---------------------------------- */
/* Photo Box
------------------------------------- */
.photo-box {
	border-radius: 6px;
	height: 250px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: 0.4s;
	margin: 0 0 25px 0;
}
.photo-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0c1017;
	opacity: 0.65;
	border-radius: 6px;
	transition: 0.4s;
}
.photo-category-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0c1017;
	opacity: 0.8;
	border-radius: 6px;
	transition: 0.4s;
}
.utf-opening-box-content-part {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.utf-opening-box-content-part h3 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.utf-opening-box-content-part span {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 10px;
	line-height: 20px;
	margin-top: 8px;
	display: inline-block;
}
.photo-box:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform:scale(1.05);
}
.photo-box:hover:before {
	background: #66676b;
	opacity: 0.85;
}
.photo-box.small {
	height: 220px;
	margin-bottom: 30px;
	position:relative;
}
.photo-box.small:hover {
	transform:scale(1.05);
	z-index:9;
}
.photo-box.small .utf-opening-box-content-part {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: auto;
	top: 55%;
	transform: translateY(-50%);
}
.photo-box.small .utf-opening-box-content-part h3 {
	font-size: 16px;
	font-weight: 600;
}
.photo-box.small .utf-opening-box-content-part span {
	color: #fff;
	background: #66676b;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	transition: 0.3s;
}
.photo-box.small .utf-opening-position-counter-item {
	width: auto;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 4px;
	top:10px;
	right:10px;
	padding: 0 8px;
	color: #ffffff;
	position:absolute;
	background: #ff8a00;
	font-weight: 600;
	display: inline-block;
	margin: 0 auto;
	transition: 0.35s;	
}
.photo-box.small:hover .utf-opening-position-counter-item {
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.photo-box.small:hover .utf-opening-box-content-part span {
	color: #fff;
	background: rgba(255,255,255,0.2);
}
/* ---------------------------------- */
/* Pricing Plans
------------------------------------- */
.utf-plan-radios-item {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.utf-plan-radios-item.text-align-left {
	text-align: left;
}
.utf-plan-radios-item .radio {
	background:#fbfdff;
	padding:8px 20px;
	margin-right: 20px;
	border-radius:4px;	
	border:1px solid #dde6ef;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.utf-plan-radios-item .radio:last-child {
	margin-right: 0;
}
.utf-pricing-plans-container-block {
	border-radius: 4px;
	/*box-shadow: 0 0 25px rgba(0,0,0,0.1);*/
	display: flex;
}
.pricing-plan {
	flex: 1;
	padding: 35px 17px;
	position: relative;
}
.pricing-plan h3 {
	font-size: 20px;
	font-weight: 600;
}
.pricing-plan p {
	display: inline-block;
	margin-bottom: 20px;
}
.utf-pricing-yearly-label {
	display: none;
}
.billed-yearly .utf-pricing-yearly-label {
	display: block;
}
.billed-yearly .utf-pricing-monthly-label {
	display: none;
}
.utf-pricing-plan-label {
	background: #f6f6f6;
	border-radius: 40px;
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 24px;
	padding: 15px;
	width: auto;
	height: auto;
	margin: 20px;
	margin-top:15px;
	padding: 15px 0;
}
.utf-pricing-plan-label strong {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-right:5px;
	display:inline-block;
	line-height: 30px;
}
.recommended .utf-pricing-plan-label {
	background-color: rgba(102,103,107,0.06);
	color: #f9f9f9;
}
.recommended .utf-pricing-plan-label strong {
	color: #ffffff;
}
.utf-pricing-plan-features-item strong {
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 24px;
	display: inline-block;
}
.utf-pricing-plan-features-item{
	margin-bottom:30px;
}
.utf-pricing-plan-features-item ul li .utf-verified-badge{
	height: 18px;
	width: 18px;
	top:2px;
	margin-right:3px;
}
.utf-pricing-plan-features-item ul li .utf-verified-badge::before {
    font-size: 14px;
    top: -1px;
    line-height: 20px;
}
.utf-pricing-plan-features-item ul {
	padding: 0;
	margin: 0;
}
.utf-pricing-plan-features-item ul li {
	display: block;
	margin: 0;
	border-top:1px dashed rgba(0, 0, 0, 0.08);
	padding: 9px 0;
	line-height: 24px;
}
.utf-pricing-plan-features-item ul li:last-child{
	border-bottom:1px dashed rgba(0, 0, 0, 0.08);
}
.pricing-plan .button:hover, .pricing-plan.recommended .button {
	color: #fff;
	background-color: #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.pricing-plan .button {
	color: #66676b;
	background-color: #fff;
	border: 1px solid #66676b;
	box-shadow: 0 4px 12px rgba(102,103,107,0.1);
}
.pricing-plan .button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.utf-pricing-plan-title-block{
	background-color:#ff8a00;
	border-radius: 6px;	
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.pricing-plan.recommended {
	box-shadow: 0 0px 45px rgba(0,0,0,0.09);
	padding:30px;
	margin: 0 15px;
	text-align:center;
	border-radius:10px;
	overflow:hidden
}
.pricing-plan .utf-recommended-badge {
	color: #fff;
	position: relative;
	width: 100%;
	font-size:18px;
	text-align: center;
	font-weight: 600;
	line-height: 54px;
	position:relative;
}
.pricing-plan .utf-recommended-badge::before {
    background: #f9f9f9;
    border: 0 none;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    bottom: 8px;
    width: 40px;
}
@media (max-width: 992px) {
.utf-pricing-plans-container-block {
	box-shadow: none;
	display: block;	
}
.pricing-plan {
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	margin-bottom: 40px;
	flex: auto;
	width: 100%;
	border-radius: 4px;
	padding: 35px;
}
.pricing-plan.recommended {
	margin: 0;
	margin-bottom: 25px;
}
.recommended.pricing-plan {
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
}
/* ---------------------------------- */
/* Checkout Page
------------------------------------- */
.headline-border-top {
	border-top: 1px solid #e0e0e0;
}
.boxed-widget {
	background-color: #fbfdff;
	padding: 0;
	transform: translate3d(0, 0, 0);
	z-index: 90;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	border:1px solid #dde6ef;
	box-shadow:0 5px 6px 0px rgba(0, 0, 0, 0.03);
}
.utf-boxed-widget-headline {
	font-size: 20px;
	padding: 20px 30px;
	background-color: #ff8a00;
	color: #ffffff;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.utf-boxed-widget-headline h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color:#ffffff;
}
.utf-boxed-widget-inner {
	padding:20px 30px;
}
.boxed-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxed-widget ul li span {
	float: right;
	color: #333;
	font-weight: 600;
}
.boxed-widget ul li {
	color: #666;
	padding-bottom: 1px;
}
.utf-boxed-widget-inner ul li {
	padding:7px 0;
}
.boxed-widget.summary li.total-costs {
	font-size: 18px;
	border-top: 1px solid #e4e4e4;
	padding-top: 18px;
	margin-top: 18px;
	font-weight: 700;
}
.boxed-widget-footer {
	border-top: 1px solid #e4e4e4;
	width: 100%;
	padding: 20px 30px;
}
.boxed-widget-footer .checkbox label {
	margin-bottom: 0;
}
.boxed-widget.summary li.total-costs span {
	font-weight: 700;
	color: #66676b;
}
.listing-item-container.compact.order-summary-widget .listing-item {
	border-radius: 4px 4px 0 0;
	cursor: default;
	height: 240px;
}
.listing-item-container.compact.order-summary-widget {
	margin-bottom: 0;
}
.listing-item-container.compact.order-summary-widget:hover {
	transform: none;
}
/* ---------------------------------- */
/* Billing Cycle Style
------------------------------------- */
.utf-plan-pricing-aera {
	display: flex;
}
.utf-plan-pricing-aera .radio {
	flex: 1;
	margin: 5px 20px 5px 0;
}
.utf-plan-pricing-aera .radio label {
	background:#fbfdff;
	border-radius: 4px;
	border: 2px solid #f2f2f2;
	padding:15px;
	height: 100%;
	box-shadow:0 5px 6px 0px rgba(0, 0, 0, 0.03);
	align-self: center;
	z-index:0;
	line-height:21px;
	position: relative;
}
.utf-plan-pricing-aera .radio:last-of-type {
	margin-right: 0;
}
.utf-plan-pricing-aera .radio input[type="radio"] + label .radio-label {
	position: relative;
	top: 2px;
	margin-right: 7px;
}
.utf-plan-pricing-aera-details {
	display: block;
	padding-left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.discounted-price-tag, .regular-price-tag {
	font-size: 14px;
	background: #ff8a00;
	color: #ffffff;
	font-weight:600;
	border-radius: 40px;
	line-height: 20px;
	padding: 3px 12px;
	flex-grow: 0;
	flex: auto;
	width: auto;
	transition: 0.3s;
	margin-top:0px;
	margin-right:0px;
	display: inline-block;
}
.line-through {
	text-decoration: line-through;
	background-color: #fbf6dd;
	color: #a18d29;
}
@media (max-width: 768px) {
.utf-plan-pricing-aera {
	display: flex;
	flex-direction: column;
}
.utf-plan-pricing-aera .radio {
	margin-right: 0;
}
.utf-plan-pricing-aera .radio label{
	line-height:inherit;
}
}
/* ---------------------------------- */
/* Payment Toggle Style
------------------------------------- */
.payment-logo {
	height: 22px;
	position: absolute;
	right: 20px;
	top: 18px;
	image-rendering: -webkit-optimize-contrast;
}
.payment-logo.stripe, .payment-logo.paypal {
	height: 22px;
	top: 18px;
}
.utf-payment-tab-trigger &gt; input {
	position: absolute;
	visibility: hidden;
}
.utf-payment-tab-trigger {
	padding: 0px 20px;
	background: #f9f9f9;	
}
.utf-payment-tab-trigger &gt; label {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	padding: 15px 0;
	top: 0px;
	margin-bottom: 0;
	font-weight: 500;
}
.utf-payment-tab-trigger &gt; label::before {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
}
.utf-payment-tab-trigger &gt; label::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 24px;
	width: 8px;
	height: 8px;
	transition: 0.2s;
	transform: scale(0);
}
.utf-payment-tab-trigger &gt; input:checked ~ label::before {
	border-color: #66676b;
}
.utf-payment-tab-trigger &gt; input:checked ~ label::after {
	background-color: #66676b;
	transform: scale(1);
}
.payment {
	border-radius: 4px;
	overflow: hidden;
}
.payment-tab {
	box-sizing: border-box;
	max-height: 60px;
	overflow: hidden;
	border: 2px solid #f2f2f2;
	position: relative;
	margin-bottom:15px;
	border-radius: 4px;
	box-shadow:0 5px 4px 0px rgba(0, 0, 0, 0.02);
	transition: all 0.3s 0s ease-in-out;
	width: 100%;
}
.payment-tab.payment-tab-active {
	max-height: 400px;	
}
 @media (max-width: 991px) {
.payment-tab.payment-tab-active {
	max-height: 800px;
}
a.apply-now-button {
    margin-bottom: 20px;
}
}
.utf-payment-tab-content-aera {
	padding:20px 20px 10px 20px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	display:inline-block;
	width:100%;
	transition: 0.2s ease-in-out;
}
.payment-form-row {
	margin-top:0px;
	margin-bottom: 0px;
}
.payment-tab.payment-tab-active .utf-payment-tab-content-aera {
	visibility: visible;
	opacity: 1;
}
.card-label &gt; input {
	box-sizing: border-box;
	display: block;
	height: 51px;
	margin: 10px auto 10px;
	transition: border-color 0.3s;
	width: 100%;
	border: 1px solid #dde6ef;
	background-color: #fbfdff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.06);
	padding: 15px;
}
.card-label &gt; input:focus {
	background:#ffffff;
	box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.12);
	border: 1px solid #dde6ef;	
}
.card-label &gt; input::placeholder {
	transition: 0.2s ease-in-out;
	-webkit-transform-origin: left;
}
 .card-label &gt; input:focus::placeholder {
	transform: translateY(-18px);
}
.card-label &gt; label {
	background-color: #fff;
	display: inline-block;
	margin: 10px auto auto 5px;
	font-size: 16px;
	padding: 0px;
	font-weight: 500;
	color: #909090;	
}
.payment-tab p {
	margin:0 0 10px 0;
}
/* ---------------------------------- */
/* Booking Confirmation Page
------------------------------------- */
.utf-order-confirm-aera {
	text-align: center;
	margin:40px 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f9f9f9;
	border: 2px solid #f2f2f2;
	border-radius: 4px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.utf-order-confirm-aera h2 {
	font-size: 40px;
	line-height:46px;
	font-weight: 800;
	margin-bottom: 10px;
	display: block;
	text-transform:uppercase;
}
.utf-order-confirm-aera p {
	font-size: 20px;
	color: #808080;
	font-weight: 500;
	display: block;
	line-height: 28px;	
}
.utf-order-confirm-aera a.button:before {
	display: none;
}
.utf-order-confirm-aera a.button {
	background-color:#ff8a00;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	box-shadow: none;
	padding-top: 14px;
	padding-bottom: 14px;
}
.utf-order-confirm-aera a.button i {
	font-size: 24px;
}
.book-now.button {
	padding: 9px;
	margin-bottom: -4px;
}
.utf-breathing-icon {
	background-color: #66676b;
	width: 120px;
	height: 120px;
	line-height: 0;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 100;
	transition: 0.4s;
	color: #fff;
	font-weight: 500;
	animation: bicokAnim 3s infinite;
	box-shadow: 0 0 0 15px rgba(102,103,107,0.07);
	margin-bottom: 70px;
	font-size: 90px;
}
.utf-breathing-icon i {
	color: #fff;
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
 @keyframes bicokAnim {
 0%, 100% {
 box-shadow: 0 0 0 15px rgba(102,103,107,0.07);
}
 50% {
 box-shadow: 0 0 0 28px rgba(102,103,107,0.12);
}
}
 @media (max-width: 991px) {
.utf-order-confirm-aera i {
	font-size: 100px;
}
.utf-order-confirm-aera p {
	font-size: 18px;
}
.utf-order-confirm-aera h2 {
	font-size: 36px;
}
}
/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */
.icon-box {
	background:#ffffff;
	border-radius:6px;
	padding:30px 20px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	transition: 0.4s;
	box-shadow:0 2px 20px rgba(0,0,0,0.05);
	z-index:1;
}
.icon-box:hover{
	background:#ff8a00;
	transition: 0.4s;
	transform:scale(1.05);
	z-index:9;
}
.icon-box:hover .utf-icon-box-circle{
	background-color:#ffffff;
	color:#ff8a00;
}	
.icon-box:hover .utf-icon-box-circle .utf-icon-box-circle-inner{
	color:#ff8a00;
}
.icon-box:hover h3, .icon-box:hover p{
	color:#ffffff;
}	
.utf-icon-box-circle {
	background-color: #ff8a00;
	width: 80px;
	height: 80px;
	line-height:80px;
	border-radius:50px;
	z-index: 100;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.utf-icon-box-circle-inner {
	font-size: 40px;
	line-height:82px;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
.icon-box span {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.icon-box h4 {
	margin: 4px 0;
	line-height: 26px;
}
.icon-box h3 {
	margin: 4px 0;
	line-height: 26px;
	font-size: 22px;
	font-weight: 600;
}
.icon-box p {
	margin: 0;
	margin-top: 15px;
	font-style: 16px;
	padding: 0;
	color: #808080;
}
 @media (max-width: 992px) {
.icon-box.with-line:before {
	display: none;
}
}
/* ---------------------------------- */
/* Testimonials
------------------------------------- */
.utf-testimonial-box {
	background: transparent;
	border-radius: 6px;
	padding: 45px 40px;
	padding-top: 35px;
	color: #888;
	position: relative;
	margin: 70px 0 0;
	box-shadow: none;
	transition: 0.4s;
	cursor: grab;
	text-align: center;
	transform: scale(0.8);
}
.utf-testimonial-box:before {
	content: "\f2cd";
	font-family: 'Line-Awesome';
	position: absolute;
	top:40px;
	left: 20px;
	font-size: 44px;
	transform: translateY(-100%);
	color: #66676b;
	opacity: 0;
	transition: 0.3s;
	background:#fff;
	height: 70px;
	line-height: 70px;
	width: 70px;
	border-radius: 60px;
	box-shadow: 0 5px 2px rgba(255, 138, 0,0.15);
}
.utf-testimonial-carousel-block .slick-slide:before {
	content: "\f2ce";
	font-family: 'Line-Awesome';
	position: absolute;
	bottom:-65px;
	right:50px;
	z-index:9;
	font-size: 44px;
	transform: translateY(-100%);
	color: #ff8a00;
	text-align:center;
	opacity: 0;
	transition: 0.3s;
	background:#fff;
	height: 70px;
	line-height: 70px;
	width: 70px;
	border-radius: 60px;
	box-shadow: 0 5px 2px rgba(255, 138, 0,0.15);
}
.utf-carousel-review-item.slick-slide.slick-active:before {
    opacity: 1;
}
.utf-testimonial-carousel-block .slick-slide {
	margin: 0 20px 30px 20px;
	opacity: 0;
	transition: 0.4s;
	pointer-events: all;
}
.utf-testimonial-carousel-block .slick-slide.slick-active {
	opacity: 1;
	filter: none;
	pointer-events: all;
}
.utf-testimonial-carousel-block .slick-slide {
	/*background:#ffffff;*/
	/*background:linear-gradient(to top,rgba(255, 255, 255, 1) 0%,rgba(0, 0, 0, 0));*/
	padding:0px 30px 30px 30px;
	border-radius:6px;
	position:relative;
    margin: 0px 20px 30px 20px;
	box-shadow:0 0 30px rgba(0,0,0,0.02);
    opacity: 0.3;
    transition: 0.2s;
    pointer-events: all;
}
.utf-testimonial-carousel-block .slick-slide .utf-testimonial-box {
	background:#ffffff;
	box-shadow:0 0 30px rgba(0,0,0,0.08);
	transform: scale(0.9);
}
.utf-testimonial-carousel-block .slick-slide.slick-active .utf-testimonial-box {
	transform: scale(1);
}
.utf-testimonial-carousel-block .slick-slide.slick-active .utf-testimonial-box:before {
	opacity: 1;
}
.utf-testimonial-carousel-block .slick-slide.slick-active .utf-testimonial-box {
	background: #fff;
	color: #666;
	box-shadow: 0 0 30px rgba(0,0,0,0.08);
}
.testimonial, .testimonial p {
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	line-height: 28px;
}
.utf-testimonial-author-utf-detail-item {
	display: block;
	width: 100%;
	padding: 20px 0 15px 0;
	text-align: center;
	margin: 0 auto;
}
.utf-testimonial-avatar-photo {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.utf-testimonial-avatar-photo img {
	width: 90px;
	display: inline-block;
	text-align: center;
	height: 90px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
	border:4px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 2px rgba(255, 138, 0,0.08);
}
.utf-testimonial-author-utf-detail-item h4 {
	display: block;
	width: 100%;
	font-size: 18px;
	padding-top: 0;
	color: #333;
	font-weight: 600;
}
.utf-testimonial-author-utf-detail-item span {
	display: block;
	padding-top: 0;
	display: inline-block;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding: 0px 12px;
	margin: 2px 0 10px 0;
	color: #9f9f9f;
}
.utf-testimonial-box .utf-star-rating {
	height: 30px;
	display: inline-block;
	margin-bottom: -10px;
	margin-top: 15px;
}
.utf-testimonial-carousel-block .slick-next {
	right: 25%;
}
.utf-testimonial-carousel-block .slick-prev {
	left: 25%;
}
.utf-testimonial-carousel-block .slick-next, .utf-testimonial-carousel-block .slick-prev {
	margin-top: 35px;
}
@media (max-width: 1600px) {
.utf-testimonial-carousel-block .slick-next {
	right: 15%;
}
.utf-testimonial-carousel-block .slick-prev {
	left: 15%;
}
}
 @media (max-width: 1240px) {
.utf-testimonial-carousel-block .slick-next {
	right: 13%;
}
.utf-testimonial-carousel-block .slick-prev {
	left: 13%;
}
}
 @media (max-width: 992px) {
.utf-testimonial-carousel-block .slick-next {
	right: 8%;
}
.utf-testimonial-carousel-block .slick-prev {
	left: 8%;
}
.utf-testimonial-box {
	padding: 35px;
}
.testimonial,  .testimonial p {
	font-size: 16px;
	line-height: 28px;
}
}
 @media (max-width: 768px) {
.utf-testimonial-carousel-block .slick-next {
	right: 20px;
}
.utf-testimonial-carousel-block .slick-prev {
	left: 20px;
}
.utf-testimonial-carousel-block .slick-next,  .utf-testimonial-carousel-block .slick-prev {
	transform: scale(0.8) translateY(-50%)
}
.utf-payment-tab-trigger &gt; label::before{
	top:4px;
}
}
.utf-logo-carousel-block .utf-carousel-logo-item {
	display: inline-block;
	height: 100px;
	text-align: center;
	position: relative;
}
.utf-logo-carousel-block .utf-carousel-logo-item a {
	display: inline-block;	
}
.utf-logo-carousel-block .utf-carousel-logo-item img {
	max-height: 100%;
	max-width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.utf-logo-carousel-block .slick-prev, .utf-logo-carousel-block .slick-next {
	top: 50%;
}
.utf-blog-carousel-block {
	width: calc(100% + 30px);
	left: -15px;
}
.utf-blog-carousel-block .utf-blog-item-container-part {
	margin: 15px;
	display: inline-block;
	width: 30%;
}
.utf-blog-carousel-block.slick-initialized .utf-blog-item-container-part {
	width: auto;
}
.utf-blog-carousel-block-related {
	width: calc(100% + 0px);	
}
.utf-blog-carousel-block-related .utf-blog-item-container-part {
	margin: 15px;
	display: inline-block;
	width: 30%;
}
.utf-blog-carousel-block-related.slick-initialized .utf-blog-item-container-part {
	width: auto;
}

.full-width-carousel-fix .default-slick-carousel.slick-initialized .freelancer, .full-width-carousel-fix .utf-blog-carousel-block.slick-initialized .utf-blog-item-container-part {
	margin: 15px;
	transform: scale(0.85);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}
.full-width-carousel-fix .default-slick-carousel.slick-initialized .slick-slide.slick-active.freelancer, .full-width-carousel-fix .utf-blog-carousel-block.slick-initialized .slick-slide.slick-active.utf-blog-item-container-part {
	transform: scale(1);
	opacity: 1;
	pointer-events: all;
}
.full-width-carousel-fix .utf-blog-carousel-block.slick-initialized .slick-slide.slick-active.utf-blog-item-container-part:hover {
	transform: scale(1) translateY(-10px);
}
/* ---------------------------------- */
/* Text Banner
------------------------------------- */
.utf-photo-section-block {
	background-size: cover;
	background-position: 50%;
	display: block;
	position: relative;
}
.utf-photo-section-block:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #331A19;
	opacity: 0.8;
	display: block;
	position: absolute;
	top: 0;
}
.text-content {
	background: transparent;
	padding: 70px 0px 0 0;
	font-weight: 500;
	z-index: 99;
	position: relative;
}
.text-content.white-font, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content.white-font h1, .text-content.white-font h2, .text-content.white-font h3, .text-content.white-font h4, .text-content.white-font h5 {
	color: #fff;
}
.text-content a.button {
	font-size: 16px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.text-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	opacity: 0.85;
}
.text-content h2 {
	margin-bottom: 15px;
	line-height: 46px;
	font-size: 34px;
	font-weight: 700;
}
ul.utf-download-text {
    float: left;
    width: 100%;
    margin: 0;
	padding:0;
	margin-bottom:20px;
	list-style-type:none;    
}
ul.utf-download-text li {
    float: left;
    margin: 0;
    margin-top: 15px;
	transition: 0.35s;
}
ul.utf-download-text li a {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.6);
	width: 175px;
	height: 65px;
	border-radius: 4px;
	margin-right: 25px;
	padding-left: 60px;
	color:#ffffff;
    position: relative;
    padding-top: 7px;
	transition: 0.35s;
}
ul.utf-download-text li a i {
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 45px;
}
ul.utf-download-text li a span {
    float: left;
    width: 100%;
    font-size: 16px;
	font-weight:600;
}
ul.utf-download-text li a p {
    float: left;
    width: 100%;
    margin: 0;
    color:#ffffff;
    font-size: 13px;
    line-height: 20px;
}
ul.utf-download-text li a:hover {
    background: #ff8a00;
	border-color:#ff8a00;
	transform: scale(1.04);
    transition: 0.35s;
}
.download-img {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
.download-img img {
    max-width: 100%;
    float: right;
    margin-top:0px;
}
.top-1 {
	position: relative;
	top: -1px;
}
.top-0 {
	position: relative;
}
 @media (max-width: 1239px) {
.download-img img{
	display:none;
}
.text-content {
    padding: 80px 0;
}
.freelancers-list-layout .utf-manage-resume-overview-aera .utf-manage-resume-item {
    width: 100%;
}
.intro-banner .utf-trending-silver-item a {
    display: inline-block;
    margin-bottom: 5px;
	padding: 2px 8px;
	line-height: 24px;
}
.intro-banner .utf-trending-black-item {
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
}
 @media (max-width: 992px) {
.text-content h2 {
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
}
}
/* ---------------------------------- */
/* Counters
------------------------------------- */
.utf-counters-container-aera {
	display:flex;
}
.counter_inner_block{
	padding:0;
}
.utf-single-counter {
	text-align: center;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 25px 15px;
	border-radius: 10px;
	box-shadow:0 5px 15px rgba(0,0,0,0.06);
	z-index:1;
}
.utf-single-counter i {
	font-size: 40px;
	color:#ff8a00;
	position: relative;
	display:block;
	top:0;
	left: 0;
	right: 0;
	background:#f7f7f7;
	width: 80px;
	margin: 0 auto;
	margin-bottom:30px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
}
.utf-single-counter h3 {
	font-size: 34px;
	font-weight: 700;
	color: #66676b;
	margin-bottom: 8px;
}
.utf-single-counter .utf-counter-title {
	color: #888;
	padding-top: 0;
	display: inline-block;
	border-radius: 4px;
	font-size: 18px;
}
@media (max-width: 992px) {
.utf-single-counter {
	flex: 1 1 25%;
	margin-bottom: 30px;
}
.utf-counters-container-aera {
	margin-bottom: -30px;
}
.utf-single-counter h3{
	font-size:30px;
}
.utf-single-counter .utf-counter-title{
	font-size:16px;
}
}
@media (max-width: 768px) {
.utf-single-counter {
	flex: 1 1 50%;
	padding:15px 10px;
}
.utf-single-counter i{
	margin-top:5px;
	margin-bottom:25px;
}
.utf-counters-container-aera {
    display: block;
}
.utf-counters-container-aera .col-xl-3{
	width:50%;
	float:left;
}
}
@media (max-width: 340px) {
.utf-counters-container-aera .col-xl-3{
	width:100%;
	float:left;
}
.utf-single-counter{
	margin-bottom:20px;
}
}
/* ---------------------------------- */
/* Countdown
------------------------------------- */
.countdown {
	border-radius: 4px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	padding: 14px;
}
.countdown.green {
	background-color: #e7f8ec;
	color: #289c41;
}
.countdown.yellow {
	background-color: #fbf6dd;
	color: #a18d29;
}
.bidding-countdown {
	background-color: #ff8a00;
	color: #ffffff;
	border-radius: 4px;
	width: 100%;
	box-shadow:0 1px 8px rgba(0,0,0,0.1);
	display: block;
	font-weight:600;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	padding: 14px;
}
/* ---------------------------------- */
/* Bidding Widget
------------------------------------- */
.bidding-widget {
	border-radius: 4px;
	background-color: #f9f9f9;
}
.dashboard-box .bidding-widget, .utf-popup-tab-content-item .bidding-widget {
	border-radius: 0;
	text-align:center;
	background-color: transparent;
}
.dashboard-box .slider-handle.custom, .utf-popup-tab-content-item .slider-handle.custom {
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 0px 7px rgba(255, 138, 0,.12);
}
.bidding-widget .bidding-headline {
	background-color: #f0f0f0;
	color: #333;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.bidding-widget .bidding-inner {
	padding: 30px 35px;
	text-align:center;
}
.bidding-widget .bidding-headline {
	color: #333;
	font-size: 20px;
	padding: 20px 35px;
}
.bidding-widget .bidding-headline h3 {
	color: #333;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.bidding-widget .utf-bidding-overview-headline {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 25px;
	background-color: #ff8a00;
	color: #ffffff;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.bidding-widget .bidding-signup {
	color: #666;
	font-size: 14.7px;
	padding: 16px 35px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.bidding-widget .bidding-signup a {
	font-weight: 600;
}
.bidding-widget button.button {
	margin-bottom: 3px;
}
.bidding-widget .bidding-detail {
	color: #888;
	display: block;
}
.bidding-widget .bidding-detail strong {
	color: #333;
	font-weight: 700;
}
.dashboard-box .bidding-detail strong {
	font-weight: 600;
}
.bidding-widget .bidding-value {
	font-size: 26px;
	font-weight: 500;
	color: #333;
	margin: 5px 0 25px 0;
}
.bidding-widget .bidding-value {
	width: 130px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	margin-top:15px;
	background-color: #ff8a00;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	transition: 0.3s;
	box-shadow:0 2px 8px rgba(255, 138, 0,0.25);
}
.bidding-widget .button {
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
	transition: 0.3s;
	height: 46px;
}
.bidding-widget .button:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform: scale(1.02)
}
.bidding-widget .bidding-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 12px;
	width: calc(100% + 20px);
}
.bidding-widget .bidding-fields .bidding-field {
	flex: 1;
	margin-right: 20px;
}
.qtyButtons {
	display: flex;
	margin: 0;
	background: #fbfdff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
	height: 48px;
	padding:7px 5px;
	border:1px solid #dde6ef;
}
.utf-sidebar-widget-item .bidding-inner .bidding-field .qtyButtons{
	height:50px;
}
.qtyButtons.utf-with-border {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05)
}
.qtyButtons input {
	outline: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 50px;
	height: 36px;
	color: #808080;
	line-height: 36px;
	margin: 0 !important;
	padding: 0 5px;
	border: none;
	box-shadow: none;
	display: inline-block;
	flex-grow: 1;
	box-shadow: none !important;
}
.qtyTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
}
.qtyInc, .qtyDec {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	background-color: #f0f0f0;
	color: #808080;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
	font-family: "Feather-Icons";
	flex: 1;
	min-width: 36px;
	max-width: 36px;
	transition: 0.3s;
}
.qtyInc:before {
	content: "\e9b1";
}
.qtyDec:before {
	content: "\e996";
}
.qtyInc:hover, .qtyDec:hover {
	background-color: #66676b;
	color: #fff;
}
.qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 2px;
	height: 18px;
	width: 18px;
}
@media (max-width: 1366px) {
.qtyInc, .qtyDec {
	min-width: 34px;
	max-width: 34px;
}
.bidding-widget .bidding-inner {
	padding: 25px 20px;
}
.bidding-widget .bidding-headline {
	padding: 20px 32px;
}
}
 @media (max-width: 380px) {
.qtyInc, .qtyDec {
	min-width: 36px;
	max-width: 36px;
}
.bidding-widget .bidding-fields .bidding-field {
	flex: auto;
	margin-right: 0;
	width: 100%;
}
.bidding-widget .bidding-fields .bidding-field:first-child {
	margin-bottom: 20px
}
.bidding-widget .bidding-fields {
	width: 100%;
}
}
/* -------------------------------- */
/* 404 Error Page
----------------------------------- */
#utf-not-found-item {
	margin: 40px 0 80px 0;
}
#utf-not-found-item.center {
	text-align: center;
}
#utf-not-found-item .utf-error-img{
	margin-bottom:30px;
}
#utf-not-found-item p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	margin-top: 15px;
	color: #999;
}
#utf-not-found-item i {
	color: #e0e0e0;
	font-size: 160px;
	top: 0;
	margin-left: -40px;
	position: relative;
}
.utf-not-found-item-search.utf-intro-banner-search-form-block .utf-intro-search-field-item, .utf-not-found-item-search.utf-intro-banner-search-form-block input, .utf-not-found-item-search.utf-intro-banner-search-form-block {
	background:transparent;
	box-shadow: none;
}
 @media (max-width: 992px) {
.utf-not-found-item-search.utf-intro-banner-search-form-block {
	background: #fff;
}
.utf-not-found-item-search.utf-intro-banner-search-form-block .utf-intro-search-field-item, .utf-not-found-item-search.utf-intro-banner-search-form-block input, .utf-not-found-item-search.utf-intro-banner-search-form-block {
	background:#f9f9f9;
	text-align:center;
}
}
 @media (max-width: 767px) {
.utf-not-found-item-search.utf-intro-banner-search-form-block {
	margin-top: -30px;
}
.utf-login-register-page-aera .utf-account-type {
	width: 100%;
}
.utf-login-register-page-aera .utf-account-type div {
	margin-right: 0;
}
.utf-login-register-page-aera .utf-social-login-buttons-block button {
	width: 100%;
	display: block;
	max-width: 100%;
}
.intro-stats{
	display:none;
}
.utf-blog-carousel-block-related{
	margin-bottom:25px;
}
}
.utf-login-register-page-aera .forget-text{
	text-align:center;
}
.utf-login-register-page-aera .utf-welcome-text-item h3 {
	font-size: 24px;
}
/* ---------------------------------- */
/* Slick Slider
------------------------------------- */
.gradient_item_area{
	background:linear-gradient(to bottom,rgba(0,0,0,0.03) 0%,rgba(255,255,255,0));
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #ff8a00;
	border-radius: 50px;
	width: 44px;
	height: 44px;
	display: block;
	top: calc(50% - 15px);
	transform: translateY(-50%);
	transition: 0.3s;
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
	z-index: 10;
}
.slick-prev:hover, .slick-next:hover {
	color: transparent;
	outline: none;
	background-color: #424242 !important;
}
.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	pointer-events: none;
	cursor: default;
	background-color: #e8e8e8;
	box-shadow: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	color: #808080;
}
.slick-prev:before, .slick-next:before {
	font-family: "Feather-Icons";
	font-size: 26px;
	line-height: 1;
	opacity: 1;
	transition: 0.3s;
	position: relative;
	color: #fff;
}
.slick-prev {
	left: -10px;
}
.slick-prev:before {
	content: '\e92f';
	left: -1px;
}
.slick-next {
	right: -10px;
}
.slick-next:before {
	content: '\e930';
	right: -1px;
}
.slick-dots {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	cursor: pointer;
}
.slick-dots li {
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	position: relative;
	outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 2px #c0c0c0;
	transition: all 0.3s;
}
.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 6px #ff8a00;
	transition: all 0.3s;
}
.slick-dots li:after {
	display: block;
	height: 13px;
	width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #ff8a00;
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
.slick-slide {
	display: none;
	outline: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.utf-logo-carousel-block .slick-slide {
	display: block;
	background:#ffffff;
	margin:10px;
	border-radius:4px;
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.default-slick-carousel .slick-utf-carousel-logo-item {
	margin: 15px;
}
.default-slick-carousel {
	height: auto;
	width: calc(100% + 30px);
	left: -15px;
}
.default-slick-carousel, .utf-testimonial-carousel-block, .utf-logo-carousel-block, .utf-blog-carousel-block {
	display: none;
}
.default-slick-carousel.slick-initialized, .utf-testimonial-carousel-block.slick-initialized, .utf-logo-carousel-block.slick-initialized, .utf-blog-carousel-block.slick-initialized {
	display: block;
}
.default-slick-carousel .freelancer {
	margin: 15px;
	width: 30%;
}
.default-slick-carousel.slick-initialized .freelancer {
	width: auto;
}
.default-slick-carousel .freelancer-details-list ul li {
	margin-right: 22px;
}
.default-slick-carousel .freelancer-details-list ul li:last-child {
	margin-right: 0px;
}
.default-slick-carousel .freelancer:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	transform: translateY(0px);
}
 @media (min-width: 1367px) and (max-width: 1440px) {
.slick-prev {
	left: -65px;
}
.slick-next {
	right: -65px;
}
}
 @media (max-width: 1290px) {
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
}
 @media (max-width: 1090px) {
.slick-prev {
	left: 40px;
}
.slick-next {
	right: 40px;
}
}
.full-width-carousel-fix {
	overflow: hidden;
}
.full-width-carousel-fix .slick-list {
	overflow: visible;
}
/* ---------------------------------- */
/* Custom Scrollbar Style
------------------------------------- */
[data-simplebar] {
 position: relative;
 z-index: 0;
 overflow: hidden!important;
 max-height: inherit;
 -webkit-overflow-scrolling: touch;
}
 [data-simplebar="init"] {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.simplebar-scroll-content {
	overflow-x: hidden!important;
	overflow-y: scroll;
	min-width: 100%!important;
	max-height: inherit!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.simplebar-content {
	overflow-y: hidden!important;
	overflow-x: scroll;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	min-height: 100%!important;
}
.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11px;
	height: calc(100% - 6px);
	margin-top: 6px;
}
.simplebar-scrollbar {
	position: absolute;
	right: 6px;
	width: 5px;
	min-height: 10px;
}
.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.2s, background-color 0.3s;
	background-color: #d8d8d8;
}
.simplebar-scrollbar:hover:before {
	background-color: transparent;
}
.utf-dashboard-sidebar-item-inner .simplebar-scrollbar:before {
	background-color: #4f4e4e;
}
.utf-dashboard-sidebar-item-inner.simplebar-scrollbar:hover:before {
	background-color: #4f4e4e;
}
.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
	opacity: 1;	
}
.simplebar-track.vertical {
	top: 0;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}
.simplebar-track.horizontal {
	left: 0;
	width: auto;
	height: 11px;
	display: none;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}
.horizontal.simplebar-track .simplebar-scrollbar {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}
body.gray .utf-dashboard-content-container-aera .simplebar-scrollbar:before {
	background-color: #c9c9c9;
}
body.gray .utf-dashboard-content-container-aera .simplebar-scrollbar:hover:before {
	background-color: #b9b9b9;
}
.dashboard-box .simplebar-scrollbar:before {
	background-color: #d8d8d8;
}
.dashboard-box .simplebar-scrollbarLhover:before {
	background-color: #c8c8c8;
}
/* ---------------------------------- */
/* Tooltips Styles
------------------------------------- */
/* Dark Style */
.tippy-tooltip.dark-theme {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	border-radius:4px;
	padding: 5px 10px;
}
.tippy-tooltip.dark-theme .tippy-backdrop {
	background-color: #323232;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
	border-top-color: #323232;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
	border-bottom-color: #323232;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
	border-right-color: #323232;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
	border-left-color: #323232;
}
.tippy-tooltip.dark-theme .tippy-arrow {
	transform: scale(0.7);
}
/* Light Style */
.tippy-tooltip.light-theme {
	color: #333;
	font-weight: 600;
	font-size: 13px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	border-radius:4px;
	padding: 5px 10px;
	background-color: #fff;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
	border-top-color: #fff;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom-color: #fff;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
	border-right-color: #fff;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
	border-left-color: #fff;
}
/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #111;
}
.mfp-wrap {
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
.mfp-s-loading .mfp-arrow {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -40px;
}
.og-close, button.mfp-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -20px;
	display: block;
	right: -12px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;
	transform: translate3d(0, 0, 0);
}
.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -12px;
	transform: translate3d(0, 0, 0);
}
.mfp-gallery .mfp-close {
	top: 20px;
	right: 10px;
}
.mfp-gallery .mfp-content .mfp-close {
	display: none;
}
.mfp-close::after, .mfp-close::before {
	top: 0px;
}
.og-close {
	margin: 17px;
	right: 10px;
	background: transparent;
	color: #222;
}
.og-close:before, .mfp-close:before {
	font-family: "Feather-Icons";
	font-size: 20px;
	top: 2px;
	left: 0;
	position: relative;
	height: 10px;
}
.og-close:before, .mfp-close:before {
	content: "\ea02";
}
#small-dialog .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #utf-signin-dialog-block, .mfp-close, .mfp-close:hover {
	color: #fff;
}
#utf-signin-dialog-block .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #small-dialog .mfp-close {
	color: #666;
	background-color: #e4e4e4;
	border-radius: 4px;
	top: 28px;
	right: 40px;
	width: 40px;
	height: 40px;
}
#utf-signin-dialog-block .mfp-close:hover, #small-dialog-1 .mfp-close:hover, #small-dialog-2 .mfp-close:hover, #small-dialog-3 .mfp-close:hover, #small-dialog-4 .mfp-close:hover, #small-dialog .mfp-close:hover {
	color: #fff;
	background-color: #66676b;
}
.small-dialog-content input[type=submit] {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
}
.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0;
}
.small-dialog-header {
	font-size: 22px;
	width: calc(100% + 80px);
	position: relative;
	left: -40px;
	top: 0;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 35px 40px;
	margin-bottom: 40px;
}
.small-dialog-header h3 {
	padding: 0;
	margin: 0;
	font-size: 23px;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}
.mfp-arrow {
	opacity: 1;
	margin: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	outline: none;
}
.mfp-arrow:hover {
	background: #66676b;
	color: #fff;
}
.mfp-arrow.mfp-arrow-left, .mfp-arrow.mfp-arrow-right {
	font-family: "simple-line-icons";
	font-size: 20px;
}
.mfp-arrow.mfp-arrow-right {
	right: 15px;
}
.mfp-arrow.mfp-arrow-left:before {
	content: "\e605";
	left: -1px;
	top: 0px;
	position: relative;
}
.mfp-arrow.mfp-arrow-right:before {
	content: "\e606";
	left: 1px;
	top: 0px;
	position: relative;
}
.mfp-content:hover .mfp-arrow {
	opacity: 1;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1180px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
#utf-signin-dialog-block, #small-dialog-1, #small-dialog-2, #small-dialog-3, #small-dialog-4, #small-dialog {
	background: #fff;
	padding: 40px;
	padding-top: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 550px;
}
#utf-signin-dialog-block-1 span.line, #utf-signin-dialog-block-2 span.line, #utf-signin-dialog-block-3 span.line, #utf-signin-dialog-block-4 span.line, #utf-signin-dialog-block span.line, #small-dialog span.line {
	padding-top: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; 
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.dupa {
	display: block;
	height: 30px;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	border-radius: 4px;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 18px rgba(11,11,11, 0.6);
}
.mfp-figure {
	line-height: 0;
}
.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.feedback-yes-no strong {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	display: block;
}
.feedback-yes-no .radio {
	margin-right: 15px;
}
.feedback-yes-no {
	margin-bottom: 15px;
}
.feedback-yes-no .leave-rating {
	margin: 3px 0 10px 3px;
}
/* ---------------------------------- */
/* Popup tabs
------------------------------------- */
.utf-signin-form-part ul.utf-popup-tabs-nav-item li{
	width:50%;
	text-align:center;
}
.utf-signin-form-part ul.utf-popup-tabs-nav-item li a{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close{
	top: -18px !important;
	right: -18px !important;
	color: #ffffff !important;
	background-color: #ff8a00 !important;
}
.utf-popup-tabs-nav-item {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	height: 62px;
	background: #ff8a00;
	border-radius: 4px 4px 0 0;
}
.utf-signin-form-part::before {
    content: '';
    width: 100%;
	background: #ff8a00;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 0;
    opacity: .6;
	z-index:-1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.utf-popup-tabs-nav-item li {
	float: left;
	line-height: 62px;
	height: 62px;
	padding: 0;
	margin-right: 0;
	position: relative;
}
.utf-popup-tabs-nav-item li:first-child a {
	border-radius: 4px 0 0 0;
}
.utf-popup-tabs-nav-item li a, .popup-tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.utf-popup-tabs-nav-item li a {
	border: none;
	color: #ffffff;
	display: inline-block;
	outline: none;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	z-index: 10;
	position: relative;
	height: 100%;
	padding: 0 30px;
	transition: all 0.3s, font-weight 0s;
}
.utf-popup-tabs-nav-item li.active {
	background-color: #fff;
	position: relative;
}
.utf-popup-tabs-nav-item li a:hover {
	height: calc(100% - 0px);
	color: #fff;
}
.utf-popup-tabs-nav-item li.active a:hover{
	background-color: #fff;
	border-bottom: 0px solid #ff8a00;
}
.utf-popup-tabs-nav-item li.active {
	background-color: #fff;
	border-bottom: 2px solid #ff8a00;
}
.utf-popup-tabs-nav-item li.active a {
	color: #66676b;
	font-weight: 600;
}
.utf-popup-tabs-nav-item li:first-child.active {
	border-left: none;
	border-radius: 4px 0 0 0;
}
.utf-popup-tab-content-item {
	padding:30px 25px;
	position: static;
	z-index: 10;
	display: inline-block;
	width: 100%;
}
#small-dialog .utf-signin-form-part h4.modal-title {
    color: #ffffff;
	margin: 17px 10px 19px 25px;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 17px;
}
#small-dialog-1 .utf-signin-form-part h4.modal-title, #small-dialog-2 .utf-signin-form-part h4.modal-title, #small-dialog-3 .utf-signin-form-part h4.modal-title {
    color: #ffffff;
	margin: 17px 10px 18px 20px;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 17px;
}
#small-dialog .utf-signin-form-part li.modal-title, #small-dialog-1 .utf-signin-form-part li.modal-title, #small-dialog-2 .utf-signin-form-part li.modal-title{
	color: #ffffff;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 0;
	background: transparent;
	text-align: left;
	padding: 0 25px;
	word-break: break-all;
}
.utf-popup-container-part-tabs {
	overflow: unset;
	width: 100%;
}
.utf-popup-tab-content-item p:last-child {
	margin-bottom: 0;
}
.dialog-with-tabs#utf-signin-dialog-block, .dialog-with-tabs#small-dialog-1, .dialog-with-tabs#small-dialog-2, .dialog-with-tabs#small-dialog-3, .dialog-with-tabs#small-dialog-4, .dialog-with-tabs#small-dialog {
	padding: 0;
	color: #666;
	max-width: 540px;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close:hover, #small-dialog-1.dialog-with-tabs .mfp-close:hover, #small-dialog-2.dialog-with-tabs .mfp-close:hover, #small-dialog-3.dialog-with-tabs .mfp-close:hover, #small-dialog-4.dialog-with-tabs .mfp-close:hover, #small-dialog.dialog-with-tabs .mfp-close:hover {
	color: #ff8a00;
	background-color: #ffffff;
}
.dialog-with-tabs .mfp-close:before, .dialog-with-tabs .mfp-close:before {
	font-size: 24px;
}
.dialog-with-tabs input:-webkit-autofill, .dialog-with-tabs input:focus:-webkit-autofill {
 border: 1px solid #e0e0e0;
 -webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0,0,0,0.07);
}
.dialog-with-tabs input {
	margin-bottom: 18px;
}
.dialog-with-tabs .forgot-password {
	font-size: 16px;
	color: #666;
	margin-top: -7px;
	display: block;	
}
.utf-popup-tab-content-item a.forgot-password{
	text-align: right;
	position: relative;
	float: right;
	top: 7px;
}
.utf-login-register-page-aera{
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	padding:30px;
}
.utf-login-register-page-aera a.forgot-password{
	text-align: right;
	position: relative;
	float: right;
	top: 10px;
	color:#666;
}
.utf-login-register-page-aera a.forgot-password:hover{
	color:#ff8a00
}
.utf-login-register-page-aera .utf-account-type{
	display:flex;
	width:calc(100% + 0px);
	background:#fbfdff;
	padding: 5px;
	border:1px solid #dde6ef;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.utf-login-register-page-aera .utf-account-type div{
	margin:8px;
}
.utf-login-register-page-aera .utf-account-type div label.utf-ripple-effect-dark{
	margin-bottom:0;
}
.dialog-with-tabs .forgot-password:hover {
	color: #66676b;
}
.dialog-with-tabs .button {
	height: 48px;
	width: 100% !important;
	margin-top: 10px;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.utf-welcome-text-item {
	display: block;
	text-align: center;
	color: #808080;
	margin-bottom: 25px;
}
.utf-welcome-text-item h3 {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 24px;
}
.utf-welcome-text-item span a {
	font-weight: 500;
}
.utf-welcome-text-item span {
	display: block;
	margin-top: 6px;
	line-height:22px;
}
.utf-social-login-separator-item {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 36px 0 22px 0;
	height: 1px;
}
.utf-social-login-separator-item:before {
	width: 100%;
	content: "";
	height: 1px;
	display: block;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
}
.utf-social-login-separator-item span {
	background: #e8e8e8;
	position: absolute;
	top: -15px;
	margin: 0 auto;
	padding: 0px 10px;
	color: #323232;
	border: 1px solid #e0e0e0;
	width: max-content;
	height: 30px;
	display: inline-block;
	border-radius: 30px;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	left: 0;
	right: 0;
}
.utf-social-login-buttons-block {
	display: flex;
	width: calc(100% + 0px)
}
.utf-social-login-buttons-block button {
	flex: 1;
	text-align: center;
	border: 2px solid #333;
	color: #333;
	border-radius: 4px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 16px;
	padding: 10px 5px;
	font-weight:600;
	max-width: 50%;
	transition: 0.3s;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.utf-social-login-buttons-block button:last-child{
	margin-right:0;
}
.utf-social-login-buttons-block button:hover {
	background-color: #333;
	color: #fff;
}
.utf-social-login-buttons-block button i {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 15px;
}
.utf-social-login-buttons-block .facebook-login {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.utf-social-login-buttons-block .facebook-login:hover {
	background:transparent;
	border-color: #3b5998;
	color: #3b5998;
}
.utf-social-login-buttons-block .google-login {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}
.utf-social-login-buttons-block .google-login:hover {
	background:transparent;
	border-color: #dd4b39;
	color: #dd4b39;
}
.utf-social-login-buttons-block .twitter-login {
	background-color: #00acee;
	border-color: #00acee;
	color: #fff;
}
.utf-social-login-buttons-block .twitter-login:hover {
	background:transparent;
	border-color: #00acee;
	color: #00acee;
}
 @media (max-width: 768px) {
.utf-social-login-separator-item {
	margin-bottom: 25px;
}
}
/* Account Type */
#utf-signin-dialog-block .utf-account-type {
	display: flex;
	width: calc(100% + 0px);
	background: #fbfdff;
	padding: 5px 8px;
	border-radius: 5px;
	border:1px solid #dde6ef;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
#utf-signin-dialog-block .utf-account-type div {
    margin: 10px 5px;
}
#utf-signin-dialog-block .utf-account-type div label{
	margin-bottom:0;
}
.utf-account-type {
	display: inline-block;
	width: calc(100% + 20px);
	margin: 0;
}
.utf-account-type div {
	flex: 1;
	margin-right: 20px;
}
.utf-account-type label {
	border-radius: 3px;
	border: none;
	background-color: #f2f2f2;
	width: 100%;
}
.utf-account-type input.utf-account-type-radio:empty {
	display: none;
}
.utf-account-type label i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px;
}
.utf-account-type input.utf-account-type-radio:empty ~ label {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	color: #888;
	transition: 0.4s;
	height: 48px;
	line-height: 28px;
	overflow: hidden;
}
.utf-account-type input.utf-account-type-radio ~ label:hover {
	color: #ffffff;
	background-color: #ff8a00;
}
.utf-account-type input.utf-account-type-radio:checked ~ label {
	color: #fff;
	background-color: #ff8a00;
}
.utf-account-type input.utf-account-type-radio:empty ~ label:after, .utf-account-type input.utf-account-type-radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	font-size: 22px;
	background: transparent;
	z-index: 100;
	opacity: 0;
}
.utf-account-type .utf-ripple-effect-dark span.ripple-overlay {
	animation: ripple 1.2s;
	opacity: 0.03;
}
@keyframes typeCheck {
 0% {
opacity: 0;
transform: translateY(10px);
}
 50% {
opacity: 1;
transform: translateY(0px);
}
 100% {
opacity: 0;
transform: translateY(-10px);
}
}
 @keyframes typeBG {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@media (max-width: 480px) {
.mfp-container {
	padding: 0 20px;
}
.uploadButton {
	flex-direction: column;
}
.uploadButton .uploadButton-file-name {
	margin: 15px 0 0 0;
	font-size:14px;
}
.utf-popup-tab-content-item {
    padding: 30px 20px;
}	
}
/* ---------------------------------- */
/* Boostrap Slider
------------------------------------- */
input.range-slider, input.default-slider {
	display: none;
}
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.slider.slider-horizontal {
	width: calc(100% - 20px);
	margin-left: 10px;
	height: 20px;
}
.slider.slider-horizontal .slider-track {
	height: 6px;
	width: calc(100% + 18px);
	margin-top: -3px;
	top: 50%;
	left: -9px;
}
.bidding-widget .slider.slider-horizontal .slider-track {
	height:10px;
	margin-top: -5px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}
.slider.slider-horizontal .slider-handle {
	margin-left: -11px;
}
.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px;
}
.slider.slider-horizontal .tooltip {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.slider input {
	display: none;
}
.slider .tooltip.top {
	margin-top: -40px;
}
.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
	font-weight:700;
	background-color: #ff8a00;
	padding: 4px 15px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	border-radius: 40px;
}
.slider .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ff8a00;
}
.tooltip.tooltip-min, .tooltip.tooltip-max {
	display: none;
}
.slider .hide {
	display: none;
}
.slider-track {
	position: absolute;
	cursor: pointer;
	border-radius: 4px;
	background-color: #e0e0e0;
}
.slider-selection {
	position: absolute;
	background-color: #66676b;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-track-low, .slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border: 0px solid transparent !important;
	cursor: pointer;
	z-index: 20;
	border-radius: 50%;
}
.slider-handle:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ff8a00;
	border-radius: 50%;
	z-index: 30;
	display: block;
	box-shadow: 0 0 0px 6px rgba(102,103,107,.12);
	transition: 0.2s;
}
.slider-handle:hover:after {
	box-shadow: 0 0 0px 8px rgba(102,103,107,.12);
}
.slider-handle.custom {
	position: absolute;
	top: -10px;
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	z-index: 20;
	border-radius: 40px;
	background-color: #ff8a00;
	box-shadow: 0 0 0px 7px rgba(255, 138, 0,.12);
	text-align: center;
}
.slider-handle.custom:after {
	display: none;
}
.slider-handle.custom:before {
	content: "\e958 \e959";
	font-family: "Material-Icons";
	letter-spacing: -10px;
	font-size: 20px;
	line-height:38px;
	color: #ffffff;
	margin-left: -10px;
	transition: 0.3s;
}
.slider-handle.custom:hover:before {
	color: #ffffff;
}
.slider.slider-horizontal .slider-handle.custom {
	margin-left: -20px;
}
/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden, select.selectpicker {
	display: none !important;
}
.bootstrap-select .btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bootstrap-select &gt; .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
}
.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
	color: #808080;
}
.bootstrap-select &gt; select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}
.bootstrap-select &gt; select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}
.bootstrap-select.fit-width {
	width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
	border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: flex;
	margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .checkbox .bootstrap-select.btn-group {
	margin-bottom: 0;
}
.checkbox-lg .bootstrap-select.btn-group.form-control, .checkbox-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}
.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group &gt; .disabled {
	cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group &gt; .disabled:focus {
	outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	overflow: hidden;
	width: 100%;
	line-height: 48px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90%;
	float: left;
	height: 48px;
	display: block;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
	display: none;
}
.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option, .sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	max-width: 100%;
	float: left;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	line-height: 20px;
	height: auto;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	vertical-align: middle;
	transition: 0.35s;
}
.bootstrap-select.open .dropdown-toggle .caret {
	transform: rotate(180deg)
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	overflow:hidden;
	height:auto;
}
.utf-intro-search-field-item .bootstrap-select.btn-group .dropdown-menu{
	height:100vh;
}
.sort-by .bootstrap-select.btn-group .dropdown-menu{
	height:auto;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child{
	border-top:1px solid rgba(0, 0, 0, 0.05);
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.bootstrap-select.btn-group .dropdown-menu li:last-child{
	border-bottom:0px solid rgba(0, 0, 0, 0.05);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled {
	opacity: 0.75;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}
.bootstrap-select .dropdown-menu.inner li.selected span {
    color: #ff8a00;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 7px;
	opacity: 0.8;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: calc(100% - 20px);
	margin: 0;
	min-height: 26px;
	padding: 3px 5px;
	pointer-events: none;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	margin: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	border: none;
}
.bootstrap-select.btn-group .no-results {
	padding: 5px 10px;
	background: #f6f6f6;
	margin: 5px 0;
	margin-bottom: 0;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	white-space: normal;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
	z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
	display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
	padding: 0 5px;
}
.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 10px;
	margin-top: -5px;
}
.bs-actionsbox div {
	display: flex;
}
.bootstrap-select.btn-group .bs-actionsbox div button {
	flex: 1;
	background: #f6f6f6;
	box-shadow: none;
	padding: 5px;
	height: 36px;
	font-size: 14px;
	color: #777;
	transition: 0.3s;
}
.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
	border-radius: 4px 0 0 4px;
	background-color: #f0f0f0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
	border-radius: 0 4px 4px 0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:hover {
	background: #66676b;
	color: #fff;
}
.bs-actionsbox .btn-group button {
	width: 50%;
}
.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bs-donebutton .btn-group button {
	width: 100%;
}
.bs-searchbox + .bs-actionsbox {
	padding: 0;
}
.bs-searchbox .form-control:focus, .bs-searchbox .form-control {
	width: 100%;
	float: none;
	box-shadow: none;
	background: #f4f4f4;
	margin: 5px 0;
	height: 38px;
	line-height: 38px;
	padding: 10px;
}
.bs-searchbox {
	position: relative;
}
.bs-searchbox:after {
	font-family: "Material-Icons";
	content: "\e982";
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 0;
	display: inline-block;
	position: absolute;
	margin: 0;
	color: #a0a0a0;
	right: 15px;
	top: 18px;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 998;
	display: none;
	float: left;
	padding:0px;
	margin:0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color:#fbfdff;
	border: none;
	border-radius:4px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	display: none;
}
.dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 8px 15px;
	padding-right: 35px;
	clear: both;
	font-weight: normal;
	line-height: 22px;
	color: #808080;
	border-radius: 0px;
}
.bootstrap-select:before {
	content: "";
	position: absolute;
	z-index: 999;
	bottom: 0px;
	left: 0;
	height: 8px;
	width: 100%;
	background-color: #fbfdff;
	display: block;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}
.bootstrap-select.open:before {
	opacity: 1;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover {
	color: #66676b;
	text-decoration: none;
	background-color: rgba(102,103,107,0.07);
}
.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover {
	color: #777;
}
.dropdown-menu &gt; .disabled &gt; a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
}
.dropdown-menu.inner::-webkit-scrollbar {
width: 5px;
}
 .dropdown-menu.inner::-webkit-scrollbar-track {
 background-color: rgba(0,0,0,0.0);
 border-radius: 12px;
}
 .dropdown-menu.inner::-webkit-scrollbar-thumb {
 border-radius: 12px;
 background-color: #d8d8d8;
}
 .dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
 border-radius: 12px;
 background-color: #c8c8c8;
}
.bootstrap-select .dropdown-menu {
	opacity: 0;
	transition: 0.4s;
	display: block;
	pointer-events: none;
	visibility: hidden;
	cursor: default;
}
.bootstrap-select.open .dropdown-menu {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	padding-bottom:12px;
}
.utf-submit-field .bootstrap-select.open .dropdown-menu, .utf-popup-container-part-tabs .bootstrap-select.open .dropdown-menu, .utf-login-register-page-aera .bootstrap-select.open .dropdown-menu, .elements_select_item .bootstrap-select.open .dropdown-menu{
	padding-bottom:0px;
}
.utf-intro-search-field-item .dropdown-menu {
	border-radius:0 0 4px 4px;
}
.open &gt; a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 8px 15px;
	line-height: 20px;
	white-space: nowrap;
	background: #f6f6f6;
	color: #777;
	border-radius: 0px;	
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right &gt; .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: 100%;
	bottom: auto;
	margin-bottom: 2px;
}
 @media (min-width: 767px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0;
}
#utf-login-register-page-aera button{
	margin-top:10px;
}
}
.bootstrap-select.btn-group {
	position: relative;
}
.bootstrap-select.btn-group button {
	position: relative;
	display: inline-block;
	height: 48px;
	line-height: 0;
	padding: 0 15px;
	margin: 0;
	outline: none;
	font-size: 16px;
	color: #808080;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fbfdff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	border: none;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.hide-tick .check-mark {
	display: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	text-align: center;
}
.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
	font-family: "Feather-Icons";
	content: "\e92b";
	font-size: 18px;
	transition: all 0.3s;
	display: inline-block;
	top: 50%;
	right: 0;
	position: absolute;
	margin: 0;
	opacity: 0;
	transform: scale(0.5);
}
.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark:before, .bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
	color: #66676b;
}
.bootstrap-select .glyphicon:not(.check-mark) {
	font-size: 17px;
	line-height: 0;
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.bootstrap-select .filter-option .glyphicon {
	position: relative;
	top: 1px;
}
.utf-with-border .dropdown-menu, .utf-with-border.bootstrap-select.btn-group button {
	background:#fbfdff;
	border: 1px solid #dde6ef;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.utf-with-border.bootstrap-select:before {
	width: calc(100% - 2px);
	left: 1px;
}
/* ---------------------------------- */
/* Snackbar
------------------------------------- */
.snackbar-container {
	transition: all 500ms ease;
	transition-property: top, right, bottom, left, opacity;
	font-size: 16px;
	min-height: 14px;
	background-color: #404040;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	line-height: 22px;
	padding: 18px 24px;
	bottom: -100px;
	top: -100px;
	opacity: 0;
	z-index: 9999;
	cursor: default;
	border-radius: 4px;
	font-weight: 500;
}
.snackbar-container .action {
	background: inherit;
	display: inline-block;
	border: none;
	font-size: inherit;
	text-transform: uppercase;
	color: #aaa;
	margin: 0 0 0 24px;
	padding: 0;
	min-width: min-content;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}
 @media (min-width: 640px) {
.snackbar-container {
	display: inline-flex;
	margin: 24px;
}
}
.snackbar-pos.bottom-center {
	top: auto !important;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.snackbar-pos.bottom-left {
	top: auto !important;
	bottom: 0;
	left: 0;
}
.snackbar-pos.bottom-right {
	top: auto !important;
	bottom: 0;
	right: 0;
}
.snackbar-pos.top-left {
	bottom: auto !important;
	top: 0;
	left: 0;
}
.snackbar-pos.top-center {
	bottom: auto !important;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.snackbar-pos.top-right {
	bottom: auto !important;
	top: 0;
	right: 0
}
 @media (max-width: 640px) {
.snackbar-container {
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 0;
}
.snackbar-pos.bottom-center, .snackbar-pos.top-center {
	left: 0;
	transform: none;
}
}
/* ---------------------------------- */
/* Google Autocomplete
------------------------------------- */
body .pac-item {
	font-size: 12px;
	color: #999;
	cursor: pointer;
	transition: 0.2s;
	padding: 5px 15px;
}
body .pac-container {
	border-radius: 0 0 4px 4px;
	border: none;
	box-sizing: content-box;
	margin-top: -2px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
	z-index: 100;
}
/* ---------------------------------- */
/* Google Maps
------------------------------------- */
.infoBox {
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	line-height: 24px;
}
.infoBox .utf-job-listing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	box-shadow: none;
	width: 100%;
}
.infoBox .utf-job-listing .utf-job-listing-description {
	padding-top: 0;
}
.infoBox .utf-job-listing:hover {
	transform: none;
}
.infoBox .utf-job-listing-details {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 20px;
}
.infoBox .utf-job-listing h4.utf-job-listing-company {
	font-size: 14px;
	position: relative;
	top: 0px;
	margin-bottom:7px;
}
.infoBox .utf-job-listing .utf-verified-badge {
	transform: scale(0.85);
	right: -7px;
	bottom: -7px;
}
.infoBox .utf-job-listing .not-utf-verified-badge {
	display: none;
}
.infoBox .utf-job-listing-footer {
	flex-grow: 0;
	padding: 15px 25px;
	font-size: 16px;
	display: none;
}
.infoBox .utf-job-listing h3.utf-job-listing-title {
	font-size: 16px;
	line-height: 24px;
}
.infoBox .utf-job-listing .utf-job-listing-company-logo {
	max-width: 60px;
	margin: 5px 18px 5px 0;
	top: 0;
	flex: 0 0 60px;
}
.infoBox .utf-job-listing .utf-job-listing-company-logo img {
	max-width: 60px;
}
.map-box {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	position: relative;
	width: 100%;
}
.map-box .listing-img-container img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.map-box h4 {
	margin: 0;
	padding: 0;
}
.map-box h4 a {
	padding: 0 0 2px 0;
	font-size: 17px;
	line-height: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}
.listing-img-container {
	position: relative;
	height: 100%;
	display: block;
}
.map-box h4 a:hover {
	color: #66676b;
}
.map-box p {
	padding: 0;
	line-height: 25px;
	margin: 2px 0 0 0;
	font-size: 14px;
}
.map-box ul.listing-details {
	padding: 0;
	font-size: 14px;
	display: none;
}
.map-box .listing-title {
	padding: 16px 22px;
}
.map-box .listing-img-content {
	padding: 18px 22px;
}
.map-box .listing-img-content span {
	font-size: 21px;
}
.map-box .listing-img-content .listing-price i {
	font-size: 15px;
	margin: -7px 0 0 0;
}
.infoBox &gt; img {
	position: absolute !important;
	right: 0px;
	top: 0px;
}
.map-box .listing-img-container::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background-color: rgba(35,35,37,0.2);
}
.map-box .listing-item-content {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 24px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}
.map-box .listing-item-content h3 {
	color: #fff;
	font-size: 18px;
	padding: 0 0 2px 0;
	font-weight: 500;
	margin: 0;
	line-height: 27px;
}
.map-box .listing-item-content span {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}
.infoBox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: inline-block;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 28px;
	width: 28px;
	line-height: 28px;
	background-color: #f0f0f0;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 40px;
}
.infoBox-close i {
	position: relative;
	top: 2px;
	left: -0.5px;
}
.infoBox-close:hover {
	color: #fff;
	background-color: #66676b;
}
.map-box-icon {
	height: 38px;
	width: 38px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #3685cf;
	display: block;
	color: #fff;
	font-size: 12px;
	z-index: 101;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
}
.map-box-icon:before {
	content: "\f064";
	font-family: "FontAwesome";
	position: relative;
	top: 7px;
	display: block;
}
.map-box-image:hover .map-box-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateX(0);
}
.map-box-image {
	position: relative;
	overflow: hidden;
	display: block;
}
.infoBox {
	animation: infoBoxAnimation 0.5s;
}
@keyframes infoBoxAnimation {
 from {
opacity: 0;
transform: translateY(-10px);
}
to {
	opacity: 1;
	transform: translateY(0px);
}
}
.infoBox .utf-star-rating span {
	margin-right: 3px;
}
.infoBox .rating-counter {
	position: relative;
	top: -1px;
}
.infoBox:after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
}
#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 990;
}
#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 520px;
	width: 100%;
	z-index: 990;
	margin-bottom: 60px;
}
.gmnoprint {
	margin: 10px;
}
.homepage-map {
	height: 560px;
	margin-bottom: 0;
	position: relative;
}
.search-bar-on-map {
	position: absolute;
	bottom: 50px;
	z-index: 1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.callout-bg {
    background-color: #331A19;
    position: absolute;
    top: 0;
    left: 0;
	opacity:0.85;
    width: 100%;
    height: 100%;
}
.jbm-callout-in-padding {
    padding:0 25px;
}
.jbm-callout-in {
    width: 100%;
    position: relative;
    z-index: 1;
}
.section-tit-line {
	background-color: #ff8a00;
    width: 60px;
    height: 3px;
	border-radius:30px;
    display: block;
	text-align: center;
	margin: 15px auto;
}
.pos-relative {
    position: relative;
}
.callout-section-left {
    border: 10px solid #fff;
	border-right:5px solid #fff;
	text-align:center;
}
.callout-bg-1 {
    background-image: url('../images/callout-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.callout-section-right {
    border: 10px solid #fff;
	border-left:5px solid #fff;
	text-align:center;
}
.callout-bg-2 {
    background-image: url('../images/callout-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.jbm-section-title h2 {
	color: #ffffff;
	font-size:30px;
	line-height:34px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.jbm-section-title.title-white p {
    color: #ffffff;
}
.jbm-section-title p {
    font-size: 16px;
    color: #dfdfdf;
}
.jbm-button {
    min-width: 190px;
    height: 50px;
    line-height: 48px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.jbm-callout-in .jbm-button:focus, .jbm-callout-in .jbm-button:hover {
    background-color: #fff;
    color: #49565f;
    text-decoration: none;
}
@media (max-width:767px){
.callout-section-left {
    border: 10px solid #fff;
	border-right:10px solid #fff;
}
.callout-section-right {
    border: 10px solid #fff;
	border-left:10px solid #fff;
} 
}
.cluster img {
	display: none
}
.cluster-visible {
	text-align: center;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: 50%;
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
	background-color: #66676b;
	animation: clusterAnimation 2.5s infinite;
}
 @keyframes clusterAnimation {
 0%, 100% {
 box-shadow: 0 0 0 6px rgba(102,103,107,0.15);
}
 50% {
 box-shadow: 0 0 0 10px rgba(102,103,107,0.15);
}
}
.map-marker-container {
	position: absolute;
}
.marker-container {
	position: relative;
	margin: -9px 0 0 -9px;
	width: 18px;
	height: 18px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	top: 0;
	background-color: #66676b;
	animation: markerAnimation 2.5s infinite;
	transition: 0.4s;
}
 @keyframes markerAnimation {
 0%, 100% {
 box-shadow: 0 0 0 6px rgba(102,103,107,0.15);
}
 50% {
 box-shadow: 0 0 0 8px rgba(102,103,107,0.15);
}
}
.map-marker-container.clicked .marker-container {
	transform: scale(1.3);
}
.marker-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	border-radius: 50%;
	transform: scale(2);
	opacity: 0;
}
/*-----------------------
 Custom Zoom Buttons
------------------------------------- */
.custom-zoom-in, .custom-zoom-out {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 4px;
	margin: 5px 15px;
	transition: 0.3s;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 18px;
	height: 34px;
	width: 34px;
}
.custom-zoom-in:hover, .custom-zoom-out:hover {
	background-color: #66676b;
	color: #fff;
}
.custom-zoom-in:before, .custom-zoom-out:before {
	font-family: "Feather-Icons";
	width: 100%;
	line-height: 35px;
}
.zoomControlWrapper {
	position: absolute;
	left: initial;
	right: 0;
	width: 70px;
	margin-right: 20px;
}
.custom-zoom-in:before {
	content: "\e9b1";
}
.custom-zoom-out:before {
	content: "\e996";
}
/*-----------------------------------
 Street View Button
------------------------------------- */
#streetView, #geoLocation, #scrollEnabling {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 4px;
	margin: 5px 15px;
	transition: 0.3s;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 99;
	font-size: 14px;
	line-height: 21px;
	padding: 8px 14px;
	font-weight: 500;
}
#geoLocation:hover, #streetView:hover, #scrollEnabling:hover, #scrollEnabling.enabled {
	background-color: #66676b;
	color: #fff;
}
#streetView:before {
	content: "\e974";
	font-family: "Material-Icons";
	font-size: 18px;
	top: 3px;
	position: relative;
	margin-right: 7px;
	margin-left: -1px;
	line-height: 0;
}
/*-----------------------------------
 Boxed List for Single Page 
------------------------------------- */
.utf-boxed-list-item {
	margin-top: 10px;
	display: block;
}
.utf-boxed-list-headline-item {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding:15px 20px;
	margin-bottom:20px;
	display: inline-block;
	width: 100%;
}
.utf-billing-form-item {
    margin-bottom: 20px;
    display: block;
    background: #ffffff;
    padding: 20px 20px 5px 20px;
	border:2px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.utf-contact-form-item {
    margin-bottom: 20px;
    display: block;
    background: #fff;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.utf-boxed-list-headline-item h3 {
	font-size: 18px;
	color: #331A19;
	margin-bottom:0;
	font-weight:600;
}
.utf-boxed-list-headline-item h3 i{	
	background:#fff;
	color:#424242 !important;
	font-size: 18px;
	margin-right: 10px;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 22px;
	text-align: center;
	border-radius:50px;
	vertical-align: middle;
	padding: 5px;
}
.utf-boxed-list-headline-item h3 span {
	color: #888;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; li {
	display: block;
	background-color: #fafafa;
	padding: 35px 25px;
	margin-bottom:5px;
	border-radius: 4px;
	transition: 0.3s;
	z-index:1;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; li:hover {
    background-color: #fcfcfc;
    transform: scale(1.02);
	transition: 0.3s;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; li:hover .bid .bids-content .utf-manage-resume-item h4 a {
    color: #ff8a00;
}
.tasks-list-container.compact-list .task-listing:hover .task-listing-details .task-listing-description h3.task-listing-title{
	color: #ff8a00;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left:80px
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; ul li{
	display: block;
	background-color: #fafafa;
	padding: 30px;
	margin-bottom:5px;
	border-radius: 4px;
	transition: 0.3s;
	z-index:1;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; ul li:hover {
    background-color: #fcfcfc;
    transform: scale(1.02);
	transition: 0.3s;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul &gt; li:nth-child(2n) {
	background-color: #fafafa;
}
.fields-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.fields-ul &gt; li {
	display: block;
	background-color: transparent;
	padding: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4
}
/*----------------------------------- 
Boxed List Item
------------------------------------- */
.utf-boxed-list-item-item {
	display: flex;
}
.utf-boxed-list-item-item .item-image {
	flex: 0 0 80px;
	height: 80px;
	border-radius: 70px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
	padding: 2px;
	margin-right: 20px;
	position: relative;
	top: 0;
	border:3px solid rgba(0, 0, 0, 0.08);
	overflow:hidden;
	display: flex;
	background-color: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.utf-boxed-list-item-item .item-image {
	max-width: 60px;
}
.utf-boxed-list-item-item .item-image img {
	width: 100%;
}
}
.utf-boxed-list-item-item .item-image img {
	height: auto;
	align-self: center;
	border-radius:100%;
}
.utf-boxed-list-item-item .item-content h4 a, .utf-boxed-list-item-item .item-content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.utf-boxed-list-item-item{
	position:relative;
}
.utf-boxed-list-item-item a.reply {
	display: inline;
	background-color: #ff8a00;
	padding: 4px 10px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 4px;
}
.utf-boxed-list-item-item a.reply i {
	font-size: 12px;
	margin-right: 3px;
	font-weight: 600;
}
.utf-boxed-list-item-item a.reply:hover {
	background-color:#424242 !important;
	color: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
.utf-boxed-list-item-item a.reply {
	right: -22px;
	top: -22px;
}
.utf-boxed-list-item-item .item-content h4{
	margin-top:15px;
}
.utf-boxed-list-item ul.utf-boxed-list-item-ul ul {
	padding-left:30px
}
}
.utf-boxed-list-item-item .item-content h4 span {
	font-size: 15px;
	color: #808080;
	display: block;
	font-weight: 500;
}
.utf-boxed-list-item-item .item-details {
	display: inline-flex;
	margin-top: 5px;
}
.utf-boxed-list-item-item .item-details .utf-star-rating {
	top: 0px;
	position: relative;
	margin-right: 0;
	background: #ffffff;
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.utf-boxed-list-item-item .item-details .utf-star-rating::before{
	top:3px;
}
.utf-boxed-list-item-item .item-details .utf-detail-item {
	margin-right:12px;
	color: #808080;
	background: #ffffff;
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.utf-boxed-list-item-item .item-details .utf-detail-item a {
	color: #808080;
}
.utf-boxed-list-item-item .item-details .utf-detail-item a:hover {
	color: #66676b;
}
.utf-boxed-list-item-item .item-details .utf-detail-item i {
	margin-right: 2px;
	position: relative;
	top: 0;
	color:#38b653;
}
.utf-boxed-list-item-item .utf-item-description p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.utf-boxed-list-item-item .utf-item-description {
	margin-top: 15px;
}
/* ----------------------------------
  Bid Style
------------------------------------- */
.bid {
	display: flex;
	width: 100%;
}
.bid .bids-content {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bid .bids-bid {
	align-items: center;
	display: flex;
}
.bid .bids-avatar {
	align-self: center;
}
.bid .utf-manage-resume-item {
	margin-top: 0;
}
.bid .utf-manage-resume-avatar {
	width: 80px;
	margin: 0 auto;
	border:2px solid rgba(0, 0, 0, 0.08);
	border-radius:80px;
	padding:2px;
	box-shadow:0 0 10px rgba(0,0,0,0.06);
	position: relative;
	margin-right: 30px;
}
.bid .utf-star-rating {
	margin-top: 0px;
	display: block
}
.bids-content .item-details {
    display: inline-flex;
    margin-top: 5px;
}
.bids-content .utf-job-listing-footer {
    padding: 0;
    margin-top: 6px;
}
.bids-content .utf-job-listing-footer ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}
.bids-content .utf-job-listing-footer ul li {
    background: #ffffff;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.bids-content .utf-job-listing-footer ul li i.icon-feather-briefcase {
    color: #12b6e8;
	padding-right:3px;
}
.bids-content .utf-job-listing-footer ul li i.icon-material-outline-location-on {
    color: #dc3139;
    font-size: 15px;
}
.bids-content .item-details .utf-detail-item {
    margin-right: 12px;
    color: #808080;
    background: #ffffff;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.bids-content .item-details .utf-detail-item i {
    margin-right: 2px;
    position: relative;
    top: 0;
    color: #38b653;
}
.bids-content .item-details .utf-star-rating {
    top: 0px;
    position: relative;
    margin-right: 0;
    background: #ffffff;
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
.bid .utf-manage-resume-avatar img {
	width: 100%;
	border-radius: 50%;
	cursor: pointer;
}
.bid .utf-manage-resume-avatar .utf-verified-badge {
	position: absolute;
	top: 0;
	right: 0;
}
.bid-rate {
	text-align: center;
	font-size: 14px;
	background: #ff8a00;
	color: #f9f9f9;
	font-weight:600;
	border-radius: 4px;
	padding: 8px 12px;
	box-shadow:0 2px 6px rgba(0,0,0,0.15);
}
.bid-rate .rate {
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
	padding: 5px 10px 2px 10px;
	font-size: 16px;
}
.bid-rate span {
	display: block;
	margin-top: -2px;
}
 @media (max-width: 767px) {
.bid .utf-manage-resume-avatar {
	width: 70px;
	margin: 0 0 15px 0;
}
.utf-boxed-list-item-ul .bid .bids-avatar {
    margin-right:15px;
}
.bid {
	display: block;
}
.bid-rate {
	width: 100%;
}
}
/* ----------------------------------
Single Job
------------------------------------- */
.utf-job-overview {
	border-radius: 4px;
	background-color: #f9f9f9;
}
.utf-job-overview .utf-job-overview-headline {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 25px;
	background-color: #ff8a00;
	color: #ffffff;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.utf-job-overview .utf-job-overview-inner {
	padding: 25px 20px;
}
.utf-job-overview .utf-job-overview-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.utf-job-overview .utf-job-overview-inner ul li {
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 55px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.utf-job-overview .utf-job-overview-inner ul li:last-child {
	margin-bottom: 0;
}
.utf-job-overview .utf-job-overview-inner ul li span {
	font-weight: 600;
	color: #424242;
	margin: 0;
	padding: 0;
	display: block;
}
.utf-job-overview .utf-job-overview-inner ul li h5 {
	font-weight: 500;
	color: #828282;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.utf-job-overview .utf-job-overview-inner ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 22px;
	color: #ffffff !important;
	background:#ff8a00;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
}
a.apply-now-button {
	background-color: #66676b;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight:600;
	border-radius: 4px;
	padding: 12px 20px;
	margin-top: 20px;
	box-shadow: 0 2px 8px rgba(102,103,107,0.15);
	transition: 0.3s;
	display: block;
}
a.apply-now-button:hover {
	transform: scale(1);
	box-shadow: 0 2px 8px rgba(102,103,107,0.35);
}
a.apply-now-button i {
	font-size: 16px;
	position: relative;
	line-height: 0;
	top: 2px;
	margin-left: 3px;
}
.save-job-btn{
	background:#424242 !important;
	display:block !important;
	padding:13px 20px !important;
	text-align: center;
	font-size: 16px !important;
}
.save-job-btn i{
	margin-left:3px !important;
}
a.save-job-btn:hover {
	background:#ff8a00 !important;
	transform: scale(1);
	box-shadow: 0 2px 8px rgba(102,103,107,0.35);
}
#utf-single-job-map-container-item {
	position: relative;
}
#utf-single-job-map-container-item #singleListingMap {
	position: relative;
	height: 340px;
	border-radius: 4px;
}
/* ----------------------------------
Single Freelancer Profile
------------------------------------- */
.utf-detail-social-sharing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;	
}
.utf-detail-social-sharing ul li {
	display: inline-block;
	font-size: 24px;
}
.utf-detail-social-sharing ul li a {
	background:#f7f7f7;
	color: #a0a0a0;
	width:40px;
	height:40px;
	line-height:32px;
	padding:5px;
	border-radius:40px;
	font-size:18px;
	display:inline-block;
	text-align:center;
	box-shadow:0 4px 1px 0px rgba(0, 0, 0, 0.08);
}
.utf-detail-social-sharing ul li a i.icon-brand-facebook-f{
	color:#3b5998
}
.utf-detail-social-sharing ul li a i.icon-brand-twitter{
	color:#1da1f2
}
.utf-detail-social-sharing ul li a i.icon-brand-linkedin-in{
	color:#0077b5
}
.utf-detail-social-sharing ul li a i.icon-brand-google-plus-g{
	color:#dd4b39
}
.utf-detail-social-sharing ul li a i.icon-brand-whatsapp{
	color:#25D366
}
.utf-detail-social-sharing ul li a i.icon-brand-pinterest-p{
	color:#c8232c
}
.utf-detail-social-sharing ul li a:hover{
	background:#ffffff;	
	box-shadow:0 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.attachments-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% + 20px);
	margin-bottom: -30px;
}
.attachment-box {
	display: flex;
	margin: 0 20px 15px 0;
	background-color: #f4f4f4;
	border-radius: 4px;
	font-weight: 600;
	padding: 15px 20px;
	padding-bottom: 40px;
	padding-right: 25px;
	line-height: 24px;
	flex-direction: column;
	color: #666;
	position: relative;
	transition: 0.3s;
	flex: 0 1 calc(50% - 21px);
	cursor: default;
	position: relative;
}
.utf-single-page-section-aera .attachment-box {
	flex: 0 1 calc(33% - 20px);
}
.utf-single-page-section-aera .attachments-container {
	margin-bottom: -20px;
}
a.attachment-box {
	cursor: pointer;
}
a.attachment-box:hover {
	background-color: #66676b;
	color: #fff;
}
a.attachment-box:hover:before {
	border-color: rgba(0,0,0,0.25) #fff;
}
.attachment-box span {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	flex: auto;
}
.attachment-box i {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #999;
	font-weight: 500;
	margin-top: 6px;
	position: absolute;
	bottom: 10px;
	transition: 0.3s;
}
a.attachment-box:hover i {
	color: rgba(255,255,255,0.7);
}
.attachment-box .remove-attachment {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	background-color: #dc3139;
	box-shadow: 0 3px 8px rgba(234,65,81,0.15);
	height: 28px;
	width: 28px;
	line-height: 28px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	transition: 0.3s;
	opacity: 0;
	transform: translateY(3px);
}
.attachment-box .remove-attachment:before {
	content: "\e9e4";
	font-family: "Feather-Icons";
}
.attachment-box:hover .remove-attachment {
	opacity: 1;
	transform: translateY(0);
}
.profile-overview {
	display: flex;
	line-height: 22px;
	align-items: center;
	margin-bottom: 20px;
	width: calc(100% + 10px);
}
.profile-overview .overview-item {
	flex: 1;
	margin-right: 10px;
	padding-right: 10px;
	background:#f0f0f0;
	padding:10px 5px 8px 5px;
	border-radius:4px;
	flex-grow: 1;
	text-align:center;
}
.profile-overview .overview-item strong {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin-bottom: 2px;
}
.profile-overview .overview-item span {
	color: #808080;
	font-size:14px;
}
.freelancer-indicators {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	line-height: 24px;
	margin-bottom: -20px;
}
.freelancer-indicators .indicator {
	width:100%;
	margin-right:0px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}
.freelancer-indicators .indicator span strong {
	color: #333;
	font-weight: 600;
	margin-right:5px;
	display:inline-block;
}
.freelancer-indicators .indicator span {
	display:inline-block;
}
.freelancer-indicators .indicator-bar span, .freelancer-indicators .indicator-bar {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	border-radius: 10px;
	position: relative;
	margin: 10px 0;
	transition: 1s;
}
.freelancer-indicators .indicator-bar span {
	width: 0;
	background-color: #66676b;
	position: absolute;
	top: 0;
	margin: 0;
}
@media (max-width: 767px) {
.profile-overview,  .profile-overview .overview-item {
	display: block;
	width: 100%;
}
.profile-overview .overview-item {
	border-right: 0;
	margin-bottom:15px;
}
.profile-overview .overview-item:last-child {
	margin-bottom:0;
}
}
 @media (max-width: 768px) {
.utf-boxed-list-item-item .item-details, .attachments-container .attachment-box, .freelancer-indicators, .freelancer-indicators .indicator {
	display: block;
	width: 100%;
}
.utf-boxed-list-item-item .item-details .utf-detail-item{
	display:block;	
}
.utf-boxed-list-item-item .item-details div{
	margin-bottom:10px;	
}
.utf-boxed-list-item-item .item-details div:last-child{
	margin-bottom:0px;	
}
.utf-boxed-list-item-item .item-image {
	display: none;
}
}
@media (max-width: 479px) {
.utf-login-register-page-aera{
	padding:25px;
}	
.payment-logo{
	display:none;
}
.bids-content .item-details{
	display:inline-block;
}
.bids-content .item-details .utf-detail-item{
	width:100%;
	margin-bottom:10px;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close {
    top: -25px !important;
    right:44% !important;
}
#small-dialog.user-message-box-item li.modal-title, #small-dialog-1.user-message-box-item li.modal-title, #small-dialog-2.user-message-box-item li.modal-title{
	font-size:18px;
	line-height:40px;
	width:90%;
	padding:10px 10px 0 20px;
}
}
@media (max-width: 359px) {
.utf-login-register-page-aera .utf-account-type label i{
	display:none;
}	
.utf-boxed-list-item-ul .bid .bids-avatar {
    float:none;
	margin-right:0px;
}
}
/* -------------------------------------------------------------- */
/*  Dashboard
----------------------------------------------------------------- */
.full-page-container, .utf-dashboard-container-aera {
	height: calc(100vh - 82px);
}
 @media (max-width: 1099px) {
.full-page-container,  .utf-dashboard-container-aera {
	height: calc(100vh - 76px);
}
}
.utf-dashboard-container-aera {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.utf-dashboard-sidebar-item {
	flex: 0 0 280px;
	background-color: #2b2b2b;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	z-index: 100;
}
.utf-dashboard-sidebar-item .utf-dashboard-sidebar-item-inner {
	overflow: auto;
	height: 100%;
}
.utf-dashboard-content-container-aera {
	flex: 1;
	background-color: #f9f9f9;
	padding: 0;
	overflow: auto;
	position: relative;
	z-index: 99;
}
.utf-dashboard-content-inner-aera {
	padding: 40px;
	padding-bottom: 0;
	position: relative;
}
@media (min-width: 1099px) {
#utf-header-container-block.dashboard-header .container {
	padding-right: 35px;
	padding-left: 0;
}
#utf-header-container-block.dashboard-header #logo {
	width: 281px;
	padding-left: 35px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1239px){
#utf-header-container-block.dashboard-header #logo {
    width: 281px;
    padding-left: 35px;
}
}
 @media (max-width: 1099px) {
#utf-header-container-block.dashboard-header #logo {
	width: auto;
}
}
/* ---------------------------------- */
/* Dashboard Navigation
------------------------------------- */
.utf-dashboard-nav {
	display: block;
	z-index: 11;
	padding-bottom: 30px;
}
a.utf-dashboard-responsive-trigger-item {
	display: none;
}
.utf-dashboard-nav ul {
	list-style: none;
	padding: 0;
	margin:0;
}
.utf-dashboard-nav ul:first-child {
	margin: 15px 0 0 0;
	border-top:1px solid rgba(0, 0, 0, 0.05);
}
.utf-dashboard-nav ul:before {
	content: attr(data-submenu-title);
	padding: 0 35px;
	margin-bottom:0px;
	display: block;
	color: #66676b;
	font-weight: 600;
	font-size: 14px;
}
.utf-dashboard-nav ul li {
	display: block;
	border-left: 4px solid transparent;
	transition: 0.3s;
	line-height: 25px;
	font-size: 15px;
	margin-bottom:-1px;
	border-bottom:1px solid rgba(255, 255, 255, 0.05);	
}
.utf-dashboard-nav ul li a {
	color: #ffffff;
	display: block;
	padding: 12px 25px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.utf-dashboard-nav ul li a i {
	padding: 8px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-size: 18px;
	color: #ffffff;
	transition: 0.3s;
	position: relative;
	top: 0px;
	background: rgba(255, 255, 255, 0.08);
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	left: -8px;
}
.utf-dashboard-nav ul li.active-submenu a i, .utf-dashboard-nav ul li.active a i, .utf-dashboard-nav ul li:hover a i {
	color: #66676b;
}
.utf-dashboard-nav ul li.active-submenu, .utf-dashboard-nav ul li.active, .utf-dashboard-nav ul li:hover {
	border-color: #66676b;
	background-color: rgba(102,103,107,0.04);
}
.utf-dashboard-nav ul li.active, .utf-dashboard-nav ul li:hover, .utf-dashboard-nav ul li.active-submenu {
	border-bottom:1px solid rgba(255, 255, 255, 0.05) !important;
}
.utf-dashboard-nav ul li.active-submenu a, .utf-dashboard-nav ul li:hover a, .utf-dashboard-nav ul li.active a {
	color: #66676b;
}
.dashboard-profile-box {
    margin: 10px 0 0;
	padding-bottom:8px;
    border-bottom: 1px solid #454545;
	float:left;
	width:100%;
}
.dashboard-profile-box &gt; span {
    display: block;
    text-align: center;
}
.dashboard-profile-box img {
    margin-bottom: 0px;
    border-radius: 100px;
}
.dashboard-profile-box .fullname {
    color: #fff;
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.dashboard-profile-box .user-role {
    color: #a1a1a1;
	font-size:14px;
	font-weight: 600;
}
.dashboard-profile-box &gt; span.avatar-img{
	float: left;
	width: 100px;
	height: auto;
	padding:10px 17px 10px 20px;
}
.dashboard-profile-box .user-profile-text{
	float:left;
	margin-top:14px;
	width:160px;
}
.dashboard-profile-box &gt; span {
    display: block;
    text-align: left;
	padding-left: 90px;
}
.utf-dashboard-nav ul li span.nav-tag {
	display: inline-block;
	font-weight: 700;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-color: #66676b;
	border-radius: 50%;
	position: relative;
	margin: 0 0 0 4px;
	top: 0px;
}
.utf-dashboard-nav ul li ul {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	line-height: 0;
	transition: 0.3s;
	pointer-events: none;
}
.utf-dashboard-nav ul li.active-submenu ul {
	visibility: visible;
	padding: 0;
	opacity: 1;
	max-height: 200px;
	pointer-events: all;
}
.utf-dashboard-nav ul li ul li {
	background-color: transparent;
	border: none;
	padding-left: 25px;
	position: relative;
	margin: 0;
	border-top:1px solid rgba(255, 255, 255, 0.05) !important;
}
.utf-dashboard-nav ul li ul li a {
	padding: 8px 0;	
}
.utf-dashboard-nav ul li ul li:hover {
	background-color: rgba(255, 255, 255, 0.08);
	border-bottom:0 !important;
}
.utf-dashboard-nav ul li a:after {
	font-family: "Material-Icons";
	content: '\e957';
	opacity: 1;
	font-size: 18px;
	transition: 0.3s;
	opacity: 1;
	line-height: 18px;
	width: 18px;
	height: 18px;
	background-color:transparent !important;
	color: #a8a8a8;
	display: inline-block;
	border-radius: 3px;
	margin-left: 7px;
	text-indent: 0;
	top: 1px;
	position: absolute;
	right: 20px;
	top: 17px;
}
.utf-dashboard-nav ul li.active-submenu a:after {
    transform: rotate(180deg);
	top:18px;
}
.utf-dashboard-nav ul li.active-submenu a:after, .utf-dashboard-nav ul li.active a:after, .utf-dashboard-nav ul li:hover a:after {
	color: #66676b;
	background: rgba(102,103,107,0.13);
	opacity: 0.8;
}
.utf-dashboard-nav ul li ul:before, .utf-dashboard-nav ul li a:only-child:after {
	content: '';
	display: none;
}
/* ----------------------------------
Dashboard Headline
------------------------------------- */
.utf-dashboard-headline-item {
	display: block;
	position: relative;
	margin-bottom:0px;
	padding:50px 40px;
	border-bottom:1px solid #eeeeee;	
}
#dashboard-titlebar{
    position: relative;
    background-image: url(../images/page-title.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#dashboard-titlebar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .65;
}
.utf-dashboard-headline-item h3 {
	display: block;
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
}
.utf-dashboard-headline-item span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 5px;
}
.utf-funfacts-container-aera {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-bottom:0px;
}
.fun-fact {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	border-radius: 4px;
	padding: 20px 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1 1 calc(20% - 30px);
	height: auto;
	cursor: default;
	transition: 0.3s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.fun-fact {
	flex: 1;
}
}
.fun-fact-icon {
	border-radius: 50px;
	background-color: rgba(0,0,0,0.04);
	flex: 0 0 70px;
	height: 70px;
	display: flex;
	text-align: center;
	margin:0 auto;
}
.fun-fact-icon i {
	font-size: 34px;
	align-self: center;
	margin: 0 auto;
	color: #666;
}
.fun-fact-icon i.icon-material-outline-gavel {
	transform: scale(0.91);
}
.fun-fact-text {
	margin-top: 15px;
	width:100%;
	text-align:center;
}
.fun-fact span {
	font-size: 15px;
	color: #888;
	line-height: 22px;
}
.fun-fact h4 {
	font-size: 38px;
	color: #333;
	font-weight:600;
	line-height: 36px;
	margin-bottom: 5px;
}
/* ----------------------------------
Dashboard Box
------------------------------------- */
.dashboard-box {
	display: block;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	position: relative;
}
.dashboard-box .headline {
	background:#424242;
	display: block;
	padding: 20px 25px;
	position: relative;
	border-radius:4px 4px 0 0;
}
.dashboard-box .headline h3 {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	line-height: 26px;
}
.dashboard-box .headline h3 i {
	color: #ffffff !important;
	font-size: 21px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.dashboard-box .headline h3 i.icon-material-outline-gavel {
	font-size: 20px;
}
.dashboard-box .headline h3 i.icon-material-outline-supervisor-account {
	font-size: 24px;
	top: 3px;
}
.dashboard-box .headline h3 i.icon-feather-folder-plus {
	font-size: 20px;
	top: 2px;
	margin-right: 5px;
}
.button.big i.icon-feather-plus {
	font-size: 20px;
	top: 2px;
	margin-left: -4px;
	margin-right: 5px;
}
.dashboard-box .content.with-padding {
	padding: 30px;
}
.dashboard-box .chart {
	padding: 30px 20px 17px 18px;
}
.dashboard-box .headline .sort-by {
	float: none;
	display: inline-block;
	position: absolute;
	top: calc(50% + 3px);
	transform: translateY(-50%);
	right: 30px;
	z-index: 100;
	height: 33px;
}
.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-weight: 500;
	color: #ffffff;
}
.dashboard-note {
	border-radius: 4px;
	background-color: #f8f8f8;
	padding: 25px;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.dashboard-note:last-child {
	margin-bottom: 65px;
}
.dashboard-note:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.15) #fff;
	transition: 0.3s;
	border-radius: 0 0 0 4px;
}
.dashboard-note p {
	line-height: 24px;
	margin-bottom: 20px;
	color: #777;
	font-size: 14.7px;
}
.utf_dashboard_list_box {
    margin: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    border-radius: 4px;
	width:100%;
}
.dashboard-list-box {
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 6px;
}
.utf_dashboard_list_box table.table-hover thead tr {
    background: #efefef;
}
.utf_dashboard_list_box table.table-hover tr th {
    font-weight: 600;
}
.dashboard-list-box .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.utf_dashboard_list_box .button.gray {
    background-color: #eee;
    color: #666;
    font-size: 13px;
	padding: 5px 12px;
	line-height: 22px;
	border-radius:30px;
	vertical-align:middle;
}
.utf_dashboard_list_box .button.gray i{
    font-size: 14px;
	margin-right: 2px;
	margin-left: 0;
}
.dashboard-list-box .table thead th {
    vertical-align: bottom;
    border-bottom: .125rem solid #dee2e6;
}
.dashboard-list-box .table td, .dashboard-list-box .table th {
    padding: 15px 20px;
    vertical-align: middle;
}
.dashboard-list-box .table tr {
	border-bottom:1px solid #e4e4e4;
}
.dashboard-list-box .table tr:last-child{
	border-bottom:0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.rounded-circle {
    border-radius: 30px;
}
.dashboard-list-box .badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
	height: 26px;
	line-height: 18px;
}
.badge-primary {
    color: #ffffff;
    background-color: #40b660;
}
.badge-danger {
    color: #ffffff;
    background-color: #12b6e8;
}
.badge-canceled {
    color: #ffffff;
    background-color: #dc3139;
}
.note-priority {
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 5px 9px;
	display: inline-block;
	line-height: 20px;
}
.note-priority.high {
	background-color: #dc3139;
}
.note-priority.medium {
	background-color: #f59110;
}
.note-priority.low {
	background-color: #3fb660;
}
.note-footer {
	display: flex;
}
.note-buttons {
	align-self: center;
	margin-left: auto;
}
.note-buttons a {
	font-size: 16px;
	padding-left: 3px;
	margin-top: 2px;
	display: inline-block;
	color: #888;
}
.note-buttons a:hover {
	color: #444;
}
.add-note-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	padding-top: 10px;
	background: #fff;
	border-radius: 4px;
	width: calc(100% - 15px);
}
.add-note-button a.button {
	width: calc(100% + 15px) !important;
	max-width: calc(100% + 15px) !important;
}
/* ----------------------------------
Dashboard Box List
------------------------------------- */
ul.utf-dashboard-box-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.utf-dashboard-box-list &gt; li {
	border-bottom: 1px solid #e4e4e4;
	padding: 0;
	line-height: 26px;
	padding:15px 20px;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	flex-flow: row wrap;
	transition: 0.3s;
	z-index:0;
}
ul.utf-dashboard-box-list &gt; li:last-child {
	border-bottom: none;
}
ul.utf-dashboard-box-list &gt; li:hover {
	background-color: #fcfcfc;
	transform: scale(1.02);
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
}
ul.utf-dashboard-box-list &gt; li:hover .utf-job-listing-details .utf-job-listing-description h3.utf-job-listing-title a{
	color:#ff8a00
}
ul.utf-dashboard-box-list &gt; li:hover .utf-manage-resume-overview-aera-inner .utf-manage-resume-item h4 a{
	color:#ff8a00
}
.utf-dashboard-box-list .notification-text {
	font-size: 14.7px;
	flex: 1;
}
.utf-dashboard-box-list .notification-text a{
	background: #ff8a00;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	margin:0 3px;
	padding: 2px 10px;
	border-radius: 4px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);	
}
.utf-dashboard-box-list .notification-text a:hover{
	background: #ffffff;
	color: #ff8a00;	
}
.utf-dashboard-box-list .notification-icon {
	flex: 0 0 40px;
}
.utf-dashboard-box-list .notification-text .utf-star-rating {
	position: relative;
	top: -18px;
	line-height: 0;
	height: 0;
	display: inline-block;
	margin: 0 3px;
	transform: scale(0.93);
}
.utf-buttons-to-right, .utf-dashboard-box-list .button.to-right {
	position: absolute;
	right: 20px;
	top: 25%;
	transform: translateY(-25%);
	opacity: 0;
	transition: 0.3s;
	box-shadow: 0px 0px 20px 10px #fff;
	background-color: #fff;
}
.utf-dashboard-box-list .utf-buttons-to-right.always-visible, .utf-dashboard-box-list li:hover .utf-buttons-to-right {
	opacity: 1;
}
.utf-dashboard-box-list .utf-job-listing .utf-job-listing-footer ul{
	margin-top:5px;
}
.utf-dashboard-box-list .utf-buttons-to-right.always-visible:not(.single-right-button) {
	position: relative;
	transform: none;
	top: 0;
	margin: 10px 0 0px 0px;
	opacity: 1;
	right: auto;
	display: inline-block;
	box-shadow: none;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
}
.utf-dashboard-box-list .button {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	border-radius:30px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
	box-shadow: 0 3px 8px rgba(102,103,107,0.15);
}
.utf-dashboard-box-list .button i[class*="icon-material"] {
	font-size: 18px;
	top: 3px;	
}
.utf-dashboard-box-list .utf-buttons-to-right .button {
	margin: 0 0 -6px 2px;
}
.utf-dashboard-box-list .utf-buttons-to-right.always-visible .button {
	margin: 0 3px 0 0;
}
.dashboard-box .button.red {
	background-color: #dc3139;
	box-shadow: 0 3px 8px rgba(234,65,81,0.15);
}
.dashboard-box .button.green {
	background-color: #40b660;
	box-shadow: 0 3px 8px rgba(64,182,96,0.15);
}
.dashboard-box .button.dark {
	background-color: #333333;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.dashboard-box .button.gray {
	background-color: #eee;
	color: #666;
	box-shadow: none;
}
.dashboard-box .utf-dashboard-box-list .button:not(.ico):hover, .dashboard-box .button.red:not(.ico):hover, .dashboard-box .button.green:not(.ico):hover, .dashboard-box .button.gray:not(.ico):hover {
	color: #fff;
	background-color: #333333;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.dashboard-box .button.dark:not(.ico):hover {
	background-color: #66676b;
	box-shadow: 0 3px 8px rgba(102,103,107,0.15);
}
.dashboard-box .button.ico {
	width: 32px;
	text-align: center;
}
.dashboard-box .button.ico i {
	font-size: 15px;
	margin-left: -7px;
	top: 2px;
	color:#ffffff;
	position: relative;
}
.dashboard-box .button i.icon-material-outline-check {
	margin-left: -5px;
}
.dashboard-box .button.ico i[class*="icon-material"] {
	font-size: 18px;
	margin-left: -8px;
	top: 3px;
	position: relative;
}
.utf-dashboard-box-list {
	box-shadow: none;
}
.utf-dashboard-box-list a.button i {
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	font-size: 14px;
	line-height: 0;
	margin-right: 3px;
}
.dashboard-box .mark-as-read {
	float: none;
	background-color: #f4f4f4;
	position: absolute;
	right: 25px;
	top: 16px;
}
.button-info {
	background: rgba(255,255,255,0.25);
	color: #fff;
	width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	margin-left: 3px;
	margin-right: -2px;
}
.dashboard-status-button {
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	padding: 2px 10px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 4px 8px;
	font-weight:600;	
}
.utf-job-status-item, .utf-status-item {
	margin: 0 0 4px 0px;	
}
.dashboard-status-button.green {
	background: #e0f5d7;
	color: #449626;
}
.dashboard-status-button.yellow {
	background-color: #fbf6dd;
	color: #ff8a00;
}
.dashboard-status-button.red {
	background-color: #ffe6e6;
	color: #ea5252
}
/* ----------------------------------
Dashboard Invoices List
------------------------------------- */
.utf-invoice-list-item ul {
	line-height: 22px;
	padding-bottom: 2px;
	color: #909090;
	list-style: none;
	padding: 0;
	margin: 0;
}
.utf-invoice-list-item ul li {
	padding: 0;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.utf-invoice-list-item .utf-invoice-user-city {
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #626262;
    font-weight: 600;
    font-size: 14px;
}
.utf-invoice-list-item .utf-invoice-user-city img.flag {
    height: 16px;
    border-radius: 2px;
    position: relative;
    top: -1px;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-left: 5px;
    cursor: default;
}
.utf-invoice-list-item ul li span{
	font-weight:600;
	color:#626262;
}
.utf-invoice-list-item ul li:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 11px;
	background-color: #d0d0d0;
	position: relative;
	margin: 0 7px;
}
.utf-invoice-list-item ul li:last-child:after {
	display: none;
}
.utf-invoice-list-item strong {
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	margin-top: -2px;
	display: block;
}
.paid, .unpaid {
	background-color: #333;
	color: #fff;
	border-radius: 40px;
	line-height: 20px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: -2px;
	display:inline-block;
}
.paid {
	background-color: #40b660;
}
.unpaid {
	background-color: #dc3139;
}
.dashboard-box .utf-job-listing-details {
	box-shadow: none;
	padding: 10px 0;
	align-items: center;
	flex: auto;
}
.dashboard-box .utf-job-listing {
	box-shadow: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.dashboard-box .utf-job-listing.width-adjustment {
	max-width: 95%
}
.dashboard-box .utf-job-listing h3 a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.dashboard-box .utf-job-listing .utf-job-listing-company-logo {
	max-width: 80px;
}
.dashboard-box .utf-job-listing .utf-job-listing-description {
	padding-top: 0;
}
.dashboard-box .utf-job-listing:hover {
	transform: none;
}
.dashboard-box .utf-job-listing .utf-job-listing-footer {
	background-color: transparent;
	padding: 0;
	border-radius: none;
}
.dashboard-box .utf-manage-resume-overview-aera {
	padding: 7px 0;
}
.dashboard-box .utf-manage-resume-overview-aera-inner {
	flex: auto;
	display: flex;
	align-items: center;
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-item {
	text-align: left;
	margin: 0 0 0 30px;
	width: 100%;
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	margin: 0;
	width: 120px;
}
.dashboard-box .utf-manage-resume-overview-aera.utf-manage-candidate .utf-manage-resume-avatar {
	align-self: flex-start;
}
.dashboard-task-info {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #ff8a00;
	box-shadow:0 2px 6px rgba(0,0,0,0.15);
	text-align: left;
	border-radius: 4px;
	padding:10px 15px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-self: flex-end;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	justify-content: left;
}
.dashboard-task-info li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 15px;
	margin-right: 15px;
	display: flex;
	flex-direction: initial;
	justify-content: left;
	align-items: left;
}
.dashboard-task-info li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.dashboard-list-box .table{
	text-align:right;
}
.dashboard-task-info{
	position: relative;
	right: 0;
	top: 0;
	margin-bottom:10px;
	transform: translateY(0%);
}
.dashboard-task-info li strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 22px;
}
.dashboard-task-info li span {
	display: block;
	font-size: 14px;
	color: #f9f9f9;
	line-height: 20px;
	padding-left:5px;
	padding-top: 1px;
	font-weight: 600;
}
.bid-acceptance {
	display: flex;
	color: #ff8a00;
	background-color: #fde8cf;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	padding: 12px 18px;
	display: inline-block;
	margin: 0 auto;
	line-height: 20px;
}
.bid-acceptance span {
	font-size: 14px;
	opacity: 0.86;
	line-height: 20px;
}
@media (max-width: 1366px) {
.dashboard-box .utf-job-listing.width-adjustment {
	max-width: 100%
}
.dashboard-task-info {
	position: relative;
	right: 0;
	top: 0;
	transform: none;
	margin: 5px 0 10px 0;
}
.dashboard-task-info.bid-info {
	margin-bottom: 0;
	margin-top: 20px;
}
}
.utf-manage-resume-overview-aera .dashboard-task-inner-item .dashboard-task-info.bid-info {
    margin-top: 12px;
    display: inline-flex;
}
 @media (max-width: 768px) {
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
	width: 100px;
}
.utf-manage-resume-overview-aera .utf-manage-resume-avatar img {
    border: 2px solid rgba(0, 0, 0, 0.03);
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-avatar .utf-verified-badge {
	transform: scale(0.8);
	top: -6px;
	right: 0;
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-item {
	margin: 0 0 0 20px;
}
.dashboard-box .utf-job-listing .utf-job-listing-company-logo {
	display: none;
}
.dashboard-task-info li:last-child {
	border-right: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
}
 @media (max-width: 767px) {
.dashboard-task-info.bid-info, .dashboard-task-info:not(.bid-info) {
	flex-direction: column;
	width: 100%;
}
.dashboard-task-info li {
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	width: 100%;
}
.utf-manage-resume-overview-aera .dashboard-task-inner-item .dashboard-task-info.bid-info{
	margin-bottom:10px;
}
.freelancer-rating .utf-detail-item{
	width:100%;
	margin-bottom:10px;
}
.freelancer-rating{
	display:block;	
}
.utf-dashboard-headline-item h3 {
    font-size: 24px;
    font-weight: 600;
}
}
@media (max-width: 329px) {
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
    width: 80px;
}
}
.dashboard-box .utf-boxed-list-item-item {
	padding: 10px 0;
	width: 100%;
}
.utf-sidebar-widget-item .bootstrap-select{
    border: 1px solid #dde6ef;
    border-radius: 4px;
}
/* ----------------------------------
Submit Forms
------------------------------------- */
.utf-submit-field {
	margin-bottom: 20px;
	display: block;
}
.utf-submit-field .pac-container {
	box-shadow: none;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
	padding-top: 0;
	z-index: 9;
	left: 0 !important;
	top: 47px !important;
	border-radius: 0 0 4px 4px;
}
.utf-submit-field h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
}
.utf-submit-field h5 i{
	margin-right: 5px;
}
.utf-submit-field h5 i.icon-brand-facebook{
	color:#3b5998
}
.utf-submit-field h5 i.icon-brand-twitter{
	color:#00acee
}
.utf-submit-field h5 i.icon-brand-linkedin{
	color:#0e76a8
}
.utf-submit-field h5 i.icon-brand-google-plus-g{
	color:#db4a39
}
.utf-submit-field h5 i.icon-brand-pinterest{
	color:#c8232c
}
.utf-submit-field h5 i.icon-feather-instagram{
	color:#c8232c
}
.utf-submit-field h5 span {
	color: #888;
	font-weight: 500;
}
.help-icon {
	color: #66676b;
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	line-height: 18px;
	height: 16px;
	position: relative;
	top: 3px;
	margin: 0 3px;
	font-style: normal;
	cursor: help;
}
.help-icon:before {
	content: "\e97c";
	font-family: "Feather-Icons"
}
.utf-avatar-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none;
	margin: 0 0px 30px 0;
	transition: all .3s ease;
}
.utf-avatar-wrapper:hover {
	cursor: pointer;
}
.utf-avatar-wrapper .profile-pic {
	height: 100%;
	width: 100%;
	transition: all .3s ease;
	object-fit: cover;
}
.utf-avatar-wrapper .profile-pic:after {
	font-family: Feather-Icons;
	content: "\e9f1";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 120px;
	position: absolute;
	font-size: 60px;
	background: #f0f0f0;
	color: #aaa;
	text-align: center;
}
.utf-avatar-wrapper .upload-button {
	position: absolute;
	top: 0;
	left: 0;
	border:2px dashed #dde6ef;
	height: 100%;
	width: 100%;
}
.utf-avatar-wrapper .file-upload {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
 @media (max-width: 767px) {
.utf-avatar-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	display: block;
	box-shadow: none;
	transition: all .3s ease;
}
.attachments-container{
	display: block;
	width: 100%;
}

.utf_dashboard_list_box{
	display:none;
}
.jbm-callout-in-padding {
    padding: 0 10px;
}
.jbm-section-title h2 {
    font-size: 28px;
}	
#titlebar.gradient {
    padding-top: 40px;
    padding-bottom: 45px;
}	
ul.utf-dashboard-box-list &gt; li:hover {
	transform: scale(1.02);
	box-shadow:none;
}
}
.utf-dashboard-content-inner-aera .utf-small-footer {
	width: 100%;
	left: 0px;
	padding: 25px 15px;
	position: absolute;
	bottom: 0;
}
.utf-dashboard-footer-spacer-aera {
	padding-top: 125px;
}
/* ----------------------------------
Dashbaord Media Queries 
------------------------------------- */
 @media (max-width: 1365px) {
.fun-fact {
	flex: 1 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
}
 @media (max-width: 992px) {
.utf-dashboard-content-inner-aera {
	min-height: auto !important;
}
.utf-dashboard-sidebar-item .utf-dashboard-nav-container, .utf-dashboard-content-inner-aera {
	padding: 15px;	
}
.utf-dashboard-sidebar-item-inner {
	padding-bottom:0px;
}
.utf-dashboard-headline-item{
	padding:40px 15px;
}
.utf-dashboard-sidebar-item .simplebar-content {
	overflow-x: hidden;
}
.utf-dashboard-nav-inner {
	padding:0;
	margin-bottom: 0;
}
.utf-dashboard-sidebar-item {
	flex: 1;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	height: auto !important;
}
.full-page-sidebar .simplebar-track,  .utf-dashboard-sidebar-item .simplebar-track {
	display: none;
}
.full-page-sidebar-inner,  .utf-dashboard-sidebar-item-inner {
	height: auto !important;
}
.utf-dashboard-container-aera {
	display: block;
	width: 100%;
	flex-wrap: wrap;
	height: auto !important;
}
.utf-dashboard-content-container-aera {
	height: auto !important;
}
.utf-dashboard-content-container-aera .simplebar-scrollbar {
	display: none;
}
.utf-dashboard-nav {
	width: 100%;
	margin: 0;
	margin-top:10px;
	border-radius:6px;
	position: relative;
	min-height: auto;
	opacity: 1;
	visibility: hidden;
	max-height: 0;
	padding: 0;
	transition: all 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #2b2b2b;
}
.utf-dashboard-nav ul:first-child {
	margin: 0;
}
.utf-buttons-to-right, .utf-dashboard-box-list .button.to-right{
	background:transparent
}
.utf-dashboard-nav ul {
	margin-top: 15px;
}
.utf-dashboard-nav.active ul, .utf-dashboard-nav.active {
	opacity: 1;
	visibility: visible;
	max-height: 900px;
}
.dashboard-profile-box{
	display:none;
}
.utf-dashboard-nav.active .dashboard-profile-box, .utf-dashboard-nav.active {
	opacity: 1;
	visibility: visible;
	display:block	
}
.utf-dashboard-nav ul:before {
	padding: 0 29px;
}
.utf-dashboard-nav ul li a {
	padding:12px 20px;
}
.utf-dashboard-nav ul,  .utf-dashboard-nav.active ul li ul,  .utf-dashboard-nav ul li ul {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s;
}
.utf-dashboard-nav.active ul li.active-submenu ul {
	visibility: visible;
	opacity: 1;
	max-height: 300px;
}
a.utf-dashboard-responsive-trigger-item {
	width: 100%;
	margin: 0;
	margin-top: 10px;
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	padding: 15px 20px;
	font-weight: 600;
	transition: 0.2s;
	display: block;
	text-align:center;
	line-height: 26px;
}
a.utf-dashboard-responsive-trigger-item span.trigger-title {
	padding-left: 33px;
}
a.utf-dashboard-responsive-trigger-item .utf-hamburger-inner-item,  a.utf-dashboard-responsive-trigger-item .utf-hamburger-inner-item::before,  a.utf-dashboard-responsive-trigger-item .utf-hamburger-inner-item::after {
	background-color: #fff;
}
a.utf-dashboard-responsive-trigger-item .hamburger {
	top: 16px;
	left: 0;
	height:20px;
	transform: scale(0.66);
}
a.utf-dashboard-responsive-trigger-item i {
	margin-right: 8px;
	margin-left: -2px;
	font-size: 28px;
	line-height: 0;
	position: relative;
	top: 6px;
}
a.utf-dashboard-responsive-trigger-item.active {
	border-radius:6px;
}
.utf-funfacts-container-aera {
	width: calc(100% + 15px);
	margin-bottom:10px;
}
.fun-fact {
	flex: 1 1 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin: 0 15px 15px 0;
}
.dashboard-box.main-box-in-row{
	margin-bottom:30px;
}
}
 @media (max-width: 768px) {
.fun-fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
}
#titlebar #breadcrumbs,  .utf-dashboard-headline-item #breadcrumbs {
	right: 0;
	position: relative;
	top: 0;
	transform: none;
	margin-top:7px;
	max-width: 100%;
}
#breadcrumbs ul{
	padding-left:0;
}
.utf-dashboard-headline-item{
	text-align:center;
	padding:20px 10px;
	margin:0 15px;
	border-radius:4px;
	margin-top:15px;
}
#dashboard-titlebar::before {
	border-radius:4px;
}
#breadcrumbs ul{
	padding:0;		
}
#titlebar h2, #breadcrumbs{
	text-align: center;	
	left: 0;
	right: 0;
	width: 100%;
}
#titlebar h2{
	font-size:26px;
}
.utf-buttons-to-right:not(.single-right-button) {
	position: relative;
	transform: none;
	top: 5px;
	margin:0;
	opacity: 1;
	text-align:right;
	right: auto;
	display: inline-block;
	box-shadow: none;
	width: 100%;
}
.dashboard-box .headline .sort-by {
	display:block;
}
.dashboard-box .headline .sort-by .bootstrap-select .dropdown-menu {
	left: 0;
	right: auto;
}
}
/* ---------------------------------- */
/* Dashboard Messages
------------------------------------- */
.messages-container {
	margin: 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
	border-radius: 4px;
	background-color: #fff;
}
.messages-inbox ul {
	max-height: 875px;
}
.message-content-inner {
	max-height: 750px;
}
.message-content, .messages-container-inner .messages-inbox {
	overflow: hidden;
}
.message-content-inner, .messages-container-inner .messages-inbox ul {
	overflow-y: scroll;
	width: calc(100% + 18px)
}
.message-content-inner::-webkit-scrollbar, .messages-container-inner .messages-inbox ul::-webkit-scrollbar {
width: 17px;
}
.messages-headline {
	max-height: 82px;
	font-size: 16px;
	margin: 0;
	padding: 22px 30px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #eaeaea;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.messages-headline input {
	background-color: #f6f6f6;
	box-shadow: none;
	height: 38px;
	padding: 14px;
	font-size: 14px;
	margin: 0;
}
.messages-headline input:focus {
	box-shadow: none;
}
.messages-headline .utf-input-with-icon i {
	font-size: 18px;
	right: 14px;
}
.messages-headline h4 {
	font-size: 16px;
	color: #333;
	padding: 6px 0;
	margin: 0;
	font-weight: 600;
	display: inline-block;
}
.message-action {
	border-radius: 50px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	display: inline-block;
	transition: 0.3s;
	color: #666;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.message-action i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 1px;
}
.message-action:hover {
	color: #ee3535;
}
.messages-inbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}
.messages-inbox ul li a {
	position: relative;
	display: block;
	padding: 30px;
}
.messages-inbox ul li {
	transition: 0.2s;
	position: relative;
}
.messages-inbox ul li:nth-child(2n) {
	background-color: #fafafa;
}
.messages-inbox ul li:last-child {
	border-bottom: none;
}
.messages-inbox ul li.active-message {
	background-color: #fafafa;
}
.messages-inbox ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #66676b;
	display: block;
	content: "";
	opacity: 0;
	transition: 0.3s;
}
.messages-inbox ul li:hover:before, .messages-inbox ul li.active-message:before {
	opacity: 1;
}
.messages-inbox .message-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.messages-inbox .message-by {
	margin-left: 85px;
	font-size: 15px;
	color: #666;
}
.messages-inbox .message-by p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 15px;
}
.message-by-headline h5, .message-by-headline span {
	display: inline-block;
}
.message-by-headline span {
	float: right;
	color: #888;
	font-size: 14px;
}
.message-by-headline h5 {
	font-weight: 600;
	color: #333;
	margin: 0 0 7px 0;
	padding: 0;
}
.message-by-headline:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.message-by h5 i {
	background-color: #66676b;
	border-radius: 4px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	padding: 3px 8px;
	margin-left: 3px;
}
.messages-container-inner {
	display: flex;
}
.messages-container-inner .messages-inbox, .messages-container-inner .message-content {
	flex: 1;
}
.messages-container-inner .message-content-inner {
	padding: 30px;
	padding-bottom: 0;
	flex-grow: 1;
}
.messages-container-inner .message-content {
	display: flex;
	flex-direction: column;
}
.messages-container-inner .messages-inbox {
	max-width: 340px;
	border-right: 1px solid #eaeaea;
}
.messages-container-inner .messages-inbox ul li a {
	padding: 25px;
}
.messages-container-inner .messages-inbox .message-by p {
	height: 26px;
	max-width: 205px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}
.messages-container-inner .message-avatar img {
	width: 40px;
	height: 40px;
}
.messages-container-inner .messages-inbox .message-avatar {
	left: 25px;
}
.messages-container-inner .messages-inbox .message-by {
	margin-left: 60px
}
.messages-container-inner .message-by-headline h5 {
	font-size: 14px;
	margin-bottom: 3px;
	max-width: 160px;
	line-height: 23px;
}
.messages-container-inner .message-by-headline span {
	font-size: 13px;
	position: absolute;
	top: 25px;
	right: 25px
}
.message-bubble {
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.message-bubble .message-avatar {
	position: absolute;
	left: 0;
	top: 0;
}
.message-bubble .message-avatar img {
	width: 50px;
	height: 50px;
}
.message-bubble .message-text {
	margin-left: 70px;
	background-color: #f4f4f4;
	border-radius: 4px;
	padding: 12px 18px;
	position: relative;
	display: inline-block;
	float: left;
	line-height: 25px;
}
.message-bubble.me .message-text {
	float: right;
}
.message-bubble .message-text p {
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.message-bubble.me .message-avatar {
	left: auto;
	right: 0;
}
.message-bubble.me .message-text {
	margin-left: 0;
	margin-right: 70px;
	background-color: #66676b;
	color: #fff;
	position: relative;
}
.message-bubble .message-text:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #f4f4f4;
	left: -6px;
	right: auto;
	top: 19px;
	position: absolute;
}
.message-bubble.me .message-text:before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #66676b;
	border-right: none;
	right: -6px;
	left: auto;
}
.message-time-sign {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.message-time-sign:before {
	content: "";
	height: 1px;
	background-color: #eaeaea;
	display: block;
	max-width: 30%;
	margin: 0 auto;
	position: relative;
	top: 14px;
	z-index: 10;
}
.message-time-sign span {
	background-color: #fff;
	font-size: 14px;
	color: #888;
	z-index: 11;
	position: relative;
	padding: 0 10px;
}
.message-reply {
	border-top: 1px solid #eaeaea;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}
.message-reply textarea {
	min-width: auto;
	height: 48px;
	min-height: 48px;
	padding: 10px 0;
	margin: 0 15px 0 0;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	resize: none;
}
.message-reply button {
	border-radius: 4px;
	flex: auto;
	flex-grow: 0;
	height: 44px;
	text-align: center;
	align-self: center;
	padding: 0 25px;
}
.message-reply i {
	padding: 0;
	margin: 0;
}
.typing-indicator {
	width: auto;
	height: 24px;
	padding-top: 8px;
}
.typing-indicator span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
	animation: 1s blink infinite 0.33333s;
}
.typing-indicator span:nth-of-type(2) {
	animation: 1s blink infinite 0.66666s;
}
.typing-indicator span:nth-of-type(3) {
	animation: 1s blink infinite 0.99999s;
}
 @keyframes blink {
 50% {
 opacity: 1;
}
}
@media (max-width: 992px) {
.messages-container-inner .messages-inbox {
	max-width: 300px;
}
.inner_search_block_section .utf-intro-search-field-item input, .inner_search_block_section .utf-intro-search-field-item .bootstrap-select{
	border:1px solid #dde6ef;	
	border-radius: 4px;
}
}
@media (max-width: 768px) {
.messages-container-inner {
	display: block;
}
.messages-container-inner .messages-inbox {
	max-width: 100%;
	border-bottom: 1px solid #e4e4e4;
	border-right: none;
}
.messages-inbox ul {
	max-height: 500px;
}
.messages-container-inner .message-by-headline span {
	position: relative;
	top: 0;
	right: 0;
	display: block;
	float: none;
	padding: 0;
	margin: -4px 0 0 0;
}
.message-action {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	transform: none;
	margin-top: -5px;
}
.messages-headline {
	max-height: 120px;
}
}
/* ---------------------------------- */
/* Others Common Styles
------------------------------------- */
body {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
}
body.gray {
	background-color: #fbfbfb;
}
body p {
	font-size: 16px;
	line-height: 26px;
}
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"],  textarea, select, input[type="button"], input[type="submit"], button, body .pac-container {
	font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h3.page-title {
	font-size: 20px;
	line-height: 32px;
}
.section {
	display: block;
}
.section.white {
	background: #fff;
}
.section.gray {
	background: #fbfbfb;
}
.section.border-top {
	border-top: 1px solid #e0e0e0;
}
.section.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}
.utf-section-headline-item {
	display: block;
	position: relative;
	padding-right: 20%;
}
.utf-section-headline-item.centered {
	text-align: center;
	padding: 0;
}
.utf-section-headline-item span {
	background: #ff8a00;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
	line-height: 26px;
	color: #fff;
	padding: 1.5px 12px;
	display: inline-block;
	max-width:max-content;
	margin: 0 auto 5px auto;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.utf-section-headline-item h1, .utf-section-headline-item h2, .utf-section-headline-item h3, .utf-section-headline-item h4 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	position:relative;
	z-index:9;
}
.utf-section-headline-item p.utf-slogan-text {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #727272;
	margin-top:20px;
	max-width: 750px;
	text-align: center;
	display: inline-block;
}
.utf-section-headline-item h3::before {
    background:#ff8a00;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	border-radius:30px;
    position: absolute;
    bottom: -6px;
    width: 40px;
}
.utf-section-headline-item.centered h3::before {
    background:#ff8a00;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	right:0;
	text-align:center;
	margin:0 auto;
	border-radius:30px;
    position: absolute;
    bottom: -7px;
    width: 40px;
}
.utf-section-headline-item h4 {
	font-size: 22px;
	line-height: 34px;
}
.utf-section-headline-item .utf-headline-display-inner-item {
	font-family: 'Open Sans';
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.05);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.2;
	z-index: 0;
	text-transform: uppercase;
}
.utf-section-headline-item.border-top {
	border-top: 1px solid #e0e0e0;
}
h1.in-a-box,  h2.in-a-box,  h2.in-a-box,  h3.in-a-box,  h5.in-a-box {
	display: inline-block;
	font-size: 18px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 8px 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.utf-section-headline-item h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
a.headline-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
a.headline-link.bottom-icon:after {
	content: "\e957";
	top: 3px;
}
a.headline-link:after {
	content: "\e995";
	font-family: "Material-Icons";
	font-size: 21px;
	line-height: 0;
	position: relative;
	top: 4px;
	margin-left: 5px;
}
 @media (max-width: 768px) {
a.headline-link {
	position: relative;
	margin-top: 20px;
	display: inline-block;
}
.utf-section-headline-item{
	padding-right:0;
}
}
@media (max-width: 768px) {
.hide-under-768px {
	display: none;
}
}
@media (max-width: 767px) {
.hide-under-992px {
	display: none;
}
.mmenu-trigger {
    margin: 0 -10px 0 20px;
}	
.utf-dashboard-footer-spacer-aera {
    padding-top: 90px;
}
.utf-section-headline-item span{
	margin-bottom:10px;
}
.utf-section-headline-item h1, .utf-section-headline-item h2, .utf-section-headline-item h3, .utf-section-headline-item h4 {
    line-height: 34px;    
}
.utf-section-headline-item .utf-headline-display-inner-item {
    display:none;
}
}
 @media (max-width: 480px) {
.hide-under-480px {
	display: none;
}
}
 @media (max-width: 479px) {
.fun-fact {
	flex: 1 1 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin: 0 15px 15px 0;
}
.fun-fact h4 {
    font-size: 32px;
}	
.utf-dashboard-box-list .utf-buttons-to-right .button {
    margin: 0;
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-avatar {
    width: 80px;
}
.dashboard-box .utf-manage-resume-overview-aera .utf-manage-resume-item {
    margin: 0 0 0 18px;
}
ul.utf-dashboard-box-list &gt; li{
	padding:15px;
}
ul.utf-download-text li, ul.utf-download-text li a{
	width:100%;
}
.utf-plan-radios-item{
	display:flex;
}
.utf-testimonial-carousel-block .slick-slide.slick-active .utf-testimonial-box:before, .utf-carousel-review-item.slick-slide.slick-active:before{
	opacity:0;
}
.utf-testimonial-carousel-block .slick-slide{
	padding:0;
	background:transparent;
	box-shadow:none;
	margin-top:0;
}
.utf-plan-radios-item .radio {
	width:50%;
	float:left;
	padding:8px 10px;
	margin:5px 6px;
	text-align:left;	
}
.utf-social-login-buttons-block{
	display:inline-block;
}
.utf-social-login-buttons-block button{
	width:100%;
	max-width:100%;
}
.dialog-with-tabs input {
	margin-bottom: 15px;
}
}
/* ---------------------------------- */
	/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
	display: block;
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.glyph.fs1 {
	position: relative;
	font-size: 20px;
	margin: 10px;
	float:left;
	width:100%;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border-radius: 6px;
	flex: 1 1 calc(33.3% - 30px);
	align-content: center;
	justify-content: center;
	display: inline-block !important;
	flex-direction: column;
	padding:15px;
	transition: 0.3s;
	color: #666;
}
.glyph.fs1:hover {
	transform: scale(1.02);
	background-color: #ff8a00;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.glyph.fs1:hover span:not([class*="mls"]) {
	background-color: #fff;
	color: #333;
}
.glyph.fs1 .fs0,  .glyph.fs1 fieldset {
	display: none;
}
.glyph.fs1 span:not([class*="mls"]) {
	vertical-align: middle;
	top: -6px;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.04);
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	font-size: 20px;
	transition: 0.3s;
	position: relative;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.glyph.fs1 .mls:not([class*="icon-"]) {
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	top: 0;
	vertical-align: middle;
	padding-left: 55px;
}
.content-left-offset {
	padding-left: 20px;
}
.utf-content-right-offset-aera {
	margin:0;
}
@media (max-width: 992px) {
.content-left-offset {
	padding-left: 15px;
}
.utf-content-right-offset-aera {
	padding-right: 15px;
}
.glyph.fs1{
	flex:1 1 calc(50% - 30px) !important;
}
}
@media (max-width: 767px) {
.glyph.fs1{
	flex:1 1 calc(100% - 0px) !important;
}
.dashboard-box .content.with-padding {
    padding: 20px;       
}
.compact-list-layout .utf-job-listing{
	padding:20px !important;
}
a.apply-now-button{
	margin-bottom:20px;
}
.single-page-header {
    padding: 50px 0;
}
}

/* Margin Top */
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-1 {
	margin-top: 1px !important;
}
.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-7 {
	margin-top: 7px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-9 {
	margin-top: 9px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-11 {
	margin-top: 11px !important;
}
.margin-top-12 {
	margin-top: 12px !important;
}
.margin-top-13 {
	margin-top: 13px !important;
}
.margin-top-14 {
	margin-top: 14px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-16 {
	margin-top: 16px !important;
}
.margin-top-17 {
	margin-top: 17px !important;
}
.margin-top-18 {
	margin-top: 18px !important;
}
.margin-top-19 {
	margin-top: 19px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-21 {
	margin-top: 21px !important;
}
.margin-top-22 {
	margin-top: 22px !important;
}
.margin-top-23 {
	margin-top: 23px !important;
}
.margin-top-24 {
	margin-top: 24px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-top-26 {
	margin-top: 26px !important;
}
.margin-top-27 {
	margin-top: 27px !important;
}
.margin-top-28 {
	margin-top: 28px !important;
}
.margin-top-29 {
	margin-top: 29px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-31 {
	margin-top: 31px !important;
}
.margin-top-32 {
	margin-top: 32px !important;
}
.margin-top-33 {
	margin-top: 33px !important;
}
.margin-top-34 {
	margin-top: 34px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-36 {
	margin-top: 36px !important;
}
.margin-top-37 {
	margin-top: 37px !important;
}
.margin-top-38 {
	margin-top: 38px !important;
}
.margin-top-39 {
	margin-top: 39px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-41 {
	margin-top: 41px !important;
}
.margin-top-42 {
	margin-top: 42px !important;
}
.margin-top-43 {
	margin-top: 43px !important;
}
.margin-top-44 {
	margin-top: 44px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-46 {
	margin-top: 46px !important;
}
.margin-top-47 {
	margin-top: 47px !important;
}
.margin-top-48 {
	margin-top: 48px !important;
}
.margin-top-49 {
	margin-top: 49px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-51 {
	margin-top: 51px !important;
}
.margin-top-52 {
	margin-top: 52px !important;
}
.margin-top-53 {
	margin-top: 53px !important;
}
.margin-top-54 {
	margin-top: 54px !important;
}
.margin-top-55 {
	margin-top: 55px !important;
}
.margin-top-56 {
	margin-top: 56px !important;
}
.margin-top-57 {
	margin-top: 57px !important;
}
.margin-top-58 {
	margin-top: 58px !important;
}
.margin-top-59 {
	margin-top: 59px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-61 {
	margin-top: 61px !important;
}
.margin-top-62 {
	margin-top: 62px !important;
}
.margin-top-63 {
	margin-top: 63px !important;
}
.margin-top-64 {
	margin-top: 64px !important;
}
.margin-top-65 {
	margin-top: 65px !important;
}
.margin-top-66 {
	margin-top: 66px !important;
}
.margin-top-67 {
	margin-top: 67px !important;
}
.margin-top-68 {
	margin-top: 68px !important;
}
.margin-top-69 {
	margin-top: 69px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-71 {
	margin-top: 71px !important;
}
.margin-top-72 {
	margin-top: 72px !important;
}
.margin-top-73 {
	margin-top: 73px !important;
}
.margin-top-74 {
	margin-top: 74px !important;
}
.margin-top-75 {
	margin-top: 75px !important;
}
.margin-top-76 {
	margin-top: 76px !important;
}
.margin-top-77 {
	margin-top: 77px !important;
}
.margin-top-78 {
	margin-top: 78px !important;
}
.margin-top-79 {
	margin-top: 79px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-81 {
	margin-top: 81px !important;
}
.margin-top-82 {
	margin-top: 82px !important;
}
.margin-top-83 {
	margin-top: 83px !important;
}
.margin-top-84 {
	margin-top: 84px !important;
}
.margin-top-85 {
	margin-top: 85px !important;
}
.margin-top-86 {
	margin-top: 86px !important;
}
.margin-top-87 {
	margin-top: 87px !important;
}
.margin-top-88 {
	margin-top: 88px !important;
}
.margin-top-89 {
	margin-top: 89px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-91 {
	margin-top: 91px !important;
}
.margin-top-92 {
	margin-top: 92px !important;
}
.margin-top-93 {
	margin-top: 93px !important;
}
.margin-top-94 {
	margin-top: 94px !important;
}
.margin-top-95 {
	margin-top: 95px !important;
}
.margin-top-96 {
	margin-top: 96px !important;
}
.margin-top-97 {
	margin-top: 97px !important;
}
.margin-top-98 {
	margin-top: 98px !important;
}
.margin-top-99 {
	margin-top: 99px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

/* Margin Bottom */
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-1 {
	margin-bottom: 1px !important;
}
.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-7 {
	margin-bottom: 7px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-9 {
	margin-bottom: 9px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-11 {
	margin-bottom: 11px !important;
}
.margin-bottom-12 {
	margin-bottom: 12px !important;
}
.margin-bottom-13 {
	margin-bottom: 13px !important;
}
.margin-bottom-14 {
	margin-bottom: 14px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-16 {
	margin-bottom: 16px !important;
}
.margin-bottom-17 {
	margin-bottom: 17px !important;
}
.margin-bottom-18 {
	margin-bottom: 18px !important;
}
.margin-bottom-19 {
	margin-bottom: 19px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-21 {
	margin-bottom: 21px !important;
}
.margin-bottom-22 {
	margin-bottom: 22px !important;
}
.margin-bottom-23 {
	margin-bottom: 23px !important;
}
.margin-bottom-24 {
	margin-bottom: 24px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-26 {
	margin-bottom: 26px !important;
}
.margin-bottom-27 {
	margin-bottom: 27px !important;
}
.margin-bottom-28 {
	margin-bottom: 28px !important;
}
.margin-bottom-29 {
	margin-bottom: 29px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-31 {
	margin-bottom: 31px !important;
}
.margin-bottom-32 {
	margin-bottom: 32px !important;
}
.margin-bottom-33 {
	margin-bottom: 33px !important;
}
.margin-bottom-34 {
	margin-bottom: 34px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-36 {
	margin-bottom: 36px !important;
}
.margin-bottom-37 {
	margin-bottom: 37px !important;
}
.margin-bottom-38 {
	margin-bottom: 38px !important;
}
.margin-bottom-39 {
	margin-bottom: 39px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-41 {
	margin-bottom: 41px !important;
}
.margin-bottom-42 {
	margin-bottom: 42px !important;
}
.margin-bottom-43 {
	margin-bottom: 43px !important;
}
.margin-bottom-44 {
	margin-bottom: 44px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-46 {
	margin-bottom: 46px !important;
}
.margin-bottom-47 {
	margin-bottom: 47px !important;
}
.margin-bottom-48 {
	margin-bottom: 48px !important;
}
.margin-bottom-49 {
	margin-bottom: 49px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-51 {
	margin-bottom: 51px !important;
}
.margin-bottom-52 {
	margin-bottom: 52px !important;
}
.margin-bottom-53 {
	margin-bottom: 53px !important;
}
.margin-bottom-54 {
	margin-bottom: 54px !important;
}
.margin-bottom-55 {
	margin-bottom: 55px !important;
}
.margin-bottom-56 {
	margin-bottom: 56px !important;
}
.margin-bottom-57 {
	margin-bottom: 57px !important;
}
.margin-bottom-58 {
	margin-bottom: 58px !important;
}
.margin-bottom-59 {
	margin-bottom: 59px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-61 {
	margin-bottom: 61px !important;
}
.margin-bottom-62 {
	margin-bottom: 62px !important;
}
.margin-bottom-63 {
	margin-bottom: 63px !important;
}
.margin-bottom-64 {
	margin-bottom: 64px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}
.margin-bottom-66 {
	margin-bottom: 66px !important;
}
.margin-bottom-67 {
	margin-bottom: 67px !important;
}
.margin-bottom-68 {
	margin-bottom: 68px !important;
}
.margin-bottom-69 {
	margin-bottom: 69px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-71 {
	margin-bottom: 71px !important;
}
.margin-bottom-72 {
	margin-bottom: 72px !important;
}
.margin-bottom-73 {
	margin-bottom: 73px !important;
}
.margin-bottom-74 {
	margin-bottom: 74px !important;
}
.margin-bottom-75 {
	margin-bottom: 75px !important;
}
.margin-bottom-76 {
	margin-bottom: 76px !important;
}
.margin-bottom-77 {
	margin-bottom: 77px !important;
}
.margin-bottom-78 {
	margin-bottom: 78px !important;
}
.margin-bottom-79 {
	margin-bottom: 79px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-81 {
	margin-bottom: 81px !important;
}
.margin-bottom-82 {
	margin-bottom: 82px !important;
}
.margin-bottom-83 {
	margin-bottom: 83px !important;
}
.margin-bottom-84 {
	margin-bottom: 84px !important;
}
.margin-bottom-85 {
	margin-bottom: 85px !important;
}
.margin-bottom-86 {
	margin-bottom: 86px !important;
}
.margin-bottom-87 {
	margin-bottom: 87px !important;
}
.margin-bottom-88 {
	margin-bottom: 88px !important;
}
.margin-bottom-89 {
	margin-bottom: 89px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-91 {
	margin-bottom: 91px !important;
}
.margin-bottom-92 {
	margin-bottom: 92px !important;
}
.margin-bottom-93 {
	margin-bottom: 93px !important;
}
.margin-bottom-94 {
	margin-bottom: 94px !important;
}
.margin-bottom-95 {
	margin-bottom: 95px !important;
}
.margin-bottom-96 {
	margin-bottom: 96px !important;
}
.margin-bottom-97 {
	margin-bottom: 97px !important;
}
.margin-bottom-98 {
	margin-bottom: 98px !important;
}
.margin-bottom-99 {
	margin-bottom: 99px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}

/* Margin Left */
.margin-left-0 {
	margin-left: 0 !important;
}
.margin-left-1 {
	margin-left: 1px !important;
}
.margin-left-2 {
	margin-left: 2px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-left-7 {
	margin-left: 7px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-left-9 {
	margin-left: 9px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 25px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-55 {
	margin-left: 55px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-65 {
	margin-left: 65px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-75 {
	margin-left: 75px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-left-85 {
	margin-left: 85px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-left-95 {
	margin-left: 95px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}

/* Margin Right */
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-right-1 {
	margin-right: 1px !important;
}
.margin-right-2 {
	margin-right: 2px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-right-7 {
	margin-right: 7px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-right-9 {
	margin-right: 9px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 25px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-55 {
	margin-right: 55px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-65 {
	margin-right: 65px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-75 {
	margin-right: 75px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-right-85 {
	margin-right: 85px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-right-95 {
	margin-right: 95px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}

/* Padding Top */
.padding-top-0 {
	padding-top: 0px !important;
}
.padding-top-1 {
	padding-top: 1px !important;
}
.padding-top-2 {
	padding-top: 2px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-top-7 {
	padding-top: 7px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-top-9 {
	padding-top: 9px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-11 {
	padding-top: 11px !important;
}
.padding-top-12 {
	padding-top: 12px !important;
}
.padding-top-13 {
	padding-top: 13px !important;
}
.padding-top-14 {
	padding-top: 14px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-16 {
	padding-top: 16px !important;
}
.padding-top-17 {
	padding-top: 17px !important;
}
.padding-top-18 {
	padding-top: 18px !important;
}
.padding-top-19 {
	padding-top: 19px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-21 {
	padding-top: 21px !important;
}
.padding-top-22 {
	padding-top: 22px !important;
}
.padding-top-23 {
	padding-top: 23px !important;
}
.padding-top-24 {
	padding-top: 24px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-26 {
	padding-top: 26px !important;
}
.padding-top-27 {
	padding-top: 27px !important;
}
.padding-top-28 {
	padding-top: 28px !important;
}
.padding-top-29 {
	padding-top: 29px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-31 {
	padding-top: 31px !important;
}
.padding-top-32 {
	padding-top: 32px !important;
}
.padding-top-33 {
	padding-top: 33px !important;
}
.padding-top-34 {
	padding-top: 34px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-36 {
	padding-top: 36px !important;
}
.padding-top-37 {
	padding-top: 37px !important;
}
.padding-top-38 {
	padding-top: 38px !important;
}
.padding-top-39 {
	padding-top: 39px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-41 {
	padding-top: 41px !important;
}
.padding-top-42 {
	padding-top: 42px !important;
}
.padding-top-43 {
	padding-top: 43px !important;
}
.padding-top-44 {
	padding-top: 44px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-46 {
	padding-top: 46px !important;
}
.padding-top-47 {
	padding-top: 47px !important;
}
.padding-top-48 {
	padding-top: 48px !important;
}
.padding-top-49 {
	padding-top: 49px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-51 {
	padding-top: 51px !important;
}
.padding-top-52 {
	padding-top: 52px !important;
}
.padding-top-53 {
	padding-top: 53px !important;
}
.padding-top-54 {
	padding-top: 54px !important;
}
.padding-top-55 {
	padding-top: 55px !important;
}
.padding-top-56 {
	padding-top: 56px !important;
}
.padding-top-57 {
	padding-top: 57px !important;
}
.padding-top-58 {
	padding-top: 58px !important;
}
.padding-top-59 {
	padding-top: 59px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-61 {
	padding-top: 61px !important;
}
.padding-top-62 {
	padding-top: 62px !important;
}
.padding-top-63 {
	padding-top: 63px !important;
}
.padding-top-64 {
	padding-top: 64px !important;
}
.padding-top-65 {
	padding-top: 65px !important;
}
.padding-top-66 {
	padding-top: 66px !important;
}
.padding-top-67 {
	padding-top: 67px !important;
}
.padding-top-68 {
	padding-top: 68px !important;
}
.padding-top-69 {
	padding-top: 69px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-71 {
	padding-top: 71px !important;
}
.padding-top-72 {
	padding-top: 72px !important;
}
.padding-top-73 {
	padding-top: 73px !important;
}
.padding-top-74 {
	padding-top: 74px !important;
}
.padding-top-75 {
	padding-top: 75px !important;
}
.padding-top-76 {
	padding-top: 76px !important;
}
.padding-top-77 {
	padding-top: 77px !important;
}
.padding-top-78 {
	padding-top: 78px !important;
}
.padding-top-79 {
	padding-top: 79px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-81 {
	padding-top: 81px !important;
}
.padding-top-82 {
	padding-top: 82px !important;
}
.padding-top-83 {
	padding-top: 83px !important;
}
.padding-top-84 {
	padding-top: 84px !important;
}
.padding-top-85 {
	padding-top: 85px !important;
}
.padding-top-86 {
	padding-top: 86px !important;
}
.padding-top-87 {
	padding-top: 87px !important;
}
.padding-top-88 {
	padding-top: 88px !important;
}
.padding-top-89 {
	padding-top: 89px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-top-91 {
	padding-top: 91px !important;
}
.padding-top-92 {
	padding-top: 92px !important;
}
.padding-top-93 {
	padding-top: 93px !important;
}
.padding-top-94 {
	padding-top: 94px !important;
}
.padding-top-95 {
	padding-top: 95px !important;
}
.padding-top-96 {
	padding-top: 96px !important;
}
.padding-top-97 {
	padding-top: 97px !important;
}
.padding-top-98 {
	padding-top: 98px !important;
}
.padding-top-99 {
	padding-top: 99px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}

/* Padding Bottom */
.padding-bottom-0 {
	padding-bottom: 0px !important;
}
.padding-bottom-1 {
	padding-bottom: 1px !important;
}
.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-6 {
	padding-bottom: 6px !important;
}
.padding-bottom-7 {
	padding-bottom: 7px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.padding-bottom-9 {
	padding-bottom: 9px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-11 {
	padding-bottom: 11px !important;
}
.padding-bottom-12 {
	padding-bottom: 12px !important;
}
.padding-bottom-13 {
	padding-bottom: 13px !important;
}
.padding-bottom-14 {
	padding-bottom: 14px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-16 {
	padding-bottom: 16px !important;
}
.padding-bottom-17 {
	padding-bottom: 17px !important;
}
.padding-bottom-18 {
	padding-bottom: 18px !important;
}
.padding-bottom-19 {
	padding-bottom: 19px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-21 {
	padding-bottom: 21px !important;
}
.padding-bottom-22 {
	padding-bottom: 22px !important;
}
.padding-bottom-23 {
	padding-bottom: 23px !important;
}
.padding-bottom-24 {
	padding-bottom: 24px !important;
}
.padding-bottom-25 {
	padding-bottom: 25px !important;
}
.padding-bottom-26 {
	padding-bottom: 26px !important;
}
.padding-bottom-27 {
	padding-bottom: 27px !important;
}
.padding-bottom-28 {
	padding-bottom: 28px !important;
}
.padding-bottom-29 {
	padding-bottom: 29px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-31 {
	padding-bottom: 31px !important;
}
.padding-bottom-32 {
	padding-bottom: 32px !important;
}
.padding-bottom-33 {
	padding-bottom: 33px !important;
}
.padding-bottom-34 {
	padding-bottom: 34px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-36 {
	padding-bottom: 36px !important;
}
.padding-bottom-37 {
	padding-bottom: 37px !important;
}
.padding-bottom-38 {
	padding-bottom: 38px !important;
}
.padding-bottom-39 {
	padding-bottom: 39px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-41 {
	padding-bottom: 41px !important;
}
.padding-bottom-42 {
	padding-bottom: 42px !important;
}
.padding-bottom-43 {
	padding-bottom: 43px !important;
}
.padding-bottom-44 {
	padding-bottom: 44px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.padding-bottom-46 {
	padding-bottom: 46px !important;
}
.padding-bottom-47 {
	padding-bottom: 47px !important;
}
.padding-bottom-48 {
	padding-bottom: 48px !important;
}
.padding-bottom-49 {
	padding-bottom: 49px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-51 {
	padding-bottom: 51px !important;
}
.padding-bottom-52 {
	padding-bottom: 52px !important;
}
.padding-bottom-53 {
	padding-bottom: 53px !important;
}
.padding-bottom-54 {
	padding-bottom: 54px !important;
}
.padding-bottom-55 {
	padding-bottom: 55px !important;
}
.padding-bottom-56 {
	padding-bottom: 56px !important;
}
.padding-bottom-57 {
	padding-bottom: 57px !important;
}
.padding-bottom-58 {
	padding-bottom: 58px !important;
}
.padding-bottom-59 {
	padding-bottom: 59px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-61 {
	padding-bottom: 61px !important;
}
.padding-bottom-62 {
	padding-bottom: 62px !important;
}
.padding-bottom-63 {
	padding-bottom: 63px !important;
}
.padding-bottom-64 {
	padding-bottom: 64px !important;
}
.padding-bottom-65 {
	padding-bottom: 65px !important;
}
.padding-bottom-66 {
	padding-bottom: 66px !important;
}
.padding-bottom-67 {
	padding-bottom: 67px !important;
}
.padding-bottom-68 {
	padding-bottom: 68px !important;
}
.padding-bottom-69 {
	padding-bottom: 69px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-71 {
	padding-bottom: 71px !important;
}
.padding-bottom-72 {
	padding-bottom: 72px !important;
}
.padding-bottom-73 {
	padding-bottom: 73px !important;
}
.padding-bottom-74 {
	padding-bottom: 74px !important;
}
.padding-bottom-75 {
	padding-bottom: 75px !important;
}
.padding-bottom-76 {
	padding-bottom: 76px !important;
}
.padding-bottom-77 {
	padding-bottom: 77px !important;
}
.padding-bottom-78 {
	padding-bottom: 78px !important;
}
.padding-bottom-79 {
	padding-bottom: 79px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-81 {
	padding-bottom: 81px !important;
}
.padding-bottom-82 {
	padding-bottom: 82px !important;
}
.padding-bottom-83 {
	padding-bottom: 83px !important;
}
.padding-bottom-84 {
	padding-bottom: 84px !important;
}
.padding-bottom-85 {
	padding-bottom: 85px !important;
}
.padding-bottom-86 {
	padding-bottom: 86px !important;
}
.padding-bottom-87 {
	padding-bottom: 87px !important;
}
.padding-bottom-88 {
	padding-bottom: 88px !important;
}
.padding-bottom-89 {
	padding-bottom: 89px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.padding-bottom-91 {
	padding-bottom: 91px !important;
}
.padding-bottom-92 {
	padding-bottom: 92px !important;
}
.padding-bottom-93 {
	padding-bottom: 93px !important;
}
.padding-bottom-94 {
	padding-bottom: 94px !important;
}
.padding-bottom-95 {
	padding-bottom: 95px !important;
}
.padding-bottom-96 {
	padding-bottom: 96px !important;
}
.padding-bottom-97 {
	padding-bottom: 97px !important;
}
.padding-bottom-98 {
	padding-bottom: 98px !important;
}
.padding-bottom-99 {
	padding-bottom: 99px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

/* Padding Right */
.padding-right-0 {
	padding-right: 0 !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-25 {
	padding-right: 25px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-55 {
	padding-right: 55px !important;
}
.padding-right-55 {
	padding-right: 55px !important;
}
.padding-right-55 {
	padding-right: 55px !important;
}
.padding-right-55 {
	padding-right: 55px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-right-65 {
	padding-right: 65px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-75 {
	padding-right: 75px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-right-85 {
	padding-right: 85px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-right-95 {
	padding-right: 95px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}

/* Padding Left */
.padding-left-0 {
	padding-left: 0 !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-25 {
	padding-left: 25px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-55 {
	padding-left: 55px !important;
}
.padding-left-55 {
	padding-left: 55px !important;
}
.padding-left-55 {
	padding-left: 55px !important;
}
.padding-left-55 {
	padding-left: 55px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-left-65 {
	padding-left: 65px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-75 {
	padding-left: 75px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-left-85 {
	padding-left: 85px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-left-95 {
	padding-left: 95px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}

.numbered.color ol &gt; li::before {
	border: 1px solid #ff8a00;
	color: #ff8a00;
}
.numbered.color.filled ol &gt; li::before {
	border: 1px solid #ff8a00;
	background-color: #ff8a00;
}
.radio input[type="radio"]:checked + label .radio-label {
	background-color: #ff8a00;
	border-color: #ff8a00;
}
.checkbox input:checked + label span.checkbox-icon {
	background-color: #ff8a00;
	border-color: #ff8a00;
}
.slider-handle {
	border: 2px solid #ff8a00;
}
.infoBox-close:hover {
	color: #fff;
	background-color: #ff8a00;
}
.message-bubble.me .message-text:before {
	border-left: 6px solid #ff8a00;
}
.utf-dashboard-nav ul li.active a i{
	background:#ff8a00;
	color:#ffffff !important;
}
.utf-dashboard-nav ul li.active-submenu li a i{
	background:rgba(255, 255, 255, 0.08);
	color:#ffffff;
}
.utf-dashboard-nav ul li.active-submenu li a:hover i{
	background:#ff8a00;
	color:#ffffff;
}
.utf-dashboard-nav ul li.active-submenu li.active a i{
	background:#ff8a00;
	color:#ffffff;
}
.utf-dashboard-nav ul li:hover a, .utf-dashboard-nav ul li.active a{
	color:#ff8a00;
}
.utf-dashboard-nav ul li ul li.active a, .utf-dashboard-nav ul li ul li.active a{
	color:#ff8a00;
}
.utf-dashboard-nav ul li:hover &gt; a i{
	background:#ff8a00;
	color:#ffffff !important;
}
a, .utf-header-widget-item .log-in-button:hover i, .notification-text span.color, ul.utf-user-menu-dropdown-nav li a:hover, ul.utf-user-menu-dropdown-nav li a:hover i, #navigation ul li:hover a:after, #navigation ul li a.current:after,  #navigation ul li:hover a,  #breadcrumbs ul li a:hover,  #breadcrumbs.white ul li a:hover,  .single-page-header .utf-header-details li a:hover,  .utf-blog-post-content h3 a:hover,  #posts-nav li a:hover,  .task-tags span,  .utf-manage-resume-detail-item a:hover,  .list-4 li:before,  .list-3 li:before,  .list-2 li:before,  .list-1 li:before,  .share-buttons-content span strong,  .keyword,  .banner-headline strong.color,  .utf-category-box-icon-item, .boxed-widget.summary li.total-costs span,  .utf-testimonial-box:before,  .utf-popup-tabs-nav-item li.active a,  .dialog-with-tabs .forgot-password:hover,  .dropdown-menu &gt; li &gt; a:hover,  .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .bootstrap-select .dropdown-menu li.selected a span.check-mark:before, .bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before, .utf-boxed-list-headline-item h3 i, .utf-boxed-list-item-item .item-details .utf-detail-item a:hover, .utf-job-overview .utf-job-overview-inner ul li i, .utf-dashboard-nav ul:before, .utf-dashboard-nav ul li.active-submenu a i, .utf-dashboard-nav ul li.active-submenu a:after, .utf-dashboard-nav ul li.active a:after, .utf-dashboard-nav ul li:hover a:after, .dashboard-box .headline h3 i, .help-icon, .utf-header-widget-item .log-in-button:hover, .utf-header-widget-item .log-in-button:hover i {
	color: #ff8a00;
}
.utf-dashboard-nav ul li.active-submenu a{
	color:#ffffff;
}
.utf-dashboard-nav ul li.active-submenu a:hover{
	color: #ff8a00;
}
.utf-header-notifications-content .notification-text span.color_blue{
	background:#2a41e8;
	display: inline-block;
	margin-right: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 7px;
	border-radius: 4px;
}
.utf-header-notifications-content .notification-text span.color_yellow{
	background:#ff9d1f;
	display: inline-block;
	margin-right: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 7px;
	border-radius: 4px;
}
.utf-header-notifications-content .notification-text span.color_green{
	background:#38b653;
	display: inline-block;
	margin-right: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 7px;
	border-radius: 4px;
}
.utf-dashboard-nav ul li span.nav-tag{
	background:rgba(255, 255, 255, 0.2);
	color:#ffffff;
}
#backtotop a, .utf-header-notifications-trigger span, a.utf-header-notifications-button, #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after,  #navigation ul ul.dropdown-nav li:hover a:after, .language-switcher.bootstrap-select.btn-group.open button,  .language-switcher.bootstrap-select.btn-group button:hover,  .utf-footer-item-links ul li a span:before,  .newsletter button,  .pagination ul li a.current-page,  a.blog-post-info:hover,  #posts-nav li a:hover span,  .utf-comment-by a.reply:hover,  .contact-address-headline:after,  .enable-filters-button span,  .enable-filters-button i,  .utf-job-listing.utf-apply-button-item:hover .list-apply-button,  .letters-list a.current,  span.button,  button.button,  input[type="button"],  input[type="submit"],  a.button,  .list-1 li:before,  mark.color,  table.basic-table th,  .copy-url .copy-url-button,  .keyword-input-container .keyword-input-button,  .utf-tags-container-item input[type="checkbox"]:checked + label,  input:checked + .switch-button,  .radio input[type="radio"] + label .radio-label:after,  .uploadButton .uploadButton-button:hover,  .pricing-plan .button:hover,  .pricing-plan.recommended .button,  .utf-payment-tab-trigger &gt; input:checked ~ label::after,  .utf-breathing-icon,  .icon-box-check, .qtyInc:hover,  .qtyDec:hover,  #utf-signin-dialog-block .mfp-close:hover,  #small-dialog-1 .mfp-close:hover,  #small-dialog-2 .mfp-close:hover,  #small-dialog-3 .mfp-close:hover,  #small-dialog-4 .mfp-close:hover,  #small-dialog .mfp-close:hover,  .slider-selection,  .cluster-visible,  .marker-container,  .custom-zoom-in:hover,  .custom-zoom-out:hover,  #geoLocation:hover,  #streetView:hover,  #scrollEnabling:hover,  #scrollEnabling.enabled,  a.apply-now-button,  a.attachment-box:hover,  .freelancer-indicators .indicator-bar span, .dashboard-box .button.dark:not(.ico):hover,  .messages-inbox ul li:before,  .message-by h5 i,  .message-bubble.me .message-text {
	background-color: #ff8a00;
}
a.utf-header-notifications-button{
	background:#424242;
}
.dashboard-box a.utf-header-notifications-button{
	background:#ff8a00;
}
.utf-transparent-header-block #navigation &gt; ul li:hover ul li:hover a:after, .utf-transparent-header-block #navigation &gt; ul li:hover a:after,  .utf-transparent-header-block #navigation &gt; ul li a.current:after, .tasks-list-container.compact-list .task-listing:before,  .compact-list.freelancers-list-layout .freelancer:before,  .accordion-header,  .tabs-header,  .utf-intro-search-field-item .field-title,  .utf-category-box:hover,  .photo-box:hover:before,  .photo-box.small .utf-opening-box-content-part span,  .slick-prev:hover,  .slick-next:hover,  .bootstrap-select.btn-group .bs-actionsbox div button:hover {
	background: #ff8a00;
}
.uploadButton .uploadButton-button, .pricing-plan .button {
	color: #ff8a00;
	border: 1px solid #ff8a00;
}
.uploadButton .uploadButton-button{
	background-color:#331A19;
	color: #ffffff;
	border: 1px solid #331A19;
}
.uploadButton .uploadButton-button:hover {
	background-color:#694D4C;
	color: #ffffff;
	border: 1px solid #694D4C;
}
.utf-payment-tab-trigger &gt; input:checked ~ label::before, .utf-dashboard-nav ul li.active-submenu {
	border-color: #ff8a00;
}
.utf-dashboard-nav ul li:hover, .utf-dashboard-nav ul li.active{
	border-color: #ffffff;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, #navigation ul ul.dropdown-nav li:hover a:after, #navigation ul li:hover a:after {
	background: rgba(255, 138, 0,0.13);
}
#navigation ul li a.current:after {
	background: rgba(255, 138, 0,0.13);
}
.pagination ul li a.current-page {
	box-shadow: 0 2px 8px rgba(255, 138, 0,0.25)
}
.sidebar-search-button-container button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.1);
}
.sidebar-search-button-container button:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.25);
}
.utf-job-listing.utf-apply-button-item:hover .list-apply-button {
	background:#424242;
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.utf-job-listing.utf-apply-button-item:hover .list-apply-button i{
	background:#ffffff;
}
.task-listing-bid-inner .button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.task-listing-bid-inner .button:hover {
	background:#424242;
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.25);
}
.task-tags span {
	color:#ffffff;
	background-color:#424242;
	box-shadow:0 2px 6px rgba(0,0,0,0.10);
}
.utf-single-page-section-aera .task-tags{
	background:transparent;
	padding:0;
	margin:0;
	box-shadow:none;
}	
.utf-single-page-section-aera .task-tags a{
	background:#f4f4f4;
	box-shadow:0 2px 1px rgba(0,0,0,0.10);
	transition: 0.3s;
	font-size: 16px;
	border-radius: 4px;
	background-color: rgba(102,103,107,.07);
	color: #66676b;
	display: inline-block;
	padding: 5px 15px;
	margin: 4px 2px;
	text-transform: capitalize;
	line-height: 24px;
}
.utf-single-page-section-aera .task-tags a:hover{
	background:#ff8a00;
	color:#ffffff;
	cursor:pointer;
	box-shadow:0 4px 4px rgba(255, 138, 0, 0.3);
}
.utf-sidebar-categorie ul{
	display:inline-block;
	padding:0;
	list-style-type:none;
	margin:0;
}
.utf-sidebar-categorie ul li{
	width:100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: inline-block;
	padding: 7px 0;
}
.utf-sidebar-categorie ul li:last-child{
	border-bottom:0;
}
.utf-sidebar-categorie ul li a{
	color:#626262;
}
.utf-sidebar-categorie ul li a:hover{
	color:#ff8a00;
	padding-left:5px
}
.freelancers-grid-layout .freelancer-details a.button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.1);
}
.freelancer-details a.button:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.2);
}
.freelancers-list-layout .freelancer-details a.button {
	box-shadow: 0 4px 4px rgba(255, 138, 0, 0.3);
}
.freelancer:hover a.button:hover {
	background:#424242;
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.25);
}
.letters-list a.current {
	box-shadow: 0 2px 8px rgba(255, 138, 0,0.25);
}
span.button, button.button, input[type="button"], input[type="submit"], a.button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.move-on-hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.1);
}
.move-on-hover:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.2);
}
.keyword {
	background-color: rgba(255, 138, 0,0.07);
}
 @keyframes switch-shadow-color {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 138, 0,0.6);
}
 100% {
 box-shadow: 0 0 0px 10px rgba(0,0,0,0);
}
}
 @keyframes radius-shadow {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 138, 0,0.4);
}
 100% {
 box-shadow: 0 0 0 10px rgba(0,0,0,0);
}
}
.uploadButton .uploadButton-button {
	box-shadow: 0 3px 10px rgba(255, 138, 0,0.1);
}
.uploadButton .uploadButton-button:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.utf-category-box:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.2);
}
.photo-box:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.25);
}
.recommended .utf-pricing-plan-label {
	background-color:rgba(0, 0, 0, 0.1);
}
.pricing-plan .button:hover, .pricing-plan.recommended .button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.pricing-plan .button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.1);
}
.pricing-plan .button:hover {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.utf-order-confirm-aera i {
    color: #ff8a00;
    font-size: 140px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 800;
}
.utf-breathing-icon {
	box-shadow: 0 0 0 15px rgba(255, 138, 0,0.07);
}
 @keyframes bicokAnim {
 0%, 100% {
 box-shadow: 0 0 0 15px rgba(255, 138, 0,0.07);
}
 50% {
 box-shadow: 0 0 0 28px rgba(255, 138, 0,0.12);
}
}
.icon-box-check {
	box-shadow: 0 0 0 5px rgba(255, 138, 0,0.1);
}
 @keyframes checkAnim {
 0%, 100% {
 box-shadow: 0 0 0 5px rgba(255, 138, 0,0.15);
}
 50% {
 box-shadow: 0 0 0 8px rgba(255, 138, 0,0.15);
}
}
.bidding-widget .button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.bidding-widget .button:hover {
	background:#424242;
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.25);
}
.dialog-with-tabs .button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.slider-handle:after {
	box-shadow: 0 0 0px 6px rgba(255, 138, 0,.12);
}
.slider-handle:hover:after {
	box-shadow: 0 0 0px 8px rgba(255, 138, 0,.12);
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover {
	background-color: rgba(255, 138, 0,0.07);
}
 @keyframes clusterAnimation {
 0%, 100% {
 box-shadow: 0 0 0 6px rgba(255, 138, 0,0.15);
}
 50% {
 box-shadow: 0 0 0 10px rgba(255, 138, 0,0.15);
}
}
 @keyframes markerAnimation {
 0%, 100% {
 box-shadow: 0 0 0 6px rgba(255, 138, 0,0.15);
}
 50% {
 box-shadow: 0 0 0 8px rgba(255, 138, 0,0.15);
}
}
a.apply-now-button {
	box-shadow: 0 2px 8px rgba(255, 138, 0,0.15);
}
a.apply-now-button:hover {
	background:#424242;
	box-shadow: 0 2px 8px rgba(48, 48, 48, 0.35);
}
.utf-dashboard-nav ul li.active-submenu, .utf-dashboard-nav ul li.active, .utf-dashboard-nav ul li:hover {
	background-color: rgba(255, 255, 255, 0.08);
}
.utf-dashboard-nav ul li.active-submenu a:after, .utf-dashboard-nav ul li.active a:after, .utf-dashboard-nav ul li:hover a:after {
	background: rgba(255, 138, 0,0.13);
}
.utf-dashboard-box-list .button {
	box-shadow: 0 3px 8px rgba(255, 138, 0,0.15);
}
.dashboard-box .button.dark:not(.ico):hover {
	box-shadow: 0 3px 8px rgba(255, 138, 0,0.15);
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after,  #navigation ul ul.dropdown-nav li:hover a:after {
	background-color: #ff8a00;
}
.need-help-area .info-box-1{
	background:#ffffff;
	border-radius:6px;
	padding:30px;
	margin-bottom:25px;
	text-align:center;
	z-index:1;
	box-shadow:0 2px 20px rgba(0,0,0,0.05);
}
.need-help-area .info-box-1:hover {
    transition: 0.4s;
    transform: scale(1.05);    
}
.need-help-area .info-box-1 h4{
	line-height: 26px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom:12px;
}
.need-help-area .info-box-1 p {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0;
    color: #808080;
}
.need-help-area .info-box-1 .utf-icon-box-circle {
	background-color: #f7f7f7;
	width: 80px;
	height: 80px;
	line-height:80px;
	border-radius:50px;
	z-index: 100;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.need-help-area .info-box-1 .utf-icon-box-circle-inner {
	font-size: 36px;
	line-height:88px;
	color: #ff8a00;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
/*==========
  Loader Css
============*/
.preloader {
	background: radial-gradient(circle, #ffffff, #f3f3f3);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.utf-preloader {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	text-align: center;
	z-index: 9999;
}
.utf-preloader span {
	display: inline-block;
	width: 15px;
	height: 5px;
	border-radius: 6px;
	background: #F18C20;
	-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
	animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}
.utf-preloader span:nth-child(1) {
	-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;
	animation:ball-pulse-sync .6s -.14s infinite ease-in-out
}
.utf-preloader span:nth-child(2) {
	-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;
	animation:ball-pulse-sync .6s -70ms infinite ease-in-out
}
@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
 }
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
	}
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}


.table_wuw {
  border-collapse: collapse;
  width: 100%;
}

.table_wuw td, .table_wuw th {
  border: 1px solid #B59A99;
  padding: 8px;
}

.table_wuw tr:nth-child(even){background-color: #F6F0EF;}

/*.table_wuw tr:hover {background-color: #f2f2f2;}*/

.table_wuw th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #331A19;
  color: white;
}
.text-white{
color:#FFFFFF;
}

.small-text{
font-size:14px;
margin-top:10px;
}

.qboutlink{
height:44px; padding:10px 20px !important;
width:100%;
 border-width: 1px;
 border-bottom-style: dotted;
color:#adadad;
}

.qboutlink:hover{
background-color:#f0f0f0;
}


.qboutlink a{
color:#6c6c6c;

}
.qboutlink a:hover{
color:#ff8a00;

}
a.blacklink:hover {
color:#ff8a00;

}

a.activeaboutlink{
color:#ff8a00;

}





</pre></body></html>