@font-face {
  font-family: "Proxima Nova Soft";
  src: url("f1448054f14757d284c064b271c00cc6.eot");
  /* IE9*/
  src: url("f1448054f14757d284c064b271c00cc6.eot?#iefix") format("embedded-opentype"), url("f1448054f14757d284c064b271c00cc6.woff2") format("woff2"), url("f1448054f14757d284c064b271c00cc6.woff") format("woff"), url("f1448054f14757d284c064b271c00cc6.ttf") format("truetype"), url("f1448054f14757d284c064b271c00cc6.svg#Proxima Nova Soft W03 Regular") format("svg");
  /* iOS 4.1- */ }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

html, body, header, p, h1, h2, h3, h4, h5, h6, a, textarea, input, ul, a {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Proxima Nova Soft";
  text-decoration: none;
  color: #212121;
  font-weight: 500; }

.error {
  border: #D85055; }

a:hover {
  transition: 0.5s;
  color: #000000; }

input:focus, textarea:focus, button:focus {
  outline: none !important; }

.button, .buttonGreen, btn-logout, .stripeCustomButton {
  padding: 15px 25px;
  background-color: #01da9d;
  color: #ffffff;
  font-family: "Proxima Nova Soft";
  font-size: 16px;
    font-weight: 900;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 0px;
  transition: 0.3s; }

.job:hover {
    box-shadow: 0 4px 11px 9px rgba(98, 98, 99, 0.32);
}

.button:hover, .stripeCustomButton:hover {
  background-color: #00c689;
  cursor: pointer;
  color: #ffffff;
box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.15); }

.btn-logout, .btn-edit-profile {
  background-color: #329af0;
  border: 0px; }

.btn-logout:hover, .btn-edit-profile:hover {
  background-color: #1e86dc; }

.btn-edit-profile, .btn-view-comp {
  display: block;
  width: 200px;
  margin: 0 auto; }

.btn-view-comp {
  margin-top: 25px; }

.searchButton {
  padding: 15px 25px !important;
  border-radius: 0px;
  margin-left: -5px;
  vertical-align: top; }

header {
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7; }
  header #logo {
    color: #000000;
    width: 25px;
    height: auto;
    font-weight: 400;
    float: left;
    margin-top: 10px;
    font-family: "Proxima Nova Soft"; }
  header nav {
    float: right;
    height: auto; }
    header nav a {
      font-size: 14px;
      margin-left: 40px; }

#profilePicture {
  margin-left: 0px; }

#profilePicture:hover {
  cursor: pointer; }

.container {
  width: 1200px;
  margin: 0 auto; }

.preview-container {
  width: 1100px;
  margin: 0 auto; }

.hero {
  background-color: rgba(30, 30, 30, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  -o-bakground-size: cover;
  padding: 150px 0px; }

.heroImage {
  background: url(black.png) center center no-repeat; }

.hero h1 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 25px;
font-size: 42px;
    font-weight: 900; }
.hero form {
  white-space: nowrap; }
  .hero form input[type=text] {
    padding: 15px;
    border: none;
    font-size: 14px;
    margin: 0px;
    font-weight: 400; }
  .hero form input[name=location], .hero form input[name=type] {
    margin-left: -5px;
    border-left: 1px solid #eee; }

.jobTypeFilter {
    width: 112px;
    height: 43px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  color: #212121;
  font-size: 14px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  margin-left: -4px;
  border-left: 1px solid #eee;
  margin-bottom: -1px;
  appearance: list-menu;
  display: inline-block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: 0;
  font-family: "Proxima Nova Soft";
  background-color: #fff !important;
  background: url("arrow.png") no-repeat;
  background-size: 10%;
  background-position: right;
  background-origin: content-box; }
  .jobTypeFilter option {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.keywords {
  width: 495px; }

 .post-company {
		float:right;
		width: 30%;

		h2 {
			color: #000;
			padding-bottom: 15px;
			text-align: right;
			right: 0;
		}

		span {
			display: inline;
		}

		p {
			font-size: 14px;
			text-align: right;
			padding: 0px;


			a {
				color: $light-blue;
			}
		}
	}
	

.location {
  width: 495px; }

.job {
  padding: 25px 0px;
  display: block;
  color: #ffffff;
  overflow: hidden; }

.jobs a:nth-child(1), .jobs a:nth-child(5n+1) {
  background-color: #01da9d; }

.jobs a:nth-child(2), .jobs a:nth-child(5n+2) {
  background-color: #329af0; }

.jobs a:nth-child(3), .jobs a:nth-child(5n+3) {
  background-color: #4a90e2; }

.jobs a:nth-child(4), .jobs a:nth-child(5n+4) {
  background-color: #776298; }

.jobs a:nth-child(5), .jobs a:nth-child(5n+5) {
  background-color: #f66e73; }

.logostate #companylogo {
  display: none; }

.logoactive #companylogo {
  display: block; }

.preview-job {
  width: 1200px;
  margin: 0 auto;
  border-radius: 2px; }

#paging {
  text-align: center;
  padding: 35px 0px; }
  #paging p {
    font-size: 14px; }
  #paging #pagination-link {
    padding: 10px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    margin: 0px 5px; }

.jobLogo {
  width: 75px;
  float: left; }

#companylogocontainer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 12px; }
  #companylogocontainer #companylogo {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  #companylogocontainer img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 17px 1px rgba(45, 45, 47, 0.42); }

.jobInfoLeft {
  float: left;
  width: 60%; }

.jobInfoRight {
  float: right;
  width: 20%;
  text-align: right; }

#dateUpload {
      font-size: 12px;
    font-weight: 600;
  color: #ffffff;
  padding: 31px 0px; }

.page {
  padding: 50px 0px; }
  .page p {
    font-size: 14px;
    line-height: 22px;
    color: #777; }
  .page h1, .page h3 {
    font-weight: 600; }

.pageTitle {
  background-color: #4a90e2;
  padding: 50px; }
  .pageTitle h1 {
    color: #ffffff;
    font-weight: 600; }

#optionOneSpan {
  color: #D85055; }

#optionTwoSpan {
  color: #329af0; }

#location {
  font-size: 12px;
  padding-bottom: 10px;
  color: #ffffff; }

#title {
  color: #ffffff;
  font-size: 20px; }

#jobViewCount {
  font-size: 12px;
  color: #ffffff; }
  #jobViewCount span {
    font-weight: 600; }

