body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
	margin: 0;
	min-height: 100vh;
}
/* HEADER */

.updated-header-mid {
	margin:0 220px 0 202px;
	text-align: center;
	float: none !important;
}

.updated-header-mid ul {
	display: inline-block;
}

.updated-header-mid ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 26px 0 53px;
	line-height: 57px;
	cursor: pointer;
}

.updated-header-mid ul span {
	display: inline-block;
	float: left;
	padding: 0 33px;
	line-height: 58px;
	font-size: 14px;
	color: #898989;
}

.updated-header-mid ul li a {
	color: #000;
	font-size: 18px;
}

.for-employers {
	background: url(../img/common/for-employers.png) no-repeat 24px 19px !important;
}

.for-employers:hover {
	background: #f7f7f7 url(../img/common/for-employers-over.png) no-repeat 24px 19px !important;
}

.for-employers-active {
	background: #f7f7f7 url(../img/common/for-employers-over.png) no-repeat 24px 19px !important;
}

.for-employers-active a {
	color: #00afa3 !important;
}

.for-employers:hover a {
	color: #00afa3 !important;
}


.for-employees {
	background: url(../img/common/for-employees.png) no-repeat 24px 19px !important;
}

.for-employees:hover {
	background: #f7f7f7 url(../img/common/for-employees-over.png) no-repeat 24px 19px !important;
}

.for-employees-active {
	background: #f7f7f7 url(../img/common/for-employees-over.png) no-repeat 24px 19px !important;
}

.for-employees-active a {
	color: #00afa3 !important;
}

.for-employees:hover a {
	color: #00afa3 !important;
}
/*.updated-header-mid-active a{
	color: #26d0c4 !important;
}*/

/* PROFILE */

.updated-profile-bottom-con {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	background: url(../img/innerpages/business/gradient.png) no-repeat ;
}

.updated-cv-btn {
	float: left;
	width: 112px;
	height: 25px;
	background: #61bd6d;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	margin: 0 0 0 19px;
	color: #FFF;
	font-size: 12px;
}

.updated-profile-msg-icon {
	font-size: 24px;
	color: #28caff;
	right: 30px;
	position: absolute;
	bottom: 23px;
}

.updated-profile-msg-icon:before {
   font-family: FontAwesome;
   content: "\f075";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
}

.updated-profile-main-con {
	float: left;
	margin: 0 0 50px;
	width: 100%;
	background: #f5f8fa;
	position: relative;
	padding: 0 30px 20px;
}

.updated-profile-main-left {
	margin: 0 234px 0 0;
}

.updated-profile-main-right {
	position: absolute;
	width: 180px;
	right: 30px;
	top: 24px;
}

.updated-profile-image {
	position: absolute;
	width: 173px;
	height: 173px;
	border: 1px solid #cfecf6;
	padding: 10px;
	background: #e8f9ff;
	top: -95px;
	z-index: 3;
	left: 30px;
}

.updated-profile-image img {
	border: 1px solid #99e0f9;
}

.updated-profile-header {
	margin: 24px 0 0 197px;	
	height: auto;
	position: relative;
}

.updated-profile-header ul {
	float: left;
	padding: 0;
	list-style: none;
	border-bottom: 4px solid #09bafd;
	width: 100%;
}

