.clearFix {
  *zoom: 1; }
  .clearFix:before, .clearFix:after {
    content: " ";
    display: table; }
  .clearFix:after {
    clear: both; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

.animOn,
.animOn * {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.animOff,
.animOff * {
  -webkit-transition: none !important;
  transition: none !important; }

input {
  -webkit-appearance: none;
  -moz-appearance: none; }

html,
body {
  width: 100%;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0; }

a {
  color: inherit;
  outline: none;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: inherit;
    outline: none;
    text-decoration: none; }

.bootstrap-select .btn:focus {
  outline: none !important; }

.list-inline {
  margin: 0; }

::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px; }

body {
  line-height: 1;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed; }

@media all and (max-width: 767px) {
  p, h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

.ic-caret {
  display: block;
  width: 38px;
  height: 22px;
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.ic-close {
  display: block;
  width: 40px;
  height: 41px;
  background-image: url(../images/sprites.png);
  background-position: 0px -24px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.sxb-btn {
  display: block;
  border-radius: 15px;
  text-align: center; }
  .sxb-btn.btn-green {
    color: #fff;
    background: #006a46; }
  .sxb-btn.btn-first-section, .sxb-btn.btn-about {
    width: 100%;
    max-width: 680px;
    height: 80px;
    line-height: 80px;
    margin: 15px auto;
    font-size: 24px;
    font-weight: 900; }
    @media all and (max-width: 767px) {
      .sxb-btn.btn-first-section, .sxb-btn.btn-about {
        font-size: 20px;
        height: 80px;
        line-height: 80px; } }
    @media all and (max-width: 480px) {
      .sxb-btn.btn-first-section, .sxb-btn.btn-about {
        font-size: 13px;
        height: 60px;
        line-height: 60px; } }
  .sxb-btn.btn-offer {
    width: 100%;
    max-width: 578px;
    height: 73px;
    line-height: 73px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 900; }
    @media all and (max-width: 767px) {
      .sxb-btn.btn-offer {
        height: 60px;
        line-height: 60px;
        font-size: 26px; } }
  .sxb-btn.btn-apply {
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 900; }
  .sxb-btn.btn-modal {
    width: 100%;
    max-width: 350px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 900; }
    @media all and (max-width: 480px) {
      .sxb-btn.btn-modal {
        font-size: 26px;
        height: 70px;
        line-height: 70px; } }

footer.bottom {
  width: 100%;
  height: 221px;
  line-height: 221px;
  color: #FFF;
  background: #000; }
  @media all and (max-width: 767px) {
    footer.bottom {
      height: auto;
      line-height: normal;
      text-align: center;
      padding: 30px 0; } }
  @media all and (max-width: 767px) {
    footer.bottom.bottom-job {
      padding: 75px 0; } }
  footer.bottom p {
    display: inline-block;
    font-size: 21px;
    line-height: normal;
    font-weight: 300;
    color: #ffffff; }
    footer.bottom p a {
      text-decoration: underline; }
      footer.bottom p a.no-decoration {
        text-decoration: none; }
  footer.bottom .experience {
    height: 221px;
    line-height: 221px;
    text-align: right; }
    @media all and (max-width: 767px) {
      footer.bottom .experience {
        height: auto;
        overflow: hidden;
        line-height: normal;
        margin-top: 30px;
        text-align: center; } }
    footer.bottom .experience img {
      display: inline-block;
      max-width: 100%; }

.first-screen {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 169px;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media all and (max-width: 767px) {
    .first-screen {
      padding-bottom: 80px; } }
  .first-screen.job-search {
    background-image: url("../images/bg-job-search.png"); }
    .first-screen.job-search .job-search-header-1 {
      margin-top: 160px; }
      @media all and (max-width: 1199px) {
        .first-screen.job-search .job-search-header-1 {
          margin-top: 100px; } }
      @media all and (max-width: 991px) {
        .first-screen.job-search .job-search-header-1 {
          margin-top: 60px; } }
      @media all and (max-width: 767px) {
        .first-screen.job-search .job-search-header-1 {
          margin-top: 0; } }
    .first-screen.job-search .job-search-header-2 {
      margin-top: 39px; }
    .first-screen.job-search .job-search-header-3 {
      margin-top: 24px; }
  .first-screen .topbar {
    width: 100%;
    height: 10px;
    background: rgba(0, 109, 75, 0.7); }
  .first-screen .logo {
    margin-top: 28px; }
    @media all and (max-width: 767px) {
      .first-screen .logo {
        margin: 28px 0;
        text-align: center; } }
  .first-screen .first-screen-header img {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto; }
  .first-screen .first-screen-header .first-section-header-1,
  .first-screen .first-screen-header .first-section-header-2 {
    margin-bottom: 40px; }
    @media all and (max-width: 480px) {
      .first-screen .first-screen-header .first-section-header-1,
      .first-screen .first-screen-header .first-section-header-2 {
        margin-bottom: 30px; } }
  .first-screen .first-screen-header .first-section-header-3 {
    margin-bottom: 39px; }
  .first-screen img {
    max-width: 100%;
    height: auto; }

.about {
  padding: 32px 0 50px 0;
  background: #fff; }
  .about .about-item {
    margin-bottom: 45px; }
    .about .about-item:last-of-type {
      margin-bottom: 0; }
    .about .about-item h3 {
      margin-bottom: 40px;
      font-size: 24px;
      font-weight: 900;
      color: #006a46; }
    .about .about-item p {
      font-size: 18px;
      line-height: normal;
      font-weight: 300;
      color: #333333; }
  @media all and (max-width: 767px) {
    .about .about-right {
      margin-top: 45px; } }
  .about .about-btn-wrapper {
    margin-top: 50px; }

.offers {
  padding: 55px 0 95px 0;
  background: #fff; }
  @media all and (max-width: 767px) {
    .offers {
      padding-bottom: 55px; } }
  .offers h3 {
    font-size: 32px;
    font-weight: 500;
    color: #333333; }
    @media all and (max-width: 767px) {
      .offers h3 {
        text-align: center; } }
  .offers .offer-item {
    height: 89px;
    line-height: 89px;
    border-bottom: 1px solid rgba(0, 106, 70, 0.5); }
    .offers .offer-item:last-of-type {
      border-bottom: 0; }
    @media all and (max-width: 767px) {
      .offers .offer-item {
        height: auto;
        overflow: hidden;
        text-align: center; } }
    .offers .offer-item .offer-left {
      float: left;
      vertical-align: middle;
      padding-top: 15px;
      line-height: 1; }
      @media all and (max-width: 767px) {
        .offers .offer-item .offer-left {
          float: none;
          width: 100%;
          height: auto;
          overflow: hidden; } }
      .offers .offer-item .offer-left p {
        width: 100%;
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #333333; }
        .offers .offer-item .offer-left p.city {
          font-weight: 500; }
    .offers .offer-item .offer-right {
      width: 145px;
      float: right; }
      @media all and (max-width: 767px) {
        .offers .offer-item .offer-right {
          float: none;
          width: 100%;
          height: auto;
          overflow: hidden; } }

.meet-us {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .meet-us {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .meet-us .meet-us-title {
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
    color: #006a46; }
  .meet-us #carousel-meet-us .carousel-indicators {
    bottom: -20px; }
    .meet-us #carousel-meet-us .carousel-indicators li {
      border: 1px solid #006a46;
      width: 12px;
      height: 12px;
      margin: 0 4px; }
      .meet-us #carousel-meet-us .carousel-indicators li.active {
        background-color: #006a46;
        margin: 0 4px; }
  .meet-us .caption {
    padding: 20px 0;
    color: #006a46;
    text-align: center; }
    .meet-us .caption h3 {
      font-size: 17px; }
  .meet-us .carousel-control.left, .meet-us .carousel-control.right {
    background: none;
    color: #006a46;
    margin-top: -45px; }
    @media only screen and (max-width: 940px) {
      .meet-us .carousel-control.left, .meet-us .carousel-control.right {
        display: none; } }
  .meet-us .carousel-control.left {
    left: -100px; }
  .meet-us .carousel-control.right {
    right: -100px; }

.benefits {
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center; }
  .benefits .benefits-title {
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
    color: #006a46; }
  .benefits .benefits-logo-wrapper {
    width: 275px;
    margin: 20px auto; }
  .benefits .benefits-logo-desc {
    margin-top: 20px; }
    .benefits .benefits-logo-desc h4 {
      font-size: 16px; }
  .benefits .benefit-item {
    vertical-align: top;
    padding-top: 30px; }
    @media only screen and (max-width: 768px) {
      .benefits .benefit-item {
        margin-right: 0; } }
    .benefits .benefit-item .benefit-desc h4 {
      font-size: 16px;
      line-height: 1.2; }

.select-container {
  width: 100%;
  text-align: center;
  margin: 32px 0 25px 0; }

.bootstrap-select {
  width: 100% !important;
  max-width: 578px !important; }
  .bootstrap-select .job-search-select {
    height: 73px;
    line-height: 73px;
    border-radius: 15px;
    border: 1px solid #006a46;
    padding: 0 20px;
    font-size: 24px;
    color: #333333;
    background: #fff; }
    @media all and (max-width: 767px) {
      .bootstrap-select .job-search-select {
        height: 60px;
        line-height: 60px; } }
    .bootstrap-select .job-search-select .bs-caret .caret {
      display: block;
      width: 38px;
      height: 22px;
      background-image: url(../images/sprites.png);
      background-position: 0px 0px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -9px;
      border: 0; }

.modal {
  background: rgba(0, 106, 70, 0.8); }
  .modal .modal-header {
    width: 100%;
    height: 101px;
    line-height: 101px;
    border: 0;
    background: #e1e1e1; }
    .modal .modal-header img {
      width: 96px;
      height: 96px;
      margin-top: 10px; }
    .modal .modal-header .close {
      display: inline-block;
      margin-top: 12px;
      opacity: 1;
      vertical-align: middle; }
  .modal .modal-body {
    padding: 45px 36px 35px 36px; }
    @media all and (max-width: 767px) {
      .modal .modal-body {
        padding: 30px 20px 20px 30px; } }
    .modal .modal-body h4 {
      font-size: 28px;
      font-weight: 500;
      color: #006846; }
    .modal .modal-body h5 {
      margin-bottom: 45px;
      font-size: 28px;
      font-weight: 300;
      color: #000000; }
    .modal .modal-body h6 {
      font-size: 18px;
      font-weight: 500;
      color: #006846; }
    .modal .modal-body p {
      margin-bottom: 25px;
      font-size: 18px;
      line-height: normal;
      font-weight: 300;
      color: #000000; }
      .modal .modal-body p:last-of-type {
        margin-bottom: 0; }
  .modal .modal-footer {
    border: 0; }

#skkModal .modal-dialog {
  width: 80%; }
  @media all and (max-width: 767px) {
    #skkModal .modal-dialog {
      width: 85%; } }
#skkModal .skk_filters {
  width: 100%;
  padding: 15px 0px 20px; }
  #skkModal .skk_filters p select {
    height: 140px; }
@media all and (max-width: 480px) {
  #skkModal .skk_offers td {
    display: block; } }
@media all and (max-width: 480px) {
  #skkModal .skk_offers th {
    display: none; } }

/*# sourceMappingURL=style.css.map */