.raleway {
  font-family: 'Raleway', sans-serif;
}
.centurygothic {
  font-family: Century Gothic, sans-serif;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both !important;
  height: 0;
}
* html .clearfix {
  position: relative;
  zoom: 1;
}
* + html .clearfix {
  position: relative;
  zoom: 1;
}
body {
  font-family: Century Gothic, sans-serif;
}
.navbar.yamm {
  border: 0;
}
.topbar .navbar {
  border: 0;
}
.section-title {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  margin-top: 0;
}
.header-wrapper {
  box-shadow: 0 0 8px #000000;
  position: relative;
  z-index: 200;
}
.btn {
  border: none;
  text-shadow: none;
  outline: 0;
  padding: 5px 20px 4px 20px;
  transition: all 0.3s;
  white-space: normal;
  border-radius: 0;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  outline: 0;
}
.btn-white-transparent-employer {
  border: 2px solid #ffffff;
  font-size: 18px;
  text-transform: none;
  color: #ffffff;
  box-shadow: none;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
}
.btn-white-transparent-employer input {
  display: none;
}
.btn-white-transparent-employer.active {
  background-color: #ffffff;
  color: #79a400;
  box-shadow: none;
  white-space: nowrap;
}
.btn-white-transparent-employer.active:hover {
  background: #ffffff;
}
.btn-white-transparent-employer:hover {
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  color: #79a400;
  border: 2px solid #ffffff;
}
.btn-filter-form {
  background-color: #79a400;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 25px 10px 25px;
  border-radius: 4px;
}
.btn-filter-form:hover {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-employer,
.btn-green {
  background-color: #232323;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 12px 20px !important;
    border-radius: 4px !important;  
    border:none !important;
}
.btn-employer:hover,.btn-green:hover {
  background-color: #000;
  color: #fff;
  text-decoration:none !important;
}
.btn-cancel {
  background-color:#DE5328;
  color: #fff !important;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding:9px 35px !important;
}
.btn-cancel:hover {
  background-color: #666666;
  color: #fff !important;
  text-decoration:none !important;
}
.btn-employer-md {
    border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    border: 2px solid #fff;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-employer-md:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
  text-decoration:none !important;
}
.btn-employer-transparent {
  border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    border: 2px solid #fff;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-employer-transparent:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
  text-decoration:none !important;
}
.btn-employer-dark {
  background-color: #698e00;
  color: #ffffff !important;
}
.btn-employer-dark:hover {
  background-color: #666666;
  color: #ffffff !important;
}
.btn-lg-sm {
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  font-family: Century Gothic, sans-serif;
  border-radius: 0;
  font-weight: normal;
  padding: 15px 40px;
}
@media screen and (max-width:  767px) {
  .btn-lg-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn-worker,
.btn-blue {
  background-color: #0091c4;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-worker:hover,
.btn-blue:hover {
  background-color: #666666;
  color: #fff !important;
  text-decoration:none !important;
}
.btn-worker-dark {
  background-color: #128ece;
  color: #ffffff;
}
.btn-worker-dark:hover {
  background-color: #666666;
  color: #fff !important;
  text-decoration:none !important;
}
.btn-white {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000333;
  font-family: 'Raleway', sans-serif;
}
.btn-white:hover {
  background-color: #666666;
  color: #fff !important;
  text-decoration:none !important;
}
.btn-white.btn-employer {
  color: #79a400;
}
.btn-white.btn-worker {
  color: #0091c4;
}
.btn-white.btn-md {
  font-size: 21px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-white:hover {
  background: #474747;
  color: #fff !important;
  text-decoration:none !important;
}
.btn-text {
  text-transform: none;
}
.btn-md {
  font-size: 18px;
}
.btn-lg {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  font-family: Century Gothic, sans-serif;
  text-transform: uppercase;
  padding: 11px 20px;
}
@media screen and (max-width:  767px) {
  .btn-lg {
    font-size: 22px;
  }
}
.search-section {
  background-color: #ffffff;
  padding: 45px 0;
}
.search-section .section-title {
  text-transform: none;
  text-align: left;
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 30px 0;
}
.search-tab-panels {
  background-color: #f4f4f4;
}
@media screen and (max-width: 991px) {
  .search-tab-panels {
    margin-bottom: 30px;
  }
}
.search-tab-panels .tab-pane {
  padding: 40px 0px;
}
.search-tab-panels .tab-pane h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 25px 0;
}
.search-tab-panels .tab-pane .buttons {
  text-align: center;
}
.search-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.search-tabs li {
  width: 33.3333333%;
  float: left;
  border: 0;
}
.search-tabs li a {
  text-align: center;
  background-color: #8e8e8e;
  color: #ffffff;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s;
  margin: 0;
  border-radius: 0;
  outline: 0;
  border: 0;
}
@media screen and (max-width:  767px) {
  .search-tabs li a {font-size: 13px !important;}  
}
.search-tabs li a:before {
  content: '';
  display: block;
  margin: 0 auto 10px auto;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.search-tabs li a:hover {
  background-color: #424242;
  border: 0;
}
.search-tabs li a:focus,
.search-tabs li a.focus,
.search-tabs li a:active,
.search-tabs li a.active {
  border: 0;
}
.search-tabs li.active a {
  background-color: #fff;
  color: #000000 !important;
  border: 0;
}
.search-tabs li.active a:before {
  background-position: 0 100%;
}
.search-tabs li.active a:hover {
  color: #000000 !important;
  background-color: #dbdbdb;
  border: 0;
}
.job-locations-list ul,
.jobs-industry-list,
.employerindex-list {
  overflow: hidden;
  padding: 0 25px;
  margin: 0 0 20px 0;
  list-style: none; /*border-bottom: 1px solid rgba(172,172,172,0.2);*/
}
.job-locations-list ul li,
.jobs-industry-list li,
.employerindex-list li {
  font-size: 14px;
}
.job-locations-list ul li a,
.jobs-industry-list li a,
.employerindex-list li a {
  color: #000;
}
.job-locations-list ul li a .fa,
.jobs-industry-list li a .fa,
.employerindex-list li a .fa {
  color: #000; font-size: 16px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #000000;
  border: none;
  margin: 0 2px;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  background-color: #128ece;
}
#fade-quote-carousel .profile-circle {
  overflow: hidden;
}
.section-newsletter-subs {
      background: #f4f4f4;
    color: #000;
    display: inline-block;
    width: 100%;
}
@media screen and (max-width:  767px) {
  .section-newsletter-subs {
    padding: 0;
  }
  .footer-newsletr *[class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.footer-newsletr {
  padding: 30px 0; margin: 0;
}
.subscribe-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.2;
}
@media screen and (max-width: 991px) {
  .subscribe-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:  767px) {
  .footer-newsletr input[type="text"],
  .footer-newsletr input[type="email"] {
    margin-bottom: 10px;
  }
}
.footer-newsletr .btn {
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 25px 9px 25px !important;
  text-transform: uppercase !important; 
}
.footer-newsletr .row {
  margin-left: -5px;
  margin-right: -5px;
}
.footer-newsletr *[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.subscribe-message {
  padding: 10px;
  text-align: center;
  color: #00ff00;
  display: none;
}
.footer-widgets {
  font-size: 14px;
}
.footer-widgets a {
  color: #afafaf;
  font-size: 14px;
}
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets .widgetsubtitle {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: normal;
}
/*.footer-widgets .widgetsubtitle.phone:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(img/icon-phone.png) 0 0 no-repeat;
  margin-right: 5px; 
  width: 20px;
  height: 17px;
}
.footer-widgets .widgetsubtitle.address:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(img/icon-address.png) 0 0 no-repeat;
  margin-right: 5px;
  width: 20px;
  height: 16px;
}*/
.footer-widgets .widgettitle {
 /* text-transform: uppercase;*/
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: 0;
}
.footer-widgets .widgettitle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 114px;
  background-color: #393939;
  height: 1px;
}
@media screen and (max-width:  767px) {
  .footer-widgets .widgettitle:after {
    left: 0;
    margin-left: 0px;
  }
}
.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media screen and (max-width:  767px) {
  .footer-widgets ul {
    display: inline-block;
    width: 100%;
  }
}
.footer-widgets ul.contacts-list {
  margin-bottom: 20px;
}
@media screen and (max-width:  767px) {
  .footer-widgets ul.contacts-list {
    text-align: center;
  }
}
.footer-widgets ul.contacts-list:last-child {
  margin-bottom: 0;
}
.footer-widgets ul.contacts-list li {
  padding-left: 0;
  margin: 0;
}
.footer-widgets ul.contacts-list li:before {
  display: none;
}
.footer-widgets ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px; 
}
.footer-widgets ul li:last-child {
  margin-bottom: 0;
}
.footer-widgets ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-subscribe {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #393939;
  padding: 5px 0;
}
@media screen and (max-width:  767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-subscribe a {
  z-index: 2;
  color: #7f7f7f;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  margin-top: -0.5em;
}
.footer-subscribe a:hover {
  color: #ffffff;
}
.footer-subscribe input[type="text"] {
  position: relative;
  z-index: 1;
  background: none;
  border: 0;
  width: 100%;
}
.footer-content-wrapper {
  display: table;
  width: 100%;
  position: relative;
}
@media screen and (max-width:  767px) {
  .footer-content-wrapper {
    padding: 0px;
    margin:0;
    display: block;
    width: 100%;  
  }
}
.footer-content-wrapper .footer-content {
  display: table-row;
  overflow: hidden;
}
@media screen and (max-width:  767px) {
  .footer-content-wrapper .footer-content {
    width: auto;
    display: block;
    overflow: visible;
  }
}
.footer-content-wrapper .footer-content .footer-container-col-left {
  display: table-cell;
  width: 25%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:  767px) {
  .footer-content-wrapper .footer-content .footer-container-col-left {
    display: block;
    width: 100% !important;
   
  }



  .footer-content-wrapper .footer-content .footer-container-col-left .social-icons {
    margin-bottom: 10px;padding-top: 0px !important; clear: both;
  }

  .footer-container-col-left .footer-widget{padding-bottom:0px !important;}

  .footer-container-col-right .footer-widget { padding-top: 20px !important;}
}
.footer-content-wrapper .footer-content .footer-container-col-left .social-icons {
  margin-bottom: 30px;
}
@media screen and (max-width:  767px) {
  .footer-content-wrapper .footer-content .footer-container-col-left .social-icons.mobile-media {
    display: none;
    /*margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;*/
  }
}
.footer-content-wrapper .footer-content .footer-container-col-right {
  padding-left: 40px;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width:  767px) {
  .footer-content-wrapper .footer-content .footer-container-col-right {
    display: block;
    width: 100%;
    padding-left: 0;
    float: left;
  }
}
.footer-widget {
  padding: 40px 0 30px 0;
}
/*.social-icons {
  padding: 10px;
  background-color: #2a2a2a;
}*/



@media screen and (max-width: 991px) {
  .tabs-wrapper {
    margin-bottom: 20px;
  }
}

#fade-quote-carousel blockquote {
    font-size: 18px;
    line-height: 26px;
}
#fade-quote-carousel blockquote:before,
#fade-quote-carousel blockquote:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 72px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  position: relative;
  top: 7px;
  color: #000;
}
#fade-quote-carousel blockquote:before {
  content: '“';
}
#fade-quote-carousel blockquote:after {
  content: '”';
}
.applicant-carousel-wrapper {
  position: relative;
}
.applicant-carousel-wrapper .applicant-carousel-controls {
  position: absolute;
  right: 2px;
  top: -55px;
}
.applicant-carousel-wrapper .applicant-carousel-controls a .fa{ font-size: 18px; }
.applicant-carousel-wrapper .applicant-carousel-controls a {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 25px;
  /*border: 1px solid #b2b2b2;*/
  text-align: center;
  line-height: 23px;
  color: rgba(0,0,0,0.5);
  outline: 0;
}
.applicant-carousel-wrapper .applicant-carousel-controls a:hover {
  color: #666666;
}
.applicant-item {
  background-color: #f4f4f4;
  /*border: 1px solid #dbdbdb;
  padding: 0 15px 30px 15px;*/
  max-width: 360px;
  margin: 0 auto;
  overflow:hidden;
}
.applicant-item .img {
  -webkit-background-size: cover;
  background-size: cover;
  height: 154px;
  /*margin-bottom: 10px;*/
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.applicant-img-cont .applicnt-img img {
  width: 75px; height: 75px;box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); border-radius: 50%;
}
.applicant-item .actions-list {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  margin-left: 110px;
}
.applicant-item .actions-list li {
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width:  767px) {
  .applicant-item .actions-list li {
    margin-bottom: 5px;
  }
}
.applicant-item .actions-list li:last-child {
  margin-right: 0;
}
.applicant-item .actions-list li a {
  color: #00aee6;
}
.applicant-item .title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.applicant-item .meta {
  margin-bottom: 15px;
}
.applicant-item .meta .category {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.1;
}
.applicant-item .meta .category li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #0081aa;
}
.applicant-item .meta .category li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.applicant-item .meta .category li a {
  color: #0081aa;
}
.applicant-item .meta .location {
  color: #787878;
  font-size: 14px;
}
.applicant-item .meta .payment {
  font-weight: bold;
  font-size: 14px;
  color: #00aee6;
}
.applicant-item .description {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(172,172,172,0.2);
}
.applicant-item .buttons .btn {
  font-size: 17px;
}
.worker-homebox,
.employer-homebox {
    background: rgba(255,255,255,.85);
    width: 100%;
    max-width: 490px;
    padding: 36px 20px 20px 20px;
    margin: 0 auto;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}
