/**
 * Theme Name: Jobster
 * Theme URI: http://wpjobster.com/
 * Author: WPJobster
 * Author URI: http://wpjobster.com/
 * Description: Jobster is the most advanced and feature rich WordPress theme for service marketplace. Developed and maintained by the people who run a successful marketplace of their own.
 * Version: 3.8.0
 * License: Please visit wpjobster.com for more info.
 * License URI: http://wpjobster.com/
 * Tags: wordpress theme, service marketplace, fiverr script
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/**
 * STARTING HERE
 */

:focus {
	outline-color: #83C124;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	outline: none;
	outline-color: #83C124;
	border-color: #83C124;
	-webkit-box-shadow: 0 0 2px rgba(131, 193, 36, 0.8);
	box-shadow: 0 0 2px rgba(131, 193, 36, 0.8);
	border: 1px solid #83C124;
}

html {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	background: #f9f9f9;
}

body {
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	word-wrap: break-word;
}

a {
	text-decoration: none;
	color: #333;
	transition-property: border, background, color;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

a:active,
a:hover {
	color: #83C124;
}

a.logo-blue,
.logo-blue a {
	color: #2d5767;
}

a.logo-blue:active,
a.logo-blue:hover,
.logo-blue a:active,
.logo-blue a:hover {
	color: #83C124;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 700;
	color: #333;
}

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

h2 {
	font-size: 1.5em;
	margin: 1em 0 0.83em;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

p {
	font-size: 1em;
	margin: 1em 0;
	display: block;
}

strong {
	font-weight: 600;
}

blockquote {
	float: right;
	display: block;
	background: rgba(255, 255, 255, 0.5);
	border-left: 3px solid #ddd;
	margin: 1.5em;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	position: static;
}

blockquote:before {
	color: #ddd;
	content: "\201C";
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	position: static;
}

blockquote p {
	display: inline;
}

/* HELPERS */
.container {
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.wrapper,
.main {
	width: 980px;
	margin: 0 auto;
}

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

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.cb {
	clear: both;
}

.lh36 {
	line-height: 36px;
	font-weight: 600;
	color: #666;
}

.bs-col-container {
	margin: 0 -10px;
}

.bs-col2,
.bs-col3,
.bs-col4,
.bs-col5,
.bs-col6,
.bs-col8,
.bs-col5x2,
.bs-col2fill,
.bs-col3fill,
.bs-col448fill,
.bs-col66888fill,
.bs-col668fill,
.bs-col466fill,
.bs-col55fill,
.bs-col46fill,
.bs-col88fill,
.bs-col888fill {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	min-height: 10px;
}

.bs-col2 {
	width: 50%;
}

.bs-col3 {
	width: 33.3333%;
}

.bs-col4 {
	width: 25%;
}

.bs-col5 {
	width: 20%;
}

.bs-col6 {
	width: 16.6666%;
}

.bs-col8 {
	width: 12.5%;
	word-wrap: normal;
}

.bs-col5x2 {
	width: 40%;
}

.bs-col2fill {
	width: 58.3333%;
}

.bs-col3fill {
	width: 45.8333%;
}

.bs-col448fill {
	width: 37.5%;
}

.bs-col66888fill {
	width: 29.1666%;
}

.bs-col668fill {
	width: 54.1666%;
}

.bs-col466fill {
	width: 41.6666%;
}

.bs-col55fill {
	width: 60%;
}

.bs-col46fill {
	width: 58.3333%;
}

.bs-col88fill {
	width: 75%;
}

.bs-col888fill {
	width: 62.5%;
}

.flex-middle .bs-col-container,
.flex-middle .bs-col2fill,
.flex-middle .bs-col3fill,
.flex-middle .bs-col88fill,
.flex-middle .bs-col888fill {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-middle .bs-col2,
.flex-middle .bs-col3,
.flex-middle .bs-col4,
.flex-middle .bs-col5,
.flex-middle .bs-col6,
.flex-middle .bs-col8,
.flex-middle .bs-col5x2,
.flex-middle .bs-col2fill,
.flex-middle .bs-col3fill,
.flex-middle .bs-col88fill,
.flex-middle .bs-col888fill,
.flex-middle .round-avatar-aside {
	margin-top: auto;
	margin-bottom: auto;
	word-wrap: break-word;
	overflow: hidden;
}

.flex-middle .bs-col2fill,
.flex-middle .bs-col3fill,
.flex-middle .bs-col88fill,
.flex-middle .bs-col888fill {
	min-height: 60px;
}

.flex-middle .round-avatar-cnt {
	top: 50%;
	margin-top: -30px;
}

.ie-flex-middle-fix {

	/* need this because of the min-height bug
	   on display flex for internet explorer   */
	height: 60px;
	width: 0px;
	float: left;
}

.overflow-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hover-break:hover .overflow-ellipsis {
	white-space: normal;
	word-wrap: break-word;
}

.break-word {
	word-wrap: break-word;
}

.main-col,
.left_container,
.right_container,
#content,
#content-right {
	width: 720px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.right_container {
	float: right;
}

#content-right {
	float: right;
}

#content-full,
#content-full-ov {
	float: left;
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
}

#content-full-ov {
	overflow: visible;
}

.side-col,
.the_sidebar,
#right-sidebar,
#left-sidebar,
.new-left-sidebar {
	width: 250px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#left-sidebar,
.new-left-sidebar {
	float: left;
}

#content,
.the_sidebar,
#content-full-ov {
	margin-top: 40px;
}

.white-cnt,
.grey-cnt {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grey-cnt {
	background: #f1f1f1;
	border: 1px solid #eee;
}

.red-cnt {
	background: #DF3F3F;
	color: #fff;
}

.green-cnt {
	background: #83c124;
	color: #fff;
}

.red-cnt a,
.green-cnt a {
	color: #fff;
	text-decoration: underline;
}

.red-cnt a:hover,
.green-cnt a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.green-links a {
	color: #83C124;
}

.main-cnt {
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-cnt-nomargin {
	margin-bottom: 0;
}

.padding-cnt {
	padding: 20px 25px;
}

.smallpadding-cnt {
	padding: 10px;
	word-break: break-word;
}

.heading-cnt {
	margin-bottom: 20px;
	padding: 20px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding-cnt-bottom-helper {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -20px;
}

.green-info-cnt {
	color: #528425;
	background: url('images/info-bg.png') no-repeat 30px 19px #fff;    /*text-indent: 27px;*/
	padding-left: 70px;
}

h1.heading-title,
h2.heading-title,
h2.heading-subtitle {
	font-size: 24px;
}

h3.heading-subtitle {
	font-size: 18px;
}

h1.heading-title.heading-bigger,
h2.heading-title.heading-bigger {
	font-size: 30px;
	margin: 60px 0;
}

h1.heading-title.heading-bigger-nomargin,
h2.heading-title.heading-bigger-nomargin {
	font-size: 30px;
}

h2.heading-subtitle,
h3.heading-subtitle {
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h3.heading-title {
	font-size: 21px;
}

.heading-subtitle.noborder {
	border-bottom: 0px;
	padding-bottom: 0;
}

.heading-title.heading-icon,
.heading-title.heading-icon-svg,
.heading-subtitle.heading-icon,
.heading-subtitle.heading-icon-svg {
	padding-left: 45px;
	position: relative;
}

.heading-icon-svg .ei-cnt {
	height: 35px;
	width: 35px;
	top: -1px;
	fill: #83C124;
}

.heading-title.heading-icon:before,
.heading-subtitle.heading-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
}

h3.heading-title.heading-icon {
	padding-left: 35px;
	font-size: 20px;
}

h3.heading-title.heading-icon:before {
	left: -5px;
}

.user-panel-icon:before {
	background-position: -260px -10px;
}

.my-account-icon:before {
	background-position: -260px -107px;
}

.my-favorites-icon:before {
	background-position: -260px -557px;
}

.input-form-icon:before {
	background-position: -260px -607px;
}

.requests-icon:before {
	background-position: -260px -60px;
}

.purchase-this-icon:before {
	background-position: -260px -160px;
}

.info-icon:before {
	background-position: -260px -207px;
}

.my-payments-icon:before {
	background-position: -260px -358px;
}

.levels-icon:before {
	background-position: -260px -407px;
	top: 4px !important;
	height: 35px !important;
}

.plus-icon:before {
	background-position: -260px -458px;
}

.star-icon:before {
	background-position: -260px -508px;
}

.heading-cnt .heading-title {
	line-height: 33px;
	margin: 0;
}

.bs-messages-row {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.bs-table-row {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.bs-table-row:last-child {
	border-bottom: 0;
}

.bs-table-header {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
}

.round-avatar-cnt {
	position: absolute;
	top: 15px;
	left: 0;
}

.round-avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.round-avatar-aside {
	margin-left: 75px;
}

h4.small-heading-title,
h3.small-heading-title {
	margin: 5px 0;
}

.small-single-line {

	/*margin: 20px 0;*/
}

.small-single-line-title,
h3.small-single-line-title {

	/*margin: 18px 0;*/
}

.control-panel-links {
	padding: 5px 25px;
	margin: 0;
}

ul.control-panel-links {
	list-style-type: none;
	font-size: 15px;
}

ul.control-panel-links li {
	margin: 15px 0;
	position: relative;
}

.control-panel-links a {
	color: #666;
}

.control-panel-links a:active,
.control-panel-links a:hover {
	color: #83C124;
}

.control-panel-links a.active_link:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -25px;
	width: 7px;
	height: 40px;
	background: #83C124;
}

ul.inactive-bar {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.inactive-bar li {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #f1f1f1;
	padding: 8px 15px;
}

.heading-title.border-bottom {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.job-rating-top {
	float: left;
	line-height: 22px;
	height: 22px;
}

.job-rating-top-text {
	float: left;
	line-height: 22px;
	margin-left: 10px;
}

.job-delivery-top,
.active-jobs-queue-top {
	padding-left: 30px;
	position: relative;
	float: right;
	line-height: 22px;
}

.active-jobs-queue-top {
	float: left;
}

.job-delivery-top:before,
.active-jobs-queue-top:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-position: -65px -166px;
}

.job-location {
	padding-left: 30px;
	position: relative;
	line-height: 22px;
}

.job-location:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-image: url('images/map-pin-icon.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.active-jobs-queue-top:before {
	background-position: -65px -315px;
}

.ssl-secure-payment {
	background: #fdc727;
}

.ssl-secure-payment img {
	float: left;
	margin: 20px 0 20px 55px;
}

.ssl-secure-payment .ssl-title {
	color: #fff;
	font-size: 27px;
	display: block;
	text-align: center;
	margin: 45px 0 10px 0;
}

.ssl-secure-payment .ssl-description {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.padding-cnt.payment-cnt {
	padding-bottom: 5px;
}

.payment-buttons {
	background: #ddd;
	padding: 10px 25px;
}

.payment-buttons .btn {
	margin: 0 10px 0 0;
}

.payment-total-price {
	float: right;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	line-height: 33px;
}

.payment-items-list {
	list-style-type: none;    /*font-size: 17px;
	font-weight: 600;*/
	position: relative;
	padding: 0;
	margin: 0;
}

ul.payment-items-list li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

ul.payment-items-list li.payment-main-item {
	padding-left: 125px;
	font-weight: 700;
}

ul.payment-items-list li:last-child {

	/*border-bottom: 0;*/
}

ul.payment-items-list li.payment-main-item span.payment-item-price {
	font-size: 22px;
	position: absolute;
	width: 150px;
	top: 35px;
	right: 0;
	text-align: right;
}

.payment-main-item {
	min-height: 100px;
}

.payment-main-item h3 {
	font-size: 22px;
	line-height: 22px;
	margin: 15px 0 5px;
}

.payment-main-item img.round-avatar {
	position: absolute;
	top: 0;
	left: 0;
}

.payment-item-price {

	/*color: #83C124;*/
	float: right;
}

.payment-title-categories {
	padding-right: 150px;
}

.payment-job-categories {
	font-weight: 400;
	font-size: 15px;
}

input,
textarea {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: 700;
}

a.greenlink,
a.redlink {
	color: #333;
}

a.green,
a.greenlink:hover {
	color: #83C124;
}

a.redlink:hover {
	color: #ff0000;
}

.news-box-slider li {
	padding: 0 0 10px;
}

.news-box-item {
	margin-bottom: 10px;
}

.news-box-item .heading-title {
	font-weight: 400;
	text-align: center;
	min-height: 56px;
}

.news-box-item.white-cnt {
	border: 1px solid #e4e4e4;
	overflow: hidden;
}

.news-box-thumbnail img {
	margin: 0 auto;
}

.news-item-content {
	position: relative;
}

.blog-icon-photo,
.blog-icon-video {
	position: relative;
}

.blog-icon-photo:before,
.blog-icon-video:before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
	background-position: 0px -100px;
	background-color: #83C124;
	border-radius: 50%;
	border: 5px solid #fff;
}

.blog-icon-photo:before {
	background-position: 0px -150px;
}

.all-news-link {
	line-height: 33px;
	margin: 20px 0;
	text-transform: uppercase;
}

.all-news-link.btn {
	margin: 27px 0;
}

.all-news-link.btn.smaller {
	margin: 23px 0;
}

.blog-the-time {
	margin: 0 auto;
	padding-left: 30px;
	position: relative;
	display: inline-block;
}

.blog-the-time:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
	background-position: -260px -311px;
}

.heading-title.fancy-underline,
.heading-title.fancy-underline-after {
	position: relative;
}

.heading-title.fancy-underline:before,
.heading-title.fancy-underline-after:after {
	content: "";
	width: 50px;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background: #83c124;
}

.fancy-holders {
	position: relative;
}

.fancy-holders:before,
.fancy-holders:after {
	content: "";
	width: 14px;
	height: 56px;
	background: url("images/icons-sprite.png") no-repeat;
	background-position: -18px -222px;
	position: absolute;
	top: -34px;
	left: 10px;
}

.fancy-holders:after {
	left: auto;
	right: 10px;
}

.secure-info-badge {
	padding-left: 55px;
	position: relative;
	min-height: 54px;
}

.secure-info-badge h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: #666;
}

.secure-info-badge:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 39px;
	height: 54px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
	background-position: -6px -324px;
}

.green-list {
	list-style-type: none;
	padding: 0;
	padding-left: 20px;
}

.green-list li {
	position: relative;
	margin-bottom: 10px;
}

.green-list li:last-child {
	margin-bottom: 0;
}

.green-list li:before {
	content: "";
	height: 12px;
	width: 12px;
	background: #83C124;
	position: absolute;
	top: 5px;
	left: -25px;
	border-radius: 50%;
}

.news-box-cnt .bx-wrapper .bx-controls-direction .bx-next {
	margin-right: -60px;
	margin-top: -30px !important;
}

.news-box-cnt .bx-wrapper .bx-controls-direction .bx-prev {
	margin-left: -60px;
	margin-top: -30px !important;
}

.text-right {
	text-align: right;
}

.the_content,
.job_post {
	word-wrap: break-word;
}

/*.avatar_input:after {
content: "";
width: 100%;
height: 100%;
background: url('images/svg/photo_camera.svg') no-repeat;
position: absolute;
top: 0;
left: 0;

}*/
.avatar_input {
	position: relative;
	display: block;
	cursor: pointer;
}

.avatar_input .ei-cnt {
	width: 100%;
	height: 100%;
	padding: 10%;
	box-sizing: border-box;
	fill: #fff;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0.5;
	display: none;
}

.avatar_input:hover .ei-cnt {
	display: block;
}

.avatar_input.avatar_input_inactive:hover .ei-cnt {
	display: none;
}

.avatar_input.uploading:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 9;
}

.avatar_input.uploading:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url('images/loading-black.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	z-index: 10;
}

.avatar_input,
.avatar_input img,
.avatar_input,
.avatar_input:before,
.avatar_input:after {
	border-radius: 50%;
}

.grey-padding-links a {
	background: #f1f1f1;
	padding: 5px 10px;
	margin: 0 5px;
}

.job-review-cnt {
}

.job-review-cnt h3 {
	margin: 8px 0;
}

.job-review-cnt .job-review-image {
	margin: 0 15px 20px 0;
}

.job-review-title {
	padding-right: 200px;
	padding-left: 55px;
}

.job-review-right {
	float: right;
	margin: 3px 0;
}

.job-review-subtitle {
	line-height: 22px;
	margin: 5px 5px 0 0;
	float: left;
}

.checkbox-label input {
	float: left;
}

.user-flag-shadow {
	margin-left: 5px;
	position: relative;
	display: inline-block;
}

.user-flag-shadow.tooltip {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.user-flag-shadow.tooltip span {
	left: -8px;
}

/*.user-flag-shadow:before {
display: block;
content: '';
position: absolute;
width: 100%;
height: 100%;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}*/
.flag-and-country .user-flag-shadow {
	margin: -3px 10px 0px 0px;
	vertical-align: middle;
}

.flag-and-country .user-flag {

	/*margin-top: 5px;*/
}

.flag-and-country {
	line-height: 36px;
	height: 36px;
	float: left;
}

.sidebar-secure-info {
	margin-top: 20px;
}

/* Login changes */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

.static-login-box {
	max-width: 400px;
	margin: 40px auto;
	text-align: center;
}

.static-login-box .white-cnt {
	border-radius: 4px;
}

.static-login-box h2 {
	font-weight: 600;
	font-size: 22px;
	margin: 0px auto 20px;
}

.static-login-box .facebook_login,
.static-login-box .twitter_login,
.static-login-box .google_login,
.static-login-box .vkontakte_login {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	float: left !important;
	clear: none;
}

.static-login-box #wp-social-login-connect-options {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}

.static-login-box #wp-social-login-connect-options a {
	float: none;
	margin: 10px auto;
}

#wp-social-login-connect-options a {
	text-decoration: none;
}

.static-login-box input[type="password"],
.static-login-box input[type="text"] {
	-webkit-transition-property: border-color;
	-moz-transition-property: border-color;
	-o-transition-property: border-color;
	-ms-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%;
	margin: 0 0 15px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
	border-radius: 0px;
	font-size: 15px;
	letter-spacing: normal;
	padding: 10px;
	margin: 0;
	text-transform: lowercase;
	box-sizing: border-box;
}

.static-login-box input[type="submit"]:hover {
	color: #008000;
}

.static-login-box input[type="submit"]:active {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #CFCFCF;
}

.static-login-box input[type="submit"]:disabled:hover {
	cursor: default;
	box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
}

.static-login-box input[type="submit"]:disabled {
	cursor: pointer;
	background: #ddd;
	border: 1px solid #ddd;
}

.static-login-box input[type="submit"] {
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	font-weight: bold;
	background: #83C124;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	float: left;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
	color: #fff;
	border: 1px solid #CFCFCF;
	font-size: 14px !important;
	letter-spacing: normal;
	width: 100%;
	box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #60A63A;
	margin: 0;
	font-weight: 800 !important;
}

.static-login-box input[type="submit"]:hover {
	box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.divider {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.divider:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #ddd;
	position: absolute;
	top: 11px;
	left: 0;
}

.divider span {
	background: #fff;
	padding: 0 15px;
	position: relative;
}

.levels-main-description,
.level-bottom-description {
	font-size: 18px;
}

.levels-main-description {
	margin-bottom: 46px;
}

.level-container {
	position: relative;
	min-height: 350px;
}

.level-container .level-number {
	position: absolute;
	top: 0px;
	padding: 9px;
	background: #e6e6e6;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;
}

.level-container.level-photo-left {
	background: #fff;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.level-container.level-photo-right {
	background: #fbfbfb;
}

.level-container.level-photo-left .level-number {
	right: 0px;
}

.level-container.level-photo-right .level-number {
	left: 0;
}

.level-container .level-photo,
.level-container .level-description {
	padding: 20px 66px 0;
}

.level-container .level-description {
	padding-top: 46px;
	font-size: 15px;
}

.level-container.level-photo-left .level-description {
	padding-left: 532px;
}

.level-container.level-photo-right .level-description {
	padding-right: 532px;
}

.level-container .level-photo {
	height: 255px;
	width: 255px;
	position: absolute;
	top: 30px;
}

.level-container .level-photo .level-icon {
	position: absolute;
	right: 40px;
	bottom: -5px;
	z-index: 10;
	width: 100px;
	height: 100px;
}

.level-container .level-photo .level-icon img {
	max-width: 100%;
	max-height: 100%;
}

.level-container .level-photo > img {
	-webkit-border-radius: 128px;
	-moz-border-radius: 128px;
	border-radius: 128px;
}

.level-container.level-photo-left .level-photo {
	left: 0;
}

.level-container.level-photo-right .level-photo {
	right: 0;
}

.level-container .level-photo img {

	/* border-radius: 90px;
	border: 20px solid #f7f7f7; */
}

h1.heading-title.heading-bigger.levels-icon,
h2.heading-title.heading-bigger.levels-icon {
	margin-bottom: 27px;
	margin-top: 40px;
}

.commissions-table {
	font-size: 15px;
}

.bookmark-icon {
	width: 33px;
	height: 29px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
}

.bookmark-icon-smaller {
	width: 33px;
	height: 29px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
}

.bookmark-icon.bookmark-add {
	background-position: -9px -461px;
}

.bookmark-icon.bookmark-remove {
	background-position: -9px -411px;
}

.bookmark-icon.bookmark-add:hover {
	background-position: -9px -511px;
}

.bookmark-icon.bookmark-remove:hover {
	background-position: -9px -511px;
}

.bookmark-icon-smaller.bookmark-add {
	background-position: -59px -511px;
}

.bookmark-icon-smaller.bookmark-remove {
	background-position: -59px -461px;
}

.bookmark-icon-smaller.bookmark-add:hover {
	background-position: -59px -561px;
}

.bookmark-icon-smaller.bookmark-remove:hover {
	background-position: -59px -561px;
}

.red {
	color: #ff0000;
	text-decoration: none;
}

.title_holder4 h2 {
	position: relative;
	padding-left: 30px;
}

.new-rating img {
	height: 25px;
	margin-left: -28px;
	margin-top: -1px;
	position: absolute;
	width: 25px;
}

.hidden {
	display: none !important;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	margin: 0;
	cursor: pointer;
}

.my_select_2,
.my_select_1 {
	width: 100px;
	padding: 2px;
	border-radius: 2px
}

.my_pagination {
	width: 100%;
	margin: auto;
	margin-bottom: 10px
}

/*----------------*/
.ck999 {
	padding-top: 4px
}

/*---------------*/
.sub_categories_maps {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}

.sub_categories_maps .stuffb {
	display: inline-block;
	width: 25%;
	margin-bottom: 5px;
	height: 20px
}

/*-------------*/
.my_new_box_title {
	width: 980px;
	text-align: left;
	color: #555;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: -1px;
	padding-bottom: 35px;
	padding-top: 15px;
}

/*--------------------------*/
.image-gallery li img {
}

.image-gallery li:nth-child(4n) {
	margin-right: 0;
}

.jb-page-image-holder .image-gallery {
	width: 318px;
}

.post_thumb {
	text-align: center;
	position: relative;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	height: 280px;
	width: 100%;
}

.postthumb-cnt {
	box-sizing: border-box;
	width: 243px;
	padding: 0 5px 10px;
	margin-bottom: 2px;
	float: left;
}

.col3thumbs {
	margin-left: -5px;
	margin-right: -5px;
	box-sizing: border-box;
}

.col3thumbs .postthumb-cnt {
	width: 33.3333%;
}

.col4thumbs {
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.col4thumbs .postthumb-cnt {
	width: 25%;
	padding: 0 10px 20px;
	margin-bottom: 2px;
}

.post_thumb * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rest-of-content-cnt {
	width: inherit;
	position: absolute;
	top: 155px;    /*background: #fff;*/
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-left: -1px;
	margin-right: -1px;
	background: #fff;
	box-sizing: content-box;
}

.featured_job {
	position: absolute;
	right: 10px;
	bottom: 45px;
	display: none;
}

.homepage_jobs .featured_home .featured_job {
	display: block;
}

.category_jobs .featured_category .featured_job {
	display: block;
}

.subcategory_jobs .featured_subcategory .featured_job {
	display: block;
}

.all_featured_jobs .featured_job {
	display: block;
}

.rest-of-content {
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
}

.user_and_flag {
	height: 18px;
	line-height: 18px;
}

.user_and_flag a {
	color: #d2d2d2 !important; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bottom-border-simulator {
	background: none repeat scroll 0 0 #dfdfdf;
	border-radius: 0 0 5px 5px;
	height: 11px;
	margin-top: -6px;
	position: relative;
	z-index: -1;
}

.bottom-border-simulator.abitdarker {
	background: none repeat scroll 0 0 #d9d9d9;
}

.thumbnail_image img.my_image {
	width: auto;
	min-width: 100%;
	min-height: 150px;
}

.thumbnail_image:hover img.my_image {
	opacity: 0.8
}

.thumbnail_image {
	margin-bottom: 10px;
	width: 100%;
	height: 160px;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.thumbnail_image a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.thumbnail_image .post-overlay-details {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	border: 5px solid #fff;
	border-bottom: 0px;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}

.post_thumb:hover .post-overlay-details {
	opacity: 1;
}

.post_thumb:hover .post-overlay-details a.overlay-btn {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 15px;
	border: 2px solid #fff;
	background: none;
	font-weight: 700;
	margin-bottom: 5px;
	transition: none;
}

.post_thumb:hover .post-overlay-details a.overlay-btn:hover {
	border: 2px solid #83C124;
	color: #83C124;
}

.reset-thumbs {
	border: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.post-overlay-details .post-overlay-content {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-overlay-details .post-overlay-content .overlay-price {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #e6e6e6;
	margin-top: 2px;
}

.post_thumb.lower-thumbs {
	height: 260px;
}

.user_and_flag {
	width: 100%;
	margin: auto;
	text-align: left;
	margin-bottom: 10px;
}

.rating_and_price {
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
}

.user_ratings {
	text-align: left;
}

.cost-of-product {
	color: #83c123;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.latest-posted-jobs-big {
	position: relative
}

.gridview_title {
	width: 100%;
	margin: auto;
	text-align: left;
	min-height: 44px;
	max-height: 44px;
	line-height: 22px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.gridview_title a {
	font-size: 15px;
	font-weight: 700;
}

.post_thumb:hover .rest-of-content-cnt {
	z-index: 10;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-left: -1px;
	margin-right: -1px;
	box-shadow: 0 10px 0 0 #f9f9f9;
	background: #fff;
}

.white_thumbs_bg .post_thumb:hover .rest-of-content-cnt {
	box-shadow: 0 10px 0 0 #fff;
}

.col4thumbs .post_thumb:hover .rest-of-content-cnt {
	box-shadow: 0 20px 0 0 #f9f9f9;
}

.white_thumbs_bg .col4thumbs .post_thumb:hover .rest-of-content-cnt {
	box-shadow: 0 20px 0 0 #fff;
}

.post_thumb:hover .gridview_title {
	height: auto;
	max-height: 88px;
	transition: max-height 0.2s ease-in;
}

.post_thumb.lower-thumbs:hover .rest-of-content-cnt {
	background: none;
	box-shadow: none !important;
}

a.grid_view_url_thing:link,
a.grid_view_url_thing:visited {
	color: #555;
	text-decoration: none
}

a.grid_view_url_thing:hover {
	color: #83C124;
	text-decoration: none
}

a.grid_view_url_thing1:link,
a.grid_view_url_thing1:visited {
	color: #3B5998;
	text-decoration: none
}

a.grid_view_url_thing1:hover {
	color: #555;
	text-decoration: none
}

.feats1 {
	width: 70px;
	position: absolute;
	top: 8px;
	left: 2px;
	height: 20px;
	background: url('images/feats1.png');
	z-index: 1000
}

.express1 {
	width: 70px;
	position: absolute;
	top: 30px;
	left: 2px;
	height: 20px;
	background: url('images/express.png');
	z-index: 1000
}

.instant1 {
	width: 70px;
	position: absolute;
	top: 30px;
	left: 2px;
	height: 20px;
	background: url('images/instant1.png');
	z-index: 1000
}

.no_bolds {
	font-weight: normal;
}

/*------------*/
.latest-posted-items-big {
	position: relative
}

.switchers {
	position: absolute;
	top: 0;
	right: 5px
}
/*
.grid-selected {
	background: url('images/grid-lines.png') 0 0 no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}

.list {
	background: url('images/grid-lines.png') -19px -16px no-repeat;
	width: 14px;
	height: 14px;
	float: right;
	cursor: pointer;
	margin-left: 4px
}

.grid {
	background: url('images/grid-lines.png') 0 -16px no-repeat;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
}

.list-selected {
	background: url('images/grid-lines.png') -19px 0 no-repeat;
	width: 14px;
	height: 14px;
	float: right;
	margin-left: 4px
}

.list:hover {
	background: url('images/grid-lines.png') -19px 0 no-repeat;
}

.grid:hover {
	background: url('images/grid-lines.png') 0 0 no-repeat;
}*/

/*-----------------------------*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Evil Icons */
.ei-svg {
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
}

.ei-cnt {
	position: absolute;
	top: 0;
	left: 0;
}

.ei-small {
	height: 25px;
	width: 25px;
}

.ei-medium {
	height: 50px;
	width: 50px;
}

.ei-big {
	height: 100px;
	width: 100px;
}

.ei-666 {
	fill: #666;
}

.ei-red {
	fill: #f00;
}

/*--------------------------*/
.main_graphic {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height: 535px;
	background: url(images/img1.jpg) center;
	box-shadow: inset 0 3px 5px #bbb;
}

.cloud1,
.cloud2 {
	height: 135px;
	width: 210px;
	z-index: 0;
	background: url('images/cloud1.png') no-repeat;
	position: absolute;
}

.cloud3,
.cloud4 {
	height: 170px;
	width: 255px;
	z-index: 0;
	background: url('images/cloud2.png') no-repeat;
	position: absolute;
}

.cloud5,
.cloud6 {
	height: 112px;
	width: 170px;
	background: url('images/cloud3.png') no-repeat;
	position: absolute;
	z-index: 0;
}

.cloud1 {
	left: 234px;
	top: 40px;
}

.cloud3 {
	right: 192px;
	top: 95px;
}

.cloud4 {
	top: 80px;
	left: -80px;
}

.cloud2 {
	right: -144px;
	top: 60px;
}

.cloud5 {
	right: 90px;
	top: 306px;
}

.cloud6 {
	top: 270px;
	left: 290px;
}

.main_graphic {
	position: relative;
}

.main_graphic_inner {
	position: relative;
	z-index: 2;
	width: 990px;
	padding-top: 170px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 170px;
}

.ballon {
	background: url('images/ballon.png') no-repeat;
	height: 439px;
	width: 253px;
	right: 80px;
	position: absolute;
	top: 56px;
}

.categories-bar-menu {
	margin-bottom: 25px;
	height: 40px;
}

.categories-bar-menu ul.categories-here {
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #0098e5;
}

.categories-bar-menu ul.categories-here>li {
	width: auto;
	float: left;
	text-align: center;
	line-height: 40px;    /*border-left: 1px solid #0098e5;*/
	position: relative;
	padding: 0 10px;
}

.categories-bar-menu ul.categories-here>li:last-child {

	/*border-right: 1px solid #0098e5;*/
}

.categories-bar-menu ul.categories-here li:hover {

	/*background: #1AB2FF;*/
}

.categories-bar-menu ul.categories-here>li ul li {
	text-align: left;
	padding: 0;
	text-indent: 10px;
	line-height: 40px;
	border-bottom: 1px solid #0098e5;
}

.categories-bar-menu ul.categories-here li a {
	color: #fff; /* text color */
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-decoration: none;
}

.categories-bar-menu ul.categories-here li ul {
	display: none;
	background-color: #00a9ff; /* layer fill content */
	border-top: 1px solid #0098e5; /* layer fill content */
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 999999;
	list-style-type: none;
	width: 100%;
}

.categories-bar-menu ul.categories-here li:hover ul {
	display: block;
}

.test_line_1 {
	color: #23272d; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	text-align: left;
}

.test_line_2 {
	color: #23272d; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	max-width: 656px;
}

.test_line_3 a {
	width: 153px;
	height: 36px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #00a9ff; /* layer fill content */
	float: left;
	clear: both;
	display: block;
	margin-top: 10px;
	color: #fff !important;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.test_line_4 a {
	width: 153px;
	height: 36px;
	margin-left: 10px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #83C124; /* layer fill content */
	float: left;
	display: block;
	margin-top: 10px;
	color: #fff !important;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.get_started_link:link,
a.get_started_link:visited {
}

a.get_started_link:hover {
}

.info_box_m {

	/*border-radius: 5px;*/
	background: #DEF3E3;
	padding: 10px;
	margin-bottom: 10px;
}

.saved_thing {

	/*border-radius: 5px;*/
	background: #5fb135;
	padding: 30px;
	margin-bottom: 10px;
	color: #fff;
}

#location-stuff {
	list-style-type: square;
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0
}

#location-stuff li {
	display: block;
	width: 100%;
	overflow: hidden;
	border: 0px
}

#location-stuff li h3 {
	font-size: 14px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 3px
}

#location-stuff li img {
	float: left;
	margin-right: 7px
}

#location-stuff li ul {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: square;
}

#location-stuff ul li {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 7px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url('images/bul.png') no-repeat;
}

#location-stuff li ul li.top-mark {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 7px;
	font-size: 13px;
	border-bottom: 1px dotted #DEDEDE;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('images/bullet-cat.png') no-repeat
}

.stuffa4 {
	float: left;
	width: 25%;
	overflow: hidden
}

#stretch_footer_area_inner ul.xoxo>li {
	padding: 0;
	width: 100%;
	border: 0;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left
}