.updated-profile-header ul li {
	float: left;
	display: inline-block;
	padding: 0 22px;
	line-height: 50px;
	border-right: 1px solid #e1e8ed;
	background: #FFF;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}

.updated-profile-header-active {
	background: #09bafd !important;
	color: #FFF !important;
}

.updated-inner-con {
	float: left;
	margin: 20px 0 10px;
	padding: 21px 24px;
	width: 100%;
	background: #FFF;
	border: 1px solid #e1e8ed;
	position: relative;
}

.updated-inner-con h1 {
	float: left;
	margin: 0 0 9px;
	width: auto;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

.updated-inner-con p {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 14px;
	color: #626262;
	line-height: 26px;
}

.updated-inner-con h2 {
	float: left;
	margin: 35px 0 0;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

.updated-profile-phone {
	float: left;
	margin: 10px 45px 0 0;
	width: auto;
	font-size: 14px;
	color: #626262;
}

.updated-profile-phone:before {
	font-family: FontAwesome;
	content: "\f10b";
	display: inline-block;
	padding-right: 11px;
	vertical-align: middle;
	color: #09bafd;
	font-size: 18px;
}

.updated-profile-email {
	float: left;
	margin: 10px 45px 0 0;
	width: auto;
	font-size: 14px;
	color: #626262;
}

.updated-profile-email:before {
	font-family: FontAwesome;
	content: "\f1fa";
	display: inline-block;
	padding-right: 11px;
	vertical-align: middle;
	color: #09bafd;
	font-size: 18px;
}

.updated-profile-address {
	float: left;
	margin: 10px 0 0;
	width: auto;
	font-size: 14px;
	color: #626262;
}

.updated-profile-address:before {
	font-family: FontAwesome;
	content: "\f0f7";
	display: inline-block;
	padding-right: 11px;
	vertical-align: middle;
	color: #09bafd;
	font-size: 18px;
}

.updated-exp-row {
	float: left;
	margin: 0 0 23px;
	padding-bottom: 28px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e1e8ed;
}

.updated-exp-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.updated-companyname {
	float: left;
	margin: 0;
	width: 100%;
}

.updated-companyname h3 {
	float: left;
	margin: 7px 0 0;
	padding: 0 6px;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #626262;
	font-weight: 700;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #626262;
	line-height: 14px;
	vertical-align: middle;
}

.updated-companyname h3:first-child {
	border-left: 0;
	padding-left: 0;
}

.updated-companyname h3:last-child {
	border-right: 0;
}

.updated-exp-date {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	font-size: 14px;
	color: #000;
}

.updated-exp-row p {
	color: #626262;
	margin: 9px 0 0;
	line-height: 22px;
}

.updated-profile-skills {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	height: auto; 
}

.updated-profile-skills span {
	float: left;
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 4px 20px 5px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	font-size: 12px;
	color: #626262;
	cursor: pointer;
}

.updated-profile-skills a {
	float: left;
	margin: 2px 0 0;
	font-size: 14px;
	color: #09bafd;
}

.updated-profile-skills a:before {
	display: inline-block;
	content: '+';
	padding-right:2px;
	font-size: 18px;
	font-weight: 700;
}

.updated-profile-portfolio {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	height: auto;
}

.updated-portfolio-img {
	float: left;
	margin: 0 10px 0 0;
	width:133px;
	height: 133px;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	overflow: hidden;
}

.updated-portfolio-img img {
	width: 100%;
	height: 100%;
}

.updated-profile-portfolio a {
	float: left;
	margin: 0 0 0;
	font-size: 14px;
	color: #09bafd;
	line-height: 133px;
}

.updated-profile-portfolio a:before {
	display: inline-block;
	content: '+';
	padding-right:2px;
	font-size: 18px;
	font-weight: 700;
}

.updated-profile-network {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
}

.network-nav-main {
	float: right;
	margin: 0;
	width: auto;
}

.updated-saved {
	float: right;
	margin: 0;
	width: auto;
	height: 16px;
	font-size: 14px;
	color: #333;
	border-left: 1px solid #e1e8ed;
	padding-left: 22px;
	line-height: 16px;
}

.updated-saved:hover {
	color: #09bafd !important;
}

.updated-connection {
	float: right;
	margin: 0;
	width: auto;
	height: 16px;
	font-size: 14px;
	color: #333;
	padding:0 22px;
	line-height: 16px;
}

.updated-connection:hover {
	color: #09bafd !important;
}

.updated-followers {
	float: right;
	margin: 0 0 0 0;
	padding: 0 22px 0 0;
	width: auto;
	height: 16px;
	font-size: 14px;
	color: #333;
	border-right: 1px solid #e1e8ed;
	line-height: 16px;
}

.updated-followers:hover {
	color: #09bafd !important;
}

.updated-followers-active {
	color: #09bafd !important;
}

.updated-profile-follow {
	float: left;
	margin: 27px 0 0 0;
	width: 100%;
}

.updated-profile-network ul {
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.updated-profile-network ul li {
	width: 20%;
	height: auto;
	padding: 0 0;
	margin: 27px 0;
	text-align: center;
	float: left;
}

.updated-network-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #e1e8ed;
}

.updated-network-img img {
	width: 100%;
	height: 100%;
}

.updated-follow-name {
	float: left;
	margin: 13px 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.updated-follow-profession {
	float: left;
	margin: 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #626262;
}

.updated-invite-btn {
	float: left;
	margin: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	border: 2px solid #e04554;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #e04554;
	text-transform: uppercase;
	background: none;
	padding: 0;
}

.updated-invite-hire {
	float: left;
	margin: 10px 10px 0 0;
	width: 114px;
	height: 40px;
	text-align: center;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	background: none;
	padding: 0 5px;
}

.updated-invite-save {
	float: left;
	margin: 10px 0 0 0;
	width: 56px;
	height: 40px;
	text-align: center;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	background: none;
	padding: 0 5px;
}

.updated-profile-main-right h1 {
	float: left;
	margin: 30px 0 13px;
	padding: 0;
	width: 100%;
	height: auto;
	font-weight: 700;
	color: #000;
	font-size: 14px;
}

.updated-profile-main-right p {
	float: left;
	margin: 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	color: #626262;
	font-size: 14px;
}

.updated-varified:after {
	font-family: FontAwesome;
	content: "\f05d";
	display: inline-block;
	padding-left: 8px;
	vertical-align: middle;
	color: #61bd6d;
	font-size: 18px;
}

.updated-profile-main-right .social-quick-view ul {
	text-align: left;
}

.updated-profile-main-right .social-quick-view ul li {
	text-align: center;
}

/* JOB FEEDS */

.updated-ownview-head {
	float: left;
	margin: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	border-bottom: 1px solid #e1e8ed;
}

.updated-feed-post-job-btn {
	float: right;
	margin: 10px 10px 0 0;
	padding: 0 0 0 26px;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	width: 128px;
	height: 30px;
	background: #26d0c4 url(../img/jobfeed/post-icon.png) no-repeat 10px 11px;
	cursor: pointer;
	border: 0;
}


.updated-feed-manage-job-btn {
	float: right;
	margin: 10px 10px 0 0;
	width: 117px;
	height: 30px;
	border: 1px solid #c5c5c5;
	background: #FFF;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 0;
	line-height: 26px;
}

.updated-feed-manage-job-btn:before {
   font-family: FontAwesome;
   content: "\f013";
   display: inline-block;
   padding-right: 9px;
   vertical-align: middle;
   font-size: 16px;
}

.updated-feed-draft-btn {
	float: right;
	margin: 10px 10px 0 0;
	width: 80px;
	height: 30px;
	border: 1px solid #c5c5c5;
	background: #FFF url(../img/jobfeed/edit.png) no-repeat 11px 8px;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 24px;
}

.updated-job-main {
    background: #EFEFEF;
    border: 1px solid #e1e8ed;
    float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0;
    width: 100%;
}

.updated-job-feed-content {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.updated-job-feed-left {
	float: left;
	margin: 0;
	width: 399px;
	height: auto;
}

.updated-job-feed-left-row {
	float: left;
	margin: 0;
	padding: 26px 70px 25px 20px;
	width: 100%;
	height: auto;
	position: relative;
	background: #FFF;
	border: 1px solid #e1e8ed;
	border-left: 0;
	border-bottom: 0;
	cursor: pointer;
}

.updated-job-feed-left-row:hover {
	background: #efefef;
	border-color: #efefef;
}

.updated-job-feed-left-row-active {
	background: #efefef;
	border-color: #efefef;
}

.updated-job-feed-left-row:first-child {
	border-top: 0;
}

.updated-job-feed-left-row:last-child {
	border-bottom: 0;
}

.updated-job-feed-left-row h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 18px;
	color: #010000;
}

.updated-job-feed-left-row h3 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 14px;
	color: #010000;
}

.updated-job-feed-left-row h3 span {
	font-size: 18px;
	color: #aaaaaa;
}

.updated-job-feed-left-row h3 span:before {
   font-family: FontAwesome;
   content: "\f041";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}

.updated-job-feed-left-row-right {
	position: absolute;
	width: 70px;
	text-align: center;
	right: 0;
}

.updated-job-feed-left-row-right .fa {
	font-size: 16px;
	color: #09bafc;
}

.updated-job-feed-left-row-right p {
	font-size: 14px;
	color: #a0a0a0;
}

.updated-job-feed-right {
	margin: 0 0 0 399px;
	padding: 0 25px;
	background: #efefef;
	overflow: auto;
}

.updated-job-feed-right h2 {
	float: left;
	margin: 27px 0 0;
	width: 100%;
	font-size: 18px;
	color: #010000;
}

.updated-job-feed-right h3 {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	font-size: 14px;
	color: #636363;
	line-height: 22px;
}

.updated-job-feed-right-col {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-top: 15px;
}

.updated-job-feed-right-col h4 {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}

.updated-job-feed-right-col p {
	float: left;
	margin: 10px 0 10px;
	width: 100%;
	font-size: 14px;
	color: #636363;
}

.updated-job-feed-right button {
	float: right;
	width: 146px;
	height: 40px;
	margin: 20px 0 70px 0;
	background: #53cef6;
	font-size: 14px;
	color: #FFF;
	border-radius: 5px;
	border: 0;
}

.resp-tab-active a{
	color: #FFF !important;
}

.add-to-fav .fa {
	color: #F00 !important;
}

.updated-new {
	background: #e04554;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	width: 44px;
	height: 17px;
	text-align: center;
	line-height: 17px;
}

/* job list */

.updated-cv-upload {
	float: left;
	margin: 34px 0 0;
	width: 246px;
	height: 40px;
	background: #d44836 url(../img/joblist/upload-cv.png) no-repeat 41px 9px;
	position: relative;
}

.updated-cv-upload:before {
	content: 'Upload your CV';
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 68px;
	display: inline-block;
}

.updated-cv-upload .file-upload-wrapper {
	width: 100%;
	margin: 0;
	height: 40px;
}

.updated-cv-upload .file-upload-wrapper2 {
	width: 100%;
	margin: 0;
	height: 40px;
}

.updated-cv-upload .file-upload-button {
	width: 100% !important;
	height: 100% !important;
}


.updated-joblist-sub {
	float: left;
	margin: 9px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #545454 !important;
	line-height: 22px;
	width: 100%;
}

.updated-joblist-sub span {
	color: #010000 !important;
	border: 0 !important;
	float: none !important;
	background: none !important;
	font-size: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.updated-joblist-sub .fa {
	font-size: 18px;
	color: #aaaaaa;
}

.new-job-list-dtl-right {
	padding-right: 50px;
}

.updated-joblist-sub-3 {
	float: left;
	margin: 2px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	line-height: 22px;
	width: 100%;
}

.updated-joblist-sub-3 span {
	color: #010000 !important;
	float: none !important;
}

.updated-joblist-sub-4 {
	float: left;
	margin: 10px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #626262;
	line-height: 22px;
	width: 100%;
}

.updated-joblist-sub-4 a {
	color: #09bafc;
}

.updated-joblist-sub-5 {
	float: left;
	margin: 3px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #626262;
}

.updated-joblist-sub-5 a {
	font-size: 14px;
	font-weight: 400;
	color: #626262;
}

.updated-joblist-sub-6 {
	float: left;
	margin: 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #626262;
	line-height: 22px;
	width: 100%;
}

.updated-joblist-sub-6 a {
	color: #09bafc;
}

.updated-job-list-add a{
	position: absolute;
	width: 70px;
	text-align: center;
	right: 0;
}

.updated-job-list-add a .fa {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #09bafc;
	padding: 0 0 !important;
	margin: 0 !important;
}

.updated-job-list-add a p {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	line-height: 18px !important;
	color: #a0a0a0 !important;
}

.updated-job-expand {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	background: #fbfbfb;
	border: 1px solid #c5c5c5;
	padding-bottom: 32px;
	display: none;
	border-top: 0;
}

.updated-job-expand-inr {
	float: left;
	margin: 0 0 0 132px;
	width: 365px;
	height: auto;
}

.updated-job-expand-inr h2 {
	float: left;
	margin: 30px 0 0;
	width: auto;
	font-size: 16px;
	color: #000;
}

.updated-job-expand-inr input {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	height: 52px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 14px;
}

.updated-job-expand-inr input::-webkit-input-placeholder {
 color: #000;
 opacity:1;
}

.updated-job-expand-inr input:-moz-placeholder { /* Firefox 18- */
 color:#000;
 opacity:1;
}

.updated-job-expand-inr input::-moz-placeholder {  /* Firefox 19+ */
 color:#000;
 opacity:1;
}

.updated-job-expand-inr input:-ms-input-placeholder {
 color:#000;
 opacity:1;
}

.updated-job-expand-check {
	float: left;
	margin: 20px 0 0 !important;
	width: 100%;
}

.updated-job-expand-check label {
	font-size: 14px;
	color: #3f3f3f;
	font-weight: 400;
	margin: 0;
}

/* Base for label styling */
.updated-job-expand-check [type="checkbox"]:not(:checked),[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.updated-job-expand-check [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.updated-job-expand-check [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; 
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

.updated-job-expand-check [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}


.updated-job-expand-check [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.updated-job-expand-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


.updated-job-expand-check [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.updated-job-expand-check [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.updated-job-expand-check [type="checkbox"]:disabled + label {
  color: #aaa;
}

.updated-job-expand-check [type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.updated-job-expand-check-old {
	margin: 0 !important;
}

.updated-job-expand-check-old label {
	display: inline-block;
	font-size: 13px;
	color: #626262;
	line-height: 12px;
	border-radius: 0!important;
}

.updated-job-expand-check-old label:before {
  border-radius: 0 !important;
  width: 15px !important;
  height: 15px !important;
}

.updated-job-expand-check-old label:after {
  top: 2px !important; 
  left: 3px !important;
  font-size: 11px !important;
  line-height: 0.8;
  color: #a2a2a2 !important;
}


.updated-job-expand-check-old span {
	line-height: 16px !important;
}


.updated-job-expand-inr textarea{  
	float: left;
	overflow:hidden;
	padding:10px 20px 0;
	width:100%;
	font-size:14px;
	margin:20px 0 0;
	display:block;
	border-radius:5px;
	border:1px solid #bcbcbc;
	min-height: 92px;
	resize:none;
	color: #000;
	font-size: 14px;
}

.updated-job-expand-inr textarea::-webkit-input-placeholder {
 color: #000;
 opacity:1;
}

.updated-job-expand-inr textarea:-moz-placeholder { /* Firefox 18- */
 color:#000;
 opacity:1;
}

.updated-job-expand-inr textarea::-moz-placeholder {  /* Firefox 19+ */
 color:#000;
 opacity:1;
}

.updated-job-expand-inr textarea:-ms-input-placeholder {
 color:#000;
 opacity:1;
}

.updated-job-expand-cancel {
	float: left;
	margin: 20px 0 0;
	width: 175px;
	height: 35px;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 0;
	background: #f3f3f3;
	font-size: 14px;
	color: #898989;
}

.updated-job-expand-send {
	float: right;
	margin: 20px 0 0;
	width: 175px;
	height: 35px;
	border: 1px solid #39bff6;
	border-radius: 2px;
	padding: 0;
	background: #39bff6;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}

.updated-job-expand-close {
	position: absolute;
	width: 64px;
	height: 25px;
	background: #e8e8e8;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	line-height: 25px;
	font-size: 12px;
	color: #626262;
}

.updated-job-expand-close img {
	margin-right: 5px;
}

/* About us */

.new-about-top-sec {
	float: left;
	margin: 32px 0 0;
	width: 100%;
	height: auto;
	position: relative;
	background: #FFF;
}

.new-about-img {
	float:right;
	margin: 46px 77px 0 0;
	padding: 0;
	width: auto;
}

.new-about-top-txt {
	position: absolute;
	top: 190px;
	left: 78px;
	width: 65%;
	height: auto;
	line-height: 46px;
}

.new-about-top-txt h2 {
	font-size: 30px;
	color: #000;
	display: inline;
	background: #86bbfd;
	padding: 0 0;
	position: relative;
}

.updated-abt-con {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: auto;
    margin: 0 0 100px;
    padding: 0 300px 50px 80px;
    width: 100%;
}

.updated-abt-con h3 {
	float: left;
	margin: 58px 0 2px;
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #000;
}

.updated-abt-con p {
	float: left;
	margin: 24px 0 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

.updated-abt-con ul {
	float: left;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.updated-abt-con ul li {
	float: left;
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	padding: 0 0 0 18px;
	position: relative;
}

.updated-abt-con ul li:before {
   font-family: FontAwesome;
   content: "\f105";
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 1px;
}

.updated-abt-con p a {
	color: #39bff6;
}

/* LANDING PAGE */

.landing-wraper {
	float: left;
	margin: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/landing/banner.jpg) no-repeat;
	background-size: cover;
}

.langingpage-header {
	position: fixed !important;
	width: 100%;
	height: 60px;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 99999;
	border-bottom: 1px solid #c4c4c4;
	transition: margin 0.3s ease 0s;

}

.langingpage-header-bdr {
	border-bottom: 1px solid #c4c4c4;
}

.landing-logo {
	float: left;
	margin: 8px 0 0 20px;
}

.landing-join-us-btn {
	float: right;
	margin: 10px 10px 0 0;
	width: 107px;
	height: 40px;
	background: #d44836;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

.landing-join-us-btn-employer {
	float: right;
	margin: 10px 10px 0 0;
	width: 107px;
	height: 40px;
	background: #0070e5;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

.landing-login-btn {
	float: right;
	margin: 10px 0 0 0;
	width: 80px;
	height: 36px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	<!--border-left: 1px solid #bfbfbf;-->
}

.langingpage-header ul {
	float: right;
	margin: 10px 25px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.langingpage-header ul li {
	float: right;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

.langingpage-header ul li a {
	font-size: 13px;
	color: #404040;
	line-height: 60px;
	text-align: center;
	display: inline-block;
}

.landing-job {
	background: url(../img/landing/job-icon.png) no-repeat 3px 0;
	width: 100%;
}

.langingpage-header ul li:hover .landing-job {
	background: url(../img/landing/job-icon.png) no-repeat 3px -66px;
}

.langingpage-header ul li a:hover {
	color: #0992fc;
}

.landing-chats {
	background: url(../img/landing/chats.png) no-repeat 7px 0;
	width: 100%;
}

.langingpage-header ul li:hover .landing-chats {
	background: url(../img/landing/chats.png) no-repeat 7px -75px;
}

.landing-alert {
	background: url(../img/landing/alert.png) no-repeat 7px 0;
	width: 100%;
}

.langingpage-header ul li:hover .landing-alert {
	background: url(../img/landing/alert.png) no-repeat 7px -74px;
}

.landing-people {
	background: url(../img/landing/people.png) no-repeat 7px -1px;
	width: 100%;
}

.langingpage-header ul li:hover .landing-people {
	background: url(../img/landing/people.png) no-repeat 7px -74px;
}

.landing-spas {
	background: url(../img/landing/spas.png) no-repeat 5px 1px;
	width: 100%;
}

.langingpage-header ul li:hover .landing-spas {
	background: url(../img/landing/spas.png) no-repeat 5px -58px;
}

.landing-explore {
	background: url(../img/landing/explore.png) no-repeat 14px 0;
	width: 100%;
}

.langingpage-header ul li:hover .landing-explore {
	background: url(../img/landing/explore.png) no-repeat 14px -80px;
}

/*.for-employers-btn {
	float: left;
	margin: 10px 0 0 24px;
	width: 147px;
	height: 38px;
	border: 0;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #FFF;
	background: #007ee5;
}*/

.landing-text {
	position: absolute;
	width: 930px;
	left: 50%;
	margin: 0 0 0 -465px;
	height: 100vh;
	text-align: center;
}

.landing-text p {
	display:inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    font-size: 48px;
    color: #FFF;
    line-height: 54px;
    padding: 300px 0 0;
}

.landing-text p span {
	background: rgba(0, 0, 0, .3);
	display: inline-block;
	padding: 10px 10px;
}

.landing-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	height: 40px;
	background: #FFF;
	z-index: 99997;
}

.landing-footer ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.landing-footer ul li {
	display: inline-block;
	line-height: 36px;
	padding: 0 11px;
}

.landing-footer ul li a {
	font-size: 14px;
	color: #333;
}

.landing-footer span {
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	padding-right: 20px;
}

.landing-footer p {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 38px;
	margin-right: 5px;
	position: relative;
}

.landing-footer p a {
	position: absolute;
	top: -6px;
	width: 19px;
}

.landing-footer p a img {
	width: 19px;
	height: 19px;
}

.landing-spa-name {
	position: fixed;
	height: 80px;
	bottom: 60px;
	left: 20px;
	width: 100%;
}

.landing-spa-logo {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #cacaca;
	border-radius: 50%;
	overflow: hidden;
}

.landing-spa-logo img {
	width: 100%;
	height: 100%;
}

.landing-spa-name-txt {
	float: left;
	width: 50%;
	margin: -9px 0 0;
}

.landing-spa-name h1 {
	float: left;
	margin: 13px 0 0 15px;
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
}

.landing-spa-name h2 {
	float: left;
	margin: 3px 0 0 15px;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}

.landing-spa-name h3 {
	float: left;
	margin: 7px 0 0 15px;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}

.landing-spa-name h3:before {
   font-family: FontAwesome;
   content: "\f041";
   display: inline-block;
   padding-right: 7px;
   vertical-align: top;
   font-size: 14px;
}

.Forgotpwd a {
    margin: 28px 0 0 43px !important;
}

.StaySigned {
	margin: 28px 0 0 10px !important;
}

/* EMPLOYER HOME */

.employer-landing-main-wraper {
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #FFF;
	overflow: hidden;
}

.employer-landing-wraper {
	float: left;
	margin: 0;
	width: 100%;
/*	background: url(../img/employer/banner-01.jpg) no-repeat;
	background-size: cover;
	height: calc(100vh - 65px);*/
	position: relative;
}

.employer-login-btn {
	float: right;
	margin: 10px 0 0 0;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	cursor: pointer;
}

.for-employers-home-btn {
	float: left;
	margin: 10px 0 0 20px;
	padding-left: 20px;
	width: auto;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #0070e5;
	font-size: 16px;
	cursor: pointer;
	border-left: 1px solid #bfbfbf;
}

.employer-landing-text {
	position: absolute;
	width: 930px;
	left: 50%;
	margin: 0 0 0 -465px;
	height: auto;
	text-align: center;
	padding: 0 0 0 0;
	top: 30%;

}

.employer-landing-text p {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 48px;
    color: #FFF;
    line-height: 48px;
}

.employer-landing-text p span {
	display: inline-block;
	line-height: 60px;
}

.employer-landing-text a {
	margin: 24px 0 0 0;
	display: inline-block;
	background: #0070E5;
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding: 0 38px;
}

.employer-landing-footer {
	position: absolute;
	border-top: 1px solid #c4c4c4;
	bottom: 0;
}

.landing-footer-without-bdr {
	position: relative;
	float: left;
}

.employer-landing-spa-name {
	bottom: 66px;
	position: absolute;
}

.employer-down-arrow {
	position: absolute;
	width: 100%;
	height: auto;
	background: #FFF;
	top: -51px;
	text-align: center;
	padding-top: 32px;

}

.employer-down-arrow a {
	display: inline-block;
	font-size: 72px;
	color: #000;
	line-height: 12px;
	vertical-align: top;
}

.employer-down-arrow a .fa {
	line-height: 12px;
	vertical-align: top;
}

.employer-sec-01 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #FFF;
	padding-bottom: 80px;
	position: relative;
}

.employer-sec-inr {
	margin: 0 auto;
	width: 1111px;
	height: auto;
	overflow: hidden;
}

.employer-sec-small {
	float: left;
	margin: 74px 0 0;
	width: 200px;
	height: auto;
	text-align: center;
}

.employer-sec-small-img {
	float: left;
	margin: 0;
	width: 100%;
	height: 100px;
	text-align: center;
}

.employer-sec-small h2 {
	float: left;
	margin: 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #010000;
}

.employer-sec-small p {
	float: left;
	margin: 12px 0 9px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	color: #545454;
	line-height: 22px;
	min-height: 90px;
	max-height: 90px;
}

.employer-sec-small a {
	font-size: 16px;
	color: #0070e5;
}

.employer-sec-small:nth-child(2) {
    margin-left: 260px;
}

.employer-sec-small:nth-child(3) {
    float: right;
}

.employer-sec-02 {
	float: left;
	margin: 0;
	padding: 165px 0 270px;
	width: 100%;
	height: auto;
	background: url(../img/employer/banner-02.jpg) no-repeat;
	background-size: 100%;
}

.employer-sec-02-inr {
	float: left;
	margin: 0 0 0 140px;
	width: 465px;
	height: auto;
}

.employer-sec-02-inr h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 50px;
	color: #FFF;
	line-height: 50px;
}

.employer-sec-02-inr p {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	font-size: 20px;
	color: #FFF;
	line-height: 24px;
}

.employer-sec-02-inr a {
	float: left;
	margin: 21px 0 0;
	width: 177px;
	height: 40px;
	background: #0070E5;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}

.employer-sec-03 {
	float: left;
	margin: 0;
	padding: 90px 0 365px;
	width: 100%;
	height: auto;
	background: url(../img/employer/banner-03.jpg) no-repeat;
	background-size: 100%;
}

.employer-sec-03-inr {
	float: right;
	margin: 0 140px 0 0;
	width: 565px;
	height: auto;
}

.employer-sec-03-inr h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 50px;
	color: #333;
	text-align: right;
	line-height: 50px;
}

.employer-sec-03-inr p {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	font-size: 20px;
	color: #333;
	text-align: right;
	padding-left: 140px;
	line-height: 22px;
}

.employer-sec-03-inr a {
	float: right;
	margin: 21px 0 0;
	width: 177px;
	height: 40px;
	background: #0070E5;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}

.employer-sec-04 {
	float: left;
	margin: 0;
	padding: 235px 0 250px;
	width: 100%;
	height: auto;
	background: url(../img/employer/banner-04.jpg) no-repeat;
	background-size: 100%;
}

.employer-sec-04-inr {
	float: left;
	margin: 0 0 0 245px;
	width: 485px;
	height: auto;
}

.employer-sec-04-inr h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 50px;
	color: #FFF;
	line-height: 50px;
}

.employer-sec-04-inr p {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	font-size: 20px;
	color: #FFF;
	padding-right: 70px;
	line-height: 24px;
}

.employer-sec-04-inr a {
	float: left;
	margin: 21px 0 0;
	width: 177px;
	height: 40px;
	background: #0070E5;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}

.employer-sec-05 {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 56px 0 64px;
}

.employer-sec-05-inr {
	margin: 0 auto;
	width: 1111px;
	text-align: center;
}

.employer-sec-05-inr h2 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 36px;
}

.employer-sec-05-inr a {
	display: inline-block;
	margin: 26px 0 0;
	width: auto;
	height: auto;
	text-align: center;
	background: #0070E5;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	padding: 8px 27px;
}

.employer-sec-05 {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 56px 0 64px;
}

.employer-sec-05-inr {
	margin: 0 auto;
	width: 1111px;
	text-align: center;
}

.new-job-title-filter-main ul li span {
	float: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.employer-sec-06 {
	float: left;
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 36px 0 64px;
	position: relative;
}

.employer-sec-06-inr {
	margin: 0 auto;
	width: 1425px;
	text-align: center;
}

.employer-sec-06-inr p {
	font-size: 18px;
	margin: 20px 0 0;
}

.employer-sec-06-inr-row {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	position: relative;
}

.employer-sec-06-item {
	/*float: left;*/
	display:inline-block;
	width: 20%;
	padding: 0 10px;
}


.employer-sec-06-item-inr {
	float: left;
	margin: 0;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d6d5d5;
	background: #FFF;
	text-align: center;
	height: 360px;
	cursor: pointer;
}

.employer-sec-06-item-inr:hover {
	background: #ef8c86;
	border: 1px solid #ef8c86;
}


.employer-sec-06-item-inr h1 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 20px 0 0;
	padding: 0;
}

.employer-sec-06-item-inr h1 span {
	border-bottom: 8px solid #9495e1;
	padding-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.employer-sec-06-item:nth-child(2) h1 span {
    border-bottom: 8px solid #1abc9c;
}

.employer-sec-06-item:nth-child(3) h1 span {
    border-bottom: 8px solid #df625b;
}

.employer-sec-06-item:nth-child(4) h1 span {
    border-bottom: 8px solid #ffb755;
}

.employer-sec-06-item-inr:hover h1 span {
	color: #FFF !important;
	border-bottom: 8px solid #df625b;
}

.employer-sec-06-item-inr h2 {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 44px 0 0;
	padding: 0;
	font-size: 77px;
	color: #007ee5;
}

.employer-sec-06-item-inr:hover h2 {
	color: #FFF !important;
}

.employer-sec-06-item-inr p {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 22px 0 0;
	padding: 0;
	font-size: 16px;
	color: #404040;
	line-height: 22px;
	min-height: 80px;
}

.employer-sec-06-item-inr:hover p {
	color: #FFF !important;
}


.employer-sec-06-item-inr h3 {
	float: left;
	width: 100%;
	margin: 22px 0 0;
	text-align: center;
}

.employer-sec-06-item-inr h3 a {
	display: inline-block;
	width: 152px;
	height: 38px;
	background: #FFF;
	border-radius: 0;
	line-height: 36px;
	font-size: 16px;
	color: #353535;
	text-transform: uppercase;
	border: 1px solid #a1a1a1;
}

.employer-sec-06-item-inr:hover h3 a {
	color: #FFF !important;
	background: #df625b;
	border: 1px solid #DF625B;
}

.employer-sec-06-item-inr h3 span {
	display: inline-block;
	width: 152px;
	height: 38px;
	background: #FFF;
	border-radius: 0;
	line-height: 36px;
	font-size: 16px;
	color: #353535;
	text-transform: uppercase;
	border: 1px solid #a1a1a1;
}

.employer-sec-06-item-inr:hover h3 span {
	color: #FFF !important;
	background: #df625b;
	border: 1px solid #DF625B;
}


.employer-sec-06-item-inr h4 {
    color: #404040;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 55px 0 0;
    min-height: 184px;
    padding: 0 10px;
    width: 100%;
    min-height: 184px;
    max-height: 184px;
    overflow: hidden;
}


.employer-sec-06-item-inr h5 {
	float: left;
	width: 100%;
	margin: 22px 0 0;
	text-align: center;
}

.employer-sec-06-item-inr h5 a {
	display: inline-block;
	width: 152px;
	height: 38px;
	background: #007ee5;
	border-radius: 0;
	line-height: 36px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #007ee5;
}

.employer-sec-06-item-inr:hover h4 {
	color: #FFF !important;
}

.enterprise-pop-up-fade {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(161, 161, 161, .8);
	overflow-y:scroll;
	top: 0;
	z-index: 999999; 
	display: none;
}

.enterprice-pop-up {
	position: absolute;
	width: 1024px;
	height: auto;
	border: 1px solid #cacaca;
	z-index: 9999;
	background: #FFF;
	left: 50%;
	top: -50%;
	margin: -316px 0 0 -512px;
	padding: 0 0;  
    z-index: 999999; 
    -webkit-transition: top .3s; /* Safari */
    transition: top .3s;
}

.enterprice-pop-up-open {
	top: 50%;
	-webkit-transition: top .3s; /* Safari */
    transition: top .3s;
}

.enterprice-pop-up-inr {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 40px;
	background: url(../img/employer/image.png) no-repeat right bottom;

}

.enterprice-pop-up h1 {
	float: left;
	margin: 33px 0 15px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #1f1f1f;
}

.enterprice-pop-up h2 {
	float: left;
	margin: 20px 0 15px;
	width: 62%;
	text-align: left;
	font-size: 20px;
	color: #1f1f1f;
	line-height: 26px;
}

.enterprice-pop-up ul {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 0 0 12px;
}

.enterprice-pop-up ul li {
	float: left;
	clear: left;
	width: 62%;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}

.enterprice-pop-up ul li span {
	font-weight: 700;
}

.enterprice-pop-up h3 {
	float: left;
	margin: 20px 0 25px;
	width: 62%;
	text-align: left;
	font-size: 20px;
	color: #1f1f1f;
	line-height: 26px;
}

.enterprice-pop-up h3 a {
	color: #0070E5;
}

.enterprice-pop-up-btn-con-close {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.pricing-employer-sec {
	height: calc(100vh - 70px);
	padding: 70px 0 0;
}




@media (min-width: 1300px) {
	.employer-sec-02 {
	    padding: 115px 0 104px;
	}

	.employer-sec-03 {
		padding: 20px 0 157px;
	}
	
	.employer-sec-04 {
	    padding: 140px 0 130px;
	}

	.employer-sec-06-inr {
		width: 1330px;
	}
}

@media (min-width: 1400px) {

	.employer-sec-02 {
	    padding: 125px 0 123px;
	}

	.employer-sec-03 {
		padding: 20px 0 156px;
	}

	.employer-sec-04 {
	    padding: 110px 0 125px;
	}

	.employer-sec-06-inr {
		width: 1300px;
	}
}

@media (min-width: 1600px) {
	
	.employer-sec-02 {
	    padding: 165px 0 147px;
	}

	.employer-sec-03 {
		padding: 20px 0 198px;
	}

	.employer-sec-04 {
	    padding: 170px 0 190px;
	}

	.employer-sec-06-inr {
		width: 1425px;
	}
}

@media (min-width: 1700px) {
	.employer-sec-02 {
	    padding: 165px 0 270px;
	    background-size: cover;
	}

	.employer-sec-03 {
		padding: 90px 0 365px;
		background-size: cover;
	}

	.employer-sec-04 {
	    padding: 235px 0 250px;
	    background-size: cover;
	}

	.employer-sec-06-inr {
		width: 1425px;
	}

}


/* JUNCTION BOX */

.updated-junction-con {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding-top: 60px;
}

.updated-junction-box-main {
	margin: 0 auto;
	width: 80%;
	height: auto;
	padding-bottom: 50px;
	position: relative;
	overflow: auto;
}

.updated-junction-box-header {
	background: #dbdbdb !important;
	height: 44px !important;
	padding:0 !important;
}

.updated-junction-box-header h1 {
	color: #333 !important;
	line-height: 40px !important;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
}

.updated-junction-box-draft {
	float: left;
	margin: 5px 0 0;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #d44836;
}

.updated-junction-box-drop-down {
	background: #808080 !important;
}

.updated-junction-box-drop-down:after {
	border-bottom-color: #808080 !important;
}

.updated-juncton-box-top-space {
	margin-bottom: 60px !important;
}

.updated-junction-box-invitejob-list-main {
	padding: 0 70px !important;
}

.updated-junction-box-left {
	position: absolute;
	width: 500px;
	height: auto;
	left: 0;
}

.updated-junction-box-right-fixed {
	position: fixed;
	width: 500px;
	height: auto;
}


.updated-junction-box-right {
	margin-left: 500px;
}

@media (min-width: 1300px) {
.updated-junction-box-invitejob-list-main {
	padding: 0 0 !important;
}
}

@media (min-width: 1400px) {
.updated-junction-box-invitejob-list-main {
	padding: 0 0 !important;
}

}

@media (min-width: 1600px) {
.updated-junction-box-invitejob-list-main {
	padding: 0 20px !important;
}

}

@media (min-width: 1700px) {
.updated-junction-box-invitejob-list-main {
	padding: 0 70px !important;
}


}

/* updated after login */

.updated-header-right-after-login {
	float: right;
	width: 80px;
	height: 60px;
	border-left: 1px solid #dedede;
	position: relative;
}

.updated-header-right-after-login-pro-img {
	float: left;
	margin: 11px 0 0 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.updated-header-pro-img {
	float: right;
	margin: 0;
	width: 
}

.updated-header-right-arrow {
	float: right;
	margin: 18px 9px 0 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.updated-header-right-arrow:before {
   font-family: FontAwesome;
   content: "\f0d7";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
   font-size: 20px;
   color: #818181;
}


/****************************************/

.updated-header-pro-drop {
	position: absolute;
	width: 159px;
	height: 0;
	z-index: 1;
	right: 0;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-header-pro-drop-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-header-pro-drop-inr:after, .updated-header-pro-drop-inr:before {
	top: 5px;
	right: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-header-pro-drop-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-right: -8px;
}

.updated-header-pro-drop-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-right: -7px;
}

.updated-header-pro-drop-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-header-pro-drop-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-header-pro-drop-inr ul li:last-child {
	border-bottom: 0;
}

.updated-header-pro-drop-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}

/****************************************/


.updated-header-plus-drop {
	position: absolute;
	width: 185px;
	height: 0;
	z-index: 1;
	right: 0;
	top: 29px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-header-plus-drop-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-header-plus-drop-inr:after, .updated-header-plus-drop-inr:before {
	top: 5px;
	right: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-header-plus-drop-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-right: -8px;
}

.updated-header-plus-drop-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-right: -7px;
}

.updated-header-plus-drop-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-header-plus-drop-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-header-plus-drop-inr ul li:last-child {
	border-bottom: 0;
}

.updated-header-plus-drop-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}



.updated-header-post-job-btn {
	float: right;
	margin: 10px 10px 0 0;
	width: 107px;
	height: 40px;
	background: #d44836;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

.updated-chat-icon {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 0 36px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/chat-icon.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
}

.updated-chat-icon:hover {
	background: url(../img/header/chat-icon.png) no-repeat 0 -48px;
	color: #0070e5;
}

.updated-alert-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 35px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/alerts-icon.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-alert-icon:hover {
	background: url(../img/header/alerts-icon.png) no-repeat 0 -46px;
	color: #0070e5;
}


.updated-talent-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 35px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/talent-icon.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-talent-icon a{
	color: #404040;
}

.updated-talent-icon:hover {
	background: url(../img/header/talent-icon.png) no-repeat 0 -51px;
	color: #0070e5;
}

.updated-talent-icon:hover a {
	color: #0070e5;
}


.updated-talent-icon-sel {
	background: url(../img/header/talent-icon.png) no-repeat 0 -52px;
	color: #0070e5;
	border-bottom: 4px solid #0070e0;
}



.updated-jtn-box-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 37px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/box-icon.png) no-repeat 0 13px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-jtn-box-icon:hover {
	background: url(../img/header/box-icon.png) no-repeat 0 -38px;
	color: #0070e5;
}

.updated-jtn-box-icon-sel {
	background: url(../img/header/box-icon.png) no-repeat 0 -38px;
	color: #0070e5;
	border-bottom: 4px solid #0070e0;
}

.updated-job-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 35px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/jobs.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-job-icon:hover {
	background: url(../img/header/jobs.png) no-repeat 0 -51px;
	color: #0070e5;
}

.updated-spas-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 40px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/home-icon.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-spas-icon:hover {
	background: url(../img/header/home-icon.png) no-repeat 0 -54px;
	color: #0070e5;
}

.updated-explore-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 35px;
	width: auto;
	height: 60px;
	line-height: 60px;
	background: url(../img/header/explore.png) no-repeat 0 19px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-explore-icon:hover {
	background: url(../img/header/explore.png) no-repeat 0 -60px;
	color: #0070e5;
}

.updated-top-nav-icon-sel {
	color: #0070e0;
	border-bottom: 4px solid #0070e0;
}

.header-upload-plus-btn {
	float: right;
	margin: 11px 20px 0 0;
	width: 38px;
	height: 38px;
	background: #d44836;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 30px;
	color: #FFF;
	cursor: pointer;
}

.updated-post-job-wraper {
	float: left;
	margin: 0;
	padding-top: 101px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #f3f3f3;
}

.updated-post-job-main {
	width: 625px;
	height: auto;
	margin: 0 auto;
}

.updated-post-job-main-inr {
	float: left;
	margin: 0 0 50px;
	width: 100%;
	height: auto;
	border: 1px solid #cacaca;
	background: #FFF;
	border-radius: 4px;
	padding-bottom: 0;
	position: relative;
}

.updated-post-job-section {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cacaca;
	padding: 0 30px 30px;
}

.updated-post-job-section:last-child {
	border-bottom: 0;
}

.updated-post-job-section h1 {
	float: left;
	margin: 26px 0 5px;
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #007ee5;
}

.updated-post-job-section label {
	float: left;
	margin: 17px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #010000;
	font-weight: 400;
}

.updated-post-job-section label span {
	float: right;
	color: #9a9a9a;
	font-size: 14px;
}

.updated-post-job-reuse-dropdown {
	float: left;
	margin: 8px 0 0;
	width: 365px;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	/*overflow: hidden;*/
	background: #fff url(../img/postjob/arrow-down.jpg) no-repeat right center;
}

.updated-post-job-reuse-dropdown .select-stylejob select {
	height: 40px;
	color: #626262;
}

.updated-post-job-reuse-dropdown .select-stylejob select option {
	padding: 10px 10px;
}

.updated-post-job-section-tag {
	float: left;
	margin: 10px 10px 0 0;
	width: auto;
	height: 27px;
	border: 1px solid #c4c4c4;
	padding: 0 17px;
	border-radius: 5px;
	line-height: 24px;
	font-size: 12px;
	color: #626262;
}

.updated-post-job-reuse-input-big {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #9a9a9a;
}

.updated-post-job-editor {
	float: left;
	margin: 8px 0 0;
	width: 100%;
}

.updated-salary-input-con-01 {
	float: left;
	margin: 8px 0 0;
	width: 181px;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #9a9a9a;
}

.updated-post-token {
	float: left;
	width: 100%;
	position: relative;
}


/*.updated-salary-input-con-01:nth-child(4) {
    margin-left: 10px;
}*/

.updated-salary-input-con-01:nth-child(6) {
   margin-left: 10px;
}

.updated-years {
	float: left;
	margin: 8px 0 0 10px;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 42px;
}

.updated-add-another {
	float: left;
	margin: 8px 0 0 10px;
	font-size: 14px;
	color: #010101;
	line-height: 40px;
}


.updated-post-job-preview {
	float: right;
	margin: 60px 0 0 0;
	width: 130px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	padding: 0;
	font-size: 14px;
	color: #898989;
	border-radius: 3px;
}

.updated-post-job-save {
	float: right;
	margin: 60px 10px 0 0;
	width: 130px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	padding: 0;
	font-size: 14px;
	color: #898989;
	border-radius: 3px;
}

.updated-post-job-btn-blue {
	float: right;
	margin: 60px 10px 0 0;
	width: 130px;
	height: 35px;
	border: 1px solid #007ee5;
	background: #007ee5;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	border-radius: 3px;
	font-weight: 700;
}

.selectric p {
	border: 0;
	width: 100%;
	padding: 0;
}

.updated-post-job-reuse-dropdown .selectric-items {
	background: #FFF !important;
	box-shadow: none !important; 
}

.updated-post-job-reuse-dropdown .selectric .label {
    margin: 2px 10px;
	width: 342px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	color: #626262;
}

.updated-post-job-reuse-dropdown .selectric-items ul, .selectric-items li {
    font-size: 14px !important;
    color: #626262;
}

.updated-post-job-reuse-dropdown .selectric-items li {
    color: #666;
    cursor: pointer;
    display: block;
    padding: 11px 10px;
}

.updated-post-job-reuse-dropdown .selectric .button::after {
	border: 0;
}

/*.selectric {
	background: none ;
}*/

.updated-post-job-reuse-dropdown  {
	background: none !important;
}

.updated-post-job-reuse-dropdown .selectric-items li:hover {
    background: #0070e5 !important;
    color: #FFF !important;
}

.updated-post-job-close {
	position: absolute;
	right: -10px;
	top: 0;
}

.updated-post-job-close img {
	margin: 3px 0 0 6px;
}

.updated-post-job-close-fixed {
	position: fixed;
	width: 30px;
	height: 29px;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.updated-post-job-close a p {
	padding: 10px 0 5px;
	font-size: 12px;
	color: #626262;
}

.updated-salary-input-con-02 {
	float: left;
	margin: 8px 0 0;
	width: 181px;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #9a9a9a;
}

.updated-salary-input-con-03 {
	float: left;
	margin: 8px 0 0 10px;
	width: 181px;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #9a9a9a;
}

.updated-job-post-browse {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}


.updated-job-post-browse .custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 0 !important;
}

.updated-job-post-browse .file-upload-wrapper {
  position: relative;
  margin-bottom: 0 !important;
  width: 100% !important;
  height: 40px !important;
}

.updated-job-post-browse .file-upload-input {
  width: 100% !important;
  float: left;
  display: block !important;
  background-color: #FFF !important;
  color: #626262 !important;
}

.updated-job-post-browse .file-upload-wrapper {
  position: relative;
  margin: 0 !important;
}


.file-upload-input:hover, .file-upload-input:focus {
  background: #FFF !important;
  outline: none;
}


.updated-job-post-browse .file-upload-button {
  background-color: #eaeaea;
  position: absolute !important;
  top: 0 !important;
  left: 487px !important;
  height: 40px !important;
  width: 75px !important;
  border-left: 1px solid #c4c4c4 !important;
  border-radius: 3px !important
}


.updated-job-post-browse .file-upload-button:before {
	content: 'Upload';
	font-size: 14px;
	color: #626262;
	font-weight: 400;
	text-transform: capitalize;
}

.updated-job-post-browse .file-upload-button:hover {
	background: #007ee5 !important;
}

.updated-job-post-browse .file-upload-button:hover:before {
	color: #FFF !important;
}

.updated-lang-add {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.updated-job-salary-drop-down {
	float: left;
	margin: 0 0 0;
	width: 133px;
	height: 42px;
	border: 0;
	border-radius: 5px;
}

.updated-job-salary-drop-down .updated-post-job-reuse-dropdown {
	width: 133px;
	background: url(../img/postjob/salary-dropdown.jpg) no-repeat right center;
}

.updated-job-salary-drop-down .updated-post-job-reuse-dropdown .selectric .label {
	width: 111px;
}

.updated-job-salary-input {
	float: left;
	margin: 0 0 0 10px;
	width: 133px;
}

.updated-job-salary-input-right {
	margin-left: 10px;
}

.gender-drop-down {
	float: left;
	margin-left: 0;
	width: 163px;
}

.gender-drop-down .updated-post-job-reuse-dropdown {
	width: 163px;
	background: url(../img/postjob/salary-dropdown.jpg) no-repeat right center;
}

.gender-drop-down .updated-post-job-reuse-dropdown .selectric .label {
	width: 100%;
	margin: 0;
	height: 40px;
	padding: 2px 10px;
}

.gender-drop-down-big {
	float: left;
	width: 390px;
	margin-left: 10px;
}

.gender-drop-down-big .updated-post-job-reuse-dropdown {
	width: 100%;
	background: url(../img/postjob/salary-dropdown.jpg) no-repeat right center;
}

.gender-drop-down-big .updated-post-job-reuse-dropdown .selectric .label {
	width: 100%;
	margin: 0;
	height: 40px;
	padding: 2px 10px;
}

.post-job-desired {
	float: left;
	width: 100%;
}

.post-job-desired-input {
	float: left;
	margin: 8px 0 0; 
	padding: 10px 10px;
	width: 100%;
	min-height: 72px;
	resize:none;
	border: 1px solid #bbb;
	border-radius: 5px;
}

.post-job-desired .tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 6px 7px 0;
	width: 100%;
	height: auto !important;
	min-height: 42px !important;
	overflow-y: auto;
	margin: 8px 0 0 0;
	float: left;
	border-radius: 5px;
	display: inline-block;
}

.post-job-desired-skill-input {
	float: left;
	margin: 0 0 0; 
	width: 100%;
	height: auto;
}

.post-job-desired-skill-input .tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 6px 7px 0;
	width: 100%;
	height: auto !important;
	min-height: 172px !important;
	overflow-y: auto;
	margin: 8px 0 0 0;
	float: left;
	border-radius: 5px;
	display: inline-block;
}

/* AFTER LOGIN */

.after-login-main-container {
	float: left;
	margin: 0;
	padding-top: 90px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #f3f3f3;
}

.after-login-container-inr {
	margin: 0 auto;
	width: 1156px;
	height: auto;
	overflow: auto;
}

.updated-after-login-left {
	float: left;
	margin: 0;
	width: 210px;
	height: auto;
}

.updated-after-login-left-fixed {
	position: fixed;
	width: 210px;
}

.updated-after-login-left-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #FFF;
}

.updated-after-login-header {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.updated-after-login-header-bnr {
	float: left;
	margin: 0;
	width: 100%;
	height: 50px;
}

.updated-after-login-header-bnr img {
	width: 100%;
	height: 100%;
}

.updated-after-login-header-dtl-con {
	float: left;
	margin: 0;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	position: relative;
}

.updated-after-login-pro-img {
	position: absolute;
	left: 50%;
	top: -30px;
	height: 72px;
	width: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	margin: 0 0 0 -36px;
}

.updated-after-login-pro-img img {
	width: 100%;
	height: 100%;
}

.updated-after-login-header h1 {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.updated-after-login-left-inr h2 {
	float: left;
	margin: 3px 0 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 400;
	color: #a8a8a8;
	text-align: center;
}

.updated-after-login-left-inr ul {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	list-style: none;
	padding: 0;
}

.updated-after-login-left-inr ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 0 56px;
	line-height: 28px;
}

.updated-after-login-left-inr ul li a {
	font-size: 14px;
	color: #545454;
}

.updated-after-login-left-inr ul li a:hover {
	color: #0070e0;
}

.updated-after-login-left-explore {
	background: url(../img/after-login/explore.png) no-repeat 16px 0;
}

.updated-after-login-left-explore:hover {
	background: url(../img/after-login/explore.png) no-repeat 16px -76px;
}

.updated-after-login-left-people {
	background: url(../img/after-login/people.png) no-repeat 16px 0;
}

.updated-after-login-left-people:hover {
	background: url(../img/after-login/people.png) no-repeat 16px -64px;
}

.updated-after-login-left-spas {
	background: url(../img/after-login/spas.png) no-repeat 18px 2px;
}

.updated-after-login-left-spas:hover {
	background: url(../img/after-login/spas.png) no-repeat 18px -59px;
}

.updated-after-login-left-jobs {
	background: url(../img/after-login/jobs.png) no-repeat 18px 2px;
}

.updated-after-login-left-jobs:hover {
	background: url(../img/after-login/jobs.png) no-repeat 18px -56px;
}

.updated-after-login-left-blog {
	background: url(../img/after-login/blog.png) no-repeat 18px 2px;
}

.updated-after-login-left-blog:hover {
	background: url(../img/after-login/blog.png) no-repeat 18px -55px;
}

.updated-after-login-left-global {
	background: url(../img/after-login/global.png) no-repeat 18px 2px;
}

.updated-after-login-left-global:hover {
	background: url(../img/after-login/global.png) no-repeat 18px -56px;
}

.updated-after-login-left-footer {
	float: left;
	margin: 13px 0 0;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
}

.updated-after-login-left-footer a {
	font-size: 14px;
	color: #404040;
}

.updated-after-login-left-footer a span {
	font-size: 16px;
	padding: 0 5px;
}

.updated-after-login-left-footer p {
	float: left;
	margin: 4px 0 0;
	width: 100%;
	font-size: 14px;
	color: #404040;
}

.updated-after-login-content-area {
	float: left;
	margin: 0 0 0 260px;
	width: 540px;
	height: auto;
}

.updated-after-login-content-area-header {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	border: 1px solid #d9d9d9;
	padding: 20px 20px 15px;
}

.updated-after-login-content-area-header .HomePencilIcon a {
	margin-left: 110px;
}

.updated-after-login-content-area-header .NewPostAddField::after, .NewPostAddField::before {
	left: 120px !important;
}

.updated-after-login-edit {
	float: left;
	margin: 25px 0 0 109px;
	width: auto;
	height: auto;
	background: url(../img/after-login/pencil-icon.png) no-repeat top center;
	font-size: 12px;
	color: #767676;
	padding: 28px 0 0 0;
}

.updated-after-login-edit:hover {
	background: url(../img/after-login/pencil-icon-sel.png) no-repeat top center;
	color: #0070e0;
}

.updated-after-login-image-upload {
	float: left;
	margin: 25px 0 0 38px;
	width: auto;
	height: auto;
	background: url(../img/after-login/camera-icon.png) no-repeat top center;
	font-size: 12px;
	color: #767676;
	padding: 28px 0 0 0;
}

.updated-after-login-image-upload:hover {
	background: url(../img/after-login/camera-icon-sel.png) no-repeat top center;
	color: #0070e0;
}

.updated-after-login-add-link {
	float: left;
	margin: 25px 0 0 38px;
	width: auto;
	height: auto;
	background: url(../img/after-login/link-icon.png) no-repeat top center;
	font-size: 12px;
	color: #767676;
	padding: 28px 0 0 0;
}

.updated-after-login-add-link:hover {
	background: url(../img/after-login/link-icon-sel.png) no-repeat top center;
	color: #0070e0;
}

.updated-after-login-video-upload {
	float: left;
	margin: 25px 0 0 38px;
	width: auto;
	height: auto;
	background: url(../img/after-login/video-icon.png) no-repeat top center;
	font-size: 12px;
	color: #767676;
	padding: 28px 0 0 0;
}

.updated-after-login-video-upload:hover {
	background: url(../img/after-login/video-icon-sel.png) no-repeat top center;
	color: #0070e0;
}

.updated-after-login-general-post {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-after-login-text-post {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-after-login-text-post span {
	float: left;
	font-size: 14px;
	color: #000;
}

.updated-after-login-content-area-header .NewHomepostAddsec1 {
	padding: 0;
	border: 0;
}

/*.updated-after-login-content-area-header .Newhomepostinput {
	float: left;
}*/

.updated-after-login-content-area-header .NewHomepostAddsec1 {
	background: none;
}

#General .updated-after-login-image-upload {
	margin: 16px 0 0 38px;
	background: url(../img/after-login/camera-icon.png) no-repeat left center;
	padding: 5px 0 5px 40px;
}

#General .updated-after-login-add-link {
	margin: 16px 0 0 38px;
	background: url(../img/after-login/link-icon.png) no-repeat left center;
	padding: 5px 0 5px 40px;
}

#General .updated-after-login-video-upload {
	margin: 16px 0 0 38px;
	background: url(../img/after-login/video-icon.png) no-repeat left center;
	padding: 5px 0 5px 40px;
}

.updated-home-grids {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: auto;
}

.updated-home-grids .HomeNewBlogSec {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.updated-home-grids .UpdatedHomePro {
	border-radius: 50%;
	overflow: hidden;
}

.updated-blog-bottom {
	float: left;
	margin: 0 0 0;
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

.updated-blog-bottom-comments {
	float: left;
	margin: 15px 0 0 20px;
	width: auto;
	font-size: 12px;
	color: #646464;
	line-height: 26px;
}

.updated-blog-bottom-comments span {
	color: #000;
}

.updated-blog-bottom-comments:before {
   font-family: FontAwesome;
   content: "\f0e5";
   display: inline-block;
   padding-right: 12px;
   vertical-align: top;
   font-size: 20px;
   color: #bfbfbf;
}

.updated-blog-bottom-like {
	float: left;
	margin: 15px 0 0 35px;
	width: auto;
	font-size: 12px;
	color: #646464;
	line-height: 26px;
}

.updated-blog-bottom-like span {
	color: #000;
}

.updated-blog-bottom-like:before {
   font-family: FontAwesome;
   content: "\f08a";
   display: inline-block;
   padding-right: 12px;
   vertical-align: top;
   font-size: 20px;
   color: #bfbfbf;
}

.updated-home-grids .checkoutprofileidtl p {
	background: none;
}

.updated-home-grids .checkoutjobs {
	border: 1px solid #e2e2e2;
	border-bottom: 0;
}

.updated-home-grids .LatestSubscribers h1 {
	padding-bottom: 5px;
}

.updated-home-grids .LatestSubscribeRow:last-child {
	margin-bottom: 25px;
}

.updated-after-login-right {
	float: right;
	margin: 0;
	width: 306px;
	height: auto;
}

.updated-after-login-right h1 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
}

.updated-recommended-pro-row {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 7px;
	position: relative;
}

.updated-recommended-pro-row:hover {
	background: #FFF;
}

.updated-recommended-pro-img {
	float: left;
	margin: 10px 0 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.updated-recommended-pro-ttl {
	float: left;
	margin: 0 0 0 10px;
	width: 215px;
}

.updated-recommended-pro-ttl h2 {
	float: left;
	margin: 7px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #404040;
	font-weight: 700;
}

.updated-recommended-pro-ttl h3 {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #404040;
	font-weight: 400;
}

.updated-recommended-pro-ttl h4 {
	float: left;
	margin: 3px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #404040;
	font-weight: 400;
}

.updated-recommended-plus {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 12px;
	margin: -10px 0 0;
	background: url(../img/after-login/plus.png) no-repeat;
}

.updated-recommended-plus:hover {
	background: url(../img/after-login/plus-over.png) no-repeat;
}

.updated-recommended-all {
	float: left;
	margin: 9px 0 23px;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #404040;
	font-weight: 600;
}

.updated-recommended-all:after {
	font-family: FontAwesome;
	content: "\f0da";
	display: inline-block;
	padding-left: 8px;
	vertical-align: middle;
}

.updated-recommended-right-bnr {
	float: left;
	width: 100%;
	height: auto;
	margin: 15px 0 0;
}

.updated-after-top-plus {
	float: right;
	width: 38px;
	height: 38px;
	margin: 11px 20px 0 0;
	background: #d44836;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 30px;
	color: #FFF;
	cursor: pointer;
	position: relative;
}

.NewLatestHomeBlogBottom a {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	font-size: 14px;
	color: #000;
}


/* MANAGE JOBS */

.landing-wraper-mange-jobs-main {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0 0 0;
	overflow: hidden;
}

.landing-wraper-mange-jobs {
	background: url(../img/manage-jobs/bg.jpg) no-repeat 0 0;
	background-size: 100%;
	float: left;
    height: 100vh;
    padding: 0;
    width: 100%;
}


.updated-mng-job-text {
	position: absolute;
	width: 1020px;
	left: 50%;
	margin: 0 0 0 -510px;
	height: 100vh;
}

.updated-mng-job-text p {
	display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100vh;
    font-size: 45px;
    color: #FFF;
    line-height: 48px;
    font-weight: 600;
    padding-top: 230px;
}

.updated-mng-job-text p span {
	display: inline-block;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
}

.updated-mng-job-post-btn {
	float: left;
	margin: 26px 0 0 265px;
	width: 221px;
	height: 44px;
	background: #d44836;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	line-height: 44px;
}

.updated-mng-job-talent-btn {
	float: left;
	margin: 26px 0 0 30px;
	width: 221px;
	height: 44x;
	background: #0070e0;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	line-height: 44px;
}

.updated-talent-drop-down {
	position: absolute;
	width: 199px;
	height: 0;
	z-index: 1;
	left: -18px;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-talent-drop-down-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-talent-drop-down-inr:after, .updated-talent-drop-down-inr:before {
	top: 5px;
	left: 31px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-talent-drop-down-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}
.updated-talent-drop-down-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-left: -7px;
}

.updated-talent-drop-down-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-talent-drop-down-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-talent-drop-down-inr ul li:last-child {
	border-bottom: 0;
}

.updated-talent-drop-down-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}

.updated-junction-drop-down {
	position: absolute;
	width: 199px;
	height: 0;
	z-index: 1;
	left: -18px;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}


@media (min-width: 1300px) {

	.updated-mng-job-text p {
	    padding-top: 180px;
	}

}

@media (min-width: 1400px) {

	.updated-mng-job-text p {
	    padding-top: 200px;
	}

}

@media (min-width: 1600px) {

	.updated-mng-job-text p {
	    padding-top: 230px;
	}

}

@media (min-width: 1700px) {

	.updated-mng-job-text p {
	    padding-top: 230px;
	}

}

/* MY JOBS */

.myjobs-wraper {
	float: left;
    padding: 0;
    width: 100%;
}

.myjobs-inr-con {
	margin: 0 auto;
	padding: 106px 0 100px;
	width: 1111px;
	height: auto;
	overflow: hidden;
}

.myjobs-inr-left-con {
	float: left;
	margin: 5px 0 0;
	width: 246px;
	height: auto;
	position: fixed !important;
}

.myjobs-post-job-btn {
	float: left;
	margin: 0;
	width: 100%;
	height: 40px;
	background: #d44836;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
}

.myjobs-post-job-btn:before {
   font-family: FontAwesome;
   content: "\f1d8";
   display: inline-block;
   padding-right: 10px;
   vertical-align: top;
}

.myjobs-inr-left-con ul {
	float: left;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.myjobs-inr-left-con ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 9px 0;
}

.myjobs-inr-left-con ul li:last-child {
	border-bottom: 0;
}

.myjobs-inr-left-con ul li a {
	font-size: 16px;
	color: #000;
}

.myjobs-inr-left-con ul li a:hover {
	color: #007ee5 !important;
}

.myjobs-inr-left-con ul li a span {
	font-size: 14px;
	color: #626262;
}

.myjobs-inr-left-con ul li a:hover span {
	color: #007ee5 !important;
}


.myjobs-inr-left-con-nav-sel a {
	color: #007ee5 !important;
}

.myjobs-inr-left-con-nav-sel a span {
	color: #007ee5 !important;
}


.myjobs-inr-right-con {
	float: right;
	margin: 0;
	width: 785px;
	height: auto;
}

.myjobs-inr-right-con h1 {
	float: left;
	margin: 0 0 18px;
	width: 100%;
	font-size: 24px;
	color: #626262;
}

.updated-myjob-row {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #bfbfbf;
	padding: 15px 20px 20px;
	border-bottom: 0;
	position: relative;
}

.updated-myjob-row:last-child {
	border-bottom: 1px solid #bfbfbf;
}

.updated-myjob-row h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 24px;
	color: #010000;
}

.updated-myjob-row-closed {
	background: #e04554;
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	vertical-align: middle;
}

.updated-myjob-row-open {
	background: #00b050;
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	vertical-align: middle;
}

.updated-myjob-row h3 {
	float: left;
	margin: 11px 0 0;
	width: 100%;
	font-size: 14px;
	color: #545454;
}

.updated-myjob-row h3 span {
	color: #010000;
}

.updated-myjob-row h3 p {
	width: auto;
	display: inline-block;
	color: #010000;
}

.updated-myjob-row h4 {
	float: left;
	margin: 9px 0 0;
	width: 100%;
	font-size: 14px;
	color: #626262;
}

.updated-myjob-row h4 a {
	font-size: 14px;
	color: #626262;
}

.updated-myjob-row-profile {
	float: left;
	margin: 14px 0 0;
	width: 100%;
	height: auto;
	position: relative;
}

.myjob-row-profile-01 {
	float: left;
	margin: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.myjob-row-profile-01 img {
	width: 100%;
	height: 100%;
}

.myjob-row-profile-01:nth-child(2) {
    left: 17px;
}

.myjob-row-profile-01:nth-child(3) {
    left: 30px;
}

.myjob-row-profile-01:nth-child(4) {
    left: 45px;
}

.updated-myjob-row-profile p {
	float: left;
	padding-left: 85px;
	font-size: 14px;
	color: #626262;
	line-height: 30px;
}

.myjob-row-view-applicants {
	float: left;
	width: 114px;
	height: 25px;
	margin: 3px 0 0 10px;
	background: #0070e0;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.13);
	box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.13);
}

.myjob-row-invite-talent {
	float: left;
	width: 128px;
	height: 25px;
	border: 1px solid #c5c5c5;
	margin: 3px 0 0 10px;
	background: #FFF;
	border-radius: 5px;
	font-size: 12px;
	color: #626262;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.13);
	box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.13);
}

.updated-demo {
	margin: 0;
	padding-top: 0;
	max-width: 100%;
	width: 100%;
}

.updated-footer-btm {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.updated-myjob-dropdown {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/myjobs/drop-icon.png) no-repeat;
	right: 19px;
	top: 19px;
	cursor: pointer;
}

.updated-myjob-row-drop-down {
	float: left;
	margin: 0 0 0 -155px;
	width: 174px;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    position: absolute;
    z-index: 999;
}

.updated-myjob-row-drop-down-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(191, 191, 191, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(191, 191, 191, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(191, 191, 191, 1);
	position: absolute;
	z-index: 99;
}

.updated-myjob-row-drop-down-inr ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.updated-myjob-row-drop-down-inr ul li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #bfbfbf;
	padding:8px 19px; 
}

.updated-myjob-row-drop-down-inr ul li:last-child {
	border-bottom: 0;
}

.updated-myjob-row-drop-down-inr ul li a {
	font-size: 14px;
	color: #626262;
}

.updated-myjob-row-drop-down-inr ul li a:hover {
	color: #0070e0;
}

/* SKILL ADD */

.updated-header-search-pro {
	float: right;
	margin: 11px 106px 0 0;
	width: 427px;
	height: 38px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	padding: 0 10px 0 45px;
	font-size: 14px;
	color: #a8a8a8;
	background: url(../img/header/search-btn.png) no-repeat 8px 12px;
}

.updated-header-search-loc {
	float: right;
	margin: 11px 10px 0 0;
	width: 283px;
	height: 38px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	padding: 0 10px 0 39px;
	font-size: 14px;
	color: #a8a8a8;
	background: url(../img/header/loc.png) no-repeat 8px 13px;
}

.updated-skill-add-inr-con {
    height: auto;
    margin: 0 auto;
    padding: 106px 0 100px;
    width: 725px;
    position: relative;
}

.updated-skill-add-inr-con h1 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 30px;
	height: auto;
	color: #000;
}

.updated-skill-add-con {
	float: left;
	margin: 15px 0 0;
	width: 100%;
	height: auto;
	background: #f1f1f1;
	position: relative;
}

.updated-skill-add-con-left {
	float: left;
	width: 223px;
	height: auto;
	padding: 0 30px;
	position: relative;
}

.updated-skill-add-con-left ul {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}

.updated-skill-add-con-left ul li {
	float: left;
	clear: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	margin: 10px 0;
	padding: 7px 0 5px 0;
	cursor: pointer;
	border-bottom: 2px solid #F1F1F1;
	line-height: 26px;
	position: relative;
}

.updated-skill-add-con-left ul li:hover span {
	font-weight: 700;
	border-bottom: 2px solid #000;
	padding-right: 15px;
}

.updated-skill-add-con-left-sel {
	font-weight: 700;
	border-bottom: 2px solid #000;
	padding-right: 15px;
}

.updated-skill-right-arrow {
	position: absolute;
	width: 10px;
	height: 15px;
	right: -32px;
	top: 3px;
	z-index: 1;
	display: none;
}


.updated-skill-add-right {
	position: absolute;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	height: 100%;
	width: 471px;
	right: 30px;
}



.updated-skill-add-right-header {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0 30px;
	position: relative;
}

.updated-skill-add-right-header input {
	float: right;
	margin: 0 0 0 0;
	width: 100%;
	height: 38px;
	border: 0;
	border-bottom: 1px solid #bbb;
	padding: 0 10px 0 17px;
	font-size: 14px;
	color: #626262;
	background: url(../img/skilladd/search-btn.png) no-repeat left center;
}

.updated-skill-add-right-header button {
	position: absolute;
	right: 30px;
	top: 6px;
	margin: 0 !important;
	background: #eaeaea !important;
	border: 1px solid #c4c4c4 !important;
	color: #626262 !important;
	width: 80px !important;
}

.updated-skill-add-right ul {
	float: left;
	margin: 10px 0 0;
	padding: 0 0;
	width: 100%;
	height: auto;
	list-style: none;
}

.updated-skill-add-right ul li {
	float: left;
	margin: 0;
	padding: 8px 30px;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #626262;
	cursor: pointer;
}

.updated-skill-add-right ul li:hover {
	background: #0070e0;
	color: #FFF;
}

.updated-skill-add-right-sel {
	background: #0070e0;
	color: #FFF !important;
}

.updated-skill-add-right .content{
	overflow: auto;
	position: relative;
	padding: 0 0;
	background: none;
	margin: 0;
	width: 499px;
	height: 93%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.updated-skill-add-right .mCSB_scrollTools {
	background: #f1f1f1;
	margin-right: 6px;
}

.updated-skill-add-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c8c8c8;
}

.updated-skill-add-right .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #c8c8c8;
}

.updated-skill-add-right .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #c8c8c8 !important;
	}

.updated-skill-add-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.updated-skill-add-inr-con h2 {
	float: left;
	margin: 25px 0 0;
	width: 100%;
	height: auto;
	font-size: 20px;
	height: auto;
	color: #000;
}

.updated-selected-skils {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}

.updated-selected-skils span {
	float: left;
	margin: 0 10px 0 0;
	width: auto;
	height: 26px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	background: #eaeaea;
	font-size: 12px;
	color: #626262;
	line-height: 24px;
	padding: 0 10px;
}

.updated-selected-skils span a {
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 8px;
	background: url(../img/skilladd/close.png) no-repeat;
}

.updated-skill-add-inr-con button {
	float: right;
	margin: 23px 0 100px;
	width: 97px;
	height: 25px;
	background: #0070e0;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	padding: 0;
}

.updated-skill-add-close {
	position: absolute;
	width: 30px;
	height: auto;
	top: 0;
	right: -45px;
}

.updated-skill-add-close-btn {
	float: left;
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	background: url(../img/skilladd/pop-up-close.png) no-repeat center center;
}

.updated-skill-add-close p {
	float: left;
	width: 100%;
	margin: 2px 0 0;
	text-align: center;
	font-size: 12px;
	color: #525252;
}

@media all and (max-width:1600px) {
	.updated-header-search-pro {
	    margin: 11px 55px 0 0;
	    width: 260px;
	}
}

@media all and (max-width:1660px) {
	.updated-header-search-pro {
	    margin: 11px 55px 0 0;
	    width: 260px;
	}
}

/* JOB DETAILS */

.updated-jobdetails-main {
	float: left;
	margin: 0;
	width: 100%;
	padding: 60px 0 0;
}

.updated-jobdetails-inr {
	margin: 0 auto;
	width: 1440px;
}

.job-details-banner {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.job-details-banner-btm {
	float: left;
	margin: 0;
	width: 100%;
	height: 78px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.job-details-banner-btm-logo {
	position: absolute;
	width: 112px;
	height: 112px;
	border: 1px solid #e8e8e8;
	left: 176px;
	bottom: -1px;
	background: #FFF;
}

.job-details-banner-btm-dtl {
	margin: 0 0 0 318px;
}

.job-details-banner-btm-dtl h1 {
	float: left;
	margin: 16px 0 0;
	width: 100%;
	font-size: 18px;
	color: #010000;
}

.job-details-banner-btm-dtl h1 span {
	color: #9b9b9b;
}

.job-details-banner-btm-dtl a {
	float: left;
	margin: 6px 0 0;
	width: 100%;
	font-size: 14px;
	color: #0070e0;
}

.job-details-banner-btm-dtl a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 8px;
	vertical-align: middle;
	color: #0070e0;
	font-size: 16px;
}

.updated-job-dtl-left {
	float: left;
	margin: 0 0 50px 176px;
	width: 869px;
	height: auto;
	border-right: 1px solid #e8e8e8;
}

.updated-job-dtl-left h1 {
	float: left;
	margin: 29px 0 0;
	width: 100%;
	font-size: 30px;
	color: #010101;
	line-height: 40px;
	padding-right: 120px;
}

.updated-job-dtl-left ul {
	float: left;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.updated-job-dtl-left ul li {
	display: inline-block;
	float: left;
	line-height: 22px;
	border-right: 1px solid #e8e8e8;
	padding: 0 18px;
	font-size: 16px;
	color: #9b9b9b;
}

.updated-job-dtl-left ul li:last-child {
	border-right: 0;
}

.updated-job-dtl-left ul li:first-child {
	padding-left: 0;
}

.updated-job-dtl-left ul li .fa {
	font-size: 16px;
	color: #9b9b9b;
	margin-right: 8px;
}

.updated-job-dtl-left-txt {
	float: left;
	margin: 40px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #626262;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 110px;
	/*border-left: 2px solid #0070e0;*/
}

.updated-job-dtl-left h2 {
	float: left;
	margin: 40px 0 10px;
	width: 100%;
	font-size: 16px;
	color: #0070e0;
	font-weight: 600;
}

.updated-job-dtl-left span {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 13px;
	width: auto;
	font-size: 12px;
	color: #626262;
	font-weight: 400;
	height: 26px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	line-height: 24px;
	background: #eaeaea;
}


.updated-job-dtl-left p {
	float: left;
	margin: 0 0 0;
	width: 100%;
	font-size: 16px;
	color: #626262;
	font-weight: 400;
}

.updated-apply-this {
	float: left;
	margin: 40px 0 0;
	width: 160px;
	height: 35px;
	line-height: 34px;
	background: #007ee5;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	border-radius: 2px;
}

.updated-job-dtl-right {
	float: left;
	margin: 0;
	padding: 0 50px;
	width: 395px;
	height: auto;
}

.updated-job-dtl-right h2 {
	float: left;
	margin: 53px 0 0;
	width: 100%;
	font-size: 16px;
	color: #b7b7b7;
	font-weight: 600;
}

.updated-job-url {
	float: left;
	margin: 15px 0 38px;
	width: 100%;
	height: 40px;
	position: relative;
}

.updated-job-url input {
	float: left;
	width: 220px;
	height: 100%;
	border: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #b7b7b7;
	border: 1px solid #e8e8e8;
}

.updated-job-url-right {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 0 none;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    padding: 0;
}


.updated-job-dtl-right h3 {
	float: left;
	margin: 49px 0 0;
	width: 100%;
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 600;
}

.updated-job-dtl-right h3  a {
	color: #0070e0;
}

.updated-job-dtl-right h4 a {
	float: left;
	margin: 28px 0 0;
	width: 100%;
	font-size: 16px;
	color: #626262;
	font-weight: 600;
}

.updated-job-dtl-right p {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	font-size: 14px;
	color: #626262;
	font-weight: 400;
}

.updated-job-dtl-right-footer {
	float: left;
	margin: 26px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #626262;
}

.updated-job-dtl-right-footer-btn {
    background: #d44836 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0 0;
    text-align: center;
    width: 107px;
}

/* JOB PREVIEW */

.job-preview-banner {
	float: left;
	margin: 0;
	width: 100%;
	height: 292px;
	background: #d9d9d9;
}

.job-preview-banner h1 {
	float: left;
	margin: 102px 0 0;
	width: 100%;
	text-align: center;
	font-size: 30px;	
}

.job-preview-banner h2 {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
}

.job-preview-banner h2 a {
	display: inline-block;
	width: 167px;
	height: 35px;
	background: #d44836;
	font-size: 16px;
	color: #FFF;
	line-height: 34px;
}


/* VIEW APPLICANTS */

.view-applicants-header {
	float: left;
	margin: 0;
	padding-bottom: 28px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
}

.view-applicants-header ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.view-applicants-header ul li {
	float: left;
	display: inline-block;
	font-size: 25px;
	color: #626262;
}

.view-applicants-header ul li a {
	float: left;
	display: inline-block;
	font-size: 25px;
	color: #9a9a9a;
}

.view-applicants-header ul li a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: middle;
	color: #9a9a9a;
	font-size: 25px;
}

.view-applicants-header h1 {
	float: left;
	margin: 21px 0 0;
	width: 100%;
	height: auto;
	color: #007ee5;
	font-size: 22px;
}

.view-applicants-header h1 span {
	color: #007ee5;
	font-size: 22px;
}

.view-applicants-header h1 a {
	display: inline-block;
	padding: 5px 15px;
	background: #00b0f0;
	color: #FFF;
	font-size: 14px;
	vertical-align: middle;
}

.no-applicants-title-new {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #9a9a9a;
}

.no-applicants-message-new {
	float: left;
	margin: 20px 0 0;
	padding-top: 20px;
 	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #9a9a9a;
	border-top: 1px solid #bfbfbf;
}

.view-applicants-check {
	float: left;
	margin: 14px 0 0;
	width: auto;
}

.updated-job-expand-check label {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 400;
	margin: 0;
	line-height: 16px;
}


/* Base for label styling */
.view-applicants-check

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.view-applicants-check [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; 
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

.view-applicants-check [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}

.view-applicants-check [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.view-applicants-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


.view-applicants-check [type="checkbox"]:disabled:not(:checked) + label:before,
.view-applicants-check [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.view-applicants-check [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.view-applicants-check [type="checkbox"]:disabled + label {
  color: #aaa;
}

.view-applicants-check [type="checkbox"]:checked:focus + label:before,
.view-applicants-check [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.updated-applicants-short-list {
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #626262;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 8px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
    border: 1px solid #c5c5c5;
}

.updated-applicants-short-list:hover {
	background: #13bd17;
	border: 1px solid #13bd17;
	color: #FFF;
}

.updated-applicants-ignore {
    background: #f7f7f7;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #626262;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
}

.updated-applicants-ignore:hover {
	background: #df2929;
	border: 1px solid #df2929;
	color: #FFF;
}

.updated-close-popup-main-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	z-index: 99998;
	display: none;
}

.updated-close-popup-main {
	width: 380px;
	height: 226px;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	top: 50%;
	left: 50%;
	margin: -113px 0 0 -190px;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0);
    transition: all 200ms ease-in;
    transform: scale(0);   
}

.updated-close-pop-open {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.updated-close-popup-btn {
	float: right;
	margin: 0;
	width: 50px;
	height: 25px;
	background: #e8e8e8;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #626262;
	cursor: pointer;
}

.updated-close-popup-main h1 {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

.updated-close-popup-main-yes {
	float: left;
	margin: 28px 0 0 57px;
	width: 130px;
	height: 35px;
	background: #007ee5;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	border-radius: 2px;
}

.updated-close-popup-main-no {
	float: left;
	margin: 28px 0 0 10px;
	width: 130px;
	height: 35px;
	background: #f3f3f3;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #898989;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
}

/* MY TALENTS */

.my-talents-header {
	float: left;
	margin: 0;
	padding-bottom: 28px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
}

.my-talents-header ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.my-talents-header ul li {
	float: left;
	display: inline-block;
	font-size: 25px;
	color: #626262;
}

.my-talents-header ul li a {
	float: left;
	display: inline-block;
	font-size: 25px;
	color: #9a9a9a;
}

.my-talents-header ul li a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: middle;
	color: #9a9a9a;
	font-size: 25px;
}



.my-talents-header h1 {
	float: left;
	margin: 0 0 0 -2px;
	width: 100%;
	height: auto;
	font-size: 25px;
	color: #626262;
}

.my-talents-head-dropdown {
	float: left;
	margin: 15px 0 0;
	width: 484px;
	height: 40px;
	border: 1px solid #dfdfdf;
}

.my-talents-head-dropdown input {
	float: left;
	margin: 0;
	width: 100%;
	height: 38px;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #626262;
}


.my-talents-head-count {
	float: left;
	margin: 15px 0 0 20px;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 40px;
}

.my-talents-download-cv {
    background: #34a853;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #FFF;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    margin: 8px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
    border: 1px solid #34a853;
}

.my-talents-invite-job {
    background: #f7f7f7;
    border: 1px solid #34a853;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #34a853;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
}

.updated-applicants-ignore:hover {
	background: #df2929;
	border: 1px solid #df2929;
	color: #FFF;
}

.updated-pro-search-list-img  img {
	width: 100%;
	height: 100%;
}

.mytalents-inr-left-con {
    float: left;
    height: auto;
    margin: 0 0 0;
    width: 298px;
    position: relative;
}

.my-talent-fixed {
	position: fixed;
	width: 298px !important;
	height: calc(100vh - 50px);
	margin: -10px 0 0 0 !important;
}

.mytalents-inr-left-con .new-searchby-service-input {
	font-size: 14px;
}

.mytalents-inr-left-con .updated-job-accordion {
	margin-top: 0;
}

.talent-basic-search-con {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.talent-basic-search-con h1 {
	float: left;
	margin: 13px 0 16px;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
}

.talent-basic-search-con span {
	float: left;
	margin: 10px 10px 0 0;
	width: auto;
	height: 27px;
	border: 1px solid #c4c4c4;
	padding: 0 17px;
	line-height: 24px;
	font-size: 12px;
	color: #626262;
	border-radius: 5px;
	cursor: pointer;
}

.talent-basic-search-con h2 {
	float: left;
	margin: 29px 0 16px;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
}

.talent-advanced-search-con {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.mytalents-inr-left-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px !important;
}

.mytalents-inr-left-con .mCSB_scrollTools .mCSB_draggerContainer {
	right: -12px;
}

.my-talent-search-ttl {
	float: left;
	margin: 11px 0 10px;
	width: 100%;
	height: auto;
	font-size: 22px;
	text-transform: uppercase;
	color: #0070e0;
}

.mytabs-inr-top-spacer {
    padding: 91px 0 100px 0 !important;
}

.my-talent-advanced-btn {
	float: left;
	margin: 30px 0 10px;
	padding-left: 65px;
	width: 100%;
	height: 40px;
	font-size: 22px;
	text-transform: uppercase;
	color: #0070e0;
	background:#003c4f url(../img/talents/search.png) no-repeat 31px 7px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	cursor: pointer;
}

.talent-advanced-search-con {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	display: none;
}

/* before login */

.updated-before-login-top {
	float: left;
	margin: 0 0 30px;
	width: 100%;
	height: auto;
}

.updated-before-login-top h1 {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 26px;
	color: #000;
}

.updated-before-login-top h2 {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 26px;
	color: #000;
}

.updated-before-login-top h2 a {
	color: #007ee5;
}

.updated-before-login-top h3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #000;
}


.updated-before-login-top h3 a {
	margin: 10px 10px 0 0;
	width: 107px;
	height: 40px;
	background: #d44836;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}

/* career */

.updated-career-img {
	float: left;
	margin: 0;
	width: 594px;
	height: 500px;
	display: none;
}

.updated-career-img img {
	width: 100%;
}

.updated-career-img-full-width {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	display: none;
}

.updated-career-img-full-width img {
	width: 100%;
}

.updated-career-right {
	float: left;
	margin: 0;
	width: 709px;
	padding: 0 30px 0 40px;
}

.updated-career-right h1 {
	float: left;
	margin: 55px 0 0 !important;
	width: 100%;
	font-size: 36px;
	color: #000 !important;
}

.updated-career-right h1 span {
	font-size: 18px;
}

.updated-career-right h2 {
	float: left;
	margin: 7px 0 0;
	width: auto;
	font-size: 18px;
	color: #000 !important;
}

.updated-career-right p {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #8d8d8d;
	line-height: 30px;
}

.updated-career-right img {
	float: left;
}

.updated-career-list {
	float: left;
	margin: 40px 0 100px;
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 0 135px 0;

}

.updated-career-list h3 {
	float: left;
	margin: 51px 0 48px;
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #161519;
}

.updated-career-list-item {
	float: left;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 80px;
}

.career-sub-list {
	float: left;
	margin: 32px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
}

.updated-career-list-item .CareerListSpan {
	border: 1px solid #ccc;
	margin: 0;
}

.updated-career-list-item .CareerListSpan h1 {

}

.career-sub-list-header {
	float: left;
	margin: 0;
	width: 100%;
	background: #003c4f;
	line-height: 110px;
	font-size: 48px;
	color: #FFF;
	text-align: center;
}

.career-sublist-dtl {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 7px 194px 100px;
	position: relative;
}

.career-sublist-dtl p {
	float: left;
	margin: 24px 0 0;
	width: 100%;
	font-size: 16px;
	color: #8d8d8d;
	line-height: 24px;
}

.career-sublist-dtl h2 {
	float: left;
	margin: 46px 0 35px;
	width: 100%;
	font-size: 24px;
	color: #414141;
	font-weight: 600;
}

.career-sublist-dtl table td {
	padding: 20px 0;
}

.career-sublist-dtl table th {
	padding: 7px 30px;
}

.career-sublist-dtl-view-more {
	float: right;
	margin: 0 20px 0;
	width: 29px;
	height: 29px;
	border: 1px solid #b5b5b5;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	font-size: 22px;
	color: #b5b5b5;
	transition: background 0.5s ease;
	background: #FFF;
}

.career-sublist-dtl-view-more:before {
   font-family: FontAwesome;
   content: "\f054";
   display: inline-block;
   padding-left: 2px;
   vertical-align: middle;
   font-size: 14px;
}

.career-sublist-dtl-view-more:hover {
	background: #0070e5;
	border: 1px solid #0070e5;
}

.career-sublist-dtl-view-more:hover:before {
	color: #FFF;
}

.career-sublist-dtl h3 {
	float: left;
	margin: 46px 0 0;
	width: 100%;
	font-size: 24px;
	color: #414141;
	font-weight: 600;
}

.career-sublist-dtl ul {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0;
}

.career-sublist-dtl ul li {
	float: left;
	font-size: 16px;
	color: #8d8d8d;
	line-height: 24px;
	padding: 3px 0;
}

.updated-carrer-applynow {
	float: left;
	margin: 35px 0 0;
	width: 92px;
	height: 25px;
	background: #61bd6d;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
}

.updated-carrer-share {
	float: left;
	margin: 35px 0 0 20px;
	width: 29px;
	height: 29px;
	border: 1px solid #dedede;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

.updated-carrer-share:before {
   font-family: FontAwesome;
   content: "\f1e0";
   display: inline-block;
   padding-left: 0;
   vertical-align: middle;
   font-size: 14px;
   color: #626262;
}

.updated-carrer-back {
	float: right;
	margin: 32px 0 0 20px;
	padding: 0 0 0 50px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #000;
	background: url(../img/career/back.png) no-repeat;
}

.updated-apply-pop-up {
	position: absolute;
	width: 1148px;
	height: auto;
	border: 1px solid #626262;
	left: 78px;
	top: -50px;
	background: #FFF;
	z-index: 2;
	display: none;
}

.updated-apply-pop-up-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 40px 65px;
}

.updated-apply-pop-up-inr h4 {
	float: left;
	margin: 62px 0 56px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 36px;
	color: #000;
}

.updated-apply-pop-up-inr-row {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-apply-pop-up-item {
	float: left;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 33.33%;
	position: relative;
}

.updated-apply-pop-up-input {
	float: left;
	margin: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	color: #939393;
	padding: 0 20px;
}

.updated-apply-pop-up-item .custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.updated-apply-pop-up-item .custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 0;
}

.updated-apply-pop-up-item .custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.updated-apply-pop-up-item .file-upload-wrapper {
  position: relative;
  margin-bottom: 0;
}

.updated-apply-pop-up-item .file-upload-input {
  width: 100%;
  color: #939393;
  font-size: 16px;
  padding: 13px 17px;
  border: none;
  background-color: #FFF;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  /* IE 9 Fix */
}


.updated-apply-pop-up-item .file-upload-input:hover, .file-upload-input:focus {
  background-color: #ab3326;
  outline: none;
}

.updated-apply-pop-up-item .file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  height: 50px;
  width: 70px;
  border: none;
  margin-left: -1px;
  background-color: #aaaaaa;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute !important;
  left: 267px !important;
  border-radius: 0;
  top: 0;
}

.updated-apply-pop-up-item .file-upload-button:before {
	content: 'Attach';
	text-transform: capitalize;
	font-size: 16px;
}

.updated-apply-pop-up-item .file-upload-button:hover {
  background-color: #aaaaaa;
}

.updated-apply-pop-submit-application {
	float: left;
	margin: 0 0 0;
	width: 100%;
	height: 50px;
	background: #000;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.updated-apply-pop-close {
	position: absolute;
	width: 30px;
	height: 29px;
	top: 21px;
	right: 30px;
	cursor: pointer;
}

.updated-career-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgba(197, 197, 197, .9);
	left: 0;
	top: 0;
	display: none;
}


@media (min-width: 1300px) {
	.career-sublist-dtl {
		padding: 7px 50px 100px;
	}

	.updated-apply-pop-up {
		width: 804px;
		left: 48px;
	}

	.updated-career-img {
	    height: auto;
	    width: 394px;
	}

	.updated-career-right {
	    width: 100%;
	    padding: 0 30px 70px 40px;
	}

	.updated-apply-pop-up-item .file-upload-button {
	  left: 132px !important;
	}

	.updated-career-list {
		padding: 0 50px 0;
	}
}

@media (min-width: 1400px) {

	.career-sublist-dtl {
		padding: 7px 50px 100px;
	}

	.updated-apply-pop-up {
		width: 844px;
		left: 78px;
	}

	.updated-career-img {
	    height: auto;
	    width: 394px;
	}

	.updated-career-right {
	    width: 100%;
	    padding: 0 30px 70px 40px;
	}

	.updated-apply-pop-up-item .file-upload-button {
	  left: 165px !important;
	}

	.updated-career-list {
		padding: 0 85px 0;
	}
}

@media (min-width: 1600px) {

	.career-sublist-dtl {
		padding: 7px 120px 100px;

	}
	
	.updated-apply-pop-up {
		width: 944px;
		left: 78px;
	}

	.updated-career-img {
	    height: auto;
	    width: 100%;
	    text-transform: capitalize;
	}

	.updated-career-right {
	    width: 100%;
	    padding: 0 30px 70px 40px;
	}

	.updated-apply-pop-up-item .file-upload-button {
	  left: 198px !important;
	}

	.updated-career-list {
		padding: 0 115px 0;
	}
}

@media (min-width: 1700px) {
	.updated-apply-pop-up {
		width: 1148px;
		left: 78px;
	}

	.career-sublist-dtl {
		padding: 7px 194px 100px;
	}

	.updated-career-img {
	    height: auto;
	    width: 594px;
	}

	.updated-career-right {
	    width: 709px;
	    padding: 0 30px 0 40px;
	}


	.updated-apply-pop-up-item .file-upload-button {
	  left: 267px !important;
	}

	.updated-career-list {
		padding: 0 135px 0;
	}

	.updated-career-img-full-width {
		display: none;
	}

	.updated-career-img {
		display: block;
	}

}

.updated-terms-bg {
	float: left;
	margin: 20px 0 0;
	padding: 0 30px 30px;
	width: 100%;
	height: auto;
	background: #cfe4ff;
}


/* INVITE JOB */

.updated-invite-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .77);
	z-index: 998;
	display: none;
}

.updated-invite-popup-main {
	position: absolute;
	width: 400px;
	height: 444px;
	top: -44px;
	right: 44px;
	margin:0;
	background: #FFF;
	border: 1px solid #bfbfbf;
	z-index: 999;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(0); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(0); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(0);
	transition: all 200ms ease-in;
	transform: scale(0); 
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.updated-invite-pop-open {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.updated-invite-popup-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 20px;
}

.updated-invite-popup-pro-img {
	float: left;
	margin: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.updated-invite-popup-pro-img img {
	width: 100%;
	height: 100%;
}

.updated-invite-popup-pro-dtl {
	float: left;
	margin: 0 0 0 20px;
	width: 280px;
	height: auto;
	overflow: hidden;
}

.updated-invite-popup-pro-dtl h1 {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 18px;
	color: #010000;
}

.updated-invite-popup-pro-dtl h2 {
	float: left;
	width: 100%;
	margin: 2px 0 0;
	font-size: 14px;
	color: #545454;
}

.updated-invite-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: url(../img/spalist/invite-close.png) no-repeat center center;
	cursor: pointer;
}

.updated-invite-popup-inr label {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.updated-invite-popup-msg {
	float: left;
	margin: 7px 0 0;
	width: 100%;
	height: 170px;
	border: 1px solid #bbb;
	resize:none;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	color: #9a9a9a;
}

.updated-invite-popup-select {
	float: left;
	margin: 8px 0 0;
	width: 100%;
	height: 42px;
	border: 1px solid #bfbfbf;
	background: url(../img/postjob/arrow-down.jpg) no-repeat right center;
	border-radius: 5px;
}


.selectric p {
	border: 0;
	width: 100%;
	padding: 0;
}

.updated-invite-popup-select .selectric-items {
	background: #FFF !important;
	box-shadow: none !important; 
}

.updated-invite-popup-select .selectric .label {
    margin: 2px 10px;
	width: 342px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	color: #626262;
}

.updated-invite-popup-select .selectric-items ul, .selectric-items li {
    font-size: 14px !important;
    color: #626262;
}

.updated-invite-popup-select .selectric-items li {
    color: #666;
    cursor: pointer;
    display: block;
    padding: 11px 10px;
}

.updated-invite-popup-select .selectric .button::after {
	border: 0;
}

/*.selectric {
	background: none !important;
}*/

.updated-invite-popup-select  {
	background: none !important;
}

.updated-invite-popup-select .selectric-items li:hover {
    background: #0070e5 !important;
    color: #FFF !important;
}

.updated-create-invite {
	float: left;
	margin: 20px 0 0;
	width: 210px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	font-size: 14px;
	color: #898989;
	border-radius: 2px;
}

.updated-send-invitation {
	float: right;
	margin: 20px 0 0;
	width: 140px;
	height: 35px;
	border: 1px solid #007ee5;
	background: #007ee5;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
	font-weight: 700;
}

.updated-invite-popup-fields {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-invite-status {
	float: left;
	margin: 100px 0 0;
	width: 100%;
	display: none;
}

.updated-invite-status h1 {
	float: left;
	margin: 55px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	color: #000;
}

.updated-invite-status h1 span {
	font-weight: 600;
}

.updated-invite-status h2 {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	color: #000;
}

.updated-invite-status h2 span {
	font-weight: 600;
}

.updated-invite-status h3 {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	color: #000;
}

/* COUPON */

.invalid-coupon {
	position: absolute;
	width: 100%;
	height: 250px;
	background: #FFF;
	left: 0;
	top: 70px;
	z-index: 1;
	display: none;
}

.invalid-coupon-inr {
	float: left;
	width: 472px;
	height: 185px;
	border: 2px dotted #b5b4b4;	
	border-radius: 5px;
	margin: 40px 0 0 48px;
}

.invalid-coupon-inr p {
	float: left;
	margin: 50px 0 0;
	padding: 0 20px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #000;
}

.invalid-coupon-inr span {
	float: left;
	width: 100%;
	text-align: center;
}

.invalid-coupon-inr span a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #626262;
	font-size: 12px;
	height: 27px;
	margin: 20px 10px 0 0;
	padding: 0;
	width: 68px;
	display: inline-block;
	line-height: 25px;
}

/* JUNCTION BOX */

.junction-box-wraper {
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 40px;
}

.updated-junction-box-inr {
	margin: 0 auto;
	width: 1140px;
}

.updated-junction-box-logo {
	float: left;
	margin: 148px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.updated-junction-box-inr h1 {
	float: left;
	margin: 23px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #3277e3;
}

.updated-junction-box-inr h2 {
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	line-height: 22px;
}

.updated-junction-box-row {
	float: left;
	margin: 75px 0 0 0;
	width: 100%;
	height: auto;
}

.updated-junction-box-list {
	float: left;
	margin: 0;
	width: 25%;
	padding: 0 25px;
}

.updated-junction-box-list-img {
	float: left;
	width: 100%;
	text-align: center;
}

.updated-junction-box-list h3 {
	float: left;
	margin:15px 0 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
}

.updated-junction-box-list h4 {
	float: left;
	margin:10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #545454;
	line-height: 20px;
	min-height: 80px;
}

.updated-junction-box-list h5 {
	float: left;
	margin: 17px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.updated-junction-box-list h5 a {
	display: inline-block;
	width: 147px;
	height: 35px;
	background: #d44836;
	text-align: center;
	line-height: 34px;
	color: #FFF;
	font-size: 16px;
}

@media (min-width: 1200px) {
    .updated-junction-box-logo {
        margin: 10px 0 0;
    }

    .updated-junction-box-row {
        margin: 20px 0 0 0;
    }
}

@media (min-width: 1300px) {
    .updated-junction-box-logo {
        margin: 25px 0 0;
    }

    .updated-junction-box-row {
        margin: 25px 0 0 0;
    }
}

@media (min-width: 1400px) {
    .updated-junction-box-logo {
        margin: 35px 0 0;
    }

    .updated-junction-box-row {
        margin: 35px 0 0 0;
    }
}

@media (min-width: 1600px) {
    .updated-junction-box-logo {
        margin: 35px 0 0;
    }

    .updated-junction-box-row {
        margin: 35px 0 0 0;
    }
}

@media (min-width: 1700px) {
    .updated-junction-box-logo {
        margin: 60px 0 0;
    }

    .updated-junction-box-row {
        margin: 75px 0 0 0;
    }
}

/* BILLING INFO */

.updated-accout-setting-btn {
	float: left;
	margin: 0;
	width: 150px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 1;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #898989;
}

.updated-profile-setting-btn {
	float: left;
	margin: 0;
	width: 150px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	position: absolute;
	right: 190px;
	bottom: 20px;
	z-index: 1;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #898989;
}

.updated-profile-billing-btn {
	float: left;
	margin: 0;
	width: 150px;
	height: 35px;
	border: 1px solid #d1d1d1;
	background: #f3f3f3;
	position: absolute;
	right: 190px;
	bottom: 20px;
	z-index: 1;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #898989;
	display: none;
}

.billing-main-container {
	float: left;
	margin: 11px 0 0;
	padding-bottom: 100px;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #e1e8ed;
}

.billing-inr {
	margin: 0 auto;
	width: 500px;
	height: auto;
	padding: 70px 0 0;
}

.subscription-header {
	float: left;
	margin: 25px 0 6px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e1e8ed;
}

.subscription-header-img {
	float: left;
	margin: 0;
	width: 37px;
	height: 37px;
}

.subscription-header h1 {
	float: left;
	margin: 0 0 0 20px;
	width: auto;
	font-size: 22px;
	line-height: 56px;
}

.subscription-header h1 span {
	font-size: 12px;
	color: #FFF;
	background: #00b050;
	padding: 2px 11px;
	display: inline-block;
	line-height: 18px;
	margin-left: 25px;
}

.current-plan-row {
	float: left;
	margin: 8px 0 0;
	padding: 0 54px;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
}

.current-plan-row span {
	display: inline-block;
	width: 178px;
	color: #7c7c7c;
}

.current-plan-row a {
	width: 178px;
	color: #0070e0;
	padding-left: 10px;
}

.advanced-plans-row {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	padding-left: 54px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.advanced-plans-row a {
	font-weight: 400;
	color: #0070e0;
	padding-left: 5px;
}


.new-profile-name-con h1 span {
	display: inline-block;
	margin-left: 10px;
	border-left: 2px solid #FFF;
	padding-left: 20px;
}

.updated-trancation-title {
	float: left;
	margin: 12px 0 18px 0;
	padding-left: 30px;
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #000;
}

.updated-trancation-tbl-bg {
	background: #eee;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}

.billing-main-container table td {
	padding: 0;
}

.updated-trancation-tbl-bg td {
	font-size: 14px !important;
	color: #757575 !important;
}

.updated-trancation-tbl-bdr-right {
	border-right: 1px solid #dbdbdb;
}

.updated-trancation-tbl-sub-tr {
	border-top: 1px solid #dbdbdb;
}

.updated-trancation-tbl-sub-tr td {
	padding: 10px 0 !important;
	font-size: 16px;
	color: #000;
}

.updated-trancation-tbl-sub-tr td div {
	display: inline-block;
	width: 130px;
	height: 30px;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #686868;
	background: #f3f3f3;
	cursor: pointer;
}

.payment-method-con {
	width: 530px;
	height: auto;
	margin: 95px auto 0;
}

.payment-method-inr {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #c5c5c5;
	margin: 0;
	border-radius: 8px;
	background: #FFF;
	padding: 0 20px;
}

.payment-method-inr h1 {
	float: left;
	margin: 18px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
}

.payment-method-inr h2 {
	float: left;
	margin: 8px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #9a9a9a;
}

.card-no-label {
	float: left;
	margin: 22px 0 0;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #007ee5;
}

.card-no-row {
	float: left;
	margin: 1px 0 0;
	width: 100%;
	position: relative;
}

.card-no-row span {
	float: left;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 24px;
	color: #007ee5;
}

.card-no-input-con {
	float: left;
	margin: 1px 0 0 16px;
	width: 307px;
	height: 27px;
	position: relative;
}

.card-no-input {
	float: left;
	margin: 0;
	width: 100%;
	height: 27px;
	border: 0;
	border-bottom: 2px solid #ebebeb;
	font-size: 14px;
	color: #9a9a9a;
	padding-right: 50px;
}

.card-no-input:focus {
	border-bottom: 2px solid #007ee5;
}

.card-img {
	position: absolute;
	width: 49px;
	height: 12px;
	top: 0;
	right: 0;
}

.card-month-input-con {
	float: left;
	margin: 0 0 0 15px;
	width: 30px;
	height: 27px;
}

.card-month-input {
	float: left;
	margin: 0;
	width: 100%;
	height: 27px;
	border: 0;
	border-bottom: 2px solid #ebebeb;
	font-size: 14px;
	color: #9a9a9a;
	vertical-align: top;
	text-align: center;
}

.card-month-input:focus {
	border-bottom: 2px solid #007ee5;
}

.card-month-input::-webkit-input-placeholder {
	color: #9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: left;
}

.card-month-input:-moz-placeholder { /* Firefox 18- */
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: left;
}

.card-month-input::-moz-placeholder {  /* Firefox 19+ */
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: left;
}

.card-month-input:-ms-input-placeholder {
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: left;
}

.card-year-input-con {
	float: left;
	margin: 0 0 0 10px;
	width: 30px;
	height: 27px;
}

.card-cvc-input-con {
	float: left;
	margin: 0 0 0 10px;
	width: 52px;
	height: 27px;
}

.card-cvc-input-con::-webkit-input-placeholder {
	color: #9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: center;
}

.card-cvc-input-con:-moz-placeholder { /* Firefox 18- */
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: center;
}

.card-month-input::-moz-placeholder {  /* Firefox 19+ */
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: center;
}

.card-month-input:-ms-input-placeholder {
	color:#9a9a9a;
	opacity:1;
	font-size: 12px;
	text-align: left;
}

.payment-method-inr label {
	float: left;
	margin: 13px 0 0;
	padding-left: 30px;
	width: 100%;
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 400;
}

.payment-method-holder-con {
	float: left;
	width: 100%;
	padding-left: 30px;
}

.payment-method-holder-name {
	float: left;
	margin: 0;
	width: 100%;
	height: 34px;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	color: #9a9a9a;
}

.billing-address {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}

.billing-address-point {
	float: left;
	margin: 38px 0 0;
	width: 30px;
	height: auto;
}

.billing-address-point:before {
   font-family: FontAwesome;
   content: "\f041";
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;
}

.billing-address {
	float: left;
	margin: 32px 0 0;
	width: auto;
	height: auto;
	max-width: 454px;
	position: relative;
}


.billing-address input {
	float: left;
	margin: 0;
	width: auto;
	height: 34px;
	border: 0;
	background: #FFF;
	font-size: 16px;
	color: #000;
}

.billing-address-edit {
	position: absolute;
	width: 22px;
	height: 22px;
	cursor: pointer;
	top: 6px;
	right: 0;
	z-index: 1;
}

.billing-address-edit:before {
	font-family: FontAwesome;
	content: "\f040";
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #818181;
	padding-left: 3px;
}

.add-payment-bottom {
	float: left;
	margin: 23px 0 30px;
	width: 100%;
}

.add-payment-save {
	float: right;
	margin: 0;
	width: 130px;
	height: 35px;
	background: #007ee5;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	border: 1px solid #007ee5;
	border-radius: 2px;
	padding: 0;
}

.add-payment-cancel {
	float: right;
	margin: 0 10px 0;
	width: 130px;
	height: 35px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	color: #898989;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 0;
}

.subcription-cancel-con {
	margin: 135px auto 0;
	width: 395px;
	height: auto;
}

.subcription-cancel-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.subcription-cancel-inr p {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	font-size: 16px;
	color: #000;
}

.subcription-cancel-input {
	float: left;
	margin: 0 0 17px;
	width: 100%;
	height: 42px;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	font-size: 14px;
	color: #9a9a9a;
	padding: 0 20px;
}

.subcription-cancel-btn {
	float: left;
	margin: 12px 0 0;
	width: 187px;
	height: 40px;
	background: #d44836;
	border: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

.subcription-sec01 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.subcription-cancel-inr p a {
	color: #007ee5;
}

/* WELCOME */

.updated-welcome-inr {
	float: left;
	margin: 0;
	width: 100%;
	display: table;
	height: calc(100vh - 135px);
	vertical-align: middle;
}

.updated-welcome-inr div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.updated-welcome-inr h1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: #010000;
	font-weight: 300;
}

.updated-welcome-inr h2 {
	float: left;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	font-size: 22px;
	color: #010000;
	font-weight: 400;
}

.updated-welcome-inr h3 {
	float: left;
	width: 100%;
	margin: 14px 0 0;
	padding: 0;
	font-size: 14px;
	color: #010000;
	font-weight: 400;
	line-height: 22px;
}

.updated-welcome-inr h4 {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	font-size: 22px;
	color: #010000;
	font-weight: 400;
	line-height: 22px;
}

.updated-welcome-inr a {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	padding: 0;
	font-size: 22px;
	color: #3277e3;
	font-weight: 400;
}

.updated-welcome-inr p {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	font-size: 22px;
	color: #010000;
	font-weight: 400;
	line-height: 22px;
}

/* Congrats */

.congrats-inr-main {
    margin: 0 auto;
    width: 1392px;
}

.congrats-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.congrats-inr h1 {
	font-size: 48px;
	color: #010000;
	font-weight: 300;
	width: 100%;
	text-align: center;
	float: left;
	margin: 53px 0 0;
}

.congrats-inr h2 {
	float: left;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	font-size: 22px;
	color: #010000;
	font-weight: 400;
	text-align: center;
}

.congrats-inr h3 {
	float: left;
	width: 100%;
	margin: 14px 0 0;
	padding: 0;
	font-size: 14px;
	color: #010000;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}

.congrats-row {
	float: left;
	margin: 185px 0 0;
	width: 100%;
	height: auto;
}

.congrats-col-01 {
	float: left;
	margin: 0;
	width: 435px;
	padding: 0 30px;
	position: relative;
}

.congrats-col-01-content {
	background: url(../img/congrats/01.png) no-repeat top center;
}

.congrats-col-01 h1 {
	float: left;
	margin: 80px 0 0;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

.congrats-col-01 p {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #545454;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	min-height: 40px;
}

.congrats-col-01 h2 {
	float: left;
	margin: 50px 0 0;
	width: 100%;
	text-align: center;
}

.congrats-col-01 h2 a {
	display: inline-block;
	width: 197px;
	height: 35px;
	background: #d44836;
	font-size: 16px;
	color: #FFF;
	line-height: 34px;
}

.congrats-col-02-content {
	width: 435px;
	background: url(../img/congrats/02.png) no-repeat top center;
}

.congrats-col-03-content {
	width: 520px;
	background: url(../img/congrats/03.png) no-repeat top center;
}

/*.congrats-col-fade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
}*/

.congrats-bottom-sec {
	float: left;
	margin: 0;
	width: 100%;
	text-align: center;
}

.congrats-bottom-logo {
	margin: 0 auto;
	width: 455px;
	height: auto;
}

.congrats-bottom-logo-inr {
	float: left;
	margin: 149px 0 100px 0;
	width: 100%;
	background: url(../img/junctionbox/icon.png) no-repeat left center;
	padding:52px 0 52px 145px;
}

.congrats-bottom-logo h1 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 24px;
	color: #000;
	text-align: left;
	font-weight: 300;
}

.congrats-bottom-logo h2 {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 50px;
	color: #3277e3;
	text-align: left;
	font-weight: 600;
}

.congrats-col-03-content p {
	padding: 0 8px;
}

@media (min-width: 1200px) {
	.congrats-row {
		margin: 100px 0 0;
	}

	.congrats-inr-main {
    	width: 1192px;
	}

	.congrats-col-03-content {
		width: 33.33%;
	}

	.congrats-col-01 p {
	    min-height: 80px;
	}

	.congrats-col-01 {
		width: 33.33%;
	}

	.congrats-col-01 h1 {
		min-height: 53px;
	}
}

@media (min-width: 1300px) {
	.congrats-row {
		margin: 125px 0 0;
	}

	.congrats-inr-main {
    	width: 1292px;
	}

	.congrats-col-01 p {
	    min-height: 80px;
	}

	.congrats-col-01 {
		width: 419px;
	}

	.congrats-col-01 h1 {
		min-height: 30px;
	}

	.congrats-col-03-content {
		width: 441px;
	}
}

@media (min-width: 1400px) {
	.congrats-row {
		margin: 125px 0 0;
	}

	.congrats-inr-main {
    	width: 1392px;
	}

	.congrats-col-01 p {
	    min-height: 40px;
	}

	.congrats-col-01 {
		width: 435px;
	}

	.congrats-col-01 h1 {
		min-height: 30px;
	}

	.congrats-col-03-content {
		width: 520px;
	}
}

@media (min-width: 1600px) {
	.congrats-row {
		margin: 125px 0 0;
	}

	.congrats-inr-main {
    	width: 1392px;
	}

	.congrats-col-01 p {
	    min-height: 40px;
	}

	.congrats-col-01 {
		width: 435px;
	}

	.congrats-col-03-content {
		width: 520px;
	}
}

@media (min-width: 1700px) { 
	.congrats-row {
		margin: 145px 0 0;
	}

	.congrats-inr-main {
    	width: 1392px;
	}

	.congrats-col-01 p {
	    min-height: 40px;
	}

	.congrats-col-01 {
		width: 435px;
	}

	.congrats-col-01 h1 {
		min-height: 30px;
	}

	.congrats-col-03-content {
		width: 520px;
	}

}

/* EMPLOYER SIGNUP */

.employer-signup-main {
	float: left;
	margin: 0;
	width: 100%;
	min-height: calc(100vh - 100px);
	height: auto;
}

.employer-signup-inr-main {
	margin: 0 auto;
	width: 400px;
	height: auto;
}

.employer-signup-inr-main-con {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	padding-bottom: 84px;
}

.employer-signup-inr-main-con h1 {
	float: left;
	margin: 60px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	color: #000;
}

.employer-signup-inr-main-con h2 {
	float: left;
	margin: 3px 0 10px;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	color: #000;
}

.employer-sign-up-count {
	float: left;
	margin: 43px 0 19px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dadada;
	position: relative;
}

.employer-sign-up-count-list {
	position: absolute;
	bottom: -19px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background: #dadada;
}

.employer-sign-up-count-list-active {
	background: #d44836;
}

.employer-sign-up-count-list-finished {
	background: #92d050;
}

.employer-sign-up-count-list-02 {
	left: 180px;
}

.employer-sign-up-count-list-03 {
	right: 0;
}

.employer-signup-input {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	height: 52px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
}

.employer-signup-input:-webkit-input-placeholder {
 color: #000;
 opacity:1;
}

.employer-signup-input:-moz-placeholder { /* Firefox 18- */
 color:#000;
 opacity:1;
}

.employer-signup-input::-moz-placeholder {  /* Firefox 19+ */
 color:#000;
 opacity:1;
}

.employer-signup-input:-ms-input-placeholder {
 color:#000;
 opacity:1;
}

.email-already-exists {
	position: absolute;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #F00;
	font-weight: 600;
	right: -165px;
	top: 97px;
}

.password-not-matching {
	position: absolute;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #F00;
	font-weight: 600;
	right: -200px;
	top: 240px;
}

.invalid-website {
	position: absolute;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #F00;
	font-weight: 600;
	right: -175px;
	top: 386px;
}

.employer-sign-up-select {
	float: left;
	width: 115px;
	height: 52px;
	border: 1px solid #b7b7b7;
	font-size: 14px;
	color: 000;
	border-radius: 4px;
	margin: 20px 10px 0 0;
	padding: 0;
	background: #FFF;
}

.employer-sign-up-select-big {
	width: 147px;
	margin-right: 0;
	line-height: 14px;
}

.employer-sign-up-select-sel {
	background: #007ee5;
	color: #FFF;
	border: 1px solid #007ee5;
}

.employer-signup-show-pasword {
	float: right;
	margin: 4px 0 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #27a9de;
	border: 0;
	background: none;
	padding: 0;
}

.employer-signup-buttons {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.employer-signup-create {
	float: right;
	margin: 30px 52px 0 0;
	width: 140px;
	height: 35px;
	background: #007ee5;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	padding: 0;
}

.employer-signup-cancel {
	float: right;
	margin: 30px 10px 0;
	width: 140px;
	height: 35px;
	background: #f3f3f3;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #898989;
	font-weight: 400;
	padding: 0;
	border: 1px solid #d1d1d1;
}

.employer-signup-inr-main-con p {
	float: left;
	margin: 14px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 22px;
}

.employer-sign-up-sec01, .employer-sign-up-sec02, .employer-sign-up-sec03 {
	float: left;
	margin: 0;
	width: 100%;
	position: relative;
}

.employer-sign-up-sec02, .employer-sign-up-sec03 {
	display: none;
}

.employer-sign-up-upload {
	float: left;
	margin: 20px 0 0;
	width: 400px;
	height: 340px;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	background: url(../img/employer/browse.png) no-repeat 106px 64px;
	position: relative;
	overflow: hidden;
}

.employer-sign-up-upload p {
	float: left;
	margin: 250px 0 0;
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.employer-sign-up-upload .file-upload-input {
	display: none;
}

.employer-sign-up-upload .file-upload-button {
	width: 100%;
	position: absolute;
	height: 337px;
	background-color: transparent;
}

.employer-sign-up-upload .file-upload-button:hover {
	background-color: transparent;
}

/* INDEX PAGE */

.updated-home-wraper {
	padding: 60px 0 0;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #FFF;
	overflow: hidden;
}

.updated-home-banner {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}

.updated-home-banner img {
	width: 100%;
}

.updated-home-banner-shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.updated-home-facebook-signup {
	position: absolute;
	width: 210px;
	height: 40px;
	text-align: center;
	background: #355089;
	bottom: 149px;
	left: 74px;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	border-radius: 3px;
	z-index: 1;
}

.updated-home-google-signup {
	position: absolute;
	width: 210px;
	text-align: center;
	height: 40px;
	background: #d44836;
	bottom: 149px;
	left: 74px;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	border-radius: 3px;
	z-index: 1;
}

.updated-home-social-text {
	position: absolute;
	width: auto;
	height: auto;
	font-size: 24px;
	color: #FFF;
	bottom: 202px;
	left: 74px;
	z-index: 1;
}

.updated-home-banner-txt {
	position: absolute;
	width: 100%;
	height: auto;
	font-size: 48px;
	color: #FFF;
	line-height: 61px;
	left: 0;;
	top: 164px;
	z-index: 1;
	text-align: center;
}

.updated-home-sec-01 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-home-inr-sec {
	margin: 0 auto;
	width: 1278px;
}

.updated-home-sec-01 h1 {
	float: left;
	margin: 53px 0 0;
	width: 100%;
	font-size: 36px;
	color: #000;
	line-height: 48px;
	text-align: center;
}

.updated-home-sec-01-icon-con {
	float: left;
	margin: 31px 0 0;
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e0;
}

.updated-home-sec-01-icon-row {
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.updated-home-sec-01-icon {
	float: left;
	width: 25%;
	height: 160px;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.updated-home-sec-01-icon h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	bottom: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.updated-home-sec-01-icon:last-child {
	border-right: 0;
}

.updated-home-sec-01-icon-row:last-child {
	border-bottom: 0;
}

.updated-icon-hair img {
	margin: 30px 0 0;
} 

.updated-icon-massage img {
	margin: 30px 0 0;
}

.updated-icon-nail img {
	margin: 17px 0 0;
}

.updated-icon-beauty img {
	margin: 15px 0 0;
}

.updated-icon-fitness img {
	margin: 29px 0 0;
}

.updated-icon-sales img {
	margin: 28px 0 0;
}

.updated-icon-alter img {
	margin: 29px 0 0;
}

.updated-icon-admin img {
	margin: 29px 0 0;
}

.updated-home-sec-01-icon-over {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity .5s;
    transition: opacity .5s;
    border: 2px solid #5eb4e7;
}

.updated-home-sec-01-icon:hover .updated-home-sec-01-icon-over {
	opacity: 1;
	-webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.updated-home-sec-01-icon-over-01 {
	float: left;
	margin: 14px 0 0; 
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #595959;
	text-align: center;
}

.updated-home-sec-01-icon-over-02 {
	float: left;
	margin: 12px 0 0; 
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 600;
}

.updated-home-sec-01-icon-over-03 {
	float: left;
	margin: 11px 0 0; 
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #595959;
	text-align: center;
}

.updated-home-sec-01-btm {
	float: left;
	margin: 32px 0 64px;
	width: 100%;
	text-align: center;
}

.updated-home-sec-01-btm a {
	display: inline-block;
	width: 207px;
	height: 40px;
	background: #0070e0;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.updated-home-sec-02 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #f9f9f9;
	padding-bottom: 64px;
}

.updated-home-sec-02 .updated-home-inr-sec {
	padding: 0 40px;
}

.updated-home-sec-02 h1 {
	float: left;
	margin: 53px 0 0;
	width: 100%;
	font-size: 36px;
	color: #000;
	line-height: 48px;
	text-align: center;
}

.updated-home-sec-02-row {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	height: auto;
}

.updated-home-sec-02-item {
	float: left;
	width: 25%;
}

.updated-home-sec-02-item-img {
	float: left;
	margin: 0;
	width: 100%;
	height: 93px;
	text-align: center;
}

.updated-home-sec-02-item h2 {
	float: left;
	margin: 52px 0 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.updated-home-sec-02-item p {
	float: left;
	margin: 7px 0 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
}

.updated-home-sec-03 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #F9F9F9;
	padding-bottom: 64px;
}

.updated-home-sec-03 .updated-home-inr-sec {
	padding: 0 71px;
}


.updated-home-sec-03 h1 {
	float: left;
	margin: 53px 0 0;
	width: 100%;
	font-size: 36px;
	color: #000;
	line-height: 48px;
	text-align: center;
}

.updated-home-sec-03-row {
	float: left;
	margin: 32px 0 0;
	width: 100%;
}

.updated-home-sec-03-item-01 {
	float: left;
	margin: 0 141px 0 0;
	width: 178px;
	height: 152px;
	border: 1px solid #e0e0e0;
	text-align: center;
	line-height: 152px;
}

.updated-home-sec-03-item-01:last-child {
	margin-right: 0;
}

.updated-home-sec-04 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #FFF;
	padding-bottom: 40px;
}

.updated-home-sec-04 .updated-home-inr-sec {
	padding: 0 0;
}

.updated-home-sec-04 h1 {
	float: left;
	margin: 56px 0 0;
	padding-bottom: 14px;
	width: 100%;
	height: auto;
	font-size: 36px;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.updated-home-sec-04 h2 {
	float: left;
	margin: 0 0 0;
	padding-bottom: 14px;
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.updated-home-blog-main {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: auto;
}

.updated-home-blog-item-con {
	float: left;
	margin: 0;
	width: 33.33%;
	padding: 0 15px;
}

.updated-home-blog-item {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}


.updated-home-blog-item-img {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.updated-home-blog-item-img img {
	width: 100%;
}

.updated-home-blog-item-dtl {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 20px;
}

.updated-home-blog-item-dtl-inr {
	float: left;
	margin: -40px 0 0;
	width: 100%;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.15);
	min-height: 193px;
}

.updated-home-blog-item-dtl-inr h3 {
    color: #000;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 18px 0 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.updated-home-blog-item-dtl-inr p {
	float: left;
	margin: 19px 0 30px;
	width: 100%;
	height: auto;
	padding: 0 20px;
	font-size: 14px;
	line-height: 22px;
}

.updated-home-sec-05 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #0070e0;
	padding-bottom: 50px;
}

.updated-home-sec-05 .updated-home-inr-sec {
	padding: 0 71px;
}


.updated-home-sec-05-item {
	float: left;
	margin: 0;
	width: 178px;
	text-align: center;
}

.updated-home-sec-05-item:nth-child(2) {
	margin-left: 142px;
}

.updated-home-sec-05-item:nth-child(3) {
	margin-left: 142px;
}

.updated-home-sec-05-item:nth-child(4) {
	margin-left: 138px;
}


.updated-home-sec-05-item h1 {
	float: left;
	margin: 63px 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}

.updated-home-sec-05-item h2 {
	float: left;
	margin: 2px 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

.updated-home-sec-05-item h3 {
	float: left;
	margin: 2px 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

/*.updated-home-sec-05-item:nth-child(2) h1 {
	padding: 0 0 0 0;
}

.updated-home-sec-05-item:nth-child(2) h2 {
	padding: 0 0 0 0;
}

.updated-home-sec-05-item:nth-child(2) h3 {
	padding: 0 0 0 0;
}


.updated-home-sec-05-item:nth-child(3) h1 {
	padding: 0 0 0 56px;
}

.updated-home-sec-05-item:nth-child(3) h2 {
	padding: 0 0 0 64px;
}

.updated-home-sec-05-item:nth-child(4) h1 {
	padding: 0 0 0 67px;
}

.updated-home-sec-05-item:nth-child(4) h2 {
	padding: 0 0 0 26px;
}*/

.updated-home-sec-06 {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	background: #FFF;
	padding-bottom: 50px;
}

.updated-home-sec-06 h1 {
	float: left;
	margin: 53px 0 0;
	width: 100%;
	font-size: 36px;
	color: #000;
	line-height: 48px;
	text-align: center;
}

.updated-home-sec-06 .updated-home-inr-sec {
	padding: 0 57px;
}

.updated-home-sec-06-row {
	float: left;
	margin: 31px 0 0;
	width: 100%;
	height: auto;
}

.updated-home-sec-06-item {
	float: left;
	margin: 0;
	width: 207px;
	height: auto;
	text-align: center;
}

.updated-home-sec-06-item-img {
	float: left;
	margin: 0;
	width: 100%;
	height: 100px;
}

.updated-home-sec-06-item p {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 22px;
	margin: 16px 0 0;
	font-size: #000;
}

.updated-home-sec-06-item h2 {
	float: left;
	margin: 13px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.updated-home-sec-06-item h2 a {
	display: inline-block;
	width: 207px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #d44836;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
}

.updated-home-sec-06-item:nth-child(2) {
	margin: 0 0 0 247px;
}

.updated-home-sec-06-item:nth-child(3) {
	margin: 0 0 0 247px;
}

.updated-home-footer {
	float: left;
	width: 100%;
	height: auto;
	background: #2e2d2d;
	padding-bottom: 64px;
}

.updated-home-footer .updated-home-inr-sec {
	padding: 0 56px;
}

.updated-footer-sec-01 {
	float: left;
	margin: 80px 0 0;
	width: 241px;
	height: auto;
}

.updated-footer-logo {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}

.updated-footer-sec-01 p {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #939393;
	line-height: 22px;
}

.updated-footer-social {
	float: left;
	margin: 23px 0 0;
	width: 100%;
	height: auto;
}

.updated-footer-social a {
	float: left;
	margin-right: 10px;
}

.updated-footer-sec-01 span {
	float: left;
	margin: 42px 0 0 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #939393;
}

.updated-footer-sec-02 {
	float: left;
	margin: 78px 0 0;
	width: 185px;
	height: auto;
}

.updated-home-footer h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #4f4f4f;
	font-size: 16px;
	color: #939393;
	text-transform: uppercase;
	padding-bottom: 17px;
}

.updated-home-footer ul {
	float: left;
	width: 100%;
	height: auto;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.updated-home-footer ul li {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}

.updated-home-footer ul li a {
	color: #939393;
}

.updated-footer-sec-03 {
	float: left;
	margin: 78px 0 0 79px;
	width: 400px;
	height: auto;
}

.updated-footer-sec-03 ul {
	width: 50%;
}

.updated-footer-sec-04 {
	float: left;
	margin: 78px 0 0 79px;
	width: 182px;
	height: auto;
}

@media (min-width: 1200px) {
.updated-home-facebook-signup {
	bottom: 50px;
}

.updated-home-google-signup {
	bottom: 50px;
}

.updated-home-social-text {
	bottom: 110px;
}

.updated-home-banner-txt {
	top: 50px;
}

.updated-home-inr-sec {
	width: 1250px;
}

.updated-home-sec-03 .updated-home-inr-sec {
    padding: 0 55px;
}

.updated-home-footer .updated-home-inr-sec {
    padding: 0 40px;
}

}

@media (min-width: 1300px) {
.updated-home-facebook-signup {
	bottom: 70px;
}

.updated-home-google-signup {
	bottom: 70px;
}

.updated-home-social-text {
	bottom: 130px;
}

.updated-home-banner-txt {
	top: 80px;
}
.updated-home-inr-sec {
	width: 1278px;
}

.updated-home-sec-03 .updated-home-inr-sec {
    padding: 0 71px;
}

.updated-home-footer .updated-home-inr-sec {
    padding: 0 56px;
}

.updated-banner-search {
    bottom: 170px;
}

}

@media (min-width: 1400px) {
.updated-home-facebook-signup {
	bottom: 90px;
}

.updated-home-google-signup {
	bottom: 90px;
}

.updated-home-social-text {
	bottom: 150px;
}

.updated-home-banner-txt {
	top: 90px;
}
.updated-home-inr-sec {
	width: 1278px;
}

.updated-home-sec-03 .updated-home-inr-sec {
    padding: 0 71px;
}

.updated-home-footer .updated-home-inr-sec {
    padding: 0 56px;
}

}

@media (min-width: 1600px) {
.updated-home-facebook-signup {
	bottom: 110px;
}

.updated-home-google-signup {
	bottom: 110px;
}

.updated-home-social-text {
	bottom: 170px;
}

.updated-home-banner-txt {
	top: 110px;
}
.updated-home-inr-sec {
	width: 1278px;
}

.updated-home-sec-03 .updated-home-inr-sec {
    padding: 0 71px;
}

.updated-home-footer .updated-home-inr-sec {
    padding: 0 56px;
}

.updated-banner-search {
    bottom: 100px;
}

}

@media (min-width: 1700px) {
.updated-home-facebook-signup {
	bottom: 149px;
}

.updated-home-google-signup {
	bottom: 149px;
}

.updated-home-social-text {
	bottom: 202px;
}

.updated-home-banner-txt {
	top: 164px;
}

.updated-home-inr-sec {
	width: 1278px;
}

.updated-home-sec-03 .updated-home-inr-sec {
    padding: 0 71px;
}

.updated-home-footer .updated-home-inr-sec {
    padding: 0 56px;
}

}

/* SAVED TALENTS */

.save-talents-saved-btn {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #0070e0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #0070e0;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
}

.save-talents-saved-btn:before {
   font-family: FontAwesome;
   content: "\f004";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   color: #0070e0;
}

.saved-talent-notification {
	position: absolute;
	width: 500px;
	height: 78px;
	border: 0;
	background: #007ee5;
	top: -109px;
	left: 143px;
	-webkit-transition: top .5s; /* Safari */
    transition: top .5s;
}

.saved-talent-notification-tick {
	float: left;
	margin: 0;
	width: 71px;
	height: 77px;
	background: #007ee5;
	line-height: 77px;
	text-align: center;
}

.saved-talent-notification p {
	float: left;
	margin: 0;
	width: 100%;
	line-height: 76px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	padding-left: 0;
	text-align: center;
}

.saved-talent-notification p:before {
   font-family: FontAwesome;
   content: "\f014";
   display: inline-block;
   padding-right: 15px;
   vertical-align: top;
   color: #FFF;
   font-size: 24px;
   font-weight: 400;
}


.saved-talent-popup-box {
	position: relative;
	background: #FFF;
	border: 1px solid #bfbfbf;
	width: 400px;
	height: 355px;
	position: absolute;
	right: 135px;
	z-index: 2;
	display: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.saved-talent-popup-box:after, .saved-talent-popup-box:before {
	left: 100%;
	top: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.saved-talent-popup-box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFF;
	border-width: 10px;
	margin-top: -10px;
}
.saved-talent-popup-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #bfbfbf;
	border-width: 11px;
	margin-top: -11px;
}

.saved-talent-popup-box-inr {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 20px;
}


.saved-talent-popup-box-profile {
	float: left;
	margin: 20px 0 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.saved-talent-popup-box-profile img {
	width: 100%;
	height: 100%;
}

.saved-talent-popup-box-profile-ttl {
	float: left;
	margin: 0 0 0 20px;
	width: 285px;
}

.saved-talent-popup-box-profile-ttl p {
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	font-size: 18px;
	color: #010000;
	line-height: 22px;
}

.saved-talent-popup-box-profile-ttl span {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	color: #545454;
	line-height: 18px;
}

.saved-talent-popup-box-inr label {
	float: left;
	margin: 8px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.saved-talent-popup-box-input {
	float: left;
	margin: 2px 0 0;
	width: 100%;
	height: 172px;
	border: 1px solid #bcbcbc;
	background: #FFF;
	padding:15px 20px 20px;
	font-size: 14px;
	color: #9a9a9a;
	border-radius: 5px;
	resize:none;
	line-height: 22px;
}

.removed-from-saved-btn {
	float: right;
	margin: 20px 0 0;
	padding: 0;
	width: 180px;
	height: 35px;
	background: #007ee5;
	border: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	border-radius: 3px;
}

.saved-talent-popup-update-note {
	float: right;
	margin: 20px 10px 0 0;
	padding: 0;
	width: 110px;
	height: 35px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: #898989;
	border-radius: 3px;
}

.saved-talent-popup-saved {
	float: right;
	margin: 20px 16px 0 0;
	padding: 0;
	width: auto;
	height: 35px;
	border: 0;
	font-size: 14px;
	color: #898989;
	border-radius: 3px;
	background: none;
}

.saved-talent-popup-box-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/spalist/invite-close.png) no-repeat center center;
	z-index: 99;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.my-talents-save-btn {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #0070e0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #0070e0;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 97px;
}

.my-talents-save-btn:before {
   font-family: FontAwesome;
   content: "\f08a";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   color: #0070e0;
   font-size: 13px;
}

/* SKILL DETAILS */

.skill-details-banner-btm {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.skill-details-banner-btm-logo {
	position: absolute;
	width: 112px;
	height: 112px;
	border: 1px solid #e8e8e8;
	left: 176px;
	top: -33px;
	background: #FFF;
	line-height: 112px;
	text-align: center;
}


.updated-skill-dtl-inr {
	margin: 0 auto;
	width: 1440px;
	overflow: auto;
}

.skill-dtl-title {
	float: left;
	margin: 15px 0 0;
	width: auto;
	height: auto;
	font-size: 36px;
	color: #010000;
	font-weight: 400;
	padding: 0;
	line-height: 36px;
}

.skill-details-subhead {
	float: left;
	margin: 0 0 30px;
	width: 100%;
	padding: 0 176px 0 0;
}

.skill-details-subhead p {
	float: left;
	margin: 0 0 6px;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #626262;
	line-height: 18px;
}

.skill-details-subhead span {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 10px;
	width: auto;
	height: 27px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	font-size: 12px;
	color: #626262;
	line-height: 24px;
}

.skill-details-subhead a {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: auto;
	height: 27px;
	border-radius: 3px;
	font-size: 14px;
	color: #0070e0;
	line-height: 27px;
}

.skill-details-subhead a:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding-left: 4px;
	vertical-align: top;
	color: #0070e0;
	font-size: 16px;
}


.updated-skill-details-inr {
	float: left;
	margin: 17px 0 0 0;
	width: 100%;
	padding: 0 176px 0;
}

.updated-skill-details-left {
	float: left;
	margin: 0;
	width: 246px;
	height: auto;
}

.updated-skill-details-left ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	width: 100%;
}

.updated-skill-details-left ul li a {
	float: left;
	margin: 0;
	width: 100%;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	line-height: 40px;
}

.updated-skill-details-left-sel {
	color: #007ee5 !important;
}

.updated-skill-details-right {
	float: right;
	margin: 17px 0 0;
	width: 764px;
	height: auto;
}

.skill-dtl-related {
	float: left;
	margin: 10px 10px 0 0;
	width: auto;;
	font-size: 14px;
	color: #626262;
	line-height: 24px;
	font-weight: 600;
}

/* 07-04-17 */

.updated-have-account {
	float: right;
	margin: 0 20px 0 0;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 56px;
}

.updated-have-account a {
	font-weight: 600;
	color: #0070e5;
}

.employer-signup-signme {
	float: right;
	margin: 30px 0 0 0;
	width: 100%;
	height: 35px;
	background: #007ee5;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	padding: 0;
}

.employer-signup-btm-txt {
	float: left;
	margin: 15px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #010000;
}

.employer-signup-btm-txt a {
	color: #0070e5;
}

.updated-home-focus-fixed {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

.updated-home-focus-fixed-inr {
	position: absolute;
	width: 306px;
	height: auto;
}

.updated-scroll-pop-up {
	position: fixed;
	width: 550px;
	height: 85px;
	background: #FFF;
	border: 1px solid #ddd;
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
	z-index: 99;
	left: 50%;
	top: 120px;
	margin-left: -275px;
	display: none;
}

.updated-scroll-pop-up h1 {
	float: left;
	width: 70%;
	margin: 15px 0 0;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
}

.updated-scroll-pop-up h2 {
	float: left;
	width: 30%;
	text-align: center;
}

.updated-scroll-pop-up h2 a {
 	background: #D44836 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 130px;
 }

 /* UPLOAD CV */

 .latest-cv-upload-btn {
 	margin: 0 auto;
 	width: 220px;
 }

 .latest-cv-upload-btn .file-upload-input {
	border: 0;
}

 .latest-cv-upload-btn .file-upload-button {
	width: 100%;
	background: #D74A38;
	border-radius: 0;
	color: #FFF;
	text-transform: capitalize;
	font-weight: 400;
	border: 0;
	line-height: 36px;
	margin-bottom: 0;
	height: 40px;
}

 .latest-cv-upload-btn .file-upload-wrapper {
	float: none;
}

 .latest-cv-upload-btn .file-upload-button:hover {
    background-color: #D74A38;
}


 .latest-cv-upload-btn .file-upload-button:before {
	content: "Click here to upload CV"
}

.latest-cv-upload-ttl {
	float: left;
	margin: 100px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	color: #7F7F7F;
}

.latest-cv-upload-subttl {
	float: left;
	margin: 10px 0 50px;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #7F7F7F;
}

.latest-cv-upload-txt {
	float: left;
	margin: 50px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.latest-cv-upload-employer {
	float: left;
	margin: 100px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 30px;
	color: #7F7F7F;
	vertical-align: middle;
	line-height: 36px;
}

.latest-cv-upload-employer a {
	display: inline-block;
	width: auto;
	padding: 0 30px;
	background: #0070e5;
	height: 35px;
	font-size: 16px;
	color: #FFF;
}

.NewuploadcvInr {
    width: 56vw !important;
}


.Businessprice {
	margin: 0 !important
}

.NewPricingmain {
	padding-bottom: 0;
}

.updated-pricing {
	min-height: 100vh;
}

.you-are-here {
	display: inline-block;
	width: 145px !important;
	height: auto;
	border-radius: 3px !important;
	background: #007ee5 !important;
	color: #FFF !important;
	margin: 8px 0 0 !important;
}

.SigninBtn {
	margin-bottom: 30px !important;
}

/* BLOG DETAILS */

.updated-blog-dtl-con {
	float: left;
	margin: 0;
	width: 100%;
	position: relative;
	padding: 100px 0 0;
}

.updated-blog-ttl-con {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	top: -70px;
}

#FeedDetlHead {
	top: 0;
}

.BlognewDtlContent {
	padding-top: 90px !important;
	margin-bottom: 50px !important;
}

.blogContentInr {
	border: 1px solid #d6d6d6;
	padding: 0 !important;
}

.blogContentInr h1 {
    font-size: 46px;
    font-weight: 600 !important;
    line-height: 60px;
    background: #FFF;
    padding: 10px 20px 15px !important;
}

.NewFeedDtlLeft {
   margin: 0 !important;
   padding: 0 0;
}

.NewFeedDtlLeft h1 {
    padding: 0 0 20px 0 !important;
}

.NewFeedDtlLeftRowJob {
    padding: 20px 0 15px !important;
}

.BlogdtlProimg {
	margin: 0 0 0 !important;
}

.NewFeedDtlLeftRowJob h3 {
	margin: 15px 0 0 !important;
	font-size: 22px !important;
	line-height: 24px;
}

.updated-top-follow {
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
 	background:#4fcdda; 
 	color:#fff;
 	margin: 22px 35px 0 15px;
 	font-size: 14px;
 	border-radius: 4px;
 }

 .updated-top-connect {
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
 	background:#e04554; 
 	color:#fff;
 	margin: 22px 0 0 14px;
 	font-size: 14px;
 	border-radius: 4px;
 }

 .updated-blog-social-icons-con {
 	position: fixed;
 	top: 35%;
 	margin: -92px 0 0 -100px;
 }

  .updated-blog-social-icon {
  	float: left;
  	clear: left;
  	width: 48px;
  	height: 48px;
  	margin-bottom: 20px;
  }

  .BlognewDtlContent {
    width: 1280px !important;
	}

  .updated-blog-dtl-left {
  	float: left;
  	width: 930px;
  	height: auto;
  }

  .updated-blog-dtl-right {
  	float: right;
  	width: 320px;
  	height: auto;
  	position: relative;
  }

  .NewFeedDtlLeftRowJob {
  	width: 320px !important;
  }

  .updated-top-notification-main {
  	position: absolute;
  	width: 367px;
  	top: 40px;
  	right: 0;
  	z-index: 1;
  	height: 0;
  	overflow: hidden;
  	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
  }

/* CREATE BLOG */

.create-blog-container-inr {
	margin: 0 auto;
	width: 1156px;
	height: auto;
}

.create-blog-content-area {
    float: left;
    height: auto;
    margin: 0 0 50px 260px;
    width: 540px;
}

.create-blog-content-area h1 {
	float: left;
	margin: -10px 0 0;
	padding: 0;
	width: 100%;
	font-size: 40px;
	color: #000;
	font-weight: 600;
}

.create-blog-title-input {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: 44px;
	border: 1px solid #dedede;
	font-size: 14px;
	color: #505050;
	padding: 0 10px;
}

.create-bog-editor {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	height: auto;
}

.updated-create-blog-main-container {
	float: left;
	margin: 0;
	padding-top: 90px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #FFF;
}

.create-blog-publish-btn {
	float: right;
	margin: 30px 125px 0 0;
	width: 140px;
	height: 35px;
	background: #007ee5;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	padding: 0;
}

.cropping-inner-main h2 {
	 color: #282828;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
 }

.cropping-inner-main p {
	font-weight: 700 !important;
} 

.updated-album-browse {
	float: left;
	margin: 0 0 0 190px;
	width: auto;
	height: auto;
}

.updated-album-txt {
	float: left;
	font-size: 16px;
	font-weight: 700 !important;
}

.updated-album-browse .new-create-upload-button {
	color: #000 !important;
}

.updated-album-browse .new-create-upload-button span {
	color: #007ee5 !important;
}

.updated-album-browse .file-upload-button {
	width: 158px;
}

.updated-album-browse .file-upload-wrapper {
	margin: 0 2px 0 0 !important;
}

.updated-album-btm-txt {
	float: left;
	margin: 15px 0 10px 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

.updated-album-btm-txt span {
	float: left;
	line-height: 14px;
}

.updated-album-btm-txt span:first-child {
	margin: 0 0 0 37px;
	padding-right: 8px;
	border-right: 1px solid #dedede;
}

.updated-album-btm-txt span:last-child {
	margin: 0;
	padding-left: 10px;
	border-left: 1px solid #a6a6a6;
}

.create-blog-content-area .cropping-inner-main {
	margin-top: 30px;
	height: 455px !important;
}

.updated-create-album {
	padding: 0 !important;
	border-bottom: 0;
}

.updated-create-album .post-job-desired-skill-input ul.token-input-list {
	border-radius: 0 !important;
	border: 1px solid #dedede;
	margin: 10px 0 0;
	min-height: 40px;
}

.create-blog-updated .token-input-dropdown {
	width: 540px !important;
}

.updated-create-album label {
	float: left;
	margin: 20px 0 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #010000;
	font-weight: 400;
}

/* for responsive updates */

/* MOBILE MENU */

.body-scroll {
	overflow-y: hidden !important;
}

.menu-icon {
	float:right;
	width: 30px;
	height: 23px;
	margin: 20px  20px 0 0;
	cursor: pointer;
}


.mobile-menu {
	position: fixed;
	width: 250px;
	height: 100vh;
	background: #f2f2f2;
	right: -250px;
	z-index: 999;
	overflow-y: scroll;
	-webkit-transition: right .3s; /* Safari */
    transition: right .3s;
	-webkit-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    -3px 0px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         -3px 0px 3px 0px rgba(50, 50, 50, 0.2);
}

.mobile-menu-expand {
	right: 0;
	-webkit-transition: right .3s; /* Safari */
    transition: right .3s;
}

.mobile-menu ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.mobile-menu ul li {
	float: left;
	margin: 0;
	width: 100%;
	padding: 15px 30px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.mobile-menu ul li a {
	font-size: 16px;
	color: #626262;
	text-transform: uppercase;
}

.mobile-menu ul li a:hover {
	text-decoration: none;
	color: #007ee5;
}

.container-pull {
    margin-left: -250px;
    transition: margin 0.3s ease 0s;
}

#nav-icon3 {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 30px;
	height: 23px;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8c8c8c;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.for-employers-btn-mob {
    background: #d44836 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin: 10px 0 0 10px;
    text-align: center;
    width: 147px;
}

.langingpage-header-slide {
	position: fixed !important;
	margin-left: -250px;
	transition: margin 0.3s ease 0s;
}

#wrapper {
    float: left;
    min-height: 100%;
    position: relative;
    width: 100%;
    transition: margin 0.3s ease 0s;
    height: auto;
}

.newhomepagecontentoverlay {
	float: left;
	margin: 0;
}

/* post-job-fade */

.post-job-fade {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255,.8);
	z-index: 999999;
	display: none;
}

.post-job-fade-popup {
	position: absolute;
	width: 400px;
	height: 157px;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -200px;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	border: 1px solid #bfbfbf;
}

.post-job-fade-popup h1 {
	float: left;
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: 400;
}

.add-new-job-pop-btn {
	float: right;
	margin: 30px 54px 0 0;
	padding: 0;
	width: 140px;
	height: 35px;
	background: #007ee5;
	border: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
	line-height: 34px;
}

.go-job-page-pop-btn {
	float: right;
	margin: 30px 10px 0 0;
	padding: 0;
	width: 140px;
	height: 35px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: #898989;
	border-radius: 3px;
	text-align: center;
	line-height: 34px;
}

.updated-loader {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #0070e0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; 
}

.view-applicants-date-new {
	display: inline-block;
	line-height: 18px;
	float: none !important;
	padding:0 0 0 10px !important;
	color: #0070e5 !important;
	margin: 5px 0 0 3px !important;
	font-size: 14px;
	vertical-align: top;
}

/* 22-05-17 */

.no-jobs-new {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 150px;
}

.no-jobs-new h1 {
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 62px;
	font-weight: 400;
	color: #010000;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 25px;
}

.no-jobs-new p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #010000;
	line-height: 24px;
	padding: 3px 0;
}

.no-jobs-new p a {
	font-weight: 700;
	color: #0070e5;
}

/* 23-05-17 */

.AccoutNotiRow [type="checkbox"]:not(:checked) + label:before,
.AccoutNotiRow [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; 
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  display: none;
}

.updated-job-expand-check [type="checkbox"]:not(:checked) + label:after,
.AccoutNotiRow [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 14px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}

.AccoutNotiRow [type="checkbox"]:not(:checked) + label, .AccoutNotiRow [type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
}

.AccoutNotiRow .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.AccoutNotiRow .onoffswitch-label {
    border: 0 none;
    border-radius: 10px;
    display: block;
    height: 19px;
    max-width: 50px;
    overflow: hidden;
}

.AccoutNotiRow .onoffswitch-switch {
    right: 31px;
}

/* blog */

.updated-home-blog-goto-blog {
	float: left;
	margin: 40px 0 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.updated-home-blog-goto-blog a {
	display: inline-block;
	width: 147px;
	height: 40px;
	background: #0070e0;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	line-height: 40px;
}

/* upload-cv */

.latest-cv-upload-status-con {
	float: left;
	width: 100%;
	min-height: 30px;
}

.latest-incorrect-email, .latest-already-exist {
	float: left;
	margin: 10px 0 0;
	width: 100%;
	font-size: 16px;
	color: #F00;
	text-align: center;
}

.latest-already-exist a {
	color: #0070e0;
	padding-bottom: 1px;
	line-height: 22px;
	border-bottom: 1px solid #0070e0;
}

/* 12-06-17 */

#wrapper {
	min-height: 100vh;
	position: relative;
}

#rotating-item-wrapper {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}

.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 100px;
	text-align: center;
}

.loading-text {
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 100px;
}

.Newsignupleft h2 {
	float: left;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.Newsignupleft {
	margin: 60px 0 0;
}

.premium {
	float: left;
	width: 75px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	background: #f23a0d;
	top: 105px;
	line-height: 24px;
}

.premium-details {
	top: 10px;
	left: 10px;
}

/* CONTACT US */

.contact-us-con p {
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}

.contact-us-con {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px
}

.contact-us-con label {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.contact-us-con label span {
	font-size: 16px;
	color: #F00;
}

.updated-contact-input {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    color: #9a9a9a;
    float: left;
    font-size: 14px;
    height: 42px;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
}

.updated-contact-message {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    color: #9a9a9a;
    float: left;
    font-size: 14px;
    height: 100px;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
    resize:none;
}

.question-label {
	margin-top: 18px !important;
}

.updated-contact-btn {
    background: #007ee5 none repeat scroll 0 0;
    border: 1px solid #007ee5;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    margin: 10px 0 0 0;
    padding: 0;
    width: 130px;
}

.contact-right {
	float: left;
	width: 100%;
	padding-left: 30px;
}

.contact-right h1 {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #007ee5 !important;
	text-transform: uppercase;
}

.contact-right-email {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 35px;
	line-height: 24px;
}

.contact-right ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-right ul li {
	display: inline-block;
	margin-right: 5px;
	background: #007EE5;
	border-radius: 50px;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #007EE5;
}

.contact-right ul li:nth-child(2) a {
	line-height: 30px;
}

.contact-right ul li a {
	display: inline-block;
	width: 31px;
	height: 31px;
	color: #FFF;
	font-size: 16px;
}

.contact-right ul li:hover {
	background: #FFF;
	border: 1px solid #007EE5;
	transition: all 0.3s ease 0s;
}

.contact-right ul li:hover a{
	color: #007EE5;
	transition: all 0.3s ease 0s;
}

.updated-aboutus {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	max-height: 400px;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.updated-aboutus .read-more { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	margin: 0; 
	padding: 110px 0 110px 0; 

	/* "transparent" only works here because == rgba(0,0,0,0) */ 
	background-image: -moz-linear-gradient(top, transparent, white);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
}

.updated-aboutus .button {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #96d1f8;
	background: #007ee5;
	padding: 5px 30px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 400;
}

.etract-head {
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 0 5px 20px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 22px;
	color: #000;
}

.updated-aboutus h2 {
	position: absolute;
	left: 120px;
	bottom: 8px;
	padding: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.updated-aboutus a {
	font-weight: 600;
	color: #000;
	background: #FF0;
	border-radius: 10px;
	padding: 0 5px;
}

/* updated-home-job */

.updated-home-job-row {
	float: left;
	margin-top: 60px;
	width: 100%;
	height: auto;
	margin-left: -15px;
	margin-right: -15px;
}

.updated-home-job-item {
	float: left;
	width: 25%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.updated-home-job-item-img {
	float: left;
	width: 100%;
	position: relative;
}

.updated-home-job-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.updated-home-job-overlay h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	line-height: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-top: 48px;
	line-height: 24px;
}

.updated-home-job-overlay h1 span {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}

.home-job-more {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 32px;
}

.home-job-more a {
	background: #0070e0 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 207px;
}

.updated-banner-search {
	position: absolute;
	width: 800px;
	height: auto;
	background: rgba(160, 216, 2557, .9);
	z-index: 100;
	left: 50%;
	margin-left: -400px;
	bottom: 190px;
	padding: 15px 0;
	border-radius: 5px;
}

.updated-banner-search-btn {
    background: #0070e0 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border: 0;
}

/*#search-skill .cs-placeholder {
	padding: 5px 0;
}*/



#search-skill div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#search-skill .cs-skin-elastic.cs-active .cs-options ul li {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#search-skill div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

#search-skill .cs-select select {
	display: none;
}

#search-skill .cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 3px 15px 3px 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	font-size: 16px;
}

#search-skill .cs-skin-elastic .cs-options li.skill-hair span {
    background-image: url("../img/index/hair-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-body span {
    background-image: url("../img/index/massage-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-nail span {
    background-image: url("../img/index/nails-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-beauty span {
    background-image: url("../img/index/beauty-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-fitness span {
    background-image: url("../img/index/fitness-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-alternatives span {
    background-image: url("../img/index/sales-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-sales span {
    background-image: url("../img/index/alternative-icon.png");
}

#search-skill .cs-skin-elastic .cs-options li.skill-admin span {
    background-image: url("../img/index/administrator-icon.png");
}

#search-skill .cs-skin-elastic .cs-options span {
	background-position: 15px 50%;
	background-size: 8%;
}

#search-skill .cs-skin-elastic > span {
    background-color: #fff;
    border: 0 none;
}

/*  */

#find-jobs div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#find-jobs div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

#find-jobs .cs-select select {
	display: none;
}

#find-jobs .cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 1px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	font-size: 16px;
}


#find-jobs .cs-skin-elastic > span {
    background-color: #fff;
    border: 0 none;
}






/* Placeholder and selected option */
#search-skill .cs-select > span {
	padding-right: 3em;
	padding-left: 15px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}


@media (min-width: 1200px) { 

}

@media (min-width: 1300px) { 
	.updated-banner-search {
	    bottom: 110px;

	}
}

@media (min-width: 1400px) { 
	.updated-banner-search {
	    bottom: 130px;

	}
}


@media (min-width: 1600px) { 
	.updated-banner-search {
	    bottom: 160px;

	}

}

@media (min-width: 1700px) { 
	.updated-banner-search {
	    bottom: 190px;
	}

}
.updated-home-job-overlay ul {
	float: left;
	width: 100%;
	text-align: center;
	margin:15px 0 0 0;
	padding: 0;
}

.updated-home-job-overlay ul li {
	display: inline-block;
	padding: 0 10px;
}
.updated-home-job-overlay ul li a {
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
}

.updated-home-job-overlay ul li a .fa {
	width: 25px;
}
.updated-profile-job-list {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #010000;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
}

#jobandfeeds .new-spa-list-dtl-right-inr {
    border-right: 0 none;
}
.mobile-banner {
	float: left;
	width: 100%;
	background: #7fb2f0;
	display: none;
	padding-top: 35px;
	padding-bottom: 53px;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-banner h1 {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #FFF;
	word-spacing: 5px;
	letter-spacing: 0.01em;
	line-height: 50px;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, .5);
}

.mobile-banner h1 span {
	font-weight: 700;
}
/* 27-09-17 */

.boost-job-text {
	float: left;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #0070E0;
	margin-left: 0;
	margin-top: 6px;
}

.boost-job {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 3px;
	background: #0070E0;
	margin-left: 10px;
	font-size: 14px;
	color: #FFF;
	padding: 0 10px;
	cursor: pointer;
	margin-top: 4px;
	line-height: 22px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.boost-job span {
 	text-transform: uppercase;
 	font-size: 14px;
 	font-weight: 700;

 }


.boost-job-over-lay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .7);
	z-index: 999999;
	display: none;
}

.boost-job-popup-main {
	width: 380px;
	height: 226px;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	top: 50%;
	left: 50%;
	margin: -113px 0 0 -190px;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0);
    transition: all 200ms ease-in;
    transform: scale(0);   
    border: 1px solid #bfbfbf;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.3);
}

.boost-job-pop-open {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.boost-job-popup-btn {
	background: url(../img/spalist/invite-close.png) no-repeat scroll center center;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.boost-job-popup-main h1 {
	float: left;
	margin: 60px 0 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	padding: 0 15px;
	font-weight: 600;
}

.boost-job-popup-main-yes {
	float: left;
	margin: 28px 0 0 57px;
	width: 130px;
	height: 35px;
	background: #007ee5;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	border-radius: 2px;
}

.boost-job-popup-main-no {
	float: left;
	margin: 28px 0 0 10px;
	width: 130px;
	height: 35px;
	background: #f3f3f3;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #898989;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
}


/*added 13 feb 2018*/
.resume-search-keyword {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}

.resume-search-keyword-input-con {
	float: left;
	width: 100%;
	height: auto;
	 border: 1px solid #dedede;
    border-radius: 0;
    margin: 10px 0 0;
    min-height: 40px;
    position: relative;
    padding: 5px 5px;
}

.resume-search-keyword-input-con ul.token-input-list {
    border: 0 none !important;
    width: 285px !important;
    height: 30px;
}

.resume-search-keyword-input-con ul.token-input-list li input {
    background-color: white;
    padding: 11px 9px !important;
}

.free-text-search-btn {
	float: left;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	margin-top: 10px;
	background: #0070E5;
	font-size: 14px;
	color: #FFF;
	padding: 0;
	margin-bottom: 20px;
	border: 0;
}

.updated-search-header {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 30px;
}

.updated-search-header h1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: #010000;
}

.updated-search-header h1 span {
	color: #0070E5;
	font-weight: 700;
}

.updated-search-upload-con {
	float: left;
	width: 100%;
	background: #dedede;
	padding: 15px 20px 15px;
	margin-top: 15px;
	border-radius: 3px;
}

.updated-search-upload-con h2 {
	float: left;
	width: 70%;
	font-size: 24px;
	font-weight: 400;
	color: #010000;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.updated-search-browse {
	float: right;
	width: 200px;
	background: #0070E5;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	border-radius: 5px;
	height: 38px;
	line-height: 36px;
}

.updated-search-browse:after {
	content:'Upload your CV';

}

.updated-search-browse .file-upload-button {
    border-radius: 5px 0 0 5px;
    display: inline-block;
    float: left;
    height: 38px;
    left: 1px;
    line-height: 38px;
    position: absolute;
    text-transform: uppercase;
    top: 1px;
    width: 200px;
}
/* UPDATED SEARCH FILTER */

.updated-search-btn-con {
	float: left;
	width: 100%;
	height: auto;
}

.updated-search-btn-con ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.updated-search-btn-con ul li {
	float: left;
	width: 100px;
	height: 54px;
	border-radius: 4px 4px 0 0;
    margin-right: 2px;
    background: #F6F6F6;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 54px;
    font-weight: 700;
    cursor: pointer;
}

.updated-search-btn-con-sel {
	background: #EFEFEF !important;
}

.updated-search-latest-con {
	float: left;
	width: 100%;
	height: auto;
	background: none;
	padding: 0 15px;
}

.updated-search-latest-con .new-searchby-service {
	width: 100%;
	margin-top: 15px;
}

.updated-search-latest-con .new-searchby-service .new-searchby-service-input {
	border-radius: 5px;
}

.job-details-list-row {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.job-details-list-row h2 {
    width: 250px;
    margin-top: 3px;
    margin-bottom: 0;
}
.job-details-list-row p {
    width: 469px;
    margin-top: 0;
}