@media screen and (max-width:  767px) {
  .worker-homebox,
  .employer-homebox {
    padding: 30px 12px;
    background: rgba(255,255,255,1);
  }
}
.worker-homebox .row,
.employer-homebox .row {
  margin-left: -5px;
  margin-right: -5px;
}
.worker-homebox .row .form-group,
.employer-homebox .row .form-group {
  margin-bottom: 10px;
}
.worker-homebox .row .form-group:last-child,
.employer-homebox .row .form-group:last-child {
  margin-bottom: 10px;
}
.worker-homebox .col-sm-6,
.employer-homebox .col-sm-6 {
  padding: 0 5px;
}
.worker-homebox .homebox-title,
.employer-homebox .homebox-title {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  color: #000000;
}

.employer-homebox .homebox-instructions {
  position: relative;
  text-align: center;
  color: #79a400;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

.worker-homebox .homebox-instructions{
  position: relative;
  text-align: center;
  color: #0091c4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}


.worker-homebox .homebox-instructions:before, .employer-homebox .homebox-instructions:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.worker-homebox .homebox-instructions:after,
.employer-homebox .homebox-instructions:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -22px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  width: 0;
  height: 0;
}
.worker-homebox .btn,
.employer-homebox .btn {
  width: 100%;
}
.worker-homebox .form-group,
.employer-homebox .form-group {
  text-align: left;
  margin-bottom: 10px;
}
.worker-homebox .form-group input[type="checkbox"] + a,
.employer-homebox .form-group input[type="checkbox"] + a {
  color: #030303;
  font-size: 15px;
}
.worker-homebox .form-group input[type="text"],
.employer-homebox .form-group input[type="text"],
.worker-homebox .form-group input[type="email"],
.employer-homebox .form-group input[type="email"],
.worker-homebox .form-group input[type="tel"],
.employer-homebox .form-group input[type="tel"] {
  width: 100%;
  font-size: 14px;
  /* height: 34px; */
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 2px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.worker-homebox .form-group input[type="text"]::-webkit-input-placeholder,
.employer-homebox .form-group input[type="text"]::-webkit-input-placeholder,
.worker-homebox .form-group input[type="email"]::-webkit-input-placeholder,
.employer-homebox .form-group input[type="email"]::-webkit-input-placeholder,
.worker-homebox .form-group input[type="tel"]::-webkit-input-placeholder,
.employer-homebox .form-group input[type="tel"]::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
  opacity: 1;
}
.worker-homebox .form-group input[type="text"]::-moz-placeholder,
.employer-homebox .form-group input[type="text"]::-moz-placeholder,
.worker-homebox .form-group input[type="email"]::-moz-placeholder,
.employer-homebox .form-group input[type="email"]::-moz-placeholder,
.worker-homebox .form-group input[type="tel"]::-moz-placeholder,
.employer-homebox .form-group input[type="tel"]::-moz-placeholder {
  color: rgba(0,0,0,0.6);
  opacity: 1;
}
.worker-homebox .form-group input[type="text"]:-moz-placeholder,
.employer-homebox .form-group input[type="text"]:-moz-placeholder,
.worker-homebox .form-group input[type="email"]:-moz-placeholder,
.employer-homebox .form-group input[type="email"]:-moz-placeholder,
.worker-homebox .form-group input[type="tel"]:-moz-placeholder,
.employer-homebox .form-group input[type="tel"]:-moz-placeholder {
  color: rgba(0,0,0,0.6);
  opacity: 1;
}
.worker-homebox .form-group input[type="text"]:-ms-input-placeholder,
.employer-homebox .form-group input[type="text"]:-ms-input-placeholder,
.worker-homebox .form-group input[type="email"]:-ms-input-placeholder,
.employer-homebox .form-group input[type="email"]:-ms-input-placeholder,
.worker-homebox .form-group input[type="tel"]:-ms-input-placeholder,
.employer-homebox .form-group input[type="tel"]:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
  opacity: 1;
}
.worker-homebox .form-group input[type="text"]:focus::-webkit-input-placeholder,
.employer-homebox .form-group input[type="text"]:focus::-webkit-input-placeholder,
.worker-homebox .form-group input[type="email"]:focus::-webkit-input-placeholder,
.employer-homebox .form-group input[type="email"]:focus::-webkit-input-placeholder,
.worker-homebox .form-group input[type="tel"]:focus::-webkit-input-placeholder,
.employer-homebox .form-group input[type="tel"]:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
}
.worker-homebox .form-group input[type="text"]:focus::-moz-placeholder,
.employer-homebox .form-group input[type="text"]:focus::-moz-placeholder,
.worker-homebox .form-group input[type="email"]:focus::-moz-placeholder,
.employer-homebox .form-group input[type="email"]:focus::-moz-placeholder,
.worker-homebox .form-group input[type="tel"]:focus::-moz-placeholder,
.employer-homebox .form-group input[type="tel"]:focus::-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
.worker-homebox .form-group input[type="text"]:focus:-moz-placeholder,
.employer-homebox .form-group input[type="text"]:focus:-moz-placeholder,
.worker-homebox .form-group input[type="email"]:focus:-moz-placeholder,
.employer-homebox .form-group input[type="email"]:focus:-moz-placeholder,
.worker-homebox .form-group input[type="tel"]:focus:-moz-placeholder,
.employer-homebox .form-group input[type="tel"]:focus:-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
.worker-homebox .form-group input[type="text"]:focus:-ms-input-placeholder,
.employer-homebox .form-group input[type="text"]:focus:-ms-input-placeholder,
.worker-homebox .form-group input[type="email"]:focus:-ms-input-placeholder,
.employer-homebox .form-group input[type="email"]:focus:-ms-input-placeholder,
.worker-homebox .form-group input[type="tel"]:focus:-ms-input-placeholder,
.employer-homebox .form-group input[type="tel"]:focus:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}
.worker-homebox .form-group:last-child,
.employer-homebox .form-group:last-child {
  margin-bottom: 0;
}
.section-how {
  background-color: #f6f6f6;
    color: #000;
    padding: 50px 0;

}
.section-how .section-title {
  margin-bottom: 5px;
}
.section-how .section-description {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.section-how .buttons {
  text-align: center;
  margin-top: 30px;
}
.section-how .buttons .btn {
  min-width: 210px;
}
@media screen and (max-width:  767px) {
  .section-how .buttons .btn {
    max-width: 360px;
    width: 100%;
  }
}
.how-it-works-item {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .how-it-works-item {
    margin-bottom: 30px;
  }
}
.how-it-works-item .img {
  position: relative;
  height: 137px;
  display: inline-block;
  margin: 0 auto;
}
/*.how-it-works-item .img:after {
  content: '';
  display: block;
  height: 88px;
  background-repeat: no-repeat;
  background-image: url(img/how-it-works-icons.png);
  margin: 0 auto;
}
.how-it-works-item .img .count {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 29px;
  position: absolute;
  left: -60px;
  bottom: 2px;
  border-radius: 20px 20px 0 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
}
.how-it-works-item:nth-child(1) .img:after {
  width: 72px;
  background-position: 0 100%;
}
.how-it-works-item:nth-child(2) .img:after {
  width: 71px;
  background-position: -72px 100%;
}
.how-it-works-item:nth-child(3) .img:after {
  width: 79px;
  background-position: -143px 100%;
}*/
.how-it-works-item .title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}
.how-it-works-item .title div {
  text-transform: none;
  font-weight: 600;
}
.how-it-works-item .description {
  font-size: 14px;
  color: #000;
  font-family: Century Gothic, sans-serif;
  line-height: 24px;
  padding: 0 15px;
}
.form-control {
  border-radius: 0;
  height: 34px;
  border-color: #bbbbbb;
  box-shadow: none;
}
.checkbox label {
  padding-left: 0;
  font-weight: normal;
  margin: 0;
}
.section-textvite {
  padding: 50px 0;
}
.section-textvite .section-title {
  font-weight: 600;
    font-size: 36px;
    margin-bottom: 80px;
}
.section-textvite .buttons {
  text-align: center;
}
.textvite-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.textvite-list li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 80px;
  padding: 0 15px;
}
@media screen and (max-width:  767px) {
  .textvite-list li {
    width: 100%;
  }
}
.textvite-list li:nth-child(1) div:before {
  background-position: 0 0;
}
.textvite-list li:nth-child(2) div:before {
  background-position: 0 -114px;
}
.textvite-list li:nth-child(3) div:before {
  background-position: 0 -228px;
}
.textvite-list li:nth-child(4) > div:before {
  background-position: 0 -342px;
}
.textvite-list li:nth-child(5) > div:before {
  background-position: 0 -456px;
}
.textvite-list li:nth-child(6) > div:before {
  background-position: 0 -570px;
}
.textvite-list li:nth-child(7) > div:before {
  background-position: 0 -684px;
}
.textvite-list li:nth-child(8) > div:before {
  background-position: 0 -798px;
}
.textvite-list li:nth-child(9) > div:before {
  background-position: 0 -912px;
}
.textvite-list li > div {
  padding: 75px 30px 0 30px;
  min-height: 200px;
  box-shadow: 0 0 8px rgba(0,0,0,0.18);
  text-align: center;
      position: relative;
}
@media screen and (max-width:  767px) {
  .textvite-list li > div {  
    min-height: 0;
    padding-bottom: 20px;
  }
}
.textvite-list li > div:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 114px;
  background-repeat: no-repeat;
  position: absolute; left: 50%;
  transform: -webkit-translateX(-50%);
  transform: -moz-translateX(-50%);
  transform: translateX(-50%);
  top: -58px;
}
.textvite-list li > div .title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1;
}
.textvite-list li > div .description {
  font-size: 14px; font-family: 'Century Gothic',sans-serif;  line-height: 22px;
}
.pagination-a {
  text-align: left;
  margin: 10px 0 20px 0;
}
.pagination-a ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-a ol li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  font-family: 'Raleway', sans-serif;
}
.pagination-a ol li.next a,
.pagination-a ol li.prev a {
  font-size: 16px; font-weight: 600;
}
.pagination-a ol li.active a {
  background-color: #79a400;
  color: #ffffff;
}
.pagination-a ol li a {
  display: block;
  background-color: #fff;
  color: #232323;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 9px;
  min-width: 36px;
  font-family: 'Century Gothic',sans-serif; 
  font-weight: normal;
  border:1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}