#stretch_footer_area_inner ul.xoxo>li #location-stuff a:link,
#stretch_footer_area_inner ul.xoxo>li #location-stuff a:visited {
	color: #666
}

#stretch_footer_area_inner #location-stuff li h3 {
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
}

#stretch_footer_area_inner #location-stuff ul li {
	font-size: 12px;
	padding-left: 0;
	border: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

#stretch_footer_area_inner #location-stuff {
	margin-bottom: 15px
}

/*------------------------*/
.the_one_mess {
	padding: 1px 3px 1px 3px;
	background-color: #5fb135;
	color: #fff;
	padding: 0px 7px;
	margin-left: 13px;
	/**/

}

.user_badge1 {
	width: 59px;
	height: 59px;
	background: url(images/badge_level1.png);
	position: absolute;
	z-index: 100;
	top: -5px;
	left: 604px;
}

.user_badge2 {
	width: 59px;
	height: 59px;
	background: url(images/badge_level2.png);
	position: absolute;
	z-index: 100;
	top: -5px;
	left: 604px;
}

.user_badge1u {
	width: 59px;
	height: 59px;
	background: url(images/badge_level1.png);
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 604px;
}

.user_badge2u {
	width: 59px;
	height: 59px;
	background: url(images/badge_level2.png);
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 604px;
}

.user_level1 {
	width: 63px;
	height: 88px;
	background: url(images/level1.png);
	position: absolute;
	z-index: 100;
	top: -20px;
	left: 670px;
}

.user_level1_u {
	width: 63px;
	height: 88px;
	background: url(images/level1.png);
	position: absolute;
	z-index: 100;
	top: 0;
	left: 660px;
}

.user_level2 {
	width: 63px;
	height: 88px;
	background: url(images/level2.png);
	position: absolute;
	z-index: 100;
	top: -20px;
	left: 670px;
}

.user_level2_u {
	width: 63px;
	height: 88px;
	background: url(images/level2.png);
	position: absolute;
	z-index: 100;
	top: 0;
	left: 650px;
}

.user_level3 {
	width: 63px;
	height: 88px;
	background: url(images/level3.png);
	position: absolute;
	z-index: 100;
	top: -20px;
	left: 670px;
}

.user_level3_u {
	width: 63px;
	height: 88px;
	background: url(images/level3.png);
	position: absolute;
	z-index: 100;
	top: 0;
	left: 670px;
}

.top_rated_user {
	width: 88px;
	height: 80px;
	background: url(images/toprated.png);
	position: absolute;
	z-index: 100;
	top: -20px;
	left: 650px;
}

.my_category_image_holder {
	float: left;
	width: 235px;
	text-align: center;
	height: 130px;
	margin-bottom: 10px
}

.my_category_image_holder img {
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0 0 3px #ccc;
	border-radius: 5px 5px 0px 0px
}

.my_category_image_holder img:hover {
	opacity: 0.8
}

.my_image_div {
	width: 100%;
	margin: auto;
	text-align: center
}

.my_image_div_cat_name {
	border: 1px solid #ccc;
	background: white;
	width: 190px;
	display: inline-block;
	margin: auto;
	border-radius: 0px 0px 5px 5px
}

.my_image_div_cat_name a:link,
.my_image_div_cat_name a:visited {
	font-size: 14px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif
}

.my_image_div_cat_name a:hover {
	text-decoration: none;
	color: #3B5998
}

.see-more-tax {
	float: left;
	width: 100%;
}

/*--------------*/
.subnav_me li a:link,
.subnav_me li a:visited {
	color: #222
}

.xoxo li ul.subnav_me {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top, #bababa 0%, #c9c9c9 12%, #c9c9c9 83%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(12%, #c9c9c9), color-stop(83%, #c9c9c9), color-stop(100%, #bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bababa 0%, #c9c9c9 12%, #c9c9c9 83%, #bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bababa 0%, #c9c9c9 12%, #c9c9c9 83%, #bababa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bababa 0%, #c9c9c9 12%, #c9c9c9 83%, #bababa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bababa 0%, #c9c9c9 12%, #c9c9c9 83%, #bababa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#bababa', GradientType=0); /* IE6-9 */
	padding-left: 23px;
	padding-top: 6px;
	margin-top: 6px;
	display: none;
	overflow: hidden
}

.xoxo li ul.side_nav li {
	margin-bottom: 6px;
}

ul.side_nav {
	float: left;
	margin: 0;
	padding: 0;
}

ul.side_nav li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

.sub_nav_divs2 {
	float: left;
	padding: 10px
}

.sub_nav_divs2 h3 {
	paddin: 0;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	font-weight: bold;
}

.side_nav li a:link,
.side_nav li a:visited {
	font-size: 14px;
}

.latest-posted-jobs-big {
	width: 100%
}

/*------------------------*/
.sclk {
	border: 0
}

.shpng {
	font-size: 13px;
	letter-spacing: 0px;
}

#suggestionsList ul {
	margin: 0;
	padding: 0;
}

#suggestionsList ul li {
	text-align: left
}

.skl_pay_feat {
	font-size: 13px;
	line-height: 18px
}

#my_container {
	margin-bottom: 0px;
	position: relative;
}

.edit-job-ok {
	color: white;
	background: #83C124;
	border-radius: 5px;
}

#sk_auto_suggest {
	margin: 0;
	border: 0;
}

.my_box3_breadcrumb {
	padding: 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.not-published-yet {
	font-size: 11px;
	padding-top: 5px;
	font-style: italic
}

.my_pg_ttl {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px
}

.close_order_div {
	background: #efefef;
	display: none;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
}

/**************************/
.menu-bar {
	width: 860px;
	height: 29px;
	background: #34629A;
	margin: auto;
	border: 1px solid #264871;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.main-home-thing {
	width: 960px;
	margin: auto;
	border: 1px solid #6EA3B8;
	height: 50px;
	border-top: 0;
	background: #3D83BC;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}

.blue-bar-menu {
	list-style-type: none
}

.blue-bar-menu li {
	display: inline;
	float: left;
	padding-top: 7px;
}

.blue-bar-menu li a:link,
.blue-bar-menu li a:visited {
	text-decoration: none;
	color: white;
	padding: 7px 20px 7px 20px;
	border-left: 1px solid #264871;
	border-right: 1px solid #4B81C2;
}

.blue-bar-menu li a:hover {
	background: #4B81C2
}

.the-form {
	float: left
}

.the-request {
	float: right;
	padding-top: 7px;
}

a.request_job:link,
a.request_job:visited {
	border: 1px solid #FF6600;
	color: white;
	background: #E77529;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.request_job:hover {
	color: #D35B21;
	background: #F0C193;
	text-decoration: none;
}

/**************************/
.slogan_how_it_works {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	font: 1.8em/1.1em arial, helvetica, sans-serif;
	color: #444
}

.messaje-sent {
	background: #83C124;
	width: 100%;
	margin-bottom: 10px;/*    border-radius: 7px;
	-moz-border-radius: 7px;*/
	overflow: hidden;
	color: #333;
	color: #fff;
}

.my-chatbox-standard {
	background: #f0f0f0;
	width: 100%;
	margin-bottom: 10px;/*    border-radius: 7px;
	-moz-border-radius: 7px;*/
	overflow: hidden;
	position: relative;
}

.messagine {
	float: left;
	margin-left: 60px;
	width: 570px
}

.imagine {
	float: left;
	background: #FDFBBB;
	border-right: 1px solid #ccc;
	border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	left: 0;
	top: 0;
	width: 56px;
	height: 100%;
	position: absolute
}

.imagine-buyer {
	background: #fff
}

.imagine-seller {
	background: #fff
}

.imagine-buyer img,
.imagine-seller img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.messagine {
	font-size: 14px;
}

#how-does-it-work-link:link,
#how-does-it-work-link:visited {
	background: #F60;
	color: #fff;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #777;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#how-does-it-work-link:hover {
	text-decoration: none;
	background: #F38F4E;
	border: 2px solid #555;
}

.how-does-it-work-btn {
	float: right;
	padding-right: 20px;
	vertical-align: bottom;
	position: relative;
	top: 72%;
}

.main-how-it-works {
	width: 740px;
	height: 150px;
	margin: auto;
	margin-bottom: 10px
}

.shopping_menu_dv {
	float: left;
	height: 30px;
	margin-top: 10px;
}

#footer-widget-area .widget-area {
	width: 210px
}

#footer-widget-area div ul li {
	color: #fff
}

.the-tags {
	margin-bottom: 14px;
	padding: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.the-tags a:link,
.the-tags a:visited {
	background: #333;
	color: #fff;
	padding: 3px;
	margin-left: 3px;
	border-radius: 3px
}

.the-tags a:hover {
	text-decoration: none;
	background: #777
}

.sold_on {
	font-size: 11px;
	color: #777;
	padding-bottom: 3px
}

#shopping_menu {
	padding: 0;
	margin: 0
}

#shopping_menu li {
	display: block;
	float: left;
	margin-right: 6px;
}

#shopping_menu li a:link,
#shopping_menu li a:visited {
	padding: 4px 6px 4px 6px;
	border: 1px solid #3B5998
}

#shopping_menu li a:hover {
	background: #3B5998;
	text-decoration: none;
	color: white
}

#shopping_menu li a.actiove {
	background: #3B5998;
	text-decoration: none;
	color: white
}

.xoxo #my-account-menu {
	width: 100%;
}

.username_on_profile {
	color: #08708E;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0px;
}

.info_stuff_user {
	margin-top: 0px;
	font-size: 14px;
	color: #666666
}

.info_stuff_user_description {
	margin-top: 20px;
	font-size: 14px;
	color: #666666
}

.color_lighter {
	color: #999999
}

.wrapitup {
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative
}

.profile_pic_user {
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.info_user {
	float: left;
	width: 488px
}

#footer-widget-area div ul li {
	margin-bottom: 10px
}

#wrapper {
	width: 100%;
	margin: auto;
}

/*-----------------------------------*/
#colophon {
	margin: auto;
	overflow: hidden;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 15px;
	border-top: 1px solid #ccc
}

#site-info {
	width: 100%;
	margin: auto;
	border-top: 1px solid #333;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
}

#site-info-left {
	float: left
}

#site-info-left h3 {
	font-size: 13px;
	margin: 0px
}

#site-info-right {
	float: right
}

.padd10 {
	padding: 10px;
	overflow: hidden
}

.padd20 {
	padding: 20px;
	overflow: hidden
}

.padd30 {
	padding: 30px;
	overflow: hidden
}

.padd10_m {
	padding: 10px 17px 0px 17px;
	overflow: hidden;
}

.padd10_a {
	padding: 10px 0 10px 0;
	overflow: hidden
}

#footer-widget-area {
	overflow: hidden;
	margin-bottom: 15px
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 00px;
	width: 240px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#footer-widget-area div ul li {
	background: none;
	border: 0px;
	color: #333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	text-align: left
}

#footer-widget-area div ul li .widget-title {
	color: #333;
}

#footer-widget-area div ul li a {
	color: #333;
}

.xoxo {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.browse-by-category ul ul {
	display: none;
}

.widget-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.browse-by-category ul.show-me-later-on {
	display: none;
}

.browse-by-category .stuffa1 {
	border-top: 5px solid #83C124;
	margin-top: 0;
}

.browse-by-category li {
	display: block !important;
}

.browse-by-category li h3 a {
	color: #656565; /* text color */
	font-size: 14px;
	padding: 14px 0;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dotted #aaaaaa;
	letter-spacing: 1px;
}

.showmemorecategories li a {
	background: url("images/small-bottom-pointer.png") no-repeat scroll right 20px rgba(0, 0, 0, 0);
	clear: both;
	color: #656565; /* text color */
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 14px 0;
	text-transform: uppercase;
}

.browse-by-category #location-stuff li h3,
.showmemorecategories #location-stuff li h3 {
	margin-bottom: 0;
}

.browse-by-category #location-stuff li,
.showmemorecategories #location-stuff li {
	margin-bottom: 0;
}

.request_span {
	color: #fff; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

.xoxo li {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 0px;
}

.xoxo li ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 4px
}

.clear10 {
	height: 15px;
	width: 100%;
	margin: auto;
}

.clear5 {
	height: 7px;
	width: 100%;
	margin: auto;
}

#breadcrumb {
	padding: 5px;
	font-size: 13px;
	background: #fff;
}

/*-----------------------------------*/
.addthis_toolbox2 {
	float: left;
	width: 300px
}

.order_now {
	float: right;
	vertical-align: bottom;
}

#content .latest-posted-jobs-big {
	padding: 0px
}

#content-full .blog_post {
	width: 100%;
}

.wp-pagenavi {
	margin-top: 15px
}

.large_font {
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px
}

.search_box_main {
	float: right;
	height: 40px;
	margin-top: 15px;
	overflow: hidden;
	width: 640px;
}

.xoxo .i-will-widget {
	border: 0;
	margin-bottom: 5px
}

.main_content_div {
	width: 960px;
	margin: auto;
}

.main_links {
	width: 100%;
	margin: auto;
	overflow: hidden;
	min-height: 40px;
	box-shadow: 0 0 7px #888;
	background: #17171c; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiMxNzE3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #17171c 43%, #000000 57%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #17171c), color-stop(57%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17171c 43%, #000000 57%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17171c 43%, #000000 57%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17171c 43%, #000000 57%); /* IE10+ */
	background: linear-gradient(to bottom, #17171c 43%, #000000 57%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17171c', endColorstr='#000000', GradientType=0); /* IE6-8 */
	height: auto;
}

.top-links {
	float: right;
}

.top-links ul {
	list-style-type: none;
	margin: 0
}

.top-links ul li {
	display: inline;
	float: left;
	height: 40px
}

.top-links a:link,
.top-links a:visited {
	text-transform: uppercase;
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 13px;
	font-weight: bold;
	padding-bottom: 13px;
	border-right: 1px solid #555;
	border-left: 1px solid #333;
	float: left
}

.top-links a:hover {
	text-decoration: none;
	background: #eee;
	color: #333;
}

.featured {
	position: absolute;
	background: url('images/feats1.png');
	width: 70px;
	height: 20px;
	left: 6px;
	top: 12px;
}

.featured-two {
	position: absolute;
	background: url('images/featured.png');
	width: 63px;
	height: 55px;
}

.featured-three {
	position: absolute;
	background: url('images/feats2.png');
	width: 50px;
	height: 12px;
	top: 6px;
	left: 0
}

.featured-four {
	position: absolute;
	background: url('images/featured2.png');
	width: 63px;
	top: 10px;
	height: 55px;
}

.featured-jobs .post {
	margin-top: 10px
}

#header {
	width: 100%;
	margin: auto;/*    overflow: hidden;*/
	background: white;    /*box-shadow: 0 0 5px #ccc;*/
	z-index: 100
}

#header .top-bar-bg {
	width: 100%;
	overflow: hidden;
	margin: auto;
	background: #4B6894;
}

#header .top-bar-bg .top-bar {
	width: 960px;
	height: 5px;
	margin: auto;
	color: white;
}

#header .middle-header-bg {
	width: 100%;    /*overflow: hidden;*/
	margin: auto;/*  margin-top: 20px */
}

.main_div {
	margin: auto;
}

#suggest_job_btn {
	margin: 10px
}

#header .middle-header-bg .middle-header {
	width: 980px;
	height: 62px;
	margin: auto;
	border-bottom: 1px solid #f1f1f1;/*    overflow: hidden;*/

	/*background: white;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-top: 5px;
	box-shadow: 0 0 5px #bbb;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;*/
}

#header .bottom-header-bg {
	width: 100%;
	overflow: hidden;
	margin: auto;
	background: #4B6894;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header .bottom-header-bg .bottom-header {
	width: 960px;
	height: 60px;
	margin: auto;
}

#header #logo {
	border: 0px;
	max-height: 44px;
}

.vertical-align-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/*---- tbody ------*/
tbody th {
	font-weight: normal
}

.clear100 {
	width: 100%;
	margin: auto;
	height: 200px;
}

/*---- footer -----*/
#footer {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: #4a4d52;
	min-height: 60px;
	margin-top: 30px;
	color: #999;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #a3a3a3;
}

#footer a:hover {
	text-decoration: none;
	color: #83C124;
}

#footer ul {
	list-style-type: none;
	color: #a3a3a3;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#footer ul li {
	position: relative;
	margin-bottom: 10px;
}

#footer ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -15px;
	display: block;
	width: 6px;
	height: 6px;
	background: #a3a3a3;
}

#footer ul li:hover:before {
	background: #83C124;
}

#footer .footer-heading {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

#footer .above-footer {
	margin-top: 5px;
	margin-bottom: 25px;
}

#footer .under-footer {
	border-top: 1px solid #52595a;
}

.social-menu-icons i {
	font-size: 20px !important;
	background: #393e46;
	border-radius: 50%;
	padding: 13px;
	color: #fff;
}

.social-menu-icons i:hover {
	background: #292D32;
}

.social-menu-icons li span {
	display: none;
}

#footer ul.social-menu-icons li:before {
	display: none;
}

#footer ul.social-menu-icons li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 46px;
	height: 46px;
}

ul.secondary-menu {
	padding: 0;
	margin: 0;
}

ul.secondary-menu li {
	width: auto;
	float: left;
	text-align: center;
	line-height: 34px;
	position: relative;
	padding: 0 10px;
	list-style-type: none;
}

.footer-social-icon-cnt {
	display: inline-block;
	margin: 0 10px 10px 0;
	float: left;
}

.footer-social-icon {
	width: 41px;
	height: 41px;
	position: relative;
	background: #393e46;
	fill: #fff;
	border-radius: 50%;
}

.footer-social-icon:hover {
	background: #292D32;
}

.footer-social-icon .ei-small {
	margin: 8px;
}

.payment-icons-container {
	margin-top: 10px;
}

.footer-payment-icon {
	width: 46px;
	height: 34px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
	float: left;
}

.footer-payment-icon.visa-icon {
	background-position: -302px -9px;
}

.footer-payment-icon.mastercard-icon {
	background-position: -302px -58px;
}

.footer-payment-icon.american-express-icon {
	background-position: -302px -108px;
}

.footer-payment-icon.jcb-icon {
	background-position: -302px -158px;
}

.footer-payment-icon.discover-icon {
	background-position: -302px -208px;
}

.footer-payment-icon.diners-club-icon {
	background-position: -301px -258px;
}

.footer-payment-icon.paypal-icon {
	background-position: -302px -308px;
}

.footer-no-title {
	margin-top: 72px;
}

#footer-widget-area {
	color: #eee;
}

#footer-widget-area div ul li .widget-title {
	color: #eee;
	font-size: 11px;
	text-transform: uppercase;
}

#colophon {
	color: #eee;
	border-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 990px
}

#site-info {
	border-top-color: #999
}

/*-----------*/
#stretch_footer_area {
	margin: auto;
	width: 100%;
	background: #eee;
	border-top: 1px solid #ddd;
	margin-top: 25px;
}

#stretch_footer_area_inner {
	width: 990px;
	margin: auto;
}

/*----- ad things ---*/
.latest-posted-jobs .post {
	margin-bottom: 10px;
}

.post {
	width: 100%;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 7px;    /*margin-bottom: 15px*/
}

.balance,
.share-link,
.btn-inactive {
	background-clip: padding-box;
	background-color: #61b832;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	text-align: center;
	padding: 0px 20px;
	display: block;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.share-link,
.btn-inactive {
	float: left;
}

.btn-inactive {
	opacity: 0.75;
	margin-right: 5px;
}

.btn-inactive-top {
	background-clip: padding-box;
	background-color: #5f6771;
	color: #fff;
	font-size: 14px;    /*font-weight: lighter;*/
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	text-align: center;
	padding: 0px 30px;
	display: block;
	float: left;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-inactive-cp {
	background-clip: padding-box;
	background-color: #888E95;    /*border-radius: 3px;*/
	color: #fff;
	font-size: 14px;    /*font-weight: lighter;*/
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	text-align: center;
	padding: 0px 30px;
	display: block;
	float: left;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.image_class,
.img_class {
	border: 0;
}

.image_class_featured {
	border: 1px solid #E14F4A;
}

.jb_dts {
	overflow: hidden;
	width: 100%
}

.xoxo>li {
	padding-bottom: 15px;
}

/*------- POST NEW AD PAGE -------*/
#steps {
	width: 100%;
	height: 60px;
	margin: auto;
	border-top: 4px solid #488ACC;
}

#steps ul {
	list-style-type: none;
	margin-top: 10px;
}

#steps ul li {
	display: inline;
	list-style-type: none;
	padding: 10px 25px 10px 25px;
	background: #A3A3A3;
	color: white;
	margin-right: 70px
}

#steps ul li.active_step {
	background: #488ACC;
	color: white;
}

.my_box3 {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
}

.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #555;
	padding: 15px;
	padding-top: 10px;
	padding-left: 5px
}

.box_title_special {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px solid #c9c9c9
}

.box_title3 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
}

.ad_page_title {
	letter-spacing: -2px;
	font: bold 29px/27px Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	width: 100%;
	float: left
}

.ad_page_title h1 {
	color: #664B4A;
	letter-spacing: -2px;
	font: bold 29px/27px Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 570px
}

.image_and_user {
	float: left
}

.class680 {
	width: 680px
}

.show_all_jobs {
	width: 100%;
	float: left;
	align: left;
	margin-bottom: 15px;
	padding-left: 10px;
}

.ad_page_purchase {
	float: right;
	text-align: center;
	width: 100%;
	margin-bottom: 10px
}

.ad_page_content_stuff {
	width: 100%;
	margin: auto;
	overflow: hidden
}

.ad_page_title_purchase {
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
}

.job_info_stuff {
	background: #EAE3E3;
	width: 100%;
	margin: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}

.job_info_stuff2 {
	background: #f2f2f2;
	width: 100%;
	margin: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 6px;
	padding-bottom: 6px
}

.jb-page-image-holder {
	float: left;
	position: relative;
	width: 718px;
}

.jb-page-image-holder img {

	/*        padding-top: 4px;
	padding-left: 4px;*/
	border: 0
}

.job-page-details-holder {
	float: right;
	width: 400px
}

.job-page-details-holder>p {
	margin-top: 0;
}

.rating_100 {
	float: left;
	font-size: 16px;
	color: green
}

.text_resp {
	float: left;
	font-size: 13px;
	color: green
}

.deli_days {
	float: left;
	font-size: 16px;
	color: #333333;
}

.xoxo #ad-other-details {
	background: #FEF5C7;
	border: 0px
}

.job_rating {
	float: left;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	text-transform: uppercase
}

.unlike_this_job {
	background: url('images/star.png')  no-repeat scroll left top transparent;
	padding-left: 18px;
}

.like_this_job {
	background: url('images/star.png')  no-repeat scroll left top transparent;
	padding-left: 18px;
}

.like_this_job_no_logged {
	background: url('images/star.png')  no-repeat scroll left top transparent;
	padding-left: 18px;
}

.job_rating4 {
	float: left;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
}

