.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
html,
body {
  background: url("../img/v2/bg.png?nocache");
  -webkit-font-smoothing: antialiased;
}
.site-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 15px;
  width: 100%;
  min-width: 530px;
}
.site-nav li {
  float: left;
  width: 20%;
  text-align: center;
}
.site-nav li img {
  position: relative;
}
.logo {
  position: absolute;
  top: 0;
  left: 20px;
}
.home-job-categories-container {
  background: #fff;
  margin-top: 16px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .home-job-categories-container {
    margin-top: 0;
  }
}
.home-job-categories-container ul.home-job-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-job-categories-container ul.home-job-categories li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.home-job-categories-container ul.home-job-categories li a {
  color: #666;
}
.home-job-categories-container ul.home-job-categories li.active a {
  color: #18a760;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-job-categories-container ul.home-job-categories li {
    line-height: 18px;
    padding: 8px 10px;
  }
}
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
}
/* IE6 */
*:first-child+html .group {
  zoom: 1;
}
/* IE7 */
header {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 130px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 4px 5px #999;
  position: relative;
  z-index: 1000;
}
#container {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.nav-separator {
  height: 5px;
  background: #2c8f83;
  position: relative;
  margin-top: -4px;
}
.nav-separator img {
  display: block;
  position: absolute;
  right: 0;
  top: -59px;
  width: 97px;
  height: 59px;
}
ul.lang-selector {
  list-style: none;
}
ul.lang-selector li {
  float: left;
  padding: 0px 8px;
  font-size: 13px;
  color: #19a65e;
  position: relative;
  top: 2px;
}
ul.lang-selector li img {
  position: relative;
  top: -2px;
}
ul.lang-selector li a {
  color: inherit;
}
.btn-signup-login {
  font-size: 18px;
  color: #fff;
  background-color: #fd8030;
  display: inline-block;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px #bdbdbd;
}
.btn-signup-login img {
  position: relative;
  top: -3px;
}
.btn-signup-login:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fd6708;
}
.btn-signup-candidate {
  font-size: 18px;
  color: #fff;
  background-color: #fd8030;
  display: inline-block;
  padding: 20px;
  text-align: center;
  display: block;
  box-shadow: 0px 1px 3px #bdbdbd;
  margin: 30px 0;
}
.btn-signup-candidate img {
  position: relative;
  top: -3px;
}
.btn-signup-candidate:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fd6708;
}
.btn-signup-employer {
  font-size: 18px;
  color: #fff;
  background-color: #1796df;
  display: inline-block;
  padding: 20px;
  text-align: center;
  display: block;
  box-shadow: 0px 1px 3px #bdbdbd;
  margin: 30px 0;
}
.btn-signup-employer img {
  position: relative;
  top: -3px;
}
.btn-signup-employer:hover {
  color: #fff;
  text-decoration: none;
  background-color: #137dba;
}
.user-profile {
  font-size: 15px;
  color: #ff801e;
  text-align: right;
}
.user-profile a {
  color: inherit;
  text-decoration: inherit;
}
ul.main-nav,
ul.member-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul.main-nav li,
ul.member-nav li {
  float: left;
  padding: 8px 20px;
  font-size: 16px;
  color: #4d4d4d;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.main-nav li.active,
ul.member-nav li.active {
  background: #60ce5e;
  color: #fff;
}
ul.main-nav li a,
ul.member-nav li a {
  color: inherit;
}
.home-jobs-bar {
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #fff;
  box-shadow: 0px 1px 2px #ccc;
}
.home-jobs-bar h4 {
  color: #4d4d4d;
  font-size: 13px;
  margin: 0;
  line-height: 18px;
  font-weight: bold;
}
.home-jobs-bar h5 {
  margin: 0;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: normal;
  margin: 6px 0;
  line-height: 15px;
}
.home-jobs-bar h6 {
  color: #00a75c;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  line-height: 14px;
}
.home-jobs-bar a:hover h4,
.home-jobs-bar a:hover h5 {
  color: #fb803c;
}
.home-jobs-bar a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
}
.home-jobs-bar img {
  position: relative;
}
.job-table-container {
  box-shadow: 0px 1px 2px #ccc;
  background: #fff;
}
.employer-block {
  background-color: #fff;
  padding: 12px;
  margin-top: 12px;
  box-shadow: 0px 1px 2px #ccc;
  padding-bottom: 30px;
}
.employer-block .owl-pagination {
  top: -4px;
}
.employer-block a {
  display: inline-block;
}
.employer-block a img {
  height: 90px;
  margin: 12px 8px;
}
.home-search-row {
  margin: 20px 0;
  margin-top: 0;
  color: #fff;
}
.home-search-row label {
  text-align: left;
  display: block;
  line-height: 220%;
  margin-bottom: 0;
  font-weight: normal;
}
.home-search-row .search-row-inline {
  overflow: hidden;
}
.home-search-row .search-row-inline label {
  float: left;
  width: 100px;
}
.home-search-row .search-row-inline .right {
  overflow: hidden !important;
}
.home-search-row .bg-orange {
  background: #ff801e;
  padding-top: 6px;
  padding-bottom: 6px;
}
.home-search-row .bg-orange input[type=text],
.home-search-row .bg-orange select {
  border: 1px solid #fff;
  padding: 4px 6px;
  border-radius: 4px;
  outline: none;
  color: #666;
  width: 100%;
  height: 30px;
  behavior: url("/PIE.htc");
}
.home-search-row .bg-orange input[type=text]:focus,
.home-search-row .bg-orange select:focus {
  border: 1px solid #da7225;
}
.home-search-row .bg-green {
  background: #19a65e;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
ul.home-field-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.home-field-list li {
  color: #258e82;
  font-size: 14px;
  padding: 4px 0;
  background: url("../img/icon-gray-square.png") no-repeat 0px 6px;
  padding-left: 22px;
}
ul.home-field-list li a {
  color: inherit;
}
.black-gray-title,
.green-title,
.orange-title {
  background: #4d4d4d;
  padding: 8px 0px;
  padding-left: 10px;
  color: #fff;
  position: relative;
}
.black-gray-title img,
.green-title img,
.orange-title img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.green-title {
  background: #19a65e;
}
.orange-title {
  background: #fe8030;
}
.home-table thead tr th {
  background: #4d4d4d;
  color: #fff;
  padding: 6px 10px;
  border-bottom: 0;
  font-weight: normal;
}
.home-table td {
  font-size: 12px;
  color: #666;
  border-top: 1px solid #eee !important;
}
.home-table td:first-child {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-table td:first-child {
    font-size: 14px;
  }
}
.home-table td a {
  color: #4d4d4d;
}
.home-table td a:hover {
  color: #000;
  text-decoration: none;
}
.green-bg-title {
  background: #2c8f83;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}
.green-bg-title a {
  color: inherit;
}
.orange-bg-title {
  background: #ff801e;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}
.logos-6-a-row .col-sm-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logos-6-a-row .col-sm-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.img-full-width {
  width: 100%;
  height: auto;
  display: block;
}
.events-block h4 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
}
.events-block a {
  font-size: 13px;
  color: inherit;
  text-decoration: none;
}
.events-block a.the-event {
  display: block;
  background: #fff;
  padding: 4px;
  box-shadow: 0px 1px 2px #ccc;
  margin-bottom: 10px;
}
.events-block a.the-event:hover {
  background: #f5f5f5;
}
.events-block a.the-event img {
  display: block;
}
.events-block .mocalendar-heading {
  font-size: 13px;
  color: #ff801e;
  display: block;
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  .events-block .mocalendar-heading {
    top: 2px;
  }
}
ul.home-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
ul.home-news-list li {
  font-size: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
}
ul.home-news-list li span {
  color: #e28020;
}
ul.home-news-list li a {
  color: #666;
}
ul.home-news-list li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.home-news-list li h4 {
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 12px;
  padding-right: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 8px #000;
}
footer {
  padding-top: 30px;
  background: #fff;
  box-shadow: 0px -1px 3px #ccc;
}
footer .footer-logos {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-logos li {
  display: inline-block;
  margin-right: 12px;
}
footer .footer-logos li a {
  display: block;
}
footer .footer-logos li a img {
  display: block;
}
footer .copyright {
  background: #4d4d4d;
  padding: 6px;
  color: #ff801e;
  font-size: 11px;
  margin-top: 30px;
}
footer .copyright .pull-right {
  text-align: right;
}
footer ul.footer-functions {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 8px;
}
footer ul.footer-functions li {
  color: #fff;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 767px) {
  footer ul.footer-functions li {
    padding: 0 10px;
  }
}
footer ul.footer-functions li a {
  color: #fff;
  display: block;
  text-align: center;
/*
				&.footer-contact {
					background-image: url('../img/footer-icon-contact.png');
				}

				&.footer-enquiry {
					background-image: url('../img/footer-icon-enquiry.png');
				}

				&.footer-feedback {
					background-image: url('../img/footer-icon-feedback.png');
				}

				&.footer-about {
					background-image: url('../img/footer-icon-about.png');
				}

				background-size: 30%;
				*/
}
footer ul.footer-functions li a:hover {
  text-decoration: none;
}
.home-search-and-categories-container {
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
}
a.job-employer-link {
  color: #00a75c !important;
  font-size: 12px;
  font-weight: normal;
}
a.job-employer-link:hover {
  color: #008d4e !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  a.job-employer-link {
    color: #00a75c !important;
    font-weight: normal;
    font-size: 11px;
  }
}
a.job-location-link {
  color: #666 !important;
  font-size: 12px;
}
a.job-location-link:hover {
  color: #008d4e !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  a.job-location-link {
    font-weight: normal;
    font-size: 11px;
  }
}
.banner-register-candidate img {
  display: block;
  width: 100%;
  height: auto;
}
h2.page-title-gray {
  color: #808080;
  font-size: 36px;
  margin-top: 60px;
  text-align: center;
  padding: 0;
  text-shadow: 0px 1px 2px #ccc;
}
input.rounded-input {
  border: 1px solid #ccc;
  padding: 6px;
  color: #666;
  border-radius: 5px;
  outline: none;
  width: 100%;
  behavior: url("/PIE.htc");
}
input.rounded-input:focus,
input.rounded-input:hover {
  border: 1px solid #ff801e;
}
select.rounded-input {
  border: 1px solid #ccc;
  padding: 6px;
  color: #666;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 36px;
  behavior: url("/PIE.htc");
}
select.rounded-input:focus,
select.rounded-input:hover {
  border: 1px solid #ff801e;
}
textarea.rounded-input {
  border: 1px solid #ccc;
  padding: 6px;
  color: #666;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 36px;
  height: 120px;
  behavior: url("/PIE.htc");
}
textarea.rounded-input:focus,
textarea.rounded-input:hover {
  border: 1px solid #ff801e;
}
.register-row {
  padding: 6px 0;
}
.register-row-checkbox {
  padding: 10px 0;
}
.register-row-checkbox label {
  font-weight: normal;
  color: #00a75c;
}
.register-row-submit {
  margin-top: 40px;
}
.register-radio label {
  line-height: 40px;
  font-weight: normal;
}
.register-row-container {
  border: 1px solid #eee;
  padding: 20px 20px;
  margin: 0 20px;
  border-radius: 5px;
  behavior: url("/PIE.htc");
}
.button-gray-100,
.button-green-100,
.button-orange-100 {
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  border: none;
  outline: none;
}
a.button-gray-100,
a.button-green-100 {
  display: block;
  text-align: center;
}
a.button-gray-100:hover,
a.button-green-100:hover {
  text-decoration: none;
  color: #fff;
}
.button-gray-100 {
  background: #808080;
}
.button-green-100 {
  background: #19a65e;
}
.button-orange-100 {
  background: #de803a;
}
.container-gray-border {
  border-top: 0;
  padding: 12px;
}
ul.post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
  margin-bottom: 20px;
}
ul.post-list li {
  border-bottom: 1px solid #eee;
  color: #666;
}
ul.post-list li a {
  color: inherit;
  display: block;
  padding: 10px 4px;
  padding-left: 20px;
}
ul.post-list li a:hover {
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
}
ul.post-list li.active a {
  color: #00a75c;
  background-color: #f5f5f5;
}
ul.post-list li span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #ccc;
  font-style: italic;
}
.post-content,
.job-content,
.parttime-content {
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
  word-wrap: break-word;
}
.post-content h4,
.job-content h4,
.parttime-content h4 {
  font-size: 13px;
  font-weight: normal;
  color: #19a65e;
  position: relative;
  display: block;
  margin: 20px 0;
}
.post-content h4 span,
.job-content h4 span,
.parttime-content h4 span {
  position: absolute;
  color: #d60;
  top: 0;
  right: 0;
}
.job-content {
  word-wrap: break-word;
}
.job-content h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 10px;
}
.job-content .the-content {
  padding: 24px 10px;
  padding-top: 0px;
  color: #666;
  line-height: 26px;
  font-size: 15px;
}
.parttime-content h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 10px;
  color: #e28020;
}
.parttime-content .the-content {
  padding: 24px 10px;
  padding-top: 0px;
  color: #666;
  line-height: 26px;
  font-size: 15px;
}
.btn-green-border,
.btn-orange-border {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #19a65e;
  color: #007462;
  border-radius: 2px;
  font-size: 15px;
  margin: 0 4px;
  behavior: url("/PIE.htc");
}
.btn-green-border:hover,
.btn-orange-border:hover,
.btn-green-border:active,
.btn-orange-border:active {
  text-decoration: none;
  background: #19a65e;
  color: #fff;
}
.btn-orange-border {
  border: 1px solid #ff801e;
  color: #ff801e;
}
.btn-orange-border:hover,
.btn-orange-border:active,
.btn-orange-border:focus {
  text-decoration: none;
  background: #ff801e;
  color: #fff;
}
.btn-orange {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ff7204;
  color: #fff;
  background: #ff801e;
  border-radius: 2px;
  font-size: 15px;
  margin: 0 4px;
  transition: background 0.2s ease;
  behavior: url("/PIE.htc");
}
.btn-orange:hover,
.btn-orangeactive {
  text-decoration: none;
  background: #ff7204;
  color: #fff;
}
.post-category-links {
  font-size: 15px;
}
.job-employer-box {
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
  padding: 8px;
}
.job-employer-box h4 {
  font-size: 20px;
  color: #25a561;
  position: relative;
}
.job-employer-box .employer-info {
  color: #666;
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
}
.job-employer-box .employer-contact-info {
  font-size: 12px;
  color: #666;
  border-top: 1px solid #d2d2d2;
  padding-top: 12px;
  margin-top: 12px;
}
.parttime-employer-box h4 {
  font-size: 20px;
  color: #e28020;
  position: relative;
}
.parttime-employer-box .employer-info {
  color: #666;
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
}
.parttime-employer-box .employer-contact-info {
  font-size: 12px;
  color: #666;
  border-top: 1px solid #d2d2d2;
  padding-top: 12px;
  margin-top: 12px;
}
.post-job-nav {
  margin-left: 0px;
  margin-right: 0px;
}
.post-job-nav .col-sm-3,
.post-job-nav .col-sm-4 {
  background: #60cd5d;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.post-job-nav .col-sm-3.active,
.post-job-nav .col-sm-4.active {
  background: #1aaf7c;
  color: #ff0;
}
.post-job-nav .col-sm-3 a,
.post-job-nav .col-sm-4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.post-job-nav .col-sm-3 span,
.post-job-nav .col-sm-4 span {
  display: block;
  font-weight: bold;
}
.post-job-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
p.error {
  color: #f00;
}
.btn-search {
  border: 0;
  outline: 0;
  background: url("../img/btn-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 100%;
  height: 30px;
  background-size: 70%;
}
@media (max-width: 767px) {
  .btn-search {
    background-size: 203px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-search {
    background-size: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-search {
    background-size: 75%;
  }
}
span.candidate {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  background: #1aaf7d;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  behavior: url("/PIE.htc");
}
span.employer {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  background: #de803a;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  behavior: url("/PIE.htc");
}
a.job-panel-button {
  border-radius: 3px;
  background: #1aaf7d;
  display: block;
  padding: 12px 0;
  text-decoration: none;
  behavior: url("/PIE.htc");
}
a.job-panel-button:hover {
  background: #60ce5e;
}
.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-trigger {
  position: relative;
}
.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  right: 0; /* dropdown left or right */
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}
.dropit .dropit-open .dropit-submenu {
  display: block;
}
.dropit .dropit-open .dropit-submenu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.dropit .dropit-open .dropit-submenu li:hover {
  background: #eee;
}
.dropit .dropit-open .dropit-submenu li a,
.dropit .dropit-open .dropit-submenu li a:hover {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
}
ul.post-category-nav {
  list-style: none;
}
ul.post-category-nav li {
  display: inline-block;
  margin: 0 14px;
  font-size: 16px;
}
ul.post-category-nav li a {
  color: #808080;
  text-decoration: none;
}
ul.post-category-nav li.active a,
ul.post-category-nav li:hover a {
  color: #00a75c;
  font-weight: bold;
}
.post-content {
  font-size: 15px;
  line-height: 22px;
}
.post-content img {
  max-width: 100% !important;
  height: auto !important;
}
.update-profile-notification {
  background: #60ce5e;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #4dc84a;
  margin: 0 -30px;
}
.update-profile-notification a {
  color: #fff;
  text-decoration: none;
}
.update-profile-notification a:hover {
  color: #2a8428;
}
.pagination {
  margin-top: 0px;
}
.pagination li {
  border: 0 !important;
  color: #fff !important;
  font-size: 11px !important;
  margin-top: 0 !important;
}
.pagination li span {
  border: 1px solid #9ae099 !important;
  background-color: #60ce5e !important;
  color: #fff !important;
  margin-top: 0 !important;
}
.pagination li a {
  border: 1px solid #9ae099 !important;
  color: inherit !important;
  padding: 6px 12px !important;
  background: #60ce5e !important;
}
.pagination li.active span {
  background: #19a65e !important;
}
@media (max-width: 767px) {
  #container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col-sm-12,
  .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-search-row {
    padding-left: 12px;
    padding-right: 12px;
  }
  .green-bg-title {
    margin: 4px 0;
  }
  .footer-logos {
    margin: 30px auto !important;
    text-align: center !important;
  }
  .footer-logos li {
    float: none !important;
    display: inline-block !important;
  }
  .home-search-row label {
    text-align: left !important;
  }
  .home-jobs-bar .col-sm-2:nth-child(n+2) {
    padding: 8px 30px;
    border-bottom: 1px solid #eee;
  }
  .news-image-thumbnail-crop img {
    width: 150%;
    top: 0;
  }
  .register-login-signup-btns {
    margin-top: 0px !important;
  }
  .employer-block {
    text-align: center;
  }
  .employer-block a {
    display: inline;
  }
  #employer-logo-slides-mobile img {
    width: 32%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
  }

  #employer-logo-slides-mobile {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 15px;
    width: 100%;
    min-width: 400px;
    left: 16px;
  }
  .site-nav li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .site-nav li img {
    position: relative;
  }
  .btn-signup-login {
    font-size: 15px;
    padding: 8px 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .enlargable {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.main-header-nav {
  background: #1aaf7c;
}
.main-header-nav .navbar-brand {
  color: #fff;
  font-size: 15px;
}
.main-header-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.main-header-nav .navbar-nav li {
  background-color: #60cd5d !important;
}
#main-navbar-items .navbar-nav {
  margin-top: 0;
}
#main-navbar-items .navbar-nav li {
  background-color: #60cd5d !important;
}
#main-navbar-items .navbar-nav li a {
  color: #fff;
}
#main-navbar-items .navbar-nav li a:hover {
  background-color: #27ae7d !important;
}
.owl-pagination {
  overflow: hidden;
  height: 16px;
  position: relative;
  top: -30px;
  text-align: center;
}
.owl-pagination .owl-page {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  behavior: url("/PIE.htc");
  background-color: #808080;
  margin: 0 4px;
  display: inline-block;
  behavior: url("/PIE.htc");
}
.owl-pagination .owl-page.active {
  background-color: #64cc64;
}
.charity-page-charity-news {
  list-style: none;
  padding: 0;
  margin: 0;
}
.charity-page-charity-news li {
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.charity-page-charity-news li a {
  color: #666;
}
.charity-page-charity-news li a:hover {
  color: #000;
  text-decoration: none;
}
.charity-page-charity-news li span {
  font-size: 11px;
  color: #258e82;
}
#news-slides {
  background-color: #fff;
  box-shadow: 0px 1px 2px #ccc;
}
#news-slides h2 {
  font-size: 20px;
  margin: 20px 0;
  line-height: 26px;
  font-weight: bold;
}
#news-slides h5 {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  margin-top: 12px;
  color: #666;
}
#news-slides a {
  color: inherit;
  text-decoration: none;
}
#news-slides a:hover {
  color: #000 !important;
}
.news-home-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  background: #fff;
  padding: 4px 0;
  box-shadow: 0px 1px 2px #ccc;
}
.news-home-news-list li {
  border-bottom: 1px solid #eee;
}
.news-home-news-list li:last-child {
  border-bottom: none;
}
.news-home-news-list li a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
.news-home-news-list li a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.news-home-news-list li a:hover h4 {
  color: #000 !important;
}
.news-home-news-list li a h4 {
  font-size: 15px !important;
  padding: 4px 0;
  line-height: 21px;
  color: #666;
  margin: 0;
  padding: 0;
}
.news-home-news-list li span {
  font-size: 11px;
  color: #18a760;
}
.news-image-thumbnail-crop {
  height: 380px;
  overflow: hidden;
}
.news-image-thumbnail-crop img {
  position: relative;
  top: -50px;
}
div.owl-controls.clickable {
  height: 0;
}
.home-news-thumbnail-crop {
  height: 230px;
  overflow: hidden;
}
.register-login-signup-btns {
  margin-top: 170px;
}
#sticky-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1001;
  height: 40px;
  box-shadow: 0px 1px 2px #999;
  opacity: 0.92;
  display: none;
}
#sticky-header img {
  position: relative;
  top: 11px;
  left: -10px;
}
#sticky-header ul.sticky-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 800px;
}
#sticky-header ul.sticky-nav li {
  float: left;
  width: 20%;
  color: #258e82;
  font-weight: bold;
  text-align: center;
}
#sticky-header ul.sticky-nav li.active a {
  color: #ff801e;
}
#sticky-header ul.sticky-nav li a {
  color: inherit;
  display: block;
  padding: 12px 20px;
}
#sticky-header ul.sticky-nav li a:hover {
  text-decoration: none;
  color: #1a665d;
}
table.cv-creator {
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
}
table.cv-creator td {
  font-size: 13px;
  vertical-align: middle !important;
}
table.cv-creator td input[type="text"] {
  width: 100%;
}
#cv-container h6 {
  line-height: 20px;
}
.ads-responsive img {
  width: 100% !important;
  height: auto !important;
}
.home-slides .home-slides-container {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .home-slides .home-slides-container {
    margin-left: -3px;
    padding-right: 12px;
  }
}
.job-list-sidebar {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .job-list-sidebar {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .img-full-width-xs {
    width: 100% !important;
    height: auto !important;
  }
}