.pagination-a ol li a:hover {
  color: #ffffff;
  background-color: #232323;
}
.footer-newsletr input[type="text"],
.footer-newsletr input[type="email"] {
  /*height: 39px;*/
  font-size: 14px; padding: 9px 15px; border-radius: 2px;
}
.rating-b {
  display: block;
  overflow: hidden;
  width: 85px;
  height: 13px;
  background: url(img/rating.png) 0 -65px no-repeat;
  text-indent: -3000em;
  text-align: left;
  margin: 0 auto;
}
.rating-b.a {
  background-position: 0 -65px;
}
.rating-b.b {
  background-position: 0 -52px;
}
.rating-b.c {
  background-position: 0 -39px;
}
.rating-b.d {
  background-position: 0 -26px;
}
.rating-b.e {
  background-position: 0 -13px;
}
.rating-b.f {
  background-position: 0 0;
}
.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin: 0;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox:before {
  margin-left: -20px;
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #79a400;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-family: FontAwesome;
  overflow: hidden;
}
.body_worker .custom-checkbox:before {
  border: 1px solid #128ECE;
}

.custom-checkbox.active:before,
.custom-checkbox.checked:before {
  content: '\f00c';
  color: #000333;
}
.custom-checkbox-all {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin: 0;
}
.custom-checkbox-all input {
  display: none;
}
.custom-checkbox-all:before {
  margin:7px 0 0 0;
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #128ECE;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-family: FontAwesome;
  overflow: hidden;
  float:left;
}
.custom-checkbox-all.active:before,
.custom-checkbox-all.checked:before {
  content: '\f00c';
  color: #000333;
}