.separator_job_rating {
	float: left;
	height: 20px;
	margin-left: 6px;
	margin-right: 6px;
	border-left: 1px solid #ccc;
}

.font-my-account-info {
	color: #999999;
	font-size: 18px;
	float: left;
	font-weight: bold
}

.separator_my-account {
	float: left;
	height: 24px;
	margin-left: 6px;
	margin-right: 6px;
	border-left: 1px solid #ccc;
}

.separator_job_rating2 {
	float: left;
	height: 17px;
	margin-left: 6px;
	margin-right: 6px;
	border-left: 1px solid #ccc;
}

/* -------- start ad details -----*/
.job-details {
	list-style-type: none;
	overflow: hidden;
	width: 370px
}

.job-details li {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}

.job-details li img {
	float: left;
	margin-top: 2px;
	margin-right: 10px
}

.job-details li h3 {
	float: left;
	width: 105px;
	font-weight: normal;
	margin: 3px;
	font-size: 14px
}

.job-details li p {
	margin: 3px;
	float: left;
	font-size: 14px;
	width: 215px;
	font-weight: bold;
}

/* -------- start ad details -----*/
.job-details1 {
	list-style-type: none;
	overflow: hidden;
	width: 100%
}

.job-details1 li {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.job-details1 li img {
	float: left;
	margin-top: 0px;
	margin-right: 6px
}

.job-details1 li h3 {
	float: left;
	width: 60px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 2px
}

.job-details1 li p {
	margin: 0px;
	float: left;
	width: 130px;
	font-size: 11px
}

/* -------- end ad details -----*/
.labels {
	border: 2px solid #ccc;
	background: #fff;
	color: #333;
	padding: 4px;
	height: auto;
	overflow: hidden
}

.add-this {
	width: 100%;
	padding-top: 25px
}

.padd10_only {
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.padd10_only_tp {
	padding-top: 10px;
	overflow: hidden;
}

.padd10 {
	padding: 10px;
}

.padd10_1 {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden
}

.padd5 {
	padding: 5px;
	overflow: hidden
}

.filter_jobs {
	width: 100%;
	margin: auto;
	overflow: hidden;
	font-size: 16px;
	position: relative
}

.switch_view_link {
	float: left;
	font-size: 12px;
	padding-right: 6px;
	color: #777
}

.filter_div {
	float: left;
}

#filter_jobs_list {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px
}

#no_border_right {
	border: 0
}

#filter_jobs_list li {
	float: left;
	display: inline;
	border: 0px;
	background: none;
	margin-left: 7px;
	margin-right: 7px;
	padding-right: 8px
}

.padd13 {
	padding-top: 16px;
}

#my_select_header {
}

.search_left {
	float: left;
}

#big-search-submit {
	margin: 0;
	padding: 0;
	outline: none;
}

#big-search-submit:hover {
	opacity: 0.7
}

a.top_link:link,
a.top_link:visited {
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 13px 7px 13px;
	text-decoration: none;
	font-size: 13px;
	background: #000;
	color: #fff;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif
}

a.top_link:hover {
	background: #82200e
}

a.nice_link:link,
a.nice_link:visited {
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	font-size: 12px;
	background: #000;
	color: #fff;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif
}

a.nice_link:hover {
	background: #82200e
}

.do_input {
	border: 1px dashed #ccc;
	background-color: #f3f3f3;
	color: #666;
	height: 40px;
	padding: 8px;
}

.post-new3 {
	list-style-type: none;
	margin-left: 20px
}

.post-new3 li {
	float: left;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%
}

.post-new3 li h2 {
	float: left;
	width: 150px;
	font-size: 13px;
}

.post-new3 li p {
	float: left;
	margin-top: 8px;
	width: 410px;
	overflow: hidden
}

.post-new {
	margin: 0;
	list-style-type: none;
	margin-left: 20px;
	padding: 0;
}

.post-new li {
	float: left;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%
}

.post-new li h2 {
	float: left;
	width: 180px;
	font-size: 12px;
	text-transform: uppercase;
	color: #777
}

.post-new li p {
	float: left;
	width: 470px;
	overflow: hidden;
	margin-top: 7px
}

/* ------- */
.post-new2 {
	list-style-type: none;
	margin-left: 20px
}

.post-new2 li {
	float: left;
	display: block;
	margin-bottom: -10px;
	overflow: hidden;
	width: 100%
}

.post-new2 li h2 {
	float: left;
	width: 150px;
	font-size: 16px;
}

.post-new2 li p {
	float: left;
	overflow: hidden
}

#right-sidebar {
	width: 250px
}

.image_holder {
	float: left;
	width: 115px
}

.image_holder3 {
	float: left;
	width: 80px
}

.image_holder4 {
	float: left;
	width: 35px
}

.image_holder6 {
	float: left;
	width: 45px
}

.pending_review {
	color: white;
	padding: 2px 6px 2px 6px;
	background: #333;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0px 10px;
	margin-right: 10px;
}

.pending_review.red {
	background: #df3f3f;
}

.pending_review.grey_instr {
	background: #aaa;
}

/* ----------------------- */
a:link.del_job,
a:visited.del_job {
	color: white;
	padding: 2px 6px 2px 6px;
	background: #C65353;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a:hover.del_job {
	background: #A23C3C;
	text-decoration: none
}

/* ----------------------- */
a:link.deactivate_job,
a:visited.deactivate_job {
	color: #fff;
	padding: 2px 6px 2px 6px;
	background: #2F5BC4;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none
}

a:hover.deactivate_job {
	background: #7192DD;
	text-decoration: none
}

/* ----------------------- */
a:link.feature_job,
a:visited.feature_job {
	color: #fff;
	padding: 2px 6px 2px 6px;
	background: #DF6326;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none
}

a:hover.feature_job {
	background: #7192DD;
	text-decoration: none
}

/* ----------------------- */
a:link.edit_job,
a:visited.edit_job {
	color: #333;
	padding: 2px 6px 2px 6px;
	background: #DFC52F;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none
}

a:hover.edit_job {
	background: #DAE410;
	text-decoration: none
}

/* ----------------------- */
a:link.show_status,
a:visited.show_status {
	color: white;
	padding: 2px 6px 2px 6px;
	background: #8CA446;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a:hover.show_status {
	background: #49771C;
	text-decoration: none
}

a:link.show_buyer_notes,
a:visited.show_buyer_notes {
	color: white;
	padding: 2px 6px 2px 6px;
	background: #8CA446;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a:hover.show_buyer_notes {
	background: #49771C;
	text-decoration: none
}

.notes-notes {
	background: #333;
	display: none;
	margin-top: 10px;
	color: #FFFFFF
}

.c111 {
	float: left;
	margin-right: 3px;
	height: auto;
}

/* ----------------------- */
.category_listing_now {
	float: left;
}

.image_holder2 {
	float: left;
	width: 70px;
	padding-left: 4px;
	position: relative;
	margin-bottom: 6px;
}

.title_holder {
	float: left;
	width: 595px;
	margin-bottom: 8px

	/*margin-bottom: 10px*/
}

.title_holder3 {
	float: left;
	width: 575px;    /*margin-bottom: 10px*/
}

.title_holder2 {
	float: right;
	width: 130px;
	margin-bottom: 0px;
}

.mypostedon2 {
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.title_holder2 h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.title_holder3 h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.title_holder4 h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 0;
}

.image_small_jb {
	border: 4px solid #E5E5E5
}

.title_holder6 {
	float: left;
	width: 240px
}

.title_holder6 h2 {
	font-size: 13px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}

.c111 p {
	margin-top: 0px
}

.rating-beeing-done {
	font-weight: normal;
	color: #999999
}

.details_holder {
	float: left;
	width: 540px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px
}

.xoxo .latest-posted-jobs-big {
	border: 0px
}

.xoxo>li {
}

.xoxo li.browse-by-category ul.side_nav li div.smn_browse_tax {
	padding-left: 10px;
}

.main .directly-frame {
	background: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	width: 700px;
}

.title_holder h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 17px;
	margin-bottom: 4px
}

.mypostedon {
	color: #667;
	font: 1.1em arial, helvetica, sans-serif;
	margin: 4px 0 10px 0px;
	font-size: 12px
}

.category_listing_now {
	width: 300px
}

.div_div,
.div_div_input,
.div_div_input_audio {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 25px 25px 0;
}

.cover_div_div {
	float: left;
	width: 100% !important;
	height: auto !important;
	margin: 0px 25px 25px 0;
}

.cover_div_div img {
	width: 100%;
}

.delete-this {
	display: none;
	width: 0;
	height: 0;
	border-left: 32px solid transparent;
	border-top: 32px solid #f00;
	border-right: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

.delete-this:after {
	content: "";
	background: url("images/icons-sprite.png?v=1.5") no-repeat -69px -19px;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 13px;
	height: 13px;
	top: -29px;
	right: 3px;
	left: auto;
}

.div_div:hover .delete-this {
	display: block;
}

.div_div_input,
.div_div_input_audio {
	cursor: pointer;
	background-color: #f3f3f3;
	border: 1px dashed #cccccc;
}

.div_div_input:after,
.div_div_input_audio:after {
	content: "";
	background: url("images/icons-sprite.png?v=1.5") no-repeat -57px -57px;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	top: 27px;
	left: 27px;
	opacity: 0.5;
}

.div_div_input:hover:after,
.div_div_input_audio:hover:after {
	opacity: 1;
}

.div_div_input.uploading:after,
.div_div_input_audio.uploading:after {
	content: "";
	background: url("images/notifications-loading.gif") no-repeat;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	top: 37px;
	left: 37px;
	opacity: 1;
}

.hidden_input {
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}

.div_div2 {
	margin-left: 5px;
	float: left;
	width: 250px;
	margin-top: 10px;
}

.express_job_spn {
	padding: 1px 3px 1px 3px;
	border-radius: 3px;
	background: #FFCC00;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

a.title_of_job:link,
a.title_of_job:visited {
	color: #0089b7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px
}

a.title_of_job:hover {
	color: #1089b7
}

.ttl_holder_down {
	width: 100%;
	height: 45px;
}

.spn_txt_diff {
	color: #aaa
}

.instant_job_spn {
	padding: 1px 3px 1px 3px;
	border-radius: 3px;
	background: #85B000;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

a.withpaypal.post_bid_btn:link,
a.withpaypal.post_bid_btn:visited {
	-moz-user-select: none;
	background: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4) repeat scroll 0 0 #1275FF;
	border: 0 none;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	text-decoration: none;
	visibility: visible !important;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

a.paystripe.post_bid_btn:link,
a.paystripe.post_bid_btn:visited {
	-moz-user-select: none;
	background: linear-gradient(#89c827, #74ae1b 85%, #588217) repeat scroll 0 0 #83c024;
	border: 0 none;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	text-decoration: none;
	visibility: visible !important;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.image_class_pst {
	border-radius: 5px;
	border: 1px solid #ccc;
}

a.order_now_new:link,
a.order_now_new:visited {
	padding: 6px;
	background: #fff;
	border: 1px solid #ccc;
	color: #3B5998;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: 0 0 5px #ddd
}

a.order_now_new:hover {
	background: #3B5998;
	color: #fff;
	text-decoration: none
}

.order_now_new_btn {
	float: right;
	padding-top: 14px
}

.image-gallery {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0px;
	text-indent: 0px;
	width: 260px;
	margin: 0;
	padding: 0
}

.image-gallery li {
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 0px;
}

.other-dets {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 10px
}

.other-dets li {
	display: inline;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0;
	margin-bottom: 4px
}

.other-dets li img {
	float: left;
	margin-right: 4px;
}

.other-dets li h3 {
	float: left;
	width: 70px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	margin-top: 2px
}

.other-dets li p {
	float: left;
	width: 150px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px
}

#logins {
	list-style: none;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#logins li {
	display: inline
}

#logins li a {
	margin-right: 20px;
	color: #3B5998;
}

#logins li a:hover {
	text-decoration: underline
}

#my-account-admin-menu {
	list-style: none;
	overflow: hidden;
	margin: 0px;
}

#my-account-admin-menu li {
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #aaaaaa;
}

#my-account-admin-menu li a {
	padding: 4px;
	border-radius: 3px;
	color: #666;
	font-weght: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

/* ------------------ */
a.contact-seller-thing:link,
a.contact-seller-thing:visited {
	padding-top: 10px;
	color: #3D73B6;
	font-weight: bold;
}

a.contact-seller-thing:hover {
	text-decoration: none
}

.contact-seller-wrap {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0
}

.shipping_box {
	border: 1px solid #ccc;
	background: #f0f0f0;
	padding: 10px;
	text-align: left;
	margin-bottom: 15px;
}

/*--------------------*/
#my-account-admin-menu_seller {
	list-style: none;
	overflow: hidden;
	margin: 0px;
}

#my-account-admin-menu_seller li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	border: 0;
}

#my-account-admin-menu_seller li a {
	background: #9C0;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
}

#my-account-admin-menu_seller li a:hover {
	background: #990;
	color: #333;
	text-decoration: none
}

/* ------------------ */
#my-account-admin-menu_buyer {
	list-style: none;
	overflow: hidden;
	margin: 0px;
}

#my-account-admin-menu_buyer li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	border: 0;
}

#my-account-admin-menu_buyer li a {
	background: #F90;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
}

#my-account-admin-menu_buyer li a:hover {
	background: #FC9;
	color: #333;
	text-decoration: none
}

/*----- navigation -----*/
.nav {
	padding: 10px 0;
	margin: auto;
	text-align: left;
	width: 90%;
	float: left;
}

.nav a.activee:link,
.nav a.activee:visited {
	background: #61b832;
	display: inline-block;
	padding: 3px 3px 3px 3px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #4c9027;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.nav a:link,
.nav a:visited {
	background: #fff;
	display: inline-block;
	position: relative;
	padding: 3px 3px 3px 3px;
	color: #666;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 3px solid #dfdfdf;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.nav a:hover {
	background: #61b832;
	color: #fff;
	border-bottom: 3px solid #4c9027;
}

/*---------- -- - - - - - - - -- */
#ad-purchase_thing p {
	text-align: center
}

a.purchase_now_btn:link,
a.purchase_now_btn:visited {
	background: #EBBD21;
	display: inline-block;
	padding: 10px 0px 10px 0px;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: 1px solid #E24B18;
	width: 100%;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
}

.i_will_continue {
	font-size: 17px;
	background: #0084C1;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #fff;
	margin-left: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 0 4px #dfdfdf;
	-moz-box-shadow: 0 0 4px #dfdfdf;
	-webkit-box-shadow: 0 0 4px #dfdfdf;
}

.i_will_continue:hover {
	opacity: 0.7
}

.i-will-widget {
	font-size: 17px;
	font-weight: bold
}

.i_will_mainbox {
	padding: 5px;
	border: 1px solid #ccc;
	width: 310px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.i_will_mainbox_stuff_drop {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.purchase_now_btn:hover {
	opacity: 0.7;
	color: #000;
}

/*------_____---------_____ ----*/
a.post_bid_btn:link,
a.post_bid_btn:visited {
	background: #eee;
	display: inline-block;
	padding: 2px 4px;
	color: #008DC7;
	text-decoration: underline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
}

a.post_bid_btn:hover {
	background: #eee;
	color: #008DC7;
	text-decoration: none;
}

#home-coin-slider {
	margin: auto;
	border: 5px solid #2A95EA;
	width: 950px;
	background: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#slider ul,
#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {

	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width: 930px;
	height: 170px;
	overflow: hidden;
}

span#prevBtn {
}

span#nextBtn {
}

.slider-post {
	width: 185px;
	float: left;
	overflow: hidden;
	text-align: center !important;
}

.slider-post h2 {
	font-size: 13px;
	color: white;
}

.slider-post p {
	text-align: center !important;
	color: white;
}

.slider-post a:link,
.slider-post a:visited {
	color: white
}

.slider-post a:hover {
	color: white
}

#slider-controls {
	width: 100%;
	border-top: 1px solid #ccc;
	overflow: hidden
}

a.slider-controls:link,
a.slider-controls:visited {
	background: #e9be2a;
	display: inline-block;
	padding: 3px 12px 3px 12px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-left: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

a.slider-controls:hover {
	background: #2272CA;
	color: #FFF;
	text-decoration: none;
}

/*------------------------*/
.latest-posted-ads-big {
	overflow: hidden
}

.latest-posted-ads-big h3 {
	border-bottom: 1px dotted #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 2px
}

/*------------------------*/
.side_nav li {
	display: block;
	width: 100%;
	position: relative;
}

/*-------------------------*/
#location-stuff {
	list-style-type: square;
	overflow: hidden;
	float: left;
	width: 100%;
}

#location-stuff li {
	display: inline-block;
	width: 100%;
	border: 0px;
	background: none
}

#location-stuff li h3 {
	font-size: 15px;
	border: 0px;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 1px;
	margin-left: 1px;
	font-weight: normal;
}

#location-stuff li img {
	float: left;
	margin-right: 7px
}

#location-stuff li ul li {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 7px;
	font-size: 13px
}

.stretch-area ul>li,
.home-page-sidebar-main ul.xoxo>li {
	border: 0;
	background: none;
	padding: 0;
	width: 100%;
	padding-bottom: 15px;
}

.menu_with_cats {
	width: 100%;
	height: 30px;    /*background: #3B5998;*/
	margin: auto;
}

/*----------------------*/
.main-thing-menu {
	margin-bottom: 5px;
	display: inline-block;
	margin: auto;
	width: 980px;
}

.main-thing-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.main-thing-menu ul li {
	display: inline;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 32px
}

.main-thing-menu ul li a:link,
.main-thing-menu ul li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.main-thing-menu ul li a.hm_cls:link,
.main-thing-menu ul li a.hm_cls:visited {
	border-left: none
}

.main-thing-menu ul li a:hover {
	text-decoration: underline
}

/*-----------*/
.breadcrumbs {
	padding: 10px;
}

/*
.breadcrumb-wrap { margin-top: 10px }

.breadcrumb-wrap {
width: 100%;
background: white;
margin: auto;
overflow: hidden;
margin-bottom: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}*/
.blog-image {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 2px
}

#job-home-page-main-inner {
	width: 100%;
	background: #6CA0DB;
	overflow: hidden;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px
}

.padd20 {
	padding: 20px;
}

.bid_panel {
	background: #e8e8e8;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.bid_panel_err {
	background: #EA554F;
	overflow: hidden;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.bid_panel_ok {
	background: #9C0;
	overflow: hidden;
	width: 100%;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.my-buttons {
	padding: 5px;
	border: 1px solid #33F;
	background: #39F;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
}

#comments {
	border: 1px solid #ccc;
	background: white;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
}

#result {
	height: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFF99;
}

#country {
	padding: 3px;
	border: 1px #CCC solid;
	font-size: 17px;
}

.suggestionsBox {
	position: absolute;
	left: 0px;    /*top: 40px;*/
	margin: 42px 0px 0px 0px;
	width: 260px;
	padding: 0px;
	background-color: #333;
	border-top: 3px solid #333;
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList ul li {
	list-style: none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px dotted #333;
	cursor: pointer;
}

.suggestionList ul li:hover {
	background-color: #F2673A;
	color: #fff;
}

.load {
	background: white;
	background-image: url(images/loader.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a.green_btn:link,
a.green_btn:visited {
	background: #3B5998;
	display: inline-block;
	padding: 4px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 13px;
}

.bold_stuff {
	font-weight: bold
}

a.green_btn:hover {
	background: #5879BE;
	color: #FFF;
	text-decoration: none;
}

.small_featured div {
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase
}

.small_featured {
	height: 20px;
	width: 104px;
	text-align: center;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	background: #E14F4A;
	color: white;
}

.errrs {
	background: #df3f3f;
	margin-bottom: 10px;
	padding: 30px;
	color: #fff;
}

.textwidget {
	line-height: 18px;
	color: #333;
	text-align: left
}

#footer .textwidget {
	color: #fff;
}

#footer .textwidget ul li {
	width: 100%;
}

.request-widget form {
	background-color: #e7e7e7; /* layer fill content */
	padding: 30px 20px;
	border-top: 2px solid #f3f3f3
}

.request-widget form select {
	display: block;
	border: 0px solid #fff;
	padding: 5px 10px;
	background-color: #fff; /* layer fill content */
	border-radius: 5px;
	color: #999; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-style: italic;
	width: 100%;
}

.request-widget form textarea {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 3px;
	height: 76px;
	margin-top: 5px;
	width: 95%;
	text-indent: 10px;
	color: #999; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-style: italic;
	border: 0px solid #fff;
}

#suggest_job_btn {
	width: 100%;
	height: 36px;
	-moz-background-clip: padding;
	margin: 10px 0;
	color: #fff; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #83C124;
}

#suggest_job_btn.loading {
	text-indent: -999999px;
	background: url("images/ajax-loader-dddddd.gif") no-repeat scroll 0 0 #ddd;
	background-position: center center;
}

.request_mainbox {
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	height: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

#suggest_jobs li {
	background: none;
	border: 0;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	padding-left: 5px;
	margin-top: 10px;
	border-bottom: 1px dashed #a1a1a1;
	width: 100%;
	color: #666;
}

#suggest_jobs li span {
	font-size: 14px;
	font-weight: bold
}

.request_div_widget {
	margin-bottom: 20px
}

#suggest_jobs li span.btn.smallest {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

#suggest_jobs li span.btn.smallest a {
	color: #fff;
	text-decoration: none;
}

.error {
	background: #df3f3f;
	color: #fff;
	padding: 20px 25px;
	margin-top: 15px;
	border-radius: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

.error ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.entry-content ul {
	padding: 10px;
	margin: 10px;
}

#fbc_login span {
	display: none;
}

.fbc_connect_button_are2a {
	float: left;
	margin: 0;
	padding: 0;
}

/*---------- login form --------------------*/
.login-submit-form p {
	overflow: hidden
}

.login-submit-form p label {
	min-width: 120px;
	float: left;
	padding: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #999
}

.check-email-div {
	background: #FCFAE4;
	border: 0;
	color: #333;
	padding: 10px;
}

.fbc_loginstate_top {
	display: none
}

.fb_login_head {
	width: 100%;
	text-align: right;
	height: 50px
}

.fbc_connect_button_area {
	float: right
}

.submit_bottom {
	padding: 15px;
	background: #3B5998;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}

.submit_bottom:hover {
	opacity: 0.8
}

.post-new li.xtra_stuff {
	border-radius: 5px;
	background: #5CB45A;
	color: #fff;
	width: 95%
}

/*------------------------------*/
#post_new_divs .errrs {
	width: 90%;
	margin: auto;
	margin-bottom: 20px
}

.puchase_extra {
	border: 1px solid #6C9144;
	background: #E7F2DB;
	color: #555;
	margin-bottom: 15px;
	text-align: left
}

.fltRight {
	text-align: right
}

.puchase_extra_ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.puchase_extra_ul li {
	padding-bottom: 6px;
	padding-top: 6px;
	width: 100%;
	border-bottom: 1px solid #CCDBAC
}

.addt_ordr {
	font-weight: bold;
	font-size: 13px;
	color: #548448
}

/*----------------*/
.order_total {
	margin-bottom: 15px;
	border-radius: 5px;
	width: 100%
}

.xoxo li ul {
	margin: 0;
	padding: 0
}

a.payment_feat:link,
a.payment_feat:visited {
	color: #fff;
	margin-right: 5px;
	background: #608A44;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

a.payment_feat:hover {
	background: #7BA74B;
	text-decoration: none;
}

.full_width_a_div {
	margin: auto;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 15px;
	float: left;
}

#footer-widget-area div ul li {
	display: inline;
	float: left;
	width: 100%
}

.font_big_it {
	font-size: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.job_content_page_title {
	margin-bottom: 20px;
}

.en_em {
	font-style: italic
}

.panelView > header > .image > img {
	background: none !important;
}

.title_holder {
	width: 400px !important;
}

ul.xoxo .widget-container input[type="text"] {
	width: 100%;
	border-radius: 3px;
}

/* NEW DESIGN */
.main_links {
	display: none;
}

#header {
	background: #fff;
}

.search_box_main {
	float: left;
}

.logo_holder {
	float: left;
	margin-right: 5px;
	min-width: 62px;
	height: 62px;
}

.logo_holder a {
	display: inline-block;
	vertical-align: middle;
}

#my_select_header2,
#my_select_header,
#big-search {
	color: #373d45;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	border-radius: 3px;
	border: 0px solid #fff;
	height: 30px;
	line-height: normal;
	text-indent: 3px;    /*width: 154px;*/
}

@-moz-document url-prefix() {
	#my_select_header2,
	#my_select_header {
		padding: 4px 0;
	}

}

input::-moz-focus-inner

/*Remove button padding in FF*/
{
	border: 0;
	padding: 0;
}

#my_select_header {

	/*width: 64px;*/
	height: 32px;
	line-height: normal;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-size: 11px;
	text-indent: 15px;
	background: #191a1d;
	color: #9f9f9f; /* text color */
	font-family: "Open Sans", sans-serif;
	outline: none;
	padding: 0;
	margin-left: 9px;
}

#big-search {
	width: 170px;
	height: 32px;
	line-height: normal;
	border: 1px solid #f1f1f1;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	text-indent: 0px;
	background: #fff;
	color: #2d5767; /* text color */
	font-family: "Open Sans", sans-serif;
	outline: none;
	padding: 0;
	padding-right: 32px;
	padding-left: 10px;
}

#big-search:focus {
	outline-color: #83C124;
	border-color: #83C124;
	-webkit-box-shadow: 0 0 2px rgba(131, 193, 36, 0.8);
	box-shadow: 0 0 2px rgba(131, 193, 36, 0.8);
}

#suggest form {
	float: left;
}

.user-menu-top {
	float: right;
}

.user-menu-top ul {
	margin: 0;
}

.user-menu-top li {
	float: right;
	margin-left: 5px;
}

.login-button a {
	background-clip: padding-box;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	width: 94px;
}

.register-button a {
	width: 98px;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #83C124; /* layer fill content */
	line-height: 28px;
	display: block;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.load-more-button {
	border: 1px solid #d0d0d0;
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
	clear: both;
	color: #777;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin: 40px auto 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	width: 139px;
	background-image: url(images/notifications-loading.gif);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: -200px center;
	box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.10);
}

.load-more-button:hover {
	cursor: pointer;
	background-color: #fdfdfd;
	border: 1px solid #aaa;
}

.load-more-button.loading {
	text-indent: -999999px;
	background-position: center center;
}