#type_relocation_visa {
  font-style: italic;
  font-size: 12px;
  padding-top: 10px;
  color: #ffffff; }

.job_listing {
  padding: 50px 0px;
  overflow: hidden;
  background-color: #f7f7f7; }

.job_info {
  float: left;
  width: 70%;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 50px 0px; }
  .job_info a {
    margin-left: 50px; }

.postjobtitle {
  background-color: #212121;
  padding: 30px 0px; }
  .postjobtitle h3 {
    color: #ffffff; }

.postcontent {
  overflow: hidden;
  padding: 75px 0px; }
  .postcontent h2 {
    color: #000000; }
  .postcontent .post-info {
    float: left;
    width: 50%; }
    .postcontent .post-info h2 {
      display: inline; }
  .postcontent .post-contact {
    float: right;
    width: 30%; }
    .postcontent .post-contact h2 {
      color: #000;
      padding-bottom: 15px;
      text-align: right;
      right: 0; }
    .postcontent .post-contact span {
      display: inline; }
    .postcontent .post-contact p {
      font-size: 14px;
      text-align: right;
      padding: 0px; }
      .postcontent .post-contact p a {
        color: #329af0; }
  .postcontent .whyus, .postcontent .ourpricing, .postcontent .reach, .postcontent .guarantee {
    padding-bottom: 50px; }
  .postcontent p, .postcontent li {
    font-size: 14px;
    line-height: 20px; }
  .postcontent p, .postcontent ul {
    padding-top: 15px; }
  .postcontent ul {
    list-style-position: inside; }
  .postcontent .p_sec_1 {
    padding: 150px 0px;
    background-color: #f7f7f7; }
  .postcontent .p_sec_2 {
    padding: 150px 0px;
    background-color: #9b9b9b; }
  .postcontent .p_sec_button {
    padding-bottom: 0px !important; }

#icon-post {
  width: 25px;
  display: inline;
  margin-right: 15px;
  margin-bottom: -3px; }

.jobpoststatus {
  background-color: #329af0;
  padding: 20px 0px; }
  .jobpoststatus p {
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px; }
    .jobpoststatus p #current {
      color: #ffffff; }
    .jobpoststatus p span {
      padding: 0px 40px; }

.jobpost-cont {
  overflow: hidden;
  padding: 50px 0px; }
  .jobpost-cont .form-post {
    float: left;
    padding: 0px;
    width: 70%; }
    .jobpost-cont .form-post form {
      width: 95%;
      margin: 0 auto; }
      .jobpost-cont .form-post form label, .jobpost-cont .form-post form input {
        display: block; }
      .jobpost-cont .form-post form label {
        margin: 0px 0px 10px 0px; }
      .jobpost-cont .form-post form input[type=radio], .jobpost-cont .form-post form input[type=checkbox] {
        display: inline;
        margin: 10px; }
      .jobpost-cont .form-post form input[value=fulltime], .jobpost-cont .form-post form input[name=remoteapplications] {
        margin-left: 0px;
        margin: 10px; }
      .jobpost-cont .form-post form input {
        font-size: 14px;
        margin-bottom: 25px; }
      .jobpost-cont .form-post form input[type=text] {
        background-color: #f7f7f7;
        border: 0px;
        padding: 15px 25px;
        width: 80%;
        color: #9b9b9b; }
      .jobpost-cont .form-post form span {
        font-size: 14px; }
  .jobpost-cont .terms {
    float: right;
    padding: 0px;
    width: 25%; }
    .jobpost-cont .terms h2 {
      text-align: right;
      padding-bottom: 10px; }
    .jobpost-cont .terms p {
      text-align: right;
      font-size: 14px; }
      .jobpost-cont .terms p a {
        color: #329af0; }

#no-results {
  text-align: center;
  padding: 25px 0px;
  font-size: 14px; }

a:hover {
    color: #01da9d;
   font-weight: 800;
}

.error {
  border: 1px solid #D85055 !important; }

.privacy {
  padding: 50px 0px; }
  .privacy h2 {
    padding-bottom: 25px;
    font-size: 20px; }
  .privacy p {
    font-size: 14px; }

/* footer */
footer {
  padding: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  footer .footer-left {
    float: left;
    width: 70%; }
    footer .footer-left p {
      color: #9b9b9b;
      font-size: 13px; }
      footer .footer-left p span {
        color: #212121; }
  footer .footer-right {
    float: right;
    width: 50%; }
    footer .footer-right #logo-background {
      height: 125px;
      width: 100px;
      float: right;
      opacity: 0.2;
      margin: -75px 0px; }

.publish-page {
  background-color: #329af0;
  text-align: center;
  overflow: hidden; }
  .publish-page .publish-page-content {
    padding: 200px 0px;
    z-index: 10;
    position: relative; }
  .publish-page .button {
    background-color: #ffffff !important;
    color: #01da9d; }
  .publish-page h3, .publish-page p {
    color: white; }
  .publish-page p {
    padding: 25px 0px;
    width: 300px;
    margin: 0 auto; }
  .publish-page h3 {
    font-size: 25px; }
  .publish-page #rocket {
    width: 600px;
    float: right;
    position: absolute;
    margin-top: -500px;
    z-index: 1; }

/* Responsive */
@media screen and (max-width: 1300px) {
  .container {
    width: 90%; }

  input[name=keywords], input[name=location] {
    width: calc(50% - 79px); }

  .jobTypeFilter {
    width: auto; }

  .preview-job {
    width: 90%; } }
@media screen and (max-width: 1132px) {
  .preview-job #type_relocation_visa span {
    display: none; } }
@media screen and (max-width: 1032px) {
  #type_relocation_visa span {
    display: none; } }
@media screen and (max-width: 950px) {
  .jobpost-cont .terms {
    display: none; }

  .jobpost-cont .form-post {
    width: 100%; } }
@media screen and (max-width: 850px) {
  .postcontent .post-info {
    width: 100%;
    float: none; }
  .postcontent .post-contact {
    display: none; }

  form {
    display: block; }

  input[name=keywords], input[name=location] {
    width: calc(100% - 30px);
    display: block;
    margin: 0 !important;
    border-left: none !important; }

  input[name=location] {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important; }

  .jobTypeFilter {
    width: calc(100% - 36px);
    display: block;
    margin-left: 0px;
    background-size: 3%; }

  .footer-left {
    width: 70% !important; }

  .footer-right {
    width: 30% !important; }

  #title {
    font-size: 16px; } }
@media screen and (max-width: 600px) {
  .hero {
    padding: 100px 0px; }



  .footer-left {
    width: 100% !important; }
    .footer-left p {
 color: #9b9b9b;
    font-size: 15px;
    line-height: 2rem;
      text-align: center; }
      .footer-left p span {
        display: block; }
        .footer-left p span a {
          display: block; }
        .footer-left p span a:nth-child(1) {
          padding-top: 10px; }
        .footer-left p span a:nth-child(2) {
          padding: 10px 0px; }

  .footer-right {
    display: none; }

  .jobTypeFilter {
    background-size: 5%; } }
@media screen and (max-width: 500px) {
  .jobInfoRight {
    display: none !important; }


  .jobLogo {
    width: 20%;
    float: left;
    margin-left: 5%; }

  .jobInfoLeft {
    width: 70%;
    margin-left: 5%; }

  .postcontent li {
    display: block; }

  .postcontent .post-info h2 {
    font-size: 20px; } }
@media screen and (max-width: 550px) {
  .jobpoststatus p span {
    display: none; }
  .jobpoststatus p #current {
    display: block; } }

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