/* New Addition 14 Mar 20188 */

.topbar .navbar.navbar-default {background:#232323 !important; border-radius: 0px;}
.topbar .nav.navbar-nav li{ border-right: 1px solid #3d3d3d; }
.topbar .nav.navbar-nav li:last-child{ border-right: none; }
.jobs-deliver-cont{ display: inline-block; padding: 15px; }
.jobs-deliver-cont a{ display: inline-block; padding: 0; }
.jobs-deliver-cont a:hover{ text-decoration: none;color: #c6c6c6 !important }
/*.footer-container-col-right .footer-widget ul li{ line-height: 32px; }*/
.footer-widgets .keepTouch-cont{ float: left;width: 100%;     margin: 10px 0 20px; }
.footer-widgets .keepTouch-cont h4{float: left; color: #fff;font-size: 32px; padding-right: 15px; width:50px;}
.footer-widgets .keepTouch-cont .contacts-list{ float: left; }
.footer-widgets .keepTouch-cont .contacts-list li{ line-height: 22px; }
.footer-widgets .keepTouch-cont.margbtm65{ margin-bottom: 35px; }
.footer-content-wrapper .padLft45{ padding-left: 45px; }
#onlyguest .footer-bottom {text-align: left;padding: 15px 45px;}
.section-title.home-title{margin-bottom: 50px;}
.megamenuborder-employer .btn-employer{ background-color: #79a400;
    font-weight: 600;
    border-radius: 4px;
    padding: 9px 15px !important;
    top: 6px !important;
    text-transform: uppercase; }
.megamenuborder-worker .btn-employer{ background-color: #0091c4; text-transform: uppercase; font-weight: 600; border-radius: 4px; padding: 9px 15px !important; top: 6px !important; }
.nopadding{ padding: 0 !important }

#fade-quote-carousel.carousel .carousel-indicators > li{width: 12px; height: 12px;}
#fade-quote-carousel.carousel .carousel-indicators > li.active{width: 12px; height: 12px;}
.login-main{min-height: 538px;}
.login-main .menu-before-login h3{ padding: 0px;text-align: center;margin: 5px 0 30px;line-height: 35px;font-size: 30px;color: #000;font-family: 'Raleway', sans-serif; }
.login-main .menu-before-login {width: 480px; border-top:none; padding: 10px; z-index: 9999 !important; margin: 60px auto;}
.sidebar-content-cont.brdrTop{ border-top:1px solid #ccc; border-radius: 4px !important; }
.signup-main-cont .box{ margin-bottom: 0; }



.mainheader-title.apply-by-email {background: #0091c4;padding: 20px 0px 20px 0px;height: auto;}
.mainheader-title.apply-by-email h1{line-height: 1.1;font-family: 'Raleway', sans-serif;padding: 10px 0 !important;margin-bottom: 0 !important;font-size: 36px; margin-top: 0;} 
/*.alert-info.apply_email-alertinfo {background: rgba(193,219,189,0.5) !important;border: 1px solid #569a4c !important; margin-bottom: 0; color:#1d4f16 !important; font-family: 'Century Gothic',sans-serif; font-weight: normal; margin:50px 0; font-size: 16px;}*/
.alert-info.apply_email-alertinfo {background:none !important;border:none !important; margin-bottom: 0; color:#1d4f16 !important; font-family: 'Century Gothic',sans-serif; font-weight: normal; margin:0 0 20px; font-size: 16px;}
.alert-info.apply_email-alertinfo a{ font-weight: bold; transition: all 0.3s;}  
.alert-info.apply_email-alertinfo a:hover{ color:#0091c4;  }  
.apply-email-formcont{ margin: 40px 0;/*border: 1px solid #ccc;*/border-radius: 4px;padding: 10px;/*background: url(img/bg-pattern.png) repeat #fff;*/ }
.apply-email-formcont .control-label {text-align: left;font-weight: 600;font-size: 15px; color: #010101;padding:12px 15px 0 15px;display:inline-block;margin-bottom:8px;}
.apply-email-formcont input[type="text"], 
.apply-email-formcont input[type="password"], 
.apply-email-formcont input[type="tel"], 
.apply-email-formcont input[type="email"], 
.apply-email-formcont textarea, 
.apply-email-formcont select {font-size: 14px;padding: 10px 15px; border-radius: 2px;color: #666;border: 1px solid #ccc;line-height: 22px;height: auto;width: 100% !important;}
.apply-email-formcont .margbtm15{ margin-bottom: 15px !important }
.apply-email-formcont .form-group {margin-right: 0;margin-left: 0;margin-bottom: 10px;}
.apply-email-formcont .btn-cancel{background: #232323 !important;transition: all 0.3s;font-family: 'Century Gothic',sans-serif;color: #fff;font-size: 16px !important;padding: 9px 25px !important;border-radius: 4px; text-transform: uppercase !important; font-weight: bold !important; letter-spacing: 0.5px; box-shadow: none; margin:0 3px !important; }
.apply-email-formcont .btn-cancel:hover,.apply-email-formcont .btn-cancel:focus{ background: #000 !important; color: #ccc !important }
.apply-email-formcont .btn-save{background: #0091c4 !important;transition: all 0.3s;font-family: 'Century Gothic',sans-serif;color: #fff;font-size: 16px !important;padding: 9px 25px !important;border-radius: 4px; text-transform: uppercase !important; font-weight: bold !important; letter-spacing: 0.5px;  box-shadow: none; margin:0 3px !important; }
.apply-email-formcont .btn-save:hover, .apply-email-formcont .btn-save:focus{ background: #232323 !important;}
/*.container-fluid .container{ padding: 0 !important; }*/


.dl-user.employer-dl-user .img-blue{ display: none; }
.dl-user.worker-dl-user .img-green{ display: none; }  

.employer-compny-info .img-blue{ display: none; }
.worker-compny-info .img-green{ display: none; } 


.body_worker .checkmark{ border: 1px solid #0091c4 !important; }
.body_worker .custom_checkbox .checkmark:after{ border: solid #0091c4 !important; border-width: 0 4px 4px 0 !important;}

.body_employer .checkmark{ border: 1px solid #79a400 !important; }
.body_employer .custom_checkbox .checkmark:after{ border: solid #79a400 !important; border-width: 0 4px 4px 0 !important;}