.load-more-button:before {
	background: url("images/load-more-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: " ";
	height: 86px;
	left: -190px;
	position: absolute;
	top: -50px;
	width: 210px;
}

.request-widget .widget-header {
	background: none repeat scroll 0 0 #83C124;
	letter-spacing: 0;
	line-height: 19px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.success-response {
	display: none;
}

.all-requests:before {
	background: url("images/success-trick.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: " ";
	height: 40px;
	left: 42px;
	position: absolute;
	top: -24px;
	width: 180px;
}

.success-response .response-text {
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background: #83C124;
	padding: 7px;
}

.seeallrequests .black-button {
	display: block;
	height: 36px;
	-moz-border-radius: 3px;
	color: #fff; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-top: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #5f6771; /* layer fill content */
}

.all-requests {
	position: relative;
	top: -14px;
	background-color: #e7e7e7;
	border-top: 2px solid #f3f3f3;
	padding: 30px 20px;
}

/*Razvan */
select {
	-webkit-appearance: menulist;
}

input[readonly] {
	background: #f7f7f7;
}

input[disabled] {
	background: #f7f7f7;
}

.user-menu-top a {
	color: #fff;
}

.user-menu-top ul {
	list-style: none;
	padding: 0;
}

.user-menu-top li {
	float: left;
	margin-left: 5px;
}

.user-menu-top li.logout a {
	background-color: #363d45;
	padding: 0px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.user-menu-top li.logout a:hover {
	background-color: #5fb135;
}

.user-menu-top li.logout.red a:hover {
	background-color: #df3f3f;
}

.user-menu-top img {
	margin-top: 3px;
}

.search_box_main {
	width: auto;
	float: none;
}

.user-menu-top {
	text-transform: capitalize;
}

.auto_cols > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.btn,
.btn {
	background-clip: padding-box;
	background-color: #83C124;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	text-align: center;
	padding: 0px 20px;
	display: block;
	float: left;
	border: 0px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.btn:hover,
.btn:hover {
	text-decoration: none;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: #fff;
}

a.btn.nomargin,
.btn.nomargin {
	margin: 0;
}

a.btn.lighter,
.btn.lighter {
	font-weight: 400;
}

a.btn.bigger,
.btn.bigger {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}

a.btn.smaller,
.btn.smaller {
	height: 27px;
	line-height: 27px;
	padding: 0px 10px;
}

a.btn.smallest,
.btn.smallest {
	height: 20px;
	line-height: 20px;
	padding: 0px 7px;
}

a.btn.narrower,
.btn.narrower {
	padding: 0px 10px;
}

a.btn.uppercase,
.btn.uppercase {
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase !important;
}

.lighter {
	font-weight: 400;
}

.btn.blue {
	background-color: #119ce2;
}

.btn.blue.important {
	background-color: #119ce2;
}

.btn.red {
	background-color: #df3f3f;
}

.btn.feature {
	background-color: #f21aa5;
}

.btn.feature:hover {
	color: #fff;
}

.btn.full-width {
	width: 100%;
}

.btn.orange {
	background-color: #dc9b00;
}

.btn.darkgrey {
	background: #777;
}

/*.left_ar,.right_ar {
height: 250px;
width: 55px;
display: block;
background-image:url(images/news_left.png);
background-repeat:no-repeat;
background-position:center;
float: left;
margin-left:-65px;
}


.right_ar {
float: right;
background-image:url(images/news_right.png);
margin-right: 0px;
margin-right:-65px;
}*/
.left_ar,
.right_ar {
	height: 250px;
	width: 55px;
	display: block;
	background-image: url(images/news_left.png);
	background-repeat: no-repeat;
	background-position: center;
	float: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: -65px;
}

.right_ar {
	background-image: url(images/news_right.png);
	right: -65px;
	left: auto;
}

.left_ar:hover {
	background-image: url(images/news_left_ac.png);
}

.right_ar:hover {
	background-image: url(images/news_right_ac.png);
}

.news_box {

	/*background-color: #e7e7e7;*/
	border-top: 3px #fff solid;
	padding: 20px;
	overflow: hidden;
}

.news_box .main > div {
}

a.decoration-none {
	text-decoration: none;
}

.auto_width {
	max-width: 100%;
}

.news_box .auto_width {
	margin-left: 20px;
	float: right;
}

body .grey {
	color: #bababa;
	font-size: 14px;    /*font-weight: bold;*/
}

.block {
	display: block;
}

.view_all {
	margin-top: 13px;
	margin-left: 20px;
}

.home #stretch_footer_area {
	display: none;
}

/*h4 {
color: #83C124;
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-top: 0px;
}*/
.infinity {
	width: 100000px;
}

.news_slider {
	overflow: hidden;
	position: relative;
}

.slide {
	float: left;
}

.slide p {
	margin-bottom: 5px;
}

body .col2 > *,
body .col3 > *,
body .col4 > *,
body .col5 > *,
body .col6 > * {
	padding-right: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body .col2 > * {
	width: 50%;
}

body .col3 > * {
	width: 33.3333%;
}

body .col4 > * {
	width: 25%;
}

body .col5 > * {
	width: 20%;
}

body .col6 > * {
	width: 16.6666%;
}

.col2 > *:last-child,
.col3 > *:last-child,
.col4 > *:last-child,
.col5 > *:last-child,
.col6 > *:last-child {
	padding-right: 0px;
}

.light_grey {
	color: #686e77 !important;
}

.facebook a,
.twitter a,
.google a,
.pinterest a {
	height: 24px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 30px;
	display: block;
}

.twitter a {
	background-image: url(images/twitter.png);
}

.google a {
	background-image: url(images/google.png);
}

.pinterest a {
	background-image: url(images/pinterest.png);
}

ul.social-menu-icons {
	list-style: none;
	padding: 0px;
}

#footer ul.social-menu-icons {
	padding: 0;
}

.grey_box {
	padding: 36px;
	background-color: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.grey_box p {
	margin-top: 0px;
}

.login #wp-social-login-connect-options {
	display: none;
}

.wp-social-login-provider-list {
	padding: 10px 0 !important;
	overflow: hidden;
}

.wp-social-login-connect-with {
	display: none;
}

.facebook_login,
.twitter_login,
.google_login,
.vkontakte_login,
.wp-social-login-provider-facebook,
.wp-social-login-provider-twitter,
.wp-social-login-provider-google,
.wp-social-login-provider-vkontakte {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #6284ae;
	background-image: url(images/facebook_login.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 55px;
	color: #fff !important;
	font-size: 13px;
	line-height: 36px;
	padding-right: 15px;
	float: left;
	clear: both;
	margin: 10px 0;
}

.twitter_login,
.wp-social-login-provider-twitter {
	background-image: url(images/twitter_login.png);
	background-color: #70cbe9;
}

.google_login,
.wp-social-login-provider-google {
	background-image: url(images/google_login.png);
	background-color: #c83f2e;
}

.vkontakte_login,
.wp-social-login-provider-vkontakte {
	background-image: url(images/vkontakte_login.png);
	background-color: #6284ae;
}

input[type=text].c_input,
input[type=number].c_input,
input[type=password].c_input,
input[type=email].c_input,
.c_input input[type=text],
.c_input input[type=number],
.c_input input[type=password],
.c_input input[type=email] {

	/*    width: 100%;
	height: 36px;*/

	/*line-height: 36px;*/

	/*    padding: 0px;
	text-indent: 15px;
	font-size: 15px;
	color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px;*/
}

input[type=text].grey_input,
input[type=number].grey_input,
textarea.grey_input,
input[type=password].grey_input,
select.grey_input,
select.do_input {
	padding: 8px 10px;
	height: 40px;
	line-height: 22px;
	font-size: 15px;
	color: #666666;
	background-color: #f3f3f3;   /* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	/*border: 0;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text].grey_input:focus,
input[type=number].grey_input:focus,
textarea.grey_input:focus,
input[type=password].grey_input:focus,
select.grey_input:focus,
select.do_input:focus {
	border: 1px solid #83C124;
}

select.grey_input,
select.do_input {
	padding: 11px 10px;
}

input[type=text].grey_input.smaller,
input[type=number].grey_input.smaller {
	height: 28px;
}

input[readonly].grey_input {
	background-image: url(images/locked.png);
	background-repeat: no-repeat;
	background-position: right 7px center;
}

input[disabled].grey_input {
	background-image: url(images/locked.png);
	background-repeat: no-repeat;
	background-position: right 7px center;
}

textarea.grey_input {
	height: 100px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.grey_input.one_line {
	height: 40px;
}

input[type=text].grey_input.white,
input[type=number].grey_input.white,
textarea.grey_input.white,
input[type=password].white,
select.grey_input.white,
select.do_input.white {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
}

input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	border: 1px solid #83C124;
}

span.styledselect.focus,
.checkbox.focus,
#job_tags_tagsinput.focus,
.focus {
	border: 1px solid #83c124;
	-webkit-box-shadow: 0 0 2px #83c124;
	box-shadow: 0 0 2px #83c124;
}

.wysihtml5-sandbox.focus {
	outline-color: #83c124 !important;
	border-color: #83c124 !important;
	-webkit-box-shadow: 0 0 2px #83c124 !important;
	box-shadow: 0 0 2px #83c124 !important;
}

input[type=text].grey_input.white:focus,
input[type=number].grey_input.white:focus,
textarea.grey_input.white:focus,
input[type=password].white:focus,
select.grey_input.white:focus,
select.do_input.white:focus {
	border: 1px solid #83C124;
}

input[type=text].rejected-input,
input[type=number].rejected-input,
textarea.rejected-input,
input[type=password].rejected-input,
select.rejected-input {
	border: 1px solid #df3f3f;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(223, 63, 63, 0.5);
}

.login label {
	font-weight: bold;
}

label[for=cptch_input] {
	display: block;
	font-weight: normal;
}

.lower {
	text-transform: capitalize;
}

.w100 {
	width: 100%;
}

.w100px {
	width: 100px;
}

#stretch_footer_area {
	display: none;
}

.w70px {
	width: 70px;
}

.w60px {
	width: 60px;
}

.w50px {
	width: 50px;
}

.w50 {
	width: 49.5%;
	float: left;
}

.w25 {
	width: 24.5%;
	float: left;
}

.w75 {
	width: 74.5%;
	float: left;
}

.w160px {
	width: 160px;
}

.w130px {
	width: 130px;
}

body .p5 {
	margin: 5px;
}

body .p5l {
	margin-left: 5px;
}

body .p5r {
	margin-right: 5px;
}

body .p5t {
	margin-top: 5px;
}

body .p5b {
	margin-bottom: 5px;
}

body .p10 {
	margin: 10px;
}

body .p10l {
	margin-left: 10px;
}

body .p10r {
	margin-right: 10px;
}

body .p10t {
	margin-top: 10px;
}

body .p10b {
	margin-bottom: 10px;
}

body .p20 {
	margin: 20px;
}

body .p20l {
	margin-left: 20px;
}

body .p20r {
	margin-right: 20px;
}

body .p20t {
	margin-top: 20px;
}

body .p20b {
	margin-bottom: 20px;
}

body .p30 {
	margin: 30px;
}

body .p30l {
	margin-left: 30px;
}

body .p30r {
	margin-right: 30px;
}

body .p30t {
	margin-top: 30px;
}

body .p30b {
	margin-bottom: 30px;
}

.p40b {
	margin-bottom: 40px;
}

.p0b {
	margin-bottom: 0px;
}

.p0t {
	margin-top: 0px;
}

.p0l {
	margin-left: 0px;
}

.p0r {
	margin-right: 0px;
}

.p15t {
	margin-top: 15px;
}

.p15b {
	margin-bottom: 15px;
}

.p25r {
	margin-right: 25px;
}

.filter_jobs {
	margin-right: 15px;
	width: auto;
}

.filter_jobs.new_smaller {
	padding: 0px 5px;
	margin-right: 0px;
}

.filter_jobs.new_smaller .filter_div {
	line-height: 33px;
	margin-left: 5px;
	color: #999;
}

.filter_jobs.new_smaller a.btn,
.filter_jobs.new_smaller .btn {
	margin-left: 10px;
	font-weight: 400;
	margin-right: auto;
}

.btn.white_btn,
.btn-inactive.white_btn {
	background: #fff;
	color: #777;
	border: 1px solid #f1f1f1;
}

.btn.white_btn.small_white_btn {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	font-weight: 400;
}

.btn.white_btn:hover,
.btn-inactive.white_btn:hover {
	border: 1px solid #ccc;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #000;
}

.btn.grey_btn,
.btn-inactive.grey_btn {
	background: #bbb;
}

.btn.lightgrey_btn {
	background: #f9f9f9;
	color: #777;
	border: 1px solid #e5e5e5;
}

.btn.lightgrey_btn:hover {
	border: 1px solid #aaa;
	color: #000;
}

.btn.grey2_btn {
	background: #c5c5c5;
}

.btn.grey_btn.active {
	background: #5f6771;
}

.center {
	text-align: center;
}

.menu_with_cats {
	display: none;
}

.bar {
	background-color: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	color: #606772;
	font-size: 13px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.bar strong {
	color: #54ad23;
}

.bar li {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #f3f3f3;
	margin-right: 20px;
}

.bar li:last-child {
	border-right: 0px;
}

.bar li ul {
	padding: 0;
}

.bar li li {
	border: 0;
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}

.bar li.limited {
	width: 33%;
}

.bar.black {
	background-color: #373d45;
	color: #fff;
	font-weight: normal;
}

.bar.black strong {
	color: #fff;
	font-weight: bold;
}

.bar.center {
	text-align: center;
}

.user_icon {
	background-color: #606772;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 81px;
	height: 81px;
	background-repeat: no-repeat;
	background-position: center;
}

.user_lvl1 {
	background-image: url(images/user_icon1.png);
}

.user_lvl2 {
	background-image: url(images/user_icon2.png);
}

.user_lvl3 {
	background-image: url(images/user_icon3.png);
}

.left all >* {
	float: left;
}

.job_page div,
.job_page ul {
	overflow: hidden;
}

body .btn.green {
	background-color: #83C124;
}

body .btn.green.important {
	background-color: #83C124;
}

.select {
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 228px;
}

.select .btn {
	background-image: url(images/down_ar.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-width: 228px;
	margin-bottom: 0px;
}

.select .btn.no-arrow {
	background-image: none;
}

.select ul {
	padding: 0px 20px;
	background-color: #606772;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 226px;
	list-style: none;
	clear: both;
	margin: 0 7px;
	display: none;
}

.select:hover ul {
	display: block;
}

.select li {
	padding: 10px 0px 10px 21px;
	color: #fff;
	font-size: 13px;
}

.select li .uzextracheck,
.select li .checkbox {
	margin-left: -21px;
}

.bar2 {
	font-size: 13px;
}

body [type=checkbox] {
	opacity: 0;
	filter: alpha(opacity=0);
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.checkbox {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	position: absolute;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	margin-bottom: -12px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: #fff;
}

.checkbox.checked {
	background: #fff;
}

.checkbox:after {
	content: "\f00c";
	display: inline-block;
	filter: alpha(opacity=0);
	opacity: 0;
	margin: 0em 0.25rem 0em 0em;
	width: 15px;
	height: 15px;
	font-family: 'Icons';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #83C124;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.checkbox.checked:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

label {
	cursor: pointer;
}

.image-gallery li {
	margin-right: 7px;
}

.jb-page-image-holder .image-gallery {
	width: 100%;
}

.image-gallery li img {
	padding: 0px;
}

.jb-page-image-holder .main_img {
	width: 100%;
}

.img_class {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.job_page h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.job_page h2,
.home-page-sidebar-main h2,
h2.page_title,
h1.page_title {
	margin-bottom: 10px;
	margin-top: 0;
	color: #555;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
}

.blog_post h1.heading-title,
.blog_post h2.heading-title {
	text-align: center;
}

.job_tags,
.job_tags a {
	font-weight: 800;
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	color: #666666;
}

.tags_separator {

	/*font-weight: lighter;*/
	color: #e7e7e7;
	margin: 0 10px;
}

.box {
	background-color: #606772;
	padding: 20px 40px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box h3 {
	border-bottom: 5px solid white;
	padding-bottom: 10px;
}

.box ul {
	list-style: none;
	margin-left: 20px;
	padding: 0px;
}

.box ul li {
	padding: 10px 0px;
}

.box .shipping {
	padding: 10px 0px;
	border-top: 2px solid #7d838c;
}

h2.small {
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0px 0px 20px 0px;
	border-bottom: 5px solid #83C124;
}

h2.p10b {
	margin-bottom: 10px;
}

.feed a {
	font-size: 16px;
	font-weight: bold;
}

.small_grey {
	color: #b8b8b8;
	font-size: 11px;
	text-transform: uppercase;
}

.feed {
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 20px;
}

.col1by2 > * {
	padding-right: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col1by2 > *:first-child {
	width: 33.3333%
}

.col1by2 > *:last-child {
	width: 66.66666%;
	padding-right: 0px;
}

/*
.related_jobs .post_thumb {
width: 33.3333%;
margin-right: 0px;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.related_jobs .post_thumb:last-child {
padding-right: 0px;
}


.related_jobs .post_thumb .user_ratings .cost-of-product {
width: 90px;
}


.related_jobs .post_thumb:last-child .user_ratings .cost-of-product {
width: 100px;
}

*/
h2.small.blue {
	border-color: #119ce2;
}

.lvl {
	text-align: center;
	color: #0099e5;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
	font-weight: 900;
}

.other_job {
	background-color: #fff;
	border-bottom: 5px solid #dfdfdf;
	margin-bottom: 18px;
	font-size: 14px;
	color: #d2d2d2;
	padding-right: 10px;
}

.other_job a {
	color: #d2d2d2;
}

.other_job  img.img {
	border-right: 5px solid #0092dc;
	float: left;
	margin-right: 10px;
}

.other_job h3 {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
}

.other_job h3 a {
	color: #606772;
	text-decoration: none;
}

.other_job strong {
	color: #83c124;
}

body .user_and_flag {
	overflow: visible;
}

.user_box_container {
	background: #fff;
}

.user_box div {
	overflow: hidden;
}

.user_box {
	background-color: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 5px solid #ddd;
	color: #fff;
	padding: 15px;
	overflow: visible;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}

.user_box .badges {
	color: #0082c3;
	text-transform: uppercase;
	font-size: 11px;
}

.user_box .badges > div {
	float: left;
	margin-left: 5px;
}

.user_description {
	overflow: hidden;
	padding: 0 20px;
}

.badges .is_verified,
.badges .user_icon {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	background-color: #0082c3;
	margin-bottom: 5px;
}

.badges .is_verified {
	background-image: url(images/checked_big.png);
	background-position: center;
	background-repeat: no-repeat;
}

.badges .user_icon {
	background-size: 80%;
}

.user_box .user_img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.user_box .user_img_box {
	width: 180px;
	border: 5px solid #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 5px 15px 0 10px;
}

.user_box h2 {
	color: #fff;
	font-size: 28px;
	margin: 0px 0px 10px 0px;
	font-weight: 100;
}

.page404 {
	margin-top: 135px;
	margin-bottom: 135px;
	overflow: hidden;
}

.not_found {
	font-size: 46px;
	font-weight: normal;
	text-transform: uppercase;
}

.not_found strong {
	font-size: 250px;
	display: block;
	font-weight: bold;
	line-height: 200px;
}

.ul h2 {
}

.ul ul {
	color: #666666;
	list-style: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.ul ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #aaaaaa;
}

.ul .small {
	margin-bottom: 0px;
}

.ul a {
	color: #666666;
}

h2.first_sidebar_title {
	margin-top: 7px;
	margin-bottom: 0;
}

h2.first_content_title {
	margin-top: 7px;
}

.blog_posts {
	margin-top: 40px;
}

.blog_post {
	width: 690px;
	margin-bottom: 10px;
	margin-top: 40px;
}

.blog_posts .blog_post {
	margin-top: 0px;
}

.blog_thumbnail {
	width: 100%;
	overflow: hidden;
	min-height: 120px;
}

/*.blog_post h3, .blog_post h3 a {
color: #606772;
font-size: 16px;
margin: 0;
text-transform: uppercase;
text-decoration: none;
}*/
.blog_post h3 a:hover {
	color: #3B5998;
}

.blog_post_content {
	overflow: hidden;
	background: #fff;
	margin: -120px 40px 20px 40px;
	position: relative;
}

.blog_post_content .padding-cnt {
	padding: 30px 40px;
}

.blog_post_content h2 {
	font-weight: bold;
	text-transform: none;
	font-size: 20px;
	color: inherit;
}

.blog_post_content h3 {
	text-transform: none;
}

.blog-bottom-time {
	background: #F9F9F9;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	line-height: 50px;
	color: #999;
}

.rounded_white_container {
	color: #666666;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.rounded_white_container.paddingless {
	padding: 0;
}

.blog_content {
	background: #fff;
}

.blog_post a.btn,
.blog_post .btn {
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	height: 30px;
	line-height: 30px;
}

.blog-image-left {
	float: left;
	margin: 0 20px 0 0;
	background: #F9F9F9;
	width: 300px;
	min-height: 207px;
}

.blog-content-right {
	margin: 0 0 0 320px;
}

.blog-content-right h2 {
	margin-top: 0;
}

.the_time {
	color: #d5d5d5;
	font-weight: bold;
}

.alert {
	color: #df3f3f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
}

.job_post {
}

.job_post_content {
	overflow: hidden;
	background: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.job_post_left {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	padding: 10px;
	background: #fff;
	text-align: center;
}

.job_post_left.darkgrey {
	background: #373d45;
}

.job_post_left.white {
	background: #fff;
}

.job_post_left.blue {
	background: #0092dc;
}

.job_post_left.green {
	background: #83C124;
}

.job_post_left.orange {
	background: #ffbe00;
}

.job_post_left.red {
	background: #df3f3f;
}

.job_post_right {
	display: table-cell;
	vertical-align: top;
	padding: 22px;
}

.job_post_right h2,
.job_post_right h2 a {

	/*margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	color: #606772;*/
}

.job_post_right h2 a.blue {
	color: #119ce2;
}

p.siteinfo {
	line-height: 20px;
}

.bold_green_title {
	color: #61b832;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
}

h3.bold_green_title {
	font-size: 18px;
}

h4.bold_green_title {
	font-size: 16px;
}

.uz-table {
	display: table;
	width: 100%;
}

.uz-table-row {
	display: table-row;
}

.uz-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 17px;
	padding: 15px 20px 15px 0;
}

.uz-table-cell.last {
}

.uz-table-cell.fit {
	width: 1%;
	white-space: nowrap;
	padding: 10px 0;
}

.uz-table-cell.fit a.btn {
	display: inline;
	float: none;
	padding: 4px 10px;
}

.uz-table-header {
	display: table-header-group;
	font-weight: 800;
}

.uz-table-row .uz-table-cell {
	border-bottom: 1px dotted #e7e7e7;
}

.uz-table-header .uz-table-cell {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.uz-table-header .uz-table-cell {
	vertical-align: bottom;
}

.uz-table-row .uz-table-cell {
	vertical-align: top;
}

.uz-form.lighter {
	font-weight: 400;
}

.uz-form {
	font-weight: 700;
}

.uz-form label {

	/*margin-top: 20px;*/
	display: block;
}

.uz-form .row div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uz-form .pdd10r {
	padding-right: 10px;
}

.uz-form .pdd10l {
	padding-left: 10px;
}

.uz-form label.half,
.uz-form .half {
	width: 50%;
}

.uz-form label.one-fifth,
.uz-form .one-fifth {
	width: 20%;
}

.uz-form label.four-fiths,
.uz-form .four-fifths {
	width: 80%;
}

.uz-form .row {
	margin-left: 0px;
	margin-right: 0px;
	overflow: visible !important;
	margin-bottom: 20px;
}

.uz-form label p {
	margin: 0px;
}

.uz-form.full-width-inputs input[type=text],
.uz-form.full-width-inputs input[type=number],
.uz-form.full-width-inputs input[type=password],
.uz-form.full-width-inputs input[type=email],
.uz-form.full-width-inputs input[type=text],
.uz-form.full-width-inputs input[type=number],
.uz-form.full-width-inputs input[type=password],
.uz-form.full-width-inputs input[type=email],
.uz-form.full-width-inputs select {
	width: 100%;
}

.uz-form input[type=file] {
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uz-form .half-select {
	width: 48%;
}

.uz-suggest1,
.uz-suggest2,
.uz-suggest3,
.uz-suggesth {
	position: absolute;
	width: 235px;
	right: -285px;
	top: 16px;
	z-index: 99;
	color: #528425;
	background: url('images/info-bg.png') no-repeat 10px 10px #fff;    /*border: 1px solid #CADBBC;*/
	box-shadow: 0 0 20px 0px #CADBBC;
	padding: 10px 10px 10px 40px;
	font-weight: 400;
	display: none;
	min-height: 40px;
}

.uz-focus1 .uz-suggest1,
.uz-focus2 .uz-suggest2,
.uz-focus3 .uz-suggest3,
.uz-listenh:hover .uz-suggesth {
	display: block;
}

.uz-focus1.uz-focus-die .uz-suggest1,
.uz-focus2.uz-focus-die .uz-suggest2,
.uz-focus3.uz-focus-die .uz-suggest3 {
	display: none;
}

.uz-suggest1:before,
.uz-suggest2:before,
.uz-suggest3:before,
.uz-suggesth:before {
	position: absolute;
	left: -10px;
	top: 10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.uz-visible {

	/*display: block;*/
	background: url('images/info-bg-red.png') no-repeat 10px 10px #fff;
	box-shadow: 0 0 20px 0px #DBBCBC;
	color: #842525;
}

.uz-visible-first {
	display: block;
}

.uz-visible-hide {
	display: none;
}

.rejected-border {
	padding: 5px 0 0 25px;
	border-radius: 3px;
	border: 1px solid #df3f3f;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(223, 63, 63, 0.5);
}

p.lighter {
	font-weight: normal;
	margin: 0;
}

.message-sender,
.message-sender a {
	color: #606772;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}

.message-sender a:hover {
	color: #3B5998;
}

.message-subject {
	color: #00aaff;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.my-table {
	display: table;
	width: 100%;
}

.small-cell,
.big-cell {
	display: table-cell;
	vertical-align: top;
}

.small-cell {
	width: 1%;
	white-space: nowrap;
}

.small-radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.btn-inactive a {
	color: #fff;
}

.subcategory-listing {
	background-color: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: auto;
	overflow: hidden;
}

.subcategory-listing ul,
.subcategory-listing li {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.subcategory-listing li {
	background: #fff;
	background-clip: padding-box;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin: 5px 0px;
	text-align: center;
	padding: 0px 30px;
	display: block;
	float: left;
	border: 0px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
}

.subcategory-listing li:hover {
	text-decoration: none;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.subcategory-listing a {
	color: #83C124;
	text-decoration: none;
}

/*----- navigation -----*/
.wp-pagenavi {
	padding: 10px 0;
	margin: auto;
	text-align: left;
	width: 90%;
	float: left;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi span {
	background: #fff !important;
	display: inline-block;
	position: relative;
	padding: 3px 3px 3px 3px;
	color: #666 !important;
	font-weight: 800;
	text-decoration: none;
	border: 0 !important;
	border-bottom: 3px solid #dfdfdf !important;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.wp-pagenavi a.activee:link,
.wp-pagenavi a.activee:visited,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: #61b832 !important;
	display: inline-block;
	padding: 3px 3px 3px 3px !important;
	color: #fff !important;
	text-decoration: none;
	border: 0 !important;
	border-bottom: 3px solid #4c9027 !important;
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.wp-pagenavi span.pages {
	cursor: default;
}

.small-btn {
}

.categories-top-container {
	float: left;
	background: #fff;
	width: 200px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.categories-top {
	position: absolute;
	z-index: 99;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	background-image: url(images/down_ar_green.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.categories-top ul,
.categories-top li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.categories-top li {
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding-left: 10px;
}

.categories-top ul li {
	padding-left: 10px;
}

.categories-top li a {
	display: block;
	width: 100%;
	height: 100%;
}

.categories-top > li > ul {
	width: 200px;
	background: #fff;
	display: none;
	margin-left: -10px;
	margin-top: -3px;
	padding-top: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.categories-top ul > li {
	position: relative;
	width: 200px;
}

.categories-top ul ul {
	display: inline-block;
	position: absolute;
	left: 200px;
	top: 0;
	background: #f4f4f4;
	display: none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.categories-top ul > li:hover ul {
	display: block;
}

.categories-top a {
	text-decoration: none;
	color: #666;
}

.categories-top a:hover {
	color: #83C124;
}

/* Styled Select */
form div {
	position: relative;
}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.styledselect {
	position: relative;
	z-index: 10;
	line-height: 30px;
	width: 100%;
}

.grey select.styledselect {
	line-height: 33px;
	height: 33px;
	color: #777;
	background: #fff;
	border: 1px solid #f1f1f1;
}

/* dynamically created SPAN, placed below the SELECT */
span.styledselect {
	position: absolute;
	bottom: 0;
	float: left;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	background-color: #fff;
   /* background-image: url(images/down_ar_green.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	cursor: default;
	z-index: 1;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

/*arrow-down for span */
span.styledselect:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #83c124;
	position: absolute;
	top: 14px;
	right: 11px;
	left: auto;
	bottom: auto;
}

.grey span.styledselect {
	background-color: #fff;
	font-weight: normal;
	color: #777;
	border: 1px solid #f1f1f1;
}

.rounded span.styledselect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bigger span.styledselect {
	height: 40px;
	line-height: 40px;
}

.borderselect span.styledselect {
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	outline-color: #83C124;
}

.darkergrey span.styledselect {
	color: #333;
}

.grey_select span.styledselect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #666;
	/*background-image: url(images/down_ar_grey.png);*/
	padding: 8px 10px;
	height: 40px;
	line-height: 22px;
	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grey_select span.styledselect:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #707070;
	position: absolute;
	top: 16px;
	right: 11px;
	left: auto;
	bottom: auto;
}

select.styledselectblack {
	position: relative;
	z-index: 10;
	line-height: 28px;    /*width: 62%;*/
}

span.styledselectblack {
	position: absolute;
	bottom: 0;
	float: left;
	left: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	background-color: #191a1d;
	background-image: url(images/down_ar_lightgrey.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: default;
	z-index: 1;
	text-align: left;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-size: 11px;
	text-indent: 15px;
	color: #9f9f9f;
	font-family: "Open Sans", sans-serif;
	outline: none;
	border: 2px solid #9e9e9e;
}

.seller_username_a,
.seller_username_a a {
	color: #83C124;
	font-weight: bold;
	margin-top: -10px;
}

.buyer_username_a,
.buyer_username_a a,
.seller_username_a,
.seller_username_a a {
	color: #83C124;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 5px;
}

a.user-link {
	color: #83C124;
	font-weight: bold;
}

.grey-time {
	color: #d5d5d5;
	font-size: 14px;
}

.redred {
	color: #df3f3f;
}

.greengreen {
	color: #83C124;
}

.orangeorange {
	color: #dc9b00;
}

a.green-username {
	color: #5fb135;
}

.disabled-text {
	color: #bbb;
}

.required {
	color: #df3f3f;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible !important;
}

.p40t {
	margin-top: 40px;
}

/* overwrite */
.job_page div,
.job_page ul {
	overflow: visible;
}

.categories-bar-menu ul.categories-here {
	border-right: 0;
}

.categories-bar-menu {

	/*height: 30px;*/
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f1f1f1;    /*box-shadow: 0 0 5px 2px rgba(0,0,0,0.20);*/
	z-index: 1;
	position: relative;
}

.categories-bar-menu ul.categories-here>li {
	border-left: 0;
	border-right: 0;    /*line-height: 30px;*/

	/*    text-align: left;
	padding-left: 10px;*/
}

.categories-bar-menu ul.categories-here>li:first-child {
	padding-left: 0px;
}

.categories-bar-menu ul.categories-here>li:last-child {
	padding-right: 0px;
}

.categories-bar-menu ul.categories-here li:hover {

	/*background: #F3F3F3;*/
}

.categories-bar-menu ul.categories-here li:hover a {
	color: #83C124;
}

.categories-bar-menu ul.categories-here li a {

	/*line-height: 30px;*/
	text-transform: none;
	color: #333;
}

.categories-bar-menu ul.categories-here li ul {
	background-color: #fff;
	min-width: 180px;
	border-top: 1px solid #F1F1F1;
	margin-left: -10px;
	border: 1px solid #F1F1F1;
}

.categories-bar-menu ul.categories-here>li ul li {
	border-bottom: 1px solid #F1F1F1;
	padding: 0 10px;
}

.categories-bar-menu ul.categories-here>li ul li:last-child {
	border-bottom: 0px;
}

.categories-bar-menu ul.categories-here>li ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 0;
}

.news_box {
	border-top: 5px #f7f7f7 solid;
}

.feed {
	border-top: 1px solid #f1f1f1;
	border-bottom: 0;
	margin-bottom: 0;
	padding-top: 15px;
}

.first_feedbacks_box .feed:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.feed .small_grey {
	font-size: 10px;
}

.job-heading-title {
	margin-top: 0;
	margin-bottom: 13px;
	font-weight: 400;
	font-size: 32px;
	color: #555;
	text-transform: none;
}

.job-heading-title::first-letter {
	text-transform: uppercase;
}

.jb-page-image-holder {
	margin-bottom: 0;
}

.job-description {
	margin-top: 60px;
	float: left;
}

.job-description,
.job-description p {
	font-size: 15px;
	line-height: 22px;
}

.select .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	position: relative;
	z-index: 20;
	border: 1px solid #80B234;
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0;
}

strong.total {
	font-weight: 700;
}

.btn.fancy-inner {
	webkit-box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #60A63A;
	margin: 0;
	font-weight: 800;
}

.btn.fancy-inner.fancy-lighter {
	webkit-box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px -10px 30px 0px rgba(0, 0, 0, 0.04);
}

.fancy-inner strong {

	/* font-weight: 600;*/
}

.select:hover .btn.fancy-inner,
.btn.fancy-inner:hover {
	webkit-box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	opacity: 1;
}

.select:hover .btn.fancy-inner.fancy-lighter,
.btn.fancy-inner.fancy-lighter:hover {
	webkit-box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.fancy-outer {
	-webkit-box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.40);
}

.fancy-outer.fancy-lighter {
	-webkit-box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 18px 20px -17px rgba(0, 0, 0, 0.10);
}

.btn.custom-offer {
	width: 100%;
	height: 40px;
	line-height: 40px !important;
	padding: 0 15px;
	position: relative;
	z-index: 5;
	border: 1px solid #eaeaea;
	background: #fff;
	font-size: 14px !important;    /*font-weight: 800!important;*/
	margin: 0;    /*color: #777;*/
}

.btn.custom-offer.custom-offer-smaller {

	/*width: 210px;*/
	float: right;
	height: 50px;
	line-height: 50px !important;
	padding: 0;
	position: relative;
	z-index: 5;
	font-size: 14px !important;
	font-weight: 700 !important;
}

a.custom-offer,
.custom-offer {
	font-size: 12px;
	line-height: 16px;
}

.padding-cnt.custom-offer-link-cnt {
	padding: 16px 25px;
}

.custom-offer-link-cnt {

	/*padding: 10px;*/
	background: #f1f1f1;    /*border: 1px solid #eaeaea;*/
}

.custom-offer-link-cnt span {
	float: left;
	line-height: 24px;
	height: 24px;
}

.job-page-button {
	height: 50px;
	line-height: 50px;
}

.btn.submit-button {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 18px;    /*font-weight: 600;*/
}

.select ul {
	width: 248px;
	margin: -5px 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 10;
	background: #fff;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}

.select li {
	color: #333;
	border-bottom: 1px solid #f1f1f1;
}

.select li:last-child {
	border-bottom: none;
}

.checkbox {
	border: 1px solid #ccc;
	margin-top: 2px;
}

.order-extras {
	font-size: 14px;
}

.order-extras-inside {
	overflow: hidden;
	margin-bottom: 18px;
}

.extra-price-inside {
	float: right;
	color: #333;
}

.order-extras ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.order-extras ul li {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
}

/*.order-extras ul li:last-child {
border-bottom: 0;
}*/
li.shipping-cost {

	/*margin-left: 21px;*/
}

.shipping {
	padding-left: 31px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom: 1px dashed #E7E7E7;
}

/*.single-job .rest-of-content {
border-left: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
}*/

/*.col3 .post_thumb:nth-child(3) {
margin-right: 0px;
}*/

ul.image-gallery-slider,
.image-gallery-slider li {
	margin: 0;
}

.image-gallery-slider li {
	width: 690px;
	height: 388px;
	text-align: center;
}

.image-gallery-slider li img {
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block;
}

.image-gallery-slider {
	clear: both;
}

.image-gallery-slider-pager-container {
	clear: both;
	padding: 8px;
	overflow: hidden;
	text-align: center;
	height: 54px;
}

.no-slider-pager .image-gallery-slider-pager-container {
	display: none;
}

.no-slider-pager {
	padding-bottom: 20px;
}

.image-gallery-slider-pager-container a {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	float: none;
	margin: 5px;
	cursor: pointer;
}

.image-gallery-slider-pager-container a.active {
	border: 3px solid #83C124;
	padding: 2px;
	border-radius: 3px;
	margin: 0px;
}

.image-gallery-slider-pager-container .bx-wrapper {
	float: left;
}

.image-gallery-slider-pager-container a.video-thumbnail img {
	max-width: 100px;
}

.image-gallery-slider .vertical-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.pager-bg-thumb {
	width: 42px;
	height: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sidebar-job-rating {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px #ddd solid;
	height: 21px;
	line-height: 21px;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #666;
}

.sidebar-seller-stats {
	text-align: center;
	padding: 13px 0 18px;
}

.seller-stats-wrap {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

.seller-stats {

	/*float: left;*/

	/*text-align: left;*/
	font-size: 22px;    /*line-height: 36px;*/
	font-weight: 700;
	color: #666;
}

.seller-stats small {
	font-size: 11px;
	display: block;
	line-height: 14px;
	font-weight: 500;
}

.seller-stats-small {
	float: left;
	line-height: 36px;
	font-weight: 400;
	margin: 0 10px;
	color: #666;
}

.seller-stats:first-child {
	text-align: right;
}

.sidebar-job-delivery,
.sidebar-job-queue {
	border-bottom: 1px #ddd solid;
	padding: 13px 0 18px;
	position: relative;
}

.sidebar-job-delivery .job-delivery-wrap:before,
.sidebar-job-queue .job-queue-wrap:before {
	content: "";
	background: url("images/icons-sprite.png?v=1.5") no-repeat -7px -7px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	top: 15px;
	left: 15px;
}

.sidebar-job-queue .job-queue-wrap:before {
	background: url("images/icons-sprite.png?v=1.5") no-repeat -7px -57px;
}

.sidebar-job-delivery .seller-stats {
	width: 45%;
}

.sidebar-job-delivery .seller-stats:first-child,
.sidebar-job-queue .seller-stats:first-child {
	width: 50%;
	padding-right: 5%;
}

.sidebar-job-delivery small,
.sidebar-job-queue small {
	padding-top: 4px;
}

.sidebar-user-profile {
	margin-top: 20px;
	text-align: center;
}

.sidebar-user-profile .round-avatar {
}

.sidebar-user-profile.left {
	float: left;
}

.sidebar-user-description {
	padding-left: 11px;
}

.user-info {
	text-align: center;
	color: #666;
}

.user-info a {
	color: #666;
}

.user-info h3 {
	margin-top: 10px;
	margin-bottom: 0;
}

.user-info-subtitle {
	color: #777;
}

.user-info-text {
	font-size: 13px;
}

.user-img-container .avatar_input {
	margin: 0 auto;
}

.user-img {
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.user-link {
	color: #54ad23;
	font-weight: 600;
	font-size: 16px;
}

.sidebar-job-tags a {
	color: #fff;
	background: #ddd;
	position: relative;
	display: inline-block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 7px 7px 0;
}

.sidebar-job-tags a:hover {
	text-decoration: none;
	background: #bbb;
	color: #fff;
}

.sidebar-job-tags h4 {
	color: #666666;
	font-size: 14px;
	margin: 8px 0;
}

.user-badge {
	margin: 0 auto;
	position: relative;
	height: 160px;
	width: 160px;
}

.user-level0 {
	display: none;
}

.user-level1 {
	background: url('images/Level1.png');
}

.user-level2 {
	background: url('images/Level2.png');
}

.user-level3 {
	background: url('images/Level3.png');
}

.seller-stats.center {
	width: 100%;
	text-align: center;
}

.job-social {
	float: right;
	margin-top: -1em;
	position: absolute;
	top: 0;
	right: 0;
}

.job-categories {
	float: left;
	font-size: 14px;
	line-height: 22px;
}

.job-location {
	float: right;
	font-size: 14px;
	line-height: 22px;
}

.job-feedback-picture {
	margin-bottom: -60px;
}

.job-feedback-content {
	padding-left: 65px;
	width: 100%;
	box-sizing: border-box;
}

.feedback-answer .job-feedback-content {
	padding-left: 55px;
}

.feedback-answer {
	margin-left: 60px;
	border-top: none;
}

/* important rules */
.left {
	float: left;
}

.right,
a.right {
	float: right;
}

form .uz-form span.lighter,
form .uz-form p.lighter span {
	color: #999;
	font-weight: 400;
}

.relative {
	position: relative;
}

.main-margin {
	margin-bottom: 10px;
	margin-top: 0px;
}

.smaller-margin {
	margin-bottom: 3px;
	margin-top: 0px;
}

.main-separator {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}

.main-grey-bg {
	background-color: #f9f9f9;
}

.nomargin {
	margin: 0;
}

/* antiscroll */
.antiscroll-wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.antiscroll-scrollbar {
	background: gray;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 1px #fff;
	-moz-box-shadow: 0 0 1px #fff;
	box-shadow: 0 0 1px #fff;
	position: absolute;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: linear 300ms opacity;
	-moz-transition: linear 300ms opacity;
	-o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
	height: 7px;
	margin-left: 2px;
	bottom: 2px;
	left: 0;
}

.antiscroll-scrollbar-vertical {
	width: 7px;
	margin-top: 2px;
	right: 2px;
	top: 0;
}

.antiscroll-inner {
	overflow: scroll;
}

.antiscroll-inner::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.antiscroll-inner::scrollbar {
	width: 0;
	height: 0;
}

.feedbacks_box {
	display: none;
}

.video-container {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	max-height: 388px;
	height: 100%;
	overflow: hidden;
}

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

.bx-wrapper ul,
.bx-wrapper li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bx-controls-direction a {
	height: 34px !important;
	margin-top: -18px !important;
	outline: 0 none !important;
	position: absolute !important;
	text-indent: -9999px !important;
	top: 50% !important;
	width: 34px !important;
	z-index: 30 !important;
	-moz-border-radius: 17px !important;
	-webkit-border-radius: 17px !important;
	border-radius: 17px !important;
	overflow: hidden !important;
}

.bx-wrapper .bx-next {
	background: url("images/controls.png") no-repeat -61px -9px rgba(0, 0, 0, 0) !important;
}

.bx-wrapper .bx-next:hover {
	background: url("images/controls.png") no-repeat -61px -9px rgba(0, 0, 0, 0) !important;
}

.bx-wrapper .bx-prev {
	background: url("images/controls.png") no-repeat -11px -9px rgba(0, 0, 0, 0) !important;
}

.bx-wrapper .bx-prev:hover {
	background: url("images/controls.png") no-repeat -11px -9px rgba(0, 0, 0, 0) !important;
}

.image-gallery-slider-pager-container .bx-wrapper .bx-next {
	background: url("images/controls.png") no-repeat -61px -9px rgba(0, 0, 0, 0) !important;
}

.image-gallery-slider-pager-container .bx-wrapper .bx-next:hover {
	background: url("images/controls.png") no-repeat -61px -9px rgba(0, 0, 0, 0) !important;
}

.image-gallery-slider-pager-container .bx-wrapper .bx-prev {
	background: url("images/controls.png") no-repeat -11px -9px rgba(0, 0, 0, 0) !important;
}

.image-gallery-slider-pager-container .bx-wrapper .bx-prev:hover {
	background: url("images/controls.png") no-repeat -11px -9px rgba(0, 0, 0, 0) !important;
}

/* Conversation Page */
ul.cp-extras,
ul.cp-extras li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.cp-extras {
	border-top: 1px solid #f1f1f1;/*    margin-bottom: 10px;*/
	padding-left: 0;
}

ul.cp-extras li {
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
	clear: both;
	min-height: 19px;
}

.cp-total {
	text-align: right;    /*font-weight: 700;*/
	padding: 5px 0;
	margin-bottom: 20px;
}

.cp-total strong {
	font-weight: 400;
}

.cp-extras .cp-price-extra {
	float: right;
	width: 130px;
	text-align: right;    /*font-weight: 600;*/

	/*color: #83C124;*/
}

.cp-extras .cp-title-extra {
	padding-right: 150px;    /*font-weight: 600;*/
}

.cp-price {
	height: 30px;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.cp-price-small {
	font-size: 13px;
	line-height: 13px;
}

.cp-title {
	padding-right: 120px;
	padding-left: 80px;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

.cp-title.cp-offer-class {
	padding-left: 0;
}

.cp-thumb {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}

.cp-row {
	position: relative;
	margin-bottom: 17px;
}

.cp-instructions h3 {
	margin: 20px 0 10px;
}

.cp-instructions {
	word-break: break-word;
}

.request-cancellation-link {
	text-align: right;
	margin-top: -5px;
	padding-right: 10px;    /*background: #d5d5d5;*/
}

textarea.red {
	border: 1px solid #ccc;
}

textarea.red:active,
textarea.red:focus {
	border: 1px solid #df3f3f;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(223, 63, 63, 0.5);
}

textarea.orange {
	border: 1px solid #dc9b00;
}

textarea.orange:active,
textarea.orange:focus {
	border: 1px solid #dc9b00;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(220, 155, 0, 0.5);
}

textarea.green {
	border: 1px solid #61b832;
}

textarea.resizevertical {
	resize: vertical;
}

.cb-message-input textarea {
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.cb-message-input textarea.green {
	border: 1px solid #ccc;
}

textarea.green:active,
textarea.green:focus {
	border: 1px solid #61b832;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(97, 184, 50, 0.5);
}

.cb-message-input {

	/*background: #e7e7e7;*/

	/*padding: 20px;*/
	margin: 20px 0 40px;    /*border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;*/
}

.cb-message-input.marginless {
	margin: 0;
}

.cb-message-input.noradiustop {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

.job_post_right .the_time {
	margin-bottom: -10px;
	margin-top: 10px;
	float: right;
	font-weight: normal;
}

a.cp-red {
	color: #df3f3f;
}

a.cp-grey {
	color: #ccc;
}

.cp-center-button {
	width: 100%;
	text-align: center;
}

.cp-center-button a,
.cp-center-button span {
	width: auto;
	float: none;
	display: inline-block;
}

.categories-bar-menu {
	margin-bottom: 0;
}

/* rating */
.rating {
	width: 120px;
	height: 34px;
	margin: 0 auto;
}

.rating label {
	text-indent: -100px;
	width: 24px !important;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}

.label {
	float: left;
	padding-top: 3px;
}

input[type="radio"] {
	padding-right: 4px;
	position: absolute;
	left: 340px;
	margin-top: 10px;
	outline: none;
}

.rating input[type="radio"] {
	display: none;
}

input[type="radio"],
.rating label.stars {
	float: right;
	line-height: 30px;
	height: 30px;
}

span + input[type=radio] + label,
legend + input[type=radio] + label {
	clear: right;
	margin-right: 80px;
	counter-reset: checkbox;
}

.rating label.stars {
	background: transparent url('images/star_big_empty.png') no-repeat center center;
}

.rating label.stars:hover ~ label.stars,
.rating label.stars:hover,
.rating input[type=radio][name=stars]:checked ~ label.stars {
	background-image: url('images/star_big_full.png');
	counter-increment: checkbox;
}

.cb-message-input.green {
	background: #83C124;
	color: #fff;
}

.cb-message-input.green p {
	color: #fff;
}

.btn.white {
	background: #fff;
	color: #888;
}

.btn.white:hover {
	color: #000;
}

.cb-rating-input .cb-message-input {
	padding: 10px 25px;
}

/* Shopping and Sales Lists */
.order-list-header {
	margin-bottom: 10px;
}

.order-list-header-wrapper {
	background: #5f6771;
	color: #fff;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.ol-cell {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.ol-cell.ol-details {
	width: 250px;
}

.ol-cell.ol-details.ol-large {
	width: 340px;
}

.ol-cell.ol-datemade,
.ol-cell.ol-dateexpected,
.ol-cell.ol-price {
	width: 70px;
}

.ol-price {
	text-align: right;
}

.ol-cell.ol-status {
	width: 130px;
	margin-right: 0;
}

.order-entry {
	margin-bottom: 10px;
}

.order-entry a.btn,
.order-entry .btn {
	color: #fff;
}

.order-entry a.btn.smallest,
.order-entry .btn.smallest {
	font-size: 11px;
	line-height: 18px;
	height: 20px;
	text-transform: uppercase;
	padding: 1px 10px;
	margin: 5px 8px 5px 0;
}

.order-entry-wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.oe-left {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.oe-right {
	float: left;
	width: 610px;
	padding: 15px 0;
}

.oe-right.oe-two-rows {
	padding: 2px 0;
}

.oe-two-rows .oe-cell {
	margin-top: 13px;
}

.oe-two-rows .oe-cell.oe-title {
	margin-top: 0;
}

.oe-title {
	width: 190px;
}

.oe-title.oe-large {
	width: 280px;
}

.featured-category-box .image {
	width: 100%;
	overflow: hidden;
}

.featured-category-box .image img {
	width: 100%;
}

.featured-category-box h5 {
	width: 100%;
	text-align: center;
	margin: 0px;
}

.featured-category-box h5 a {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	color: #555;
	padding: 10px 0;
}

.s-row {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}

.s-row,
.s-row * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.s-row .col25 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 25%;
}

.featured-category-box {
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #f1f1f1;
	background-color: #fff;
}

.oe-datemade,
.oe-dateexpected,
.oe-price {
	width: 70px;
}

.oe-price {
	text-align: right;
}

.oe-title h2 {
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.oe-title a {
	color: #606772;
}

.oe-title.oe-extend a {

	/*    white-space: nowrap;
	background: #fff;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 1;*/
}

.oe-extend {
	position: relative;
}

.no-touch .oe-extend:hover .oe-extend-content {
	display: block;
}

.oe-extend-content {
	display: none;
	position: absolute;
	left: 0px;
	top: 0;
	white-space: nowrap;
	background: #fff;
	padding: 0 20px 0 0;
	z-index: 1;
}

.oe-cell {
	float: left;
	margin-right: 20px;
}

.oe-cell.oe-status {
	width: 130px;
	margin-right: 0;
}

.oe-status-btn {
	background: #f1f1f1;
	color: #666;
	display: block;
	width: 100%;
	height: 20px;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	text-transform: uppercase;
	padding: 0px 16px 0px 0px;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.oe-status-btn.w100px {
	width: 100px;
}

.oe-status-btn:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #e2e2e2;
}

.oe-status-btn.oe-red:after {
	border: 4px solid #df3f3f;
}

.oe-status-btn.oe-red.oe-full:after {
	background: #df3f3f;
}

.oe-status-btn.oe-orange:after {
	border: 4px solid #dc9b00;
}

.oe-status-btn.oe-orange.oe-full:after {
	background: #dc9b00;
}

.oe-status-btn.oe-green:after {
	border: 4px solid #83C124;
}

.oe-status-btn.oe-green.oe-full:after {
	background: #83C124;
}

.oe-status-btn.oe-yellow:after {
	border: 4px solid #FFF200;
}

.oe-status-btn.oe-yellow.oe-full:after {
	background: #FFF200;
}

.oe-status-btn.oe-green-txt {
	color: #83C124;
}

.oe-status-btn.oe-red-txt {
	color: #df3f3f;
}

.oe-green-txt.oe-status-btn:after {
	background: #e2e2e2 url('images/icons-sprite.png?v=1.5') -65px -215px no-repeat;
}

.oe-red-txt.oe-status-btn:after {
	background: #e2e2e2 url('images/icons-sprite.png?v=1.5') -65px -265px no-repeat;
}

.oe-align-right {
	text-align: right;
}

.oe-align-left {
	text-align: left;
}

.oe-align-left .do_input {
	height: auto !important;
}

.oe-legend-display {
	text-align: left;
}

.oe-legend-display > div {
	margin-bottom: 10px;
}

.oe-legend-display .oe-status-btn {
	float: left;
	width: 105px;
	margin-right: 10px;
}

.oe-status-content {
	padding-left: 115px;
}

.pending-message {
	font-style: italic;
	color: #ccc;
	font-size: 13px;
	margin-top: 5px;
}

/* new header */
.nh-right {
	float: right;
}

.nh-block {
	padding: 14px 5px;
	height: 34px;
	float: left;
	position: relative;
	font-size: 14px;
}

.nh-block.nh-bigger {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 42px;
}

.nh-block:last-child {
	padding-right: 0;
}

.nh-select-container {
	position: relative;
	float: left;
}

.nh-search-container {
	position: relative;
}

.new-search-input {
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
}

.new-search-icon {
	position: absolute;
	top: 8px;
	right: 8px;
}

.nh-icons {
	margin-top: 4px;
}

.nh-icon {
	float: left;
	width: 30px;
	height: 25px;
	position: relative;
	fill: #9e9e9e;
}

.nh-messages {
	background: url('images/icons-sprite.png') no-repeat -360px -13px;
}

.nh-notifications {
	background: url('images/icons-sprite.png') no-repeat -360px -62px;
}

.nh-icon .ei-cnt {
	margin-left: 1px;
}

.nh-tooltip {
	position: absolute;
	top: 40px;
	left: -17px;
	min-width: 40px;
	padding: 5px 10px;
	background: #666;
	color: #fff;
	z-index: 30;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.20);
	display: none;
	text-align: center;
	white-space: nowrap;
}

.no-touch .nh-icon:hover .nh-tooltip {
	display: block;
}

.nh-tooltip:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #666;
}

.nh-user-left {
	float: left;
	width: 42px;
	height: 42px;
}

.nh-user-img {
	border-radius: 50%;
}

.nh-user-right {
	float: left;
	text-align: left;
	color: #777;
	line-height: 13px;
	margin-left: 15px;    /*margin-top: 5px;*/
}

.nh-user-name {
	position: relative;
	margin-right: 15px;
	margin-bottom: 2px;
	height: 20px;
	line-height: 20px;
}

.nh-user-name:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 7px;
	width: 8px;
	height: 8px;
	background: url('images/down_ar_lightgrey.png');
}

.nh-user-balance {
	font-size: 12px;
	color: #fff;
	background: #83c124;
	padding: 2px 5px;
	float: left;
}

.nh-icon .nh-link {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.nh-submenu {
	position: absolute;
	top: 58px;
	right: 0px;
	min-width: 170px;
	background: #fff;
	z-index: 30;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
	display: none;
	text-align: left;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.nh-notifications .nh-submenu {
	top: 41px;
	right: -148px;
	width: 332px;
}

.nh-submenu:after {
	content: "";
	position: absolute;
	top: -8px;
	right: 21px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.nh-notifications .nh-submenu:after {
	right: 157px;
}

.nh-submenu:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #e1e1e1;
}

.nh-notifications .nh-submenu:before {
	right: 156px;
}

.nh-submenu ul {
	list-style-type: none;
	padding: 10px 15px;
	margin: 0;
}

.nh-submenu li {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dashed #eee;
}

.nh-submenu li:first-child {
	padding-top: 0px;
}

.nh-submenu li:last-child {
	padding-bottom: 0px;
	border-bottom: 0;
}

.nh-submenu a {
	color: #333;
	text-decoration: none;
}

.nh-submenu a:hover {
	color: #83C124;
}

.nh-has-submenu:hover .nh-submenu {
	display: block;
}

.nh-logged-out ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nh-submenu.nh-slide {
	display: block;
	opacity: 0;
	max-height: 1px;
}

.nh-has-submenu:hover .nh-submenu.nh-slide {
	height: auto;
	max-height: 300px;
	display: block;
	opacity: 1;
}

.nh-submenu.nh-slide ul {
	max-height: 1px;
	transition: max-height 0.2s ease-out;
	overflow: hidden;
	display: block;
	opacity: 0.5;
	padding-top: 0;
	padding-bottom: 0;
}

.nh-has-submenu:hover .nh-submenu.nh-slide ul {
	height: auto;
	max-height: 300px;
	transition: max-height 0.2s ease-in;
	display: block;
	opacity: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nh-submenu.nh-accordions {
}

.nh-submenu.nh-accordions ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nh-submenu.nh-accordions li {
	padding: 0;
	border-bottom: 0;
}

.nh-submenu.nh-accordions li a {
	padding: 6px 11px;
	display: block;
}

.nh-accordion {
	display: none;
}

.nh-accordion-handler {
	position: relative;
}

.nh-accordion-handler:after {
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	right: 10px;
	top: 14px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #999;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}

.nh-accordion-handler.nh-accordion-selected:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nh-accordion {
	background: #f1f1f1;
}

li.nh-border {
	border-bottom: 1px solid #f1f1f1 !important;
	margin: 0 11px;
	height: 0;
	margin-top: -1px;
}

.nh-logged-out li {
	display: inline-block;
}

.nh-login-btn a {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #83C124;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;    /*width: 94px;*/
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
}

.nh-register-btn a {

	/*width: 98px;*/
	height: 32px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #2d5767;
	line-height: 32px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	text-align: center;
	padding: 0 20px;
}

.nh-login-btn a:hover,
.nh-register-btn a:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: #fff;
}

.nh-notification-icon {
	background: url('images/sent.png') no-repeat;
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.unread-label {
	width: 14px;
	height: 14px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #83C124;
	border: 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.nh-notifications .unread-label {
	right: 0px;
}

.unread-color {
	fill: #83c124;
}

.nh-notification-icon.sent {
	background: url('images/transaction-icons-sprite.png?v=1.1') 0px -50px no-repeat;
}

.nh-notification-icon.delivered {
	background: url('images/transaction-icons-sprite.png?v=1.1') -100px -50px no-repeat;
}

.nh-notification-icon.accepted {
	background: url('images/transaction-icons-sprite.png?v=1.1') -50px -50px no-repeat;
}

.nh-notification-icon.declined {
	background: url('images/transaction-icons-sprite.png?v=1.1') -150px -50px no-repeat;
}

.nh-notification-icon.declined2 {
	background: url('images/transaction-icons-sprite.png?v=1.1') -200px -50px no-repeat;
}

.nh-notification-icon.modification {
	background: url('images/transaction-icons-sprite.png?v=1.1') -250px -50px no-repeat;
}

.nh-notification-icon.admin-action {
	background: url('images/transaction-icons-sprite.png?v=1.1') -300px -50px no-repeat;
}

.nh-notification-icon.star {
	background: url('images/transaction-icons-sprite.png?v=1.1') -350px -50px no-repeat;
}

/* green */
.nh-notification-icon.sent.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') 0px -100px no-repeat;
}

.nh-notification-icon.delivered.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -100px -100px no-repeat;
}

.nh-notification-icon.accepted.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -50px -100px no-repeat;
}

.nh-notification-icon.declined.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -150px -100px no-repeat;
}

.nh-notification-icon.declined2.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -200px -100px no-repeat;
}

.nh-notification-icon.modification.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -250px -100px no-repeat;
}

.nh-notification-icon.admin-action.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -300px -100px no-repeat;
}

.nh-notification-icon.star.green {
	background: url('images/transaction-icons-sprite.png?v=1.1') -350px -100px no-repeat;
}

/* orange */
.nh-notification-icon.sent.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') 0px -150px no-repeat;
}

.nh-notification-icon.delivered.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -100px -150px no-repeat;
}

.nh-notification-icon.accepted.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -50px -150px no-repeat;
}

.nh-notification-icon.declined.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -150px -150px no-repeat;
}

.nh-notification-icon.declined2.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -200px -150px no-repeat;
}

.nh-notification-icon.modification.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -250px -150px no-repeat;
}

.nh-notification-icon.admin-action.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -300px -150px no-repeat;
}

.nh-notification-icon.star.orange {
	background: url('images/transaction-icons-sprite.png?v=1.1') -350px -150px no-repeat;
}

/* red */
.nh-notification-icon.sent.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') 0px -200px no-repeat;
}

.nh-notification-icon.delivered.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -100px -200px no-repeat;
}

.nh-notification-icon.accepted.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -50px -200px no-repeat;
}

.nh-notification-icon.declined.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -150px -200px no-repeat;
}

.nh-notification-icon.declined2.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -200px -200px no-repeat;
}

.nh-notification-icon.modification.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -250px -200px no-repeat;
}

.nh-notification-icon.admin-action.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -300px -200px no-repeat;
}

.nh-notification-icon.star.red {
	background: url('images/transaction-icons-sprite.png?v=1.1') -350px -200px no-repeat;
}

.nh-notification-right {
	padding: 5px 0;
	float: left;
	width: 265px;
	margin-left: 5px;
}

.nh-notification-date {
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}

.nh-notifications-dropdown {
	color: #999;
	padding: 3px;
	background: #fff;
	min-height: 50px;
	box-sizing: content-box;
}

.nh-notifications-dropdown.loading {
	background: #fff url('images/notifications-loading.gif') no-repeat center center;
}

.nh-notifications-dropdown p {
	text-align: center;
}

.nh-notifications-dropdown ul {
	padding: 0;
}

.nh-notifications-dropdown .antiscroll-inner {
	width: 330px;
	max-height: 264px;
	border: 1px solid #eeeeee;
}

.nh-notifications-dropdown li {
	border-bottom: 1px #e5e5e5 solid;
	background: #f4f4f4;
}

.nh-notifications-dropdown li:hover {
	background: #ebfff4;
}

.nh-notifications-dropdown a {
	display: block;
	overflow: hidden;
	color: #666;
}

.nh-notifications-dropdown a:hover,
.nh-submenu.nh-notifications-dropdown a:hover {
	color: #404040;
}

.wpj-view-all-cnt {
	text-align: center;
	line-height: 28px;
}

.nh-notifications-dropdown .wpj-view-all-cnt a:hover, .nh-submenu.nh-notifications-dropdown .wpj-view-all-cnt a:hover {
	color: #83c124;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px !important;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: auto !important;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.3) !important;
	filter: "alpha(opacity=30)" !important;
	-ms-filter: "alpha(opacity=30)" !important;
}

.mCS-minimal-dark.mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.5) !important;
	filter: "alpha(opacity=50)" !important;
	-ms-filter: "alpha(opacity=50)" !important;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	margin: 4px 0 !important;
}

.wpj-all-notifications-style {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.wpj-all-notifications-style li a {
	display: block;
	padding: 5px;
	border-left: 7px solid #FFFFFF;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.wpj-all-notifications-style li a:hover {
	color: #000000;
}

.wpj-all-notifications-style .wpj-notification-unread a {
	border-left: 7px solid #62B932;
}

.wpj-all-notifications-style li {
	border: 1px solid #f1f1f1;
	background: #ffffff;
}

.wpj-all-notifications-style li+li {
	border-top: 0px;
}

.wpj-all-notifications-style .wpj-notification-unread {
	background: #f4f4f4;
	border-color: #eeeeee;
}

.wpj-all-notifications-style li:hover,
.wpj-all-notifications-style .wpj-notification-unread:hover {
	background: #ebfff4;
	border-color: #eee;
}

.wpj-all-notifications-style .wpj-notification-right {
	padding: 10px 10px 10px 60px;
}

.wpj-all-notifications-style .wpj-notification-icon {
	margin: 3px 0 0 0;
}

.wpj-all-notifications-style li a {
	border-left: 7px solid #FFFFFF;
}

.wpj-all-notifications-style li.wpj-notification-read:hover a {
	border-left: 7px solid #ebfff4;
}

.wpj-notification-date {
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}

.nh-message-container {
	padding: 15px 0;
	color: #333;
	margin-top: 20px;
}

.nh-message-left {
	float: left;
	margin-right: 20px;
}

.nh-message-left .avatar_input img,
.nh-message-left .avatar_input,
.nh-message-left .avatar_input:after {
	border-radius: 50%;
}

.nh-message-right {
	float: left;
	font-size: 18px;
	line-height: 25px;
}

.nh-message-left.right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

.nh-message-right a {
	color: #333;
}

.nh-message-right strong {
	font-size: 21px;
	font-weight: 900;
}

/* mqtranslate flags */
.language-switcher-block {
	position: relative;
	float: left;
	display: block;
}

.language-switcher-block a {
	color: #2d5767;
}

.selected-language {
	border: 1px solid #ECECEC;
	padding: 1px 10px;
	height: 30px;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	width: 85px;
}

.selected-language a:after {
	content: "";
	width: 15px;
	height: 15px;
	background: url('images/arrowdown.png') no-repeat center;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

ul.qtrans_language_chooser,
ul.qtranxs_language_chooser {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;
	display: none;
	top: 33px;
	left: 0;
}

ul.qtrans_language_chooser li,
ul.qtranxs_language_chooser li {
	border-bottom: 1px solid #f1f1f1;
	padding: 1px 10px;
}

ul.qtrans_language_chooser li:last-child,
ul.qtranxs_language_chooser li:last-child {
	border-bottom: 0;
}

ul.qtrans_language_chooser a,
ul.qtranxs_language_chooser a,
.selected-language a {
	margin: 0;
	padding: 5px;
	padding-left: 30px;
	background-position: left;
}

ul.qtrans_language_chooser .active,
ul.qtranxs_language_chooser .active {
	display: none;
}

.qtrans_flag_and_text,
.qtranxs_flag_and_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60px;
	display: block;
}

.selected-language .qtrans_flag_and_text,
.selected-language .qtranxs_flag_and_text {
	width: 50px;
}

/* currency selector */
.currency-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;    /*display: none;*/
	top: 33px;
	left: 0;
	display: none;
	cursor: pointer;
	color: #2d5767;
}

ul.currency-list li {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 10px;
	width: 50px;
}

ul.currency-list li.selected {
	display: none;
}

ul.currency-list li:last-child {
	border-bottom: 0;
}

.selected-currency {
	border: 1px solid #f1f1f1;
	padding: 6px 10px;
	height: 20px;
	width: 50px;
	position: relative;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: #2d5767;
}

.selected-currency:after {
	content: "";
	width: 15px;
	height: 15px;
	background: url('images/arrowdown.png') no-repeat center;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
}

/* new homepage */
.new-homepage {

	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
	background-color: #fff;
	border: 1px #f1f1f1 solid;
	padding: 38px;
	margin-left: -38px;
	margin-right: -38px;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

.large-cnt {
	margin-left: -38px;
	margin-right: -38px;
	padding: 38px;
}

.new-homepage,
.large-cnt {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.minus18top {
	margin-top: -18px;
}

.new-homepage .post_results {
}

/*
.new-homepage .post_thumb {
margin-right: 29px;
height: 268px;
z-index: 0;
}

.new-homepage .post_thumb:nth-child(4n) {
margin-right: 0;
}

.new-homepage .post_thumb:nth-child(4n+1) {
clear: both;
}

.new-homepage .post_thumb .thumbnail_image {
padding: 5px 5px 0 5px;
margin-left: -5px;
margin-right: -5px;
background: #fff;
border: 1px #e5e5e5 solid;
border-bottom: 0;
border-radius: 3px 3px 0 0;
}

.new-homepage .post_thumb .rest-of-content {
padding: 0 5px 0 5px;
margin-left: -5px;
margin-right: -5px;
border: 1px #e5e5e5 solid;
border-top: 0;
width: 100%;
}

.new-homepage .post_thumb .gridview_title {
height: 48px;
min-height: 48px;
max-height: 68px;
}

.new-homepage .post_thumb:hover .gridview_title {
height: auto;
}

.new-homepage .post_thumb .gridview_title .padd10_m {
padding: 8px 8px 0px 8px;
}

.new-homepage .post_thumb .gridview_title a {
text-transform: none;
}


.new-homepage .post_thumb .gridview_title a::first-letter {
text-transform: uppercase;
}

.new-homepage .post_thumb .thumbnail_image img.my_image {
border-bottom: 0;
border-radius: 3px;
}

.new-homepage .post_thumb .bottom-border-simulator {
margin-top: -7px;
}*/
.new-homepage .load-more-button {
}

.rev-slider-container {
	margin-bottom: 20px;
	z-index: 20;
	position: relative;
}

.rev-slider-container, .rev-slider-container .rev_slider {
	/*min-height: 216px;*/
}

.home-steps-cnt {
	position: relative;
	z-index: 40;
	margin-bottom: 20px;
}

/* cool buttons */
.uz-button,
a.uz-button {
	color: #fff !important;
	text-decoration: none;
	background-clip: padding-box;
	border-radius: 3px;
	padding: 8px 13px !important;
	border: 2px solid #fff;
	margin: 0 2px !important;
	font-weight: bold;
	display: inline-block;
}

.uz-button.full,
a.uz-button.full {
	background: #fff;
	color: #83C124 !important;
}

.uz-button.green,
a.uz-button.green {
	border: 2px solid #83C124;
	color: #83C124 !important;
}

.uz-button.green.full,
a.uz-button.green.full {
	background: #83C124;
	color: #fff !important;
}

.uz-button.blue,
a.uz-button.blue {
	border: 2px solid #119ce2;
	color: #119ce2 !important;
}

.uz-button.blue.full,
a.uz-button.blue.full {
	background: #119ce2;
	color: #fff !important;
}

.uz-button.red,
a.uz-button.red {
	border: 2px solid #df3f3f;
	color: #df3f3f !important;
}

.uz-button.red.full,
a.uz-button.red.full {
	background: #df3f3f;
	color: #fff !important;
}

.uz-button.white-border {
	border: 2px solid #fff !important;
}

.uz-button.big {
	padding: 13px 21px !important;
	font-size: 15px;
}

.uz-button:hover,
a.uz-button:hover {
	background: rgba(255, 255, 255, 0.25);
}

.uz-button.full:hover,
a.uz-button.full:hover {
	background: #eee;
}

.uz-button.green.full:hover,
a.uz-button.green.full:hover {
	background: #62D324;
}

.uz-button.blue.full:hover,
a.uz-button.blue.full:hover {
	background: #32B0EF;
}

.uz-button.red.full:hover,
a.uz-button.red.full:hover {
	background: #FF4747;
}

.job-listings-header {
	margin-bottom: 30px;
}

.job-listings-header p {
	margin: 0;
}

/* user page */
.new-homepage.no-style {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	border: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: visible;
}

.ub-container {
	position: relative;
	z-index: 11;
}

.ub-picture {
	float: left;
	margin: 0 10px 20px 0;
	margin: 7px;
}

.ub-picture img {
	border: 7px solid rgba(255, 255, 255, 0.15);
	margin: -7px;
}

.ub-center {
	padding: 0 200px 0 215px;
}

.ub-right {
	float: right;
}

.ub-right .user-badge {
	margin: 10px 0 10px 20px;
}

.ub-container h1 {
	margin-bottom: 0px;
	font-size: 30px;
}

.ub-rating {
	margin: 5px 0 15px;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	line-height: 24px;
	color: #999;
}

.ub-links {
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
	margin-top: 33px;
	margin-left: 20px;
	text-transform: uppercase;
}

.ub-badges-cnt {
	display: inline-block;
	height: 22px;
	margin: 0;
	vertical-align: middle;
}

.ub-badges-cnt .ub-badge {
	width: 20px;
	height: 20px;
	border-radius: 14px;
	display: block;
	background-color: #0082c3;
	margin-bottom: -4px;
	float: left;
	margin: 0 5px;
	background-image: url(images/icons-sprite.png);
	background-position: -114px -116px;
	background-repeat: no-repeat;
}

.ub-badges-cnt .ub-badge.tooltip span {
	left: -8px;
}

.ub-badges-cnt .ub-badge.ub-verified {
	background-position: -114px -116px;
}

.ub-badges-cnt .ub-badge.ub-verified-email {
	background-position: -115px -165px;
}

.ub-description {
	margin-bottom: 20px;
	font-size: 15px;
}

.ub-description small {
	font-size: 13px;
}

.ub-white-full {
	background: #fff;
	margin-top: -30px;
	padding: 70px 0 0 0;
}

.request-form-holder {
}

.request-form-container {
}

.request-form-container .styledselect {
	border: 1px solid #DDD;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	top: 0;
}

.request-form-container h3 {
	font-size: 23px;
	font-weight: 700;
	margin: 0;
}

.request-form-description {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 16px;
}

.request-form-container textarea {
	border: 1px solid #ccc;
}

.request-form-container textarea:focus {
	border: 1px solid #83C124;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(97, 184, 50, 0.5);
}

.request-form-container .req-left {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.request-form-container .req-right {
	float: right;
	width: 200px;
}

.request-form-container select.styledselect {
	height: 36px;
}

.request-form-container ul {
	list-style-type: none;
	padding-left: 0;
	border-top: 1px solid #F1F1F1;
}

.request-form-container ul li {
	background: none;
	border: 0;
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-size: 15px;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	color: #777;
}

.request-form-container .author-link {
	font-size: 18px
}

.req-avatar {
	float: left;
	margin-right: 15px;
}

.req-content {
	padding-left: 65px;
	padding-right: 240px;
	position: relative;
	word-break: break-word;
}

.req-right {
	float: right;
	position: relative;
	z-index: 2;
}

.req-right .btn {
	float: right;
	width: 100%;
}

.request-job-wrapper .author-link {
	font-size: 18px;
}

.request-job-content {
	background: #fff;
}

.request-job-left {
	float: left;
	width: 50px;
	padding: 20px;
	background: #fff;
}

.request-job-center {
	padding: 20px 265px 20px 90px;
}

.request-job-right {
	float: right;
	width: 200px;
	padding: 30px;
}

.request-job-right .btn {
	float: right;
	width: 100%;
}

.request-job-center h2,
.request-job-center h2 a {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	color: #606772;
}

.request-job-center h2 a.blue {
	color: #119ce2;
}

.request-cat {
	color: #999;
}

.request-cat a {
	color: #83C124;
}

.author-link,
a.author-link {
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

.user-profile h3 {
	font-size: 32px;
	margin-top: 0px;
	font-weight: 400;
	color: #666;
}

.request-error-container {
	color: #ff4545;
}

/* search pages categories filters and right container */
.right_container {

	/*    -webkit-border-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #f7f7f7;
	border: 1px #e5e5e5 solid;
	padding: 38px;
	margin-left: -38px;
	margin-right: -38px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;*/
}

.right_container .post_results {
}

/*
.right_container .post_thumb,
.col3thumbssmaller .post_thumb {
margin: 5px 0;
margin-right: 14px;
height: 268px;
z-index: 0;
padding: 5px;
}

.col3thumbssmaller .post_thumb {
width: 210px;
}

.right_container .col3thumbs .post_thumb:nth-child(3n),
.col3thumbssmaller .post_thumb:nth-child(3n) {
margin-right: 0;
}

.right_container .col3thumbs .post_thumb:nth-child(3n+1),
.col3thumbssmaller .post_thumb:nth-child(3n+1) {
clear: both;
}

.right_container .post_thumb .thumbnail_image,
.col3thumbssmaller .post_thumb .thumbnail_image {
padding: 5px 5px 0 5px;
margin-left: -5px;
margin-right: -5px;
background: #fff;
border: 1px #e5e5e5 solid;
border-bottom: 0;
border-radius: 3px 3px 0 0;
}

.col3thumbssmaller .post_thumb .thumbnail_image img {
width: 210px;
height: 143px;
}

.right_container .post_thumb .rest-of-content,
.col3thumbssmaller .post_thumb .rest-of-content {
padding: 0 5px 0 5px;
margin-left: -5px;
margin-right: -5px;
border: 1px #e5e5e5 solid;
border-top: 0;
width: 100%;
}

.col3thumbssmaller .user_ratings .cost-of-product {
width: 95px;
}

.right_container .post_thumb .gridview_title,
.col3thumbssmaller .post_thumb .gridview_title {
height: 48px;
min-height: 48px;
max-height: 68px;
}

.right_container .post_thumb:hover .gridview_title,
.col3thumbssmaller .post_thumb:hover .gridview_title {
height: auto;
}

.right_container .post_thumb .gridview_title .padd10_m,
.col3thumbssmaller .post_thumb .gridview_title .padd10_m {
padding: 8px 8px 0px 8px;
}

.right_container .post_thumb .gridview_title a,
.col3thumbssmaller .post_thumb .gridview_title a {
text-transform: none;
}


.right_container .post_thumb .gridview_title a::first-letter,
.col3thumbssmaller .post_thumb .gridview_title a::first-letter {
text-transform: uppercase;
}

.right_container .post_thumb .thumbnail_image img.my_image,
.col3thumbssmaller .post_thumb .thumbnail_image img.my_image {
border-bottom: 0;
border-radius: 3px;
}

.right_container .post_thumb .bottom-border-simulator,
.col3thumbssmaller .post_thumb .bottom-border-simulator {
margin-top: -7px;
}
*/
.new-50-left {
	float: left;
	width: 45%;
}

.new-50-right {
	float: right;
	width: 45%;
}

.new-subcategory-listing ul {
	padding: 0;
}

.new-subcategory-listing li {
	display: block;
}

.new-subcategory-listing li:last-child {
	margin-bottom: 0;
}

.new-subcategory-listing {
}

.max-days-input {
	width: auto;
	display: inline-block;
	background: none;
	border: 0;
	outline: none;
	width: 20px !important;
	margin-left: 10px;
}

.max-days-label {
	width: auto;
	display: inline-block;    /*font-weight: lighter;*/
}

.inline-block {
	display: inline-block;
}

.ui-dialog {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.ui-widget-header {
	background: #fff !important;
}

.ui-widget-content {
	text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fff !important;
}

.uz-form .ui-widget-content.ui-slider.ui-slider-horizontal {
	border: 1px solid #f1f1f1 !important;
	border-radius: 0 !important;
}

.uz-form .ui-widget-header {
}

.uz-form .ui-slider-range {
	background: #f9f9f9 !important;
	border-radius: 0 !important;
}

.uz-form .ui-state-default,
.uz-form .ui-widget-content .ui-state-default,
.uz-form .ui-widget-header .ui-state-default,
.uz-form .ui-slider-handle {
	border: 1px solid #83C124 !important;
	background: #83C124 !important;
	border-radius: 50% !important;
	outline: none;
}

.uz-form .ui-state-default:focus,
.uz-form .ui-widget-content .ui-state-default:focus,
.uz-form .ui-slider-handle:focus {
	box-shadow: 0px 0px 4px 0px #83C124;
}

.uz-form .ui-slider-horizontal .ui-slider-handle {
	top: -.4em !important;
	margin-left: -.8em !important;
}

.uz-form .ui-slider .ui-slider-handle {
	width: 1.4em !important;
	height: 1.4em !important;
}

.max-days-input,
.max-days-label {
	background: none !important;
	color: #83C124;
	font-weight: 400;
}

/* levels page */
.fancy-center,
h1.fancy-center {
	text-align: center;
	font-weight: 900;
	text-transform: none;
	font-size: 45px;
	margin: 30px 0 50px;
}

.fancy-title {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 30px;
}

.fancy-title:before {
	content: "";
	background: url("images/levels-fancy-medal.png") no-repeat 0 0;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 31px;
	height: 62px;
	top: -13px;
	left: 0px;
}

.fancy-page p {
	margin: 50px;
	line-height: 33px;
	font-size: 24px;
	text-align: center;
}

.fancy-page hr {
	margin: 60px 250px;
	border: 0;
	padding: 0;
	height: 1px;
	background: #DFDFDF;
}

/* PM page */
.pm-container {

	/*border: 1px solid #dfdfdf;*/
}

.pm-list-header {
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.pm-ajax-trigger-container {
	padding: 8px 20px;
	border-bottom: 1px solid #f1f1f1;
}

.white-cnt.pm-ajax-trigger-container {
	margin-top: -11px;
}

.pm-holder {

	/*padding: 20px 25px;*/
	border: 1px solid #f1f1f1;
	position: relative;
	background: #fff;
	margin-top: -1px;
}

.pm-holder.lightgreybg {
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

.pm-icons-holder {

	/*float: right;*/

	/*height: 33px;*/

	/*    padding: 20px;
	height: 30px;*/
	border-bottom: 1px solid #f1f1f1;
}

.pm-list-header.pm-smaller {

	/*padding: 15px 20px;*/
}

.pm-holder.pm-smaller {
	line-height: 28px;
	padding: 0;
}

.pm-holder-link,
a.pm-holder-link {
	display: block;
	padding: 20px 25px;
	color: #777;
	text-decoration: none;
}

.no-touch .pm-holder:hover .pm-holder-link,
.no-touch .pm-holder:hover a.pm-holder-link {

	/*border-left: 7px solid #83C124;
	padding-left: 18px;*/
}

.no-touch .pm-holder:hover .pm-holder-link .pm-username-top,
.no-touch .pm-holder:hover a.pm-holder-link .pm-username-top {
	/*color: #83C124;*/
}

.pm-holder.pm-unread-message .pm-holder-link,
.pm-holder.pm-unread-message a.pm-holder-link {
	border-left: 7px solid #83C124;
	padding-left: 18px;
	font-weight: 700;
}

/*.no-touch .pm-holder:hover .pm-date {
display: block;
}*/
.pm-avatar {
	float: left;
	margin-right: 15px;
}

.pm-username {
	float: left;
	margin-right: 15px;
	width: 100px;
	overflow: hidden;
	position: relative;
}

.pm-content {
	padding-left: 65px;
	padding-bottom: 35px;
	position: relative;
}

.pm-title-avatar {
	position: absolute;
	top: 15px;
	left: 25px;
}

.pm-title-padding {
	padding-left: 65px;
}

.pm-middle {
	padding-left: 65px;
	padding-right: 110px;
	position: relative;
}

.pm-username-left {
	width: 180px;
	margin-right: 20px;
	float: left;
	font-weight: 700;
	font-size: 16px;
}

.fa-attachment-icon {
	width: 20px;
	height: 20px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-position: -215px -315px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}

.pm-content-right {
	width: 293px;
	float: right;
	margin-left: 33%;
}

.pm-username-top {
	font-weight: 700;
	color: #666;
	font-size: 17px;
}

.pm-custom-offer .ei-tag-icon {
	fill: #83C124;
	height: 33px;
	width: 33px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.pm-custom-offer.bold_stuff .ei-tag-icon {
	fill: #83C124;
}

.bold_stuff .pm-holder-link,
.bold_stuff a.pm-holder-link {
	color: #666;
	border-left: 3px solid #83C124;
	padding-left: 17px;
}

.pm-right {
	float: right;
	position: relative;    /*margin: 12px 0 0 0;*/
}

.pm-actions {
	position: absolute;
	right: 25px;
	top: 25px;    /*display: none;*/
	z-index: 2;
}

.pm-actions a.pm-delete {
	position: relative;
	padding: 3px;
	width: 10px;
	height: 10px;
	color: #666;
	text-indent: -999999px;
	display: inline-block;
	margin-left: 10px;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.pm-delete {
	background: url('images/icons-sprite.png?v=1.5') -218px -217px no-repeat;
}

.pm-delete:hover {
	background: url('images/icons-sprite.png?v=1.5') -168px -217px no-repeat;
}

/*.no-touch .pm-holder:hover .pm-actions {
display: block;
}*/
.touch .pm-holder .pm-actions {
	display: block;
}

.pm-actions-list {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 25px 25px;
}

.pm-actions-list a {
	padding: 0;
}

.pm-actions-list .action-button {
	padding: 3px;
	width: 11px;
	height: 10px;
	color: #666;
	text-indent: -999999px;
	display: inline-block;
	margin-left: 10px;
}

.pm-actions-list .action-confirm {
	padding: 3px 10px;
	height: 10px;
	line-height: 10px;
	color: #666;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: -10px;
	background: #f9f9f9;
	display: none;
}

.pm-actions-list .action-delete {
	background: url('images/icons-sprite.png?v=1.5') -217px -217px no-repeat;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.pm-actions-list .action-delete:hover {
	background: url('images/icons-sprite.png?v=1.5') -167px -217px no-repeat;
}

.pm-actions-list .action-archive {
	background: url('images/icons-sprite.png?v=1.5') -217px -117px no-repeat;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.pm-actions-list .action-archive:hover {
	background: url('images/icons-sprite.png?v=1.5') -167px -117px no-repeat;
}

.pm-actions-list .action-archive.ei-unarchive-icon {
	background: url('images/icons-sprite.png?v=1.5') -217px -167px no-repeat;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.pm-actions-list .action-archive.ei-unarchive-icon:hover {
	background: url('images/icons-sprite.png?v=1.5') -167px -167px no-repeat;
}

.tooltip,
.action-tooltip {
	display: block;
	position: relative;
}

.tooltip span,
.action-tooltip span {
	position: absolute;
	top: -40px;
	left: -1px;
	right: auto;
	min-width: 40px;
	padding: 5px 10px;
	background: #666;
	color: #fff;
	z-index: 30;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.20);
	display: none;
	text-align: center;
	white-space: nowrap;
	text-indent: 0px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.action-tooltip span {
	right: -10px;
	left: auto;
}

.no-touch .tooltip:hover span,
.no-touch .action-tooltip:hover span {
	display: block;
}

.tooltip span:before,
.action-tooltip span:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10px;
	right: auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #666;
}

.action-tooltip span:before {
	right: 10px;
	left: auto;
}

.pm-nav-btn,
a.pm-nav-btn {
	display: inline-block;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	color: #777;
	height: 33px;
	width: 37px;
	margin: 0 10px 0 0;
	text-align: center;    /*box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.10);*/
	cursor: pointer;    /*border-radius: 3px;*/
	box-sizing: border-box;
}

.pm-nav-btn .ei-cnt,
a.pm-nav-btn .ei-cnt {
	left: 5px;
	top: 2px;
	fill: #bbb;
}

.pm-nav-btn:hover .ei-cnt,
a.pm-nav-btn:hover .ei-cnt {
	fill: #999;
}

.no-touch .pm-nav-btn:hover,
.no-touch a.pm-nav-btn:hover {
	border: 1px solid #ccc;
}

.pm-action-inactive,
a.pm-action-inactive {
	display: none;
}

.pm-delete-confirm {
	padding: 4px 10px;
	height: 10px;
	line-height: 10px;
	color: #666;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: -10px;    /*background: #f9f9f9;*/
	display: none;
}

.pm-confirmation {
	display: none;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	color: #777;
	height: 30px;
	width: auto;
	margin: 0 10px 0 -19px;
	text-align: center;
	vertical-align: top;
	border-radius: 0px;
	line-height: 30px;
	padding: 0 10px 0 15px;
}

.pm-action-green,
a.pm-action-green {
	color: #5fb135;
	text-decoration: none;
	cursor: pointer;
}

.pm-action-confirm-delete {
	color: #5fb135;
	text-decoration: none;
	cursor: pointer;
}

.pm-action-deny-delete {
	color: #df3f3f;
	text-decoration: none;
	cursor: pointer;
}

.offer-red {
	color: #df3f3f;
}

.offer-green {
	color: #83C124;
}

.no-touch .pm-holder.pm-smaller:hover .pm-right {
	display: none;
}

.no-touch .pm-holder.pm-smaller:hover .pm-actions-list {
	display: block;
}

.no-touch .pm-holder.pm-smaller:hover .pm-holder-link,
.no-touch .pm-holder.pm-smaller:hover a.pm-holder-link {
	color: #333;
}

.pm-user {
	margin-bottom: 5px;
	font-weight: bold;
}

.pm-user a {
	font-size: 17px;
}

.pm-date {
	float: right;
	font-size: 13px;
	color: #bbb;
	clear: both;
	position: absolute;
	right: 0;
	bottom: 10px;
}

/*.no-touch .pm-date {
display: none;
}*/
.pm-parse-errors {
	margin-top: 5px;
}

.parse-error {
	color: #df3f3f;
}

.pm-attachments {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	color: #ccc;    /*margin-right: 65px;*/
}

.pm-offer-holder .pm-attachments,
.pm-request-holder .pm-attachments {
	margin-right: 10px;
}

.pm-attachments-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #ccc;
	text-transform: uppercase;
}

.pm-attachments a {
	padding-left: 22px;
	position: relative;
}

.pm-attachments a .ei-arrow-down-icon {
	width: 21px;
	height: 21px;
	fill: #83C124;
}

.pm-attachments .fa-download-icon {
	width: 18px;
	height: 16px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-position: -67px -417px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}

.pm-filesize {
	color: #ccc;
}

.pm-ajax-trigger,
.wpj-ajax-button {
	border: 1px solid #f1f1f1;
	background-color: #fff;    /*color: #777;*/
	padding: 8px;
	margin: 10px auto;
	width: 200px;
	text-align: center;
	text-transform: uppercase;    /*box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.10);*/
	cursor: pointer;    /*border-radius: 3px;*/
	background-image: url(images/notifications-loading.gif);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: -200px center;
}

.pm-ajax-trigger:hover,
.wpj-ajax-button:hover {

	/*background-color: #fdfdfd;*/
	border: 1px solid #ccc;
}

.pm-ajax-trigger.loading,
.wpj-ajax-button.loading {
	text-indent: -999999px;
	background-position: center center;
}

.pm-header {
	padding: 0px 20px 20px;
}

.pm-header {
	font-size: 24px;
	line-height: 50px;
	font-weight: 800;
}

.uploadifive-button {
	background-color: #fff !important;
	background-image: none !important;
	border-radius: 0px !important;    /*box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.10);*/
	border: 1px solid #ccc !important;
	color: #777 !important;
	font: inherit !important;
	font-weight: 700 !important;
	text-align: center;
	text-shadow: none !important;
	text-transform: uppercase;
	width: 100%;
	text-indent: 20px;
	width: 130px !important;
	height: 36px !important;
	line-height: 36px !important;
	font-size: 14px !important;
	cursor: pointer !important;
	margin: 5px 0 10px;
	box-sizing: border-box;
}

.uploadifive-button input {
	cursor: pointer !important;
	padding: 40px 0 0 0;
}

.uploadifive-button input#file_upload {
	padding: 0;
}

.uploadifive-button:before {
	background: url("images/icons-sprite.png?v=1.5") no-repeat -64px -114px;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	left: 5px;
	top: 6px;
}

.uploadifive-button:hover {
	background-color: #fdfdfd !important;
	background-image: none !important;
	border: 1px solid #aaa !important;
}

.uploadifive-queue-item .progress-bar {
	background-color: #83C124 !important;
}

.uploadifive-queue-item {
	border: 1px dashed #dfdfdf !important;
}

.uploadifive-queue-item .close {
	position: relative;
	z-index: 10;
}

.uploadifive-queue-item span.filename {
	color: #83C124;
}

.uploadifive-queue-item.error span.filename {
	color: #df3f3f;
}

input.btn {
	outline: none;
}

.btn.fancy {
	box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.20);
}

.btn.fancy.green {
	border: 1px solid #60A63A;
}

.cool-message-input {

	/*box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);*/
	border: 1px solid #e5e5e5;    /*border-radius: 3px;*/

	/*padding: 3px;*/
	background: #f1f1f1;
	margin: -1px;
}

.cool-message-input.cmi-focus {
	border: 1px solid #61b832;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(97, 184, 50, 0.5);
	position: relative;
	z-index: 2;
}

.cool-message-input textarea {
	width: 100%;
	outline: none;
	background: #fff;
	box-shadow: none;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #ddd;
}

.cool-message-input .cmi-tch {
	margin-bottom: -15px;
	padding: 10px 25px 0;
}

.cool-message-input .cmi-tch span {
	display: inline-block;
	margin: 17px 5px 0 5px;
}

.cool-message-input .cmi-top {
	padding: 10px 25px 0;
	line-height: 36px;
	font-weight: 700;
	color: #bbb;
}

.cool-message-input .cmi-bottom {
	padding: 10px 25px;
	margin-top: -37px;    /*border-top: 1px solid #f1f1f1;*/
}

.cool-message-input .uploadifive-button,
.cool-message-input input[type=submit] {
	margin: 0;
}

.cool-message-input .uploadifive-queue-item {
	margin-top: 10px;
}

/**
 * Custom Offers
 */
.pm-custom-offer-request-header,
.pm-custom-offer-offer-header {
	font-weight: 700;
	margin: 4px 0px 20px;
	text-align: left;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 20px;
	padding-left: 40px;
	position: relative;
}

.pm-custom-offer-request-header:before,
.pm-custom-offer-offer-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('images/icons-sprite.png?v=1.5');
	background-repeat: no-repeat;
}

.title-clock-icon .pm-custom-offer-request-header:before,
.title-clock-icon .pm-custom-offer-offer-header:before {
	background-position: -215px -514px;
}

.title-tag-icon .pm-custom-offer-request-header:before,
.title-tag-icon .pm-custom-offer-offer-header:before {
	background-position: -215px -265px;
}

.title-tag-icon.pm-offer-gray .pm-custom-offer-request-header:before,
.title-tag-icon.pm-offer-gray .pm-custom-offer-offer-header:before {
	background-position: -165px -265px;
}

.title-minus-icon .pm-custom-offer-request-header:before,
.title-minus-icon .pm-custom-offer-offer-header:before {
	background-position: -215px -465px;
}

.title-close-icon .pm-custom-offer-request-header:before,
.title-close-icon .pm-custom-offer-offer-header:before {
	background-position: -215px -415px;
}

.title-check-icon .pm-custom-offer-request-header:before,
.title-check-icon .pm-custom-offer-offer-header:before {
	background-position: -215px -365px;
}

.pm-custom-offer-actions {
	text-align: right;
	float: right;
	width: 65%;
	box-sizing: border-box;
}

.pm-custom-offer-actions span {
	line-height: 40px;
	font-weight: 600;
	font-style: italic;
}

.pm-custom-offer-actions .btn {
	float: right;
	display: inline-block;
	margin: 0 0 0 10px;
	border: 1px solid #E5E5E5;
}

.pm-request-holder.pm-offer-gray,
.pm-offer-holder.pm-offer-gray,
.pm-request-holder.pm-offer-green,
.pm-offer-holder.pm-offer-green,
.pm-request-holder.pm-offer-blue,
.pm-offer-holder.pm-offer-blue,
.pm-request-holder.pm-offer-red,
.pm-offer-holder.pm-offer-red {
	margin: 10px 0;
}

.pm-holder .padding-cnt {
	padding-bottom: 5px;
}

.pm-request-holder.pm-offer-gray .padding-cnt,
.pm-offer-holder.pm-offer-gray .padding-cnt,
.pm-request-holder.pm-offer-green .padding-cnt,
.pm-offer-holder.pm-offer-green .padding-cnt,
.pm-request-holder.pm-offer-blue .padding-cnt,
.pm-offer-holder.pm-offer-blue .padding-cnt,
.pm-request-holder.pm-offer-red .padding-cnt,
.pm-offer-holder.pm-offer-red .padding-cnt {
	padding-bottom: 20px;
}

.pm-request-holder .padding-cnt,
.pm-offer-holder .padding-cnt {
	border-left: 0;
	position: relative;
}

.pm-request-holder .padding-cnt:before,
.pm-offer-holder .padding-cnt:before {
	content: "";
	width: 8px;
	height: 70px;
	position: absolute;
	top: -1px;
	left: -8px;
	background: #83C124;
}

.pm-request-holder.pm-offer-gray .padding-cnt:before,
.pm-offer-holder.pm-offer-gray .padding-cnt:before {
	background: #ccc;
}

.pm-request-holder.pm-offer-green .padding-cnt:before,
.pm-offer-holder.pm-offer-green .padding-cnt:before {
	background: #83C124;
}

.pm-request-holder.pm-offer-blue .padding-cnt:before,
.pm-offer-holder.pm-offer-blue .padding-cnt:before {
	background: #00b7fd;
}

.pm-request-holder.pm-offer-red .padding-cnt:before,
.pm-offer-holder.pm-offer-red .padding-cnt:before {
	background: #df3f3f;
}

.pm-request-holder .pm-avatar,
.pm-offer-holder .pm-avatar {

	/*margin: 25px 15px 20px 25px;*/
}

.pm-request-holder .pm-content,
.pm-offer-holder .pm-content {

	/*background: #f9f9f9;*/
	min-height: 45px;    /*padding: 20px 20px 20px 85px;*/

	/*border: 1px solid #ddd;
	border-bottom: 0;*/

	/*margin-bottom: 15px;*/
}

.pm-request-holder .ei-cnt.custom-offer-icon,
.pm-offer-holder .ei-cnt.custom-offer-icon {
	left: -60px;
	top: 5px;
	fill: #fff;
}

.pm-custom-offer-bottom {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

.pm-custom-offer-meta {
	text-align: left;
	color: #666;
	font-weight: 700;
	float: left;
	width: 35%;
}

.pm-custom-offer-meta table {
	float: left;
}

.pm-custom-offer-meta td {
	padding-right: 15px;
}

input[type=submit].btn:disabled {
	background-color: #e0e0e0;
	border: 1px solid #ddd;
	cursor: default;
	box-shadow: none;
}

.lightgreybg {
	background: #f1f1f1;
}

.lightgreybg.abitdarker {
	background: #f2f2f2;
}

.lightgreenbg {
	background: #fafbf9;
}

.grey6 {
	color: #666;
}

.no-results {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 25px;
}

.col3thumbs .no-results {
	margin-left: 5px;
	margin-right: 5px;
}

.main-full {
	width: 100%;
}

.columns4 {
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.columns4 .item4 {
	box-sizing: border-box;
	width: 25%;
	padding: 10px;
	float: left;
}

.sub-heading2,
.sub-heading3 {
	text-transform: none;
	text-align: center;
	color: #333;
}

.sub-heading2 {
	font-size: 36px;
}

.sub-heading3 {
	font-size: 30px;
}

.hiw-thumbnail a {
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	background: #fdfdfd;
}

.hiw-thumbnail img {
	min-width: 100%;
	max-width: 100%;
}

.hiw-thumbnail h4 {
	color: #666;
	font-weight: 400;
	text-align: center;
}

.hiw-steps {
	background: #fff;
	padding: 10px 0;
}

.hiw-step {
	font-size: 18px;
	color: #333;
	padding: 30px;
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.hiw-steps hr {
	position: relative;
	width: 150px;
	height: 1px;
	border: 0;
	padding: 0;
	outline: 0;
	margin: 0 auto;
	background: #ccc;
}

.hiw-steps .bs-col2:nth-child(2n+1) {
	clear: both;
}

.hiw-right {
	padding-left: 80px;
	padding-right: 10px;
}

.hiw-icon {
	float: left;
	max-width: 60px;
	margin-top: 10px;
}

.heading-bigger-tagline {
	padding-left: 40%;
	margin: 60px 0;
}

.top-section {
	background: #fff;
	padding: 50px 0;
	font-size: 18px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-section p {
	font-size: 18px;
}

.bottom-section {
	background: #fff;
	padding: 50px 0;
	font-size: 18px;
	text-align: left;
}

.bottom-section img {
	float: left;
	padding: 20px 100px 20px 0;
}

.filter-jobs-cnt .btn,
.filter-jobs-cnt a.btn {
	margin-right: 10px;
}

/* two tabs */
.twt-inactive {
	display: none;
}

.twt-handler {
	display: inline-block;
}

.steps-main-icon {
	width: auto;
	min-height: 50px;
	display: inline-block;
	margin: 0 5px;
}

.steps-main-title {
	width: auto;
	padding: 5px 10px;
	min-height: 23px;
	font-size: 17px;
	min-width: 100px;
	display: inline-block;
	margin: 14px 10px 0;
	border: 3px solid #f47d49;
	border-radius: 3px;
	color: #f47d49;
	font-weight: 800;
	cursor: pointer;
}

.twt-current {
	background: #f47d49;
	color: #fff;
}

/* fixed header */
.header-container {
	height: 62px;
	background: #fff;
	z-index: 100;
}

#header.fixedheader {
	position: fixed;
}

#header.fixedheader .middle-header-bg .middle-header {
	height: 48px;
}

#header.fixedheader #logo {
	max-height: 38px;
}

#header.fixedheader .logo_holder {
	height: 48px;
}

#header.fixedheader .language-switcher-block {
	margin: 0;
}

#header.fixedheader .nh-block {
	padding-top: 8px;
	padding-bottom: 8px;
}

#header.fixedheader .nh-block.nh-bigger {
	padding-top: 3px;
	padding-bottom: 3px;
}

#header.fixedheader .nh-submenu {
	top: 36px;
}

#header.fixedheader .nh-bigger .nh-submenu {
	top: 48px;
}

#header.fixedheader .nh-tooltip {
	top: 35px;
}

/* fixed categories header */
.menu-container {
	height: 40px;
	position: relative;
}

.categories-bar-menu {
	width: 100%;
	z-index: 90;
}

.categories-bar-menu.fixedmenu {
	position: fixed;
	top: 48px;
	height: 30px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	min-height: 30px;
}

body.admin-bar .categories-bar-menu.fixedmenu {
	top: 80px;
}

body.page-template-page-levels {
	background-image: url('images/levels-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.categories-bar-menu.fixedmenu ul.categories-here li a {
	line-height: 30px;
}

/* aiosc support plugin */
.support-page {
	position: relative;
}

.support-page .top-right-btn {
	position: absolute;
	top: 20px;
	right: 25px;
}

.support-page .aiosc-toolbar button,
.support-page .aiosc-filters button,
.support-page input#aiosc-form-submit {
	background: #83C124;
	border: 0px;    /*padding: 2px 20px;*/
	color: #fff;    /*margin: 5px 0;*/
}

.support-page .aiosc-toolbar button#search-submit,
.support-page input#aiosc-form-submit {
	vertical-align: middle;    /*padding: 10px 20px;*/
}

.support-page .aiosc-filters label {
	display: inline-block;
}

.support-page input[type="checkbox"] {
	height: 10px;
}

.support-page .aiosc-search-box {
	margin-bottom: 15px;
}

.aiosc-ticket-list .tablenav {
	z-index: 1;
}

.aiosc-ticket-list input {
	padding: 8px 10px;
	height: 40px;
	line-height: 22px;
	font-size: 13px;
	color: #666666;
	background-color: #f3f3f3;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aiosc-ticket-list input[type="submit"] {
	background-clip: padding-box;
	background-color: #83C124;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0px 30px;
	display: inline-block;
	border: 0px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.aiosc-ticket-list input[type="submit"]:hover {
	opacity: 0.75;
}

.tablenav {
	margin-bottom: 20px;
}

.card-holder {
	display: inline-block;
	width: 64px;
	height: 44px;
	overflow: hidden;
}

.card-holder img {
	margin-top: -10px;
}

.footer-logo {
	margin-bottom: 20px;
}

#footer p.light_grey {
	margin: 0;
}

.comodo-secure {
	margin-bottom: 10px;
	margin-left: 10px;
}

.wp-social-login-widget {
	clear: both;
}

.social-icons-floating .essb_links.essb_template_metro-retina .essb_network_name,
.social-icons-floating .essb_links.essb_template_metro-retina .essb_network_name {
	max-width: 0 !important;
	max-height: 0 !important;
}

.social-icons-floating .essb_links.essb_template_metro-retina .essb_hide_name a:focus .essb_network_name,
.social-icons-floating .essb_links.essb_template_metro-retina .essb_hide_name a:hover .essb_network_name {
	max-width: 0 !important;
	max-height: 0 !important;
}

.social-icons-floating .essb_links.essb_template_metro-retina .essb_hide_name a:focus .essb_icon,
.social-icons-floating .essb_links.essb_template_metro-retina .essb_hide_name a:hover .essb_icon {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.social-icons-floating .essb_links.essb_template_metro-retina .essb_force_hide li a,
.social-icons-floating .essb_links.essb_template_metro-retina .essb_hide_name li a {
	padding: 5px 6px 6px !important;
	border-radius: 50%;
}

.social-icons-floating .essb_links.essb_template_metro-retina li a {
	margin: 2px 8px 2px 0 !important;
}

.social-icons-floating .essb_links.essb_template_metro-retina {
	margin: 0 !important;
}

.request-link,
.request-link a,
.login-link,
.login-link a,
.register-link,
.register-link a,
.info-dialog-link,
.info-dialog-link a {
	outline: none;
}

.info-dialog-link,
a.info-dialog-link {
	color: #83C124;
}

a.info-dialog-link:hover,
a.info-dialog-link:active {
	color: #666;
}

.social-icons-floating {
	padding: 0px;
}

.social-icons-floating .white-cnt {
	padding: 15px;
}

.social-icons-floating .essb_links.essb_template_metro-retina li {
	margin-right: 5px !important;
	float: left;
}

.btn_logo_paypal,
a.btn_logo_paypal,
.btn_logo_stripe,
a.btn_logo_stripe,
.btn_logo_wpjobster,
a.btn_logo_wpjobster {
	position: relative;
	padding-right: 180px;
}

.btn_logo_paypal:after,
.btn_logo_stripe:after,
.btn_logo_wpjobster:after {
	content: "";
	width: 150px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 15px;
	background-image: url("/widget/assets/img/widget-credits.png");
	background-position: center;
	background-repeat: no-repeat;
}

.btn_logo_paypal:after {
	background-image: url("/widget/assets/img/widget-paypal.png");
}

.btn_logo_stripe:after {
	background-image: url("/widget/assets/img/widget-stripe.png");
}

.uz-ui-demo {
	display: inline-block;
	vertical-align: middle;
}

.uz-ui-demo .uz-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	height: 36px;
	width: 180px;
	padding: 0px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: 5px;
	background: #f9f9f9;
	color: #777;
	line-height: 36px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.uz-ui-demo .uz-btn:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	content: "";
	width: 180px;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url("/widget/assets/img/widget-btn-small.png");
	background-repeat: no-repeat;
	background-position: center;
}

.uz-ui-demo .uz-btn:hover {
	border: 1px solid #999;
	color: #333;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.uz-ui-demo.uz-btn-style-small .uz-btn {
	width: 100px;
	height: 36px;
}

.uz-ui-demo.uz-btn-style-small .uz-btn:after {
	width: 100px;
	height: 36px;
	background-image: url("/widget/assets/img/widget-btn-small.png");
}

.uz-ui-demo.uz-btn-style-big .uz-btn {
	width: 250px;
	height: 36px;
}

.uz-ui-demo.uz-btn-style-big .uz-btn:after {
	width: 250px;
	height: 36px;
	background-image: url("/widget/assets/img/widget-btn-big.png");
}

.uz-ui-demo.uz-btn-style-fat .uz-btn {
	width: 100px;
	height: 50px;
}

.uz-ui-demo.uz-btn-style-fat .uz-btn:after {
	width: 100px;
	height: 50px;
	background-image: url("/widget/assets/img/widget-btn-fat.png");
}

.uz-tabs-container .uz-tab {
	display: none;
}

.uz-tabs-container .uz-tab.uz-tab-active {
	display: block;
}

.uz-ui-demo.uz-btn-active {
	box-shadow: 0 0 0 1px #a9a9a9;
	border-radius: 3px;
}

body.widget-body {
	padding-bottom: 91px;
}

.widget-body #un-button {
	display: none;
}

.widget-body #content {
	width: 100%;
	margin-top: 0;
}

.main.widget-cnt {
	width: 100%;
}

.widget-body .ui-dialog {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.widget-body .ui-widget-overlay {
	background: #fff !important;
	opacity: 1 !important;
}

.widget-body .padding-cnt {
	padding: 15px;
}

.widget-body ul.payment-items-list li.payment-main-item {
	padding-left: 75px;
}

.widget-body ul.payment-items-list li {
	padding: 10px 0 10px 0;
}

.widget-body .payment-title-categories {
	padding: 0;
	line-height: 19px;
}

.widget-body .payment-main-item h3 {
	margin: 0px 0 5px;
}

.widget-body .payment-main-item {
	min-height: 55px;
}

.widget-body .payment-total-price-holder {
	padding-top: 10px;
}

.widget-body .payment-total-price {
	float: none;    /*padding-left: 75px;*/
	color: #83C124;
}

.widget-body .uz-widget-user {
	color: #ccc;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	line-height: 19px;
}

.widget-body .uz-widget-user a {
	color: #ccc;
	text-decoration: underline;
}

.widget-body .uz-widget-user a:hover {
	color: #999;
}

.widget-body .payment-buttons {
	background: #fff;
	padding: 15px;
}

.widget-body .btn.lightgrey_btn:hover {
	border: 1px solid #999;
	color: #333;
}

.widget-body .payment-buttons .btn {
	margin: 0 0 15px 0;
	width: 100%;
	border-radius: 3px;
}

.widget-body .payment-buttons .btn:last-child {
	margin-bottom: 0;
}

.widget-body .white-cnt.no-border-top {
	border-top: 0;
}

.widget-body .ssl-secure-payment {
	background: #83C124;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.widget-body .ssl-secure-payment img {
	margin: 10px 0 10px 10px;
	width: 55px;
	height: 71px;
}

.widget-body .ssl-secure-payment .ssl-title {
	font-size: 20px;
	margin: 14px 0 5px 0;
}

.widget-body .ssl-secure-payment .ssl-description {
	font-size: 20px;
}

.widget-body .uz-widget-user-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1px;
	box-sizing: border-box;
	background: #fff;
	line-height: 34px;
	text-align: center;
	z-index: 10;
}

.widget-body .uz-widget-user-secure {
	background: #83C124;
	color: #fff;
	padding: 0 20px;
}

.widget-body .uz-widget-user-secure.uz-widget-user-grey {
	background: #f1f1f1;
	color: #aaa;
}

.widget-body .uz-widget-user-secure img {
	margin: 0 10px -4px 0;
}

.widget-body .uz-widget-user-secure a {
	color: #fff;
	text-decoration: underline;
}

.widget-body .ajax-login-default-form-container .noon {
	margin: 0 0 15px 0;
}

/*.widget-body .facebook_login,
.widget-body .twitter_login,
.widget-body .google_login,
.widget-body .wp-social-login-provider-facebook,
.widget-body .wp-social-login-provider-twitter,*/
.widget-body .wp-social-login-provider-list a {
	margin: 7px 0;
}

.widget-body .wp-social-login-provider-list a:last-child {
	margin-bottom: 0;
}

.widget-body #ajax-login-register-login-dialog .wp-social-login-provider-list,
.widget-body #ajax-login-register-dialog .wp-social-login-provider-list {
	display: none;
}

.widget-body #ajax-login-register-login-dialog .divider,
.widget-body #ajax-login-register-dialog .divider {
	height: 21px;
	clear: both;
}

.widget-body #ajax-login-register-login-dialog .divider span,
.widget-body #ajax-login-register-dialog .divider span {
	display: none;
}

.widget-body .ui-dialog-titlebar {
	padding: 15px !important;
}

.widget-body .ui-dialog-titlebar-close {
	top: 28px !important;
	right: 15px !important;
}

html {
	min-height: 100%;
}

.widget-body .uz-ui-first,
.widget-body .uz-ui-second {
	position: absolute;
	width: 100%;
}

.widget-body .uz-ui-next,
.widget-body .uz-ui-prev {
	background: #83c123;
	color: #fff;
	float: right;
	margin: 5px 15px 5px;
	padding: 8px 30px 8px 20px;
	cursor: pointer;
	position: relative;
}

.widget-body .uz-ui-prev {
	float: left;
	padding: 8px 20px 8px 30px;
}

.widget-body .uz-ui-next:hover,
.widget-body .uz-ui-prev:hover {
	opacity: 0.8;
}

.widget-body .uz-ui-next:after,
.widget-body .uz-ui-prev:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.widget-body .uz-ui-prev:after {
	right: auto;
	left: 15px;
	border-left: 0;
	border-right: 7px solid #fff;
}

.widget-body .uz-ui-bottom-margin {
	margin-bottom: 50px;
}

.widget-body .ui-dialog {
	box-shadow: none;
}

.widget-body .uz-ui-cnt-separator {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 15px;
}

.widget-body .bs-col-container {
	margin: 0 -8px;
}

.widget-body .bs-col2 {
	padding: 0 8px;
}

.widget-body .divider {
	margin: 5px 0 0;
}

.widget-body .wp-social-login-provider-list {
	padding: 0 !important;
}

.widget-body .divider:before {
	background: #f1f1f1;
}

.widget-body .divider {
	color: #ccc;
}

.hashtag-offset {
	padding-top: 100px;
	margin-top: -100px;
	width: 1px; /* '0' will not work for Opera */
	display: inline-block;
}

.wpjobster-button {
	font-weight: normal;
	line-height: 1.4em !important;
	cursor: pointer;
	display: inline-block;
	margin: 15px 0;
	outline: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	max-width: 100%;
	visibility: visible;
	backface-visibility: hidden;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	min-height: 0px;
	padding: 10px 12px;
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.00784314);
	color: #fff !important;
	min-width: 150px;
	text-transform: uppercase;
}

.responsive_titles {
	display: none;
}

.mobile-account-menu {
	display: none;
}

.mobile-account-menu-main {
	display: none;
}

#mobile_search {
	display: none;
}

.responsive-left-icon {
	float: left;
}

.responsive-right-icon {
	float: right;
}

.responsive-left-icon a,
.responsive-right-icon a {
	display: block;
	width: 46px;
	height: 40px;
	margin: 11px 0;
}

.responsive-left-icon a {
	background-image: url(images/burger-menu-icon.png);
}

.responsive-right-icon a {
	background-image: url(images/grid-menu-icon.png);
}

#header.fixedheader .responsive-left-icon a,
#header.fixedheader .responsive-right-icon a {
	margin: 4px 0;
}

.sidr ul li ul li a span {
	padding-left: 0px;
}

ul.sidr-class-currency-list-mobile li a {
	cursor: pointer;
}

.sidr-class-sub-menu-sidr {
	background: #222;
}

.sidr ul.sidr-class-sub-menu-sidr li ul li:hover {
	-webkit-box-shadow: inset 0 0 15px 3px #111;
	-moz-box-shadow: inset 0 0 15px 3px #111;
	box-shadow: inset 0 0 15px 3px #111;
}

.sidr ul.sidr-class-sub-menu-sidr li ul li.active,
.sidr ul.sidr-class-sub-menu-sidr li ul li.sidr-class-active {
	border-left: 10px solid #080808;
}

.sidr-class-mobile-search-input-container {
	position: relative;
}

.sidr-class-mobile-search-input-container .sidr-class-new-search-input {
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
}

.sidr-class-mobile-search-input-container .sidr-class-new-search-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
}

.sidr-class-mobile-search-input-container form {
	margin: 0 !important;
}

.sidr-class-new-search-input input[type="text"] {
	height: 50px !important;
	padding: 14px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.sidr-class-new-search-input input[type="text"]:focus {
	outline: none !important;
	outline-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.8) !important;
	background-color: #222;
}

.my-account-post-btn.btn {
	position: absolute;
	top: 15px;
	right: 25px;
}

.white-cnt .widget-area > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.white-cnt .widget-area > ul > li {
	margin-bottom: 10px;
}

.white-cnt .widget-area > ul > *:last-child {
	margin-bottom: 0;
}

.ub-white-full.ub-cover-photo {
	background-size: cover;
	box-shadow: inset 0px -400px 200px -200px rgba(0, 0, 0, 0.35);
	padding-bottom: 20px;
	padding-top: 170px;
	position: relative;
	margin-bottom: 20px;
}

.ub-white-full.ub-cover-photo .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}

.ub-white-full.ub-cover-photo,
.ub-cover-photo .ub-rating,
.ub-cover-photo h1,
.ub-cover-photo a {
	color: #fff;
	text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.ub-cover-photo a {
	font-size: 11px;
	opacity: .7;
}

.ub-cover-photo a:hover {
	opacity: 1;
}

a.banner-contact-btn {
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 10;
	height: 46px;
	line-height: 46px;
	padding: 0 50px;
	font-size: 16px;
}

a.banner-contact-btn:hover {
	opacity: 0.75;
}

#contentbanner {
	position: relative;
}

.user-profile-reviews {
	padding: 40px;
	border: 1px solid #f1f1f1;
	margin: 20px -40px 30px;
	background: #fff;
}

.user-profile-reviews > h2 {
	margin-bottom: 60px;
	margin-top: 0px;
}

.user-review-box {
	padding-left: 100px;
	position: relative;
	margin: 40px 0px 40px;
	padding-top: 0px;
	padding-bottom: 40px;
	border-bottom: 1px solid #F1F1F1;
}

.user-profile-reviews > div:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.user-review-box .user-image {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 85px;
	height: 85px;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.user-review-box .user-image img {
	max-width: 100%;
}

.user-review-box .user-review-content h3 a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.user-review-text-content {
	margin: 10px 0 20px;
}

.review-post-date {
	color: #ccd5da;
	font-size: 14px;
	font-weight: 700;
}

.user-review-box .user-review-content h3 {
	margin: 0;
}

#dvloader {
	background: #fff;
	border: 5px solid #fff;
	border-radius: 5px;
	position: absolute;
	top: -4px;
	right: -35px;
}

.lets_meet a:before {
	content: url('images/accepted.png');
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.video_thumbnail a:after {
	content: "";
	display: block;
	position: absolute;
	background-image: url('images/play_icon.png');
	width: 72px;
	height: 72px;
	top: 43px;
	left: 50%;
	margin-left: -36px;
	z-index: 1;
}

.thumbnail_image.lets_meet:hover a:before,
.thumbnail_image.video_thumbnail:hover a:after {
	opacity: 0.7;
}

#thumbnails_audio p {
	width: 90px;
	height: 80px;
	text-overflow: ellipsis;
	overflow: hidden;    /*white-space: nowrap;*/
}

.jp-details {
	overflow: hidden;
}

.jp-title {
	margin-right: 50px !important;
	display: block;
}

#sidr-left {
	z-index: 99;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: 1px solid #4d4d4d !important;
	line-height: 48px !important;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: 1px solid #4d4d4d !important;
	line-height: 40px !important;
}

.wpjobster-revslider-overlay {
	background-image: url('images/01.png') !important;
	background-color: rgba(0, 0, 0, 0.2);
}

.job-cover-image-class {
	height: auto;
	overflow: hidden;
}

.job-cover-image-class img {
	width: auto;
	max-width: 100%;
	max-height: 180px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.jp-flat-audio {
	min-width: 278px !important;
}

.html5fileupload .file {
	overflow: hidden;
}

.job-images-input-container .html5fileupload,
.job-images-input-container .html5fileupload .add,
.job-cover-input-container .html5fileupload,
.job-cover-input-container .html5fileupload .add {
	min-height: 90px;
	border: 0;
}

.job-cover-input-container .html5fileupload {
	padding-top: 90px;
}

.job-images-input-container .html5fileupload .add,
.job-cover-input-container .html5fileupload {
	border: 1px dashed #cccccc;
}

.job-images-input-container .html5fileupload .multiple {
	display: none !important;
}

.job-images-input-container .html5fileupload .add:after,
.job-images-input-container .html5fileupload:after,
.job-cover-input-container .html5fileupload .add:after,
.job-cover-input-container .html5fileupload:after {
	content: '';
}

.job-images-input-container .html5fileupload .add:after,
.job-cover-input-container .html5fileupload:after {
	content: '';
	background: url("images/drag_drop_picture.png");
	position: absolute;
	display: block;
	overflow: hidden;
	width: 90px;
	height: 90px;
	top: 0px;
	left: 50%;
	margin-left: -45px;
	opacity: 0.5;
}

.job-images-input-container .html5fileupload .add:hover:after,
.job-cover-input-container .html5fileupload:hover:after {
	opacity: 1;
}

a.terms-services {
	text-decoration: underline;
}

.ajax-login-default-form-container .button-container {
	z-index: 1 !important;
}

.jobster_special_page {
	width: auto !important;
}

#instant-file-section {
	height: 80px;
}

a.delete_extra {
	float: right;
}

.btn-margin-bottom-helper,
.audio-margin-bottom-helper {
	overflow: hidden;
	margin-bottom: -10px;
}

.btn-margin-bottom-helper a.btn,
.btn-margin-bottom-helper .btn,
.audio-margin-bottom-helper .jp-flat-audio {
	margin-bottom: 10px;
}

.new-left-sidebar {
	float: left;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.right-content {
	width: 720px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.floating-objects {
	overflow: hidden;
}

.most-popular-terms h4,
.last-viewed-posts h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.post-a-request-section h3 {
	margin: 0px;
}

.most-popular-terms a {
	background-color: #fff;
	display: inline-block;
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	border: 1px #dddddd solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 9px;
	margin: 0 3px 6px 0;
	text-transform: capitalize;
}

.recently-v-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.recently-v-box .image {
	width: 74px;
	font-size: 0;
	float: left;
	margin-right: 8px;
}

.recently-v-box .image img {
	max-width: 100%;
}

.recently-v-box h5 {
	float: left;
	line-height: 14px;
	font-size: 12px;
	font-weight: 600;
	display: block;
	width: 103px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home-logged-in-slider {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.profile-home-search {
	background: #fff;
	height: auto;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #f1f1f1;
}

.profile-home-search input[type="text"] {
	width: 70%;
	float: left;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	outline: 0px;
	padding: 0px 15px;
	border: 0px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
}

.profile-home-search input[type="text"]:focus {
	border: 1px solid #83C124;
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(97, 184, 50, 0.5);
}

.profile-home-search input[type="submit"] {
	width: 24%;
	float: right;
	background-color: #83C124;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 39px;
	height: 39px;
	outline: 0px;
	padding: 0px 15px;
	border: 0px;
}

.profile-home-search input[type="submit"]:hover {
	zoom: 1;
	opacity: 0.75;
}

.post-new-rating-and-author {
	padding: 5px 5px 0px;
	margin-top: -27px;
	z-index: 10;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.col3thumbs .post_thumb:hover .post-new-rating-and-author {
	margin-top: 0px;
}

.col4thumbs .post_thumb:hover .post-new-rating-and-author {
	margin-top: 0px;
}

.post-new-rating-and-author .user_and_flag {
	float: left;
	display: inline-block;
	width: auto;
	margin-bottom: 3px;
}

.post-new-rating-and-author .user_ratings {
	float: right;
	margin-bottom: 3px;
	margin-top: 1px;
}

.user_and_flag a {
	color: #0e0e0f !important;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 44;
}

.postthumb-cnt-simple .post_thumb {
	overflow: hidden;
}

.postthumb-cnt-simple .post_thumb:hover .rest-of-content-cnt {
	z-index: 10;
	border-bottom: 0px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-left: -1px;
	margin-right: -1px;
	box-shadow: none;
	background: #fff;
}

.postthumb-cnt-simple .post_thumb {
	height: 270px;
}

.postthumb-cnt-simple .rest-of-content-cnt {
	border-bottom: 0px;
}

.postthumb-cnt-simple .gridview_title {
	min-height: 66px;
}

.postthumb-cnt-simple .user_and_flag {
	max-width: 135px;
	overflow: hidden;
	font-size: 12px;
}

.bottom-simple-view {
	padding: 5px 0px;
	position: relative;
}

.bottom-simple-view .featured_job {
	float: left;
	margin-right: 5px;
	position: static;
	display: inline-block;
}

.bottom-simple-view .cost-of-product {
	position: absolute;
	top: -4px;
	right: -10px;
	bottom: auto;
	left: auto;
	background: #fff;
	padding: 10px;
}

.bottom-simple-view .btn.feature {
	font-size: 13px;
}

.bottom-simple-view .lets-meet-icon,
.bottom-simple-view .instant-icon {
	float: left;
}

.post_thumb .user_ratings {
	overflow: hidden;
}

.post_thumb .user_ratings img {
	float: left;
	margin: 0 1px;
}

.post_thumb .user_ratings {
	margin-top: 2px;
}

.recently-bought {
	overflow: hidden;
}

.recently-bought .btn, .post-a-request-section .btn {
	width: 100%;
}

.account-statistics {
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #83C124;
	color: #fff;
	border: 1px solid #83C124;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*margin-bottom: -10px;*/
}

.row,
.row * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}

.col20 {
	width: 20%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}

.col25 {
	width: 25%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}

.account-statistics .col20,
.account-statistics .col25 {
	text-align: center;
}

.account-statistics .row .col20,
.account-statistics .row .col25 {
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.account-statistics h3 {
	font-size: 22px;
	margin-top: 0px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
}

.account-statistics span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.account-statistics .row > div:last-child {
	border: 0;
}

.sidebar-user-level {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -5px;
	z-index: 1;
	bottom: -4px;
}

.sidebar-user-level .user-badge,
.sidebar-user-level-profile .user-badge {
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-position: center center;
}

.sidebar-user-level .user-badge.user-level-1 {
	background-image: url(images/level-1-icon.png);
}

.sidebar-user-level .user-badge.user-level-2 {
	background-image: url(images/level-2-icon.png);
}

.sidebar-user-level .user-badge.user-level-3 {
	background-image: url(images/level-3-icon.png);
}

.user-img-container {
	position: relative;
	display: inline-block;
}

.sidebar-user-description .white_btn {
	width: 100%;
}

.bottom-simple-view {
}

.sidebar-user-profile .user-bio {
	margin-bottom: 20px;
}

.sidebar-user-level:hover .nh-tooltip,
.sidebar-user-level-profile:hover .nh-tooltip {
	display: block;
}

.sidebar-user-level .nh-tooltip,
.sidebar-user-level-profile .nh-tooltip {
	top: 59px;
	left: -4px;
}

.bottom-simple-view .featured_job {
	position: relative;
	right: auto;
	bottom: auto;
}

.bottom-simple-view .featured_job:hover .nh-tooltip {
	display: block;
}

.bottom-simple-view .featured_job .featured-icon,
.bottom-simple-view .lets-meet-icon,
.bottom-simple-view .instant-icon,
.bottom-simple-view .top-user-badge-icon {
	width: 22px;
}

.bottom-simple-view img {
	max-width: 100%;
}

.bottom-simple-view .lets-meet,
.bottom-simple-view .instant-job {
	margin-right: 5px;
	float: left;
	position: relative;
}

.bottom-simple-view .lets-meet:hover .nh-tooltip,
.bottom-simple-view .instant-job:hover .nh-tooltip {
	display: block;
}

.bottom-simple-view .top-user-badge {
	float: left;
	position: relative;
}

.bottom-simple-view .top-user-badge:hover .nh-tooltip {
	display: block;
}

.bottom-simple-view .nh-tooltip {
	top: -38px;
	left: -10px;
}

.bottom-simple-view .nh-tooltip:before {
	top: auto;
	left: 13px;
	bottom: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #666;
	border-bottom: 0;
}

.menu-container,
.categories-bar-menu {
	height: auto !important;
	min-height: 40px;
}

.categories-bar-menu.fixedmenu {
	height: auto !important;
}

.simple-table {
	margin-bottom: 10px;
}

.simple-table tr {
	border-bottom: 1px solid #f1f1f1;
}

.simple-table tr th {
	padding: 0 0 15px;
	line-height: 19px;
	text-align: left;
}

.simple-table tr td {
	padding: 15px 0;
	line-height: 19px;
}

.simple-table .simple-radio {
	float: left;
	left: 0px;
	position: relative;
	padding: 0px !important;
	margin-top: 0px;
	height: auto;
	width: auto;
}

.level-row {
	font-weight: bold;
	font-size: 15px;
	float: left
}

.subscription-not-eligible {
	color: #CFCFCF;
}

.subscription-row {
	width: 100%;
	float: left;
}

.subscription-row .level-label {
	min-width: 65px;
	margin-right: 10px;
	float: left;
}

.user-info img.subscription-user-icon {
	max-height: 13px;
	max-width: 13px;
	vertical-align: middle;
}

.ub-container h1 img.subscription-user-icon {
	max-height: 23px;
	max-width: 23px;
	vertical-align: middle;
}

.radio-input {
	float: left;
	width: 20px;
}

.radio-input input[type=radio] {
	margin-top: 0px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
}

.terms-of-services-box {
	height: 200px;
	width: 100%;
	overflow: auto;
	background: #f3f3f3;
	padding: 15px;
	font-weight: normal;
	box-sizing: border-box;
}

.sidebar-user-level-profile {
	position: relative;
	max-width: 50px;
	height: 50px;
	left: 75%;
	z-index: 1;
	bottom: 50px;
}

.sidebar-user-level-profile .user-badge.user-level-1 {
	background-image: url(images/level-1-icon.png);
}

.sidebar-user-level-profile .user-badge.user-level-2 {
	background-image: url(images/level-2-icon.png);
}

.sidebar-user-level-profile .user-badge.user-level-3 {
	background-image: url(images/level-3-icon.png);
}

#job_map .job_google_map {
	height: 350px;
	width: 100%;
}

.request-map .request-google-map {
	height: 200px;
	width: 100%;
}

.forced-auto-margins {
	margin: 0 auto !important;
}

.level-container .level-number {
	left: 0;
}

.graph-link-container {
	overflow: visible;
	position: relative;
	display: block;
	float: right;
	height: 0px;
}

.graph-link {
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	display: block;
	color: #FFFFFF;
	border-top: 0;
	width: 50px;
	height: 20px;
	cursor: pointer;
}

.graph-link:after {
	content: "";
	top: 8px;
	bottom: auto;
	right: 21px;
	left: auto;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #DDDDDD;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}

.graph-link:hover {
	background-color: #F3F3F3;
	border-color: #DDD;
	box-shadow: inset 0px 1px 5px rgba(0,0,0,.2);
}

.graph-link:hover:after {
	border-top: 6px solid #BBB;
}

.graph-link.open:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

div.graph-button {
	/*clear: both;*/
	float:left;
	/*margin: 0 5px;*/
}

div.graph-button label {
	width: auto;
	border-radius: 0px;
	border: 1px solid #DDD;
	min-width: 48px;
	text-align: center;
}

div.graph-button + div.graph-button label {
	border-width: 1px 1px 1px 0;
}

div.graph-button input.radio:empty {
	display:none;
}

div.graph-button input.radio:empty ~ label {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 10px;
	line-height: 34px;
}

div.graph-button input.radio:hover:not(:checked) ~ label {
		color: #888;
}

div.graph-button input.radio:checked ~ label {
	color: #000;
	background-color: #F3F3F3;
	border-color: #DDD;
	box-shadow: inset 0px 1px 5px rgba(0,0,0,.2);
}

form div.graph-options{
	float: left;
	margin-right: 10px;
}

#chart-div-container {
	margin-bottom: 0px;
	overflow: hidden;
}

.graph-options.borderselect span.styledselect,
.graph-options select.grey_input {
	height: 36px;
	line-height: 36px;
	border: 1px solid #DDDDDD;
	min-width: 70px;
}

.graph-options a.btn, .graph-options .btn {
	margin: 0;
	min-width: 70px;
}

.advanced-search-section {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 80;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: rgba(0, 0, 0, .7);
}

.advanced-search-section.advanced-search-white {
	background: rgba(255, 255, 255, 0.4);
}

.advanced-search-section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.advanced-search-wrapper {
	width: 80%;
	display: inline-block;
	text-align: left;
}

.advanced-search-wrapper input[type="text"] {
	float: left;
	display: inline-block;
	height: 44px;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	outline: 0;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.advanced-search-wrapper input[type="text"]:focus {
	outline-color: #83c124;
	border-color: #83c124;
	-webkit-box-shadow: 0 0 2px #83c124;
	box-shadow: 0 0 2px #83c124;
}

.advanced-search-wrapper input[type="submit"] {
	float: left;
	display: inline-block;
	height: 44px;
	width: 20%;
	padding: 10px 40px;
	background-color: #83c124;
	outline: 0;
	text-align: center;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.advanced-search-wrapper input[type="submit"]:hover {
	color: #000;
}

.advanced-search-wrapper .select-block,
.advanced-search-wrapper .text-block {
	width: 20%;
	float: left;
	font-size: 16px;
	display: inline-block;
	position: relative;
	height: 44px;
	-webkit-appearance: none;
	overflow: hidden;
	background: #fff;
}

.advanced-search-wrapper .text-block {
	width: 30%;
	border-right: 1px solid #ccc;
}

.advanced-search-wrapper .select-block select.styledselect {
	height: 44px !important;
	line-height: 44px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .1;
	-webkit-appearance: none;
}

.advanced-search-wrapper .select-block span.styledselect {
	height: 100%;
	line-height: 44px;
	text-indent: 0;
	padding: 0 20px;
}

.user-profile-tooltip {
	display:none;
	margin-left:-10px;
	margin-top:-17px;
	font-weight: normal;
	font-size:14px;
	position:absolute;
}

.user-profile-online {
	color: #83C124;
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background: #83C124;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.user-profile-offline {
	color:#ddd;
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background: #ddd;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.post-new-job-banner {
	position: relative;
	height: 443px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-new-job-banner:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0px;
	z-index: 0;
	top: 0;
	background: url(images/newjob-shade.png) repeat-x;
}

.tabs-wrapper .tab-wrapper .tab {
	display: none;
}

.tabs-wrapper .tab-wrapper .tab.active {
	display: block;
}

.post-new-job-wrapper {
	z-index: 10;
	position: relative;
}

.post-new-job-wrapper .tabs-wrapper .navigator {
	margin-bottom: 5px;
	overflow: hidden;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector {
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	padding: 0px 10px;
	cursor: pointer;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector .tab-text {
	background: #34373d;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	padding: 11px 11px 11px 40px;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector.active .tab-text {
	background: #83c124;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector .tab-text span {
	position: absolute;
	width: 30px;
	height: 100%;
	padding: 11px 0px;
	text-align: center;
	left: 0;
	top: 0;
	background: #34373d;
	-webkit-filter: brightness(85%);
			filter: brightness(85%);
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector.active .tab-text span {
	background: #83c124;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector .tab-text:before {
	position: absolute;
	display: block;
	content: "";
	width: 2px;
	height: 0;
	top: 0;
	right: auto;
	bottom: 0;
	left: -10px;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-top: 20px solid #34373d;
	border-bottom: 20px solid #34373d;
		-webkit-filter: brightness(85%);
			filter: brightness(85%);
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector.active .tab-text:before {
	border-top: 20px solid #83c124;
	border-bottom: 20px solid #83c124;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector .tab-text:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	right: -10px;
	bottom: 0;
	left: auto;
	border-left: 10px solid #34373d;
	border-right: 0px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.post-new-job-wrapper .tabs-wrapper .navigator .tab-selector.active .tab-text:after {
	border-left-color: #83c124;
	border-right-color: #83C124
}

.post-new-job-wrapper, .post-new-job-wrapper * {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-new-job-wrapper .tabs-wrapper .tab-wrapper {
	padding: 30px 40px;
	background: #fff;
}

.post-new-job-wrapper .tabs-wrapper .tab-wrapper .tab {
	position: relative;
	min-height: 400px;
}
.post-new-job-wrapper textarea {
	width: 100%;
	padding: 12px 13px;
	min-height: 110px;
	background: #fff;
}

.post-new-job-wrapper .job-title textarea {
	font-size: 24px;
	line-height: 33px;
	font-weight: 600;
	height: 92px;
	min-height: 92px;
	max-height: 125px;
	max-width: 100%;
}

.post-new-job-wrapper input[type="text"],
.post-new-job-wrapper input[type="number"],
.post-new-job-wrapper input[type="password"],
.post-new-job-wrapper input[type="email"] {
	width: 100%;
	padding: 0px 13px;
	background: #fff;
	height: 38px;
	line-height: 38px;
}

.s-row .col100 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 100%;
}
.s-row .col60 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 60%;
}

.s-row .col70 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 70%;
}

.s-row .col30 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 30%;
}

.s-row .col50 {
	padding: 0px 10px;
	display: inline-block;
	float: left;
	width: 50%;
}

.post-new-job-wrapper .s-row {
	overflow: visible;
	position: relative;
	/* semantic-ui */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -10px;
}

.post-new-job-wrapper .s-row + .s-row {
	margin-bottom: 0;
	margin-top: 0;
}

.post-new-job-wrapper .col100, .post-new-job-wrapper .col50, .post-new-job-wrapper .col60, .post-new-job-wrapper .col40, .post-new-job-wrapper .col33, .post-new-job-wrapper .col66, .post-new-job-wrapper .col30, .post-new-job-wrapper .col70 {
	display: inline-block;
	position: static;
	padding: 10px;
}

.post-new-job-wrapper .col-stick-bottom {
	margin-bottom: -30px;
}

.post-new-job-wrapper label h2 {
	display: block;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 0;
	border-left: 5px solid #83c124;
	border-right: 0;
	margin: 10px 0;
}

.post-new-job-wrapper label span.empty {
	min-height: 19px;
	border: 0;
	margin: 10px 0;
	display: inline-block;
}

.post-new-job-wrapper label span.lighter {
	color: #999999;
}

.post-new-job-wrapper .input-block {
	position: static;
}

.post-new-job-wrapper .input-block > span {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-top: 3px;
}

.post-new-job-wrapper .select-block span.styledselect {
	font-size: 13px;
	font-weight: 700;
	width: 100%;
	height: 38px;
	line-height: 36px;
	text-indent: 13px;
	color: #555;
}

.post-new-job-wrapper select.grey_input,
.post-new-job-wrapper select.do_input,
.post-new-job-wrapper select.styledselect {
	padding: 12px 13px;
	height: 38px;
}

/*.post-new-job-wrapper .uz-suggest1.visible, .post-new-job-wrapper .uz-suggest2.visible, .post-new-job-wrapper .uz-suggest3.visible, .post-new-job-wrapper .uz-suggesth.visible {
	display: block;
}*/

.post-new-job-wrapper .hidden-tooltip {
	position: absolute;
	width: 265px;
	left: 100%;
	top: 0;
	z-index: 99;
	box-shadow: none;
	padding: 50px 0 0 30px;
	display: none;
}

.post-new-job-wrapper .hidden-tooltip-box {
	display: block;
	position: relative;
	float: right;
	width: 235px;
	min-height: 40px;
	margin: 0;
	z-index: 99;
	color: #777777;
	background:  #f9f9f9;
	box-shadow: none;
	padding: 5px 20px;
	font-weight: 400;
	border: 1px solid #dddddd;
	font-size: 11px;
}

.post-new-job-wrapper .hidden-tooltip-box:before {
	content: "";
	width: 8px;
	height: 14px;
	background: url(images/tooltip-arrow.png);
	left: -8px;
	top: 15px;
	position: absolute;
}

.post-new-job-wrapper .hidden-tooltip-box img {
	max-width: 100%;
	margin: 10px 0;
	display: block;
}

.post-new-job-wrapper .hidden-tooltip-box h1,
.post-new-job-wrapper .hidden-tooltip-box h2,
.post-new-job-wrapper .hidden-tooltip-box h3,
.post-new-job-wrapper .hidden-tooltip-box h4,
.post-new-job-wrapper .hidden-tooltip-box h5,
.post-new-job-wrapper .hidden-tooltip-box h6,
.post-new-job-wrapper .hidden-tooltip-box p {
	margin: 10px 0;
}

.post-new-job-wrapper .hover-area:hover .hidden-tooltip,
.post-new-job-wrapper .hidden-tooltip.visible,
.post-new-job-wrapper.has-focus .hover-area:hover .hidden-tooltip.visible {
	display: block;
}

.post-new-job-wrapper.has-focus .hover-area:hover .hidden-tooltip {
	display: none;
}

.input-block div.tagsinput {
	overflow: hidden;
	padding: 3px;
	border: 1px solid #ddd;
	cursor: text;
}

.input-block div.tagsinput span.tag,
.input-block div.tagsinput input {
	margin: 3px;
	font-size: 13px;
	font-family: inherit;
	color: #555;
	font-weight: 700;
	padding: 5px 7px;
}

.input-block div.tagsinput span.tag {
	background: #f4f4f4;
	border: 1px solid #ddd;
	cursor: default;
}

.input-block div.tagsinput span.tag a {
	background: #cccccc;
	font-size: 7px;
	color: #fff;
	text-align: center;
	line-height: 10px;
	width: 12px;
	height: 12px;
	float: right;
	margin: 3px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #bbb;
}

.input-block div.tagsinput span.tag a:hover {
	background: #bbb;
	border: 1px solid #aaa;
}



.post-new-job-wrapper .tab-corner-image {
	position: absolute;
	z-index: 10;
	right: -40px;
	bottom: -30px;
	overflow: hidden;
	width: 250px;
	height: 250px;
}

.post-new-job-wrapper .tab-corner-image img {
	max-width: none;
}

.post-new-job-wrapper .tab-controls {
	width: 100%;
	position: static;
}

.post-new-job-wrapper .tab-controls a {
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	padding: 0 35px 0 22px;
	color: #fff;
	position: absolute;
	bottom: -80px;
}

.post-new-job-wrapper .tab-controls a.right {
	background: #2d5767;
	right: -40px;
}

.post-new-job-wrapper .tab-controls a.left {
	background: none;
	color: #999;
	left: -40px;
}

.post-new-job-wrapper .tab-controls a:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 13px;
	top: 12px;
}

.post-new-job-wrapper .tab-controls a.left:before {
	background: url(images/prev-tab-arrow.png);
	left: 0;
}

.post-new-job-wrapper .tab-controls a.right:before {
	background: url(images/next-tab-arrow.png);
	right: 19px;
}

.post-new-job-wrapper {
	margin-bottom: 100px;
}

.post-new-job-wrapper a.add-extra-btn {
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	padding: 0 35px 0 22px;
	color: #fff;
	background: #999999;
}

.job-description-wysiwyg,
textarea.job-description-wysiwyg {
	padding-bottom: 45px;
	height: auto;
	flex-direction: column;
	resize: auto;
	cursor: auto;
	white-space: pre-wrap;
	min-height: auto;
}

.job-description-wysiwyg-toolbar {
	position: absolute;
	left: 9px;
	bottom: 31px;
	background: #fff;
}

.job-description-wysiwyg-toolbar i {
	color: #555;
}

.job-description-wysiwyg-toolbar .wysihtml5-command-active i {
	background-color: #f1f1f1;
	color: #333;
}

.job-description-wysiwyg-toolbar i.bordered.icon {
	box-shadow: 0 0 0 1px #ddd inset;
}

.job-description-wysiwyg-toolbar .wysihtml5-command-active i.bordered.icon {
	box-shadow: 0 0 0 1px #bbb inset;
}

.post-new-job-wrapper .error {
	overflow: hidden;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 0px;
	background: #df3f3f;
	color: #fff;
}

.char-limit-exceeded {
	color: #df3f3f;
}

.post-new-job-wrapper .has-errors label h2 {
	border-left: 5px solid #df3f3f;
}
