.careers .full-height {
  max-height: 800px;
}
.careers .header-nav {
  background-color: rgba(0, 0, 0, 0.5);
}
.careers .header {
  width: 100%;
  height: 100%;
  position: relative;
}
.careers .intro {
  background: #ca351c;
  color: #fff;
  text-align: center;
  padding: 50px 0 60px;
}
.careers .intro h2 {
  font: 24px/30px 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .careers .intro h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.careers .intro .item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .careers .intro .item {
    margin: 0;
  }
}
.careers .intro .item .img {
  min-height: 100px;
  margin: 0 auto 25px;
}
.careers .intro .item .img img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .careers .intro .item .img img {
    max-width: 100%;
  }
}
.careers .intro .item h4 {
  font: bold 20px/24px 'Bitter', sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .careers .intro .item h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.careers .intro .item p {
  font: 14px/24px 'Bitter', sans-serif;
  max-width: 250px;
  margin: auto;
}
@media (min-width: 768px) {
  .careers .intro .item p {
    max-width: 100%;
  }
}
.careers-top {
  padding: 110px 0 80px;
  background: #FFF;
}
.careers-top h3.page-title {
  text-transform: uppercase;
  color: #e14b32;
  margin-bottom: 30px;
}
.careers-top .careers-front p {
  font-size: 16px;
  color: #464646;
  font-family: 'Bitter', sans-serif;
  width: 90%;
  margin: 0 auto 60px;
  line-height: 30px;
}
.careers-top .careers-front p .as-link {
  color: #e14b32;
  text-decoration: underline;
}
.careers-top .careers-front p.content-text {
  text-align: center;
  font: 16px/24px 'Bitter', sans-serif;
  padding: 0 35px;
}
.careers-top .careers-front p.light {
  font: bold 24px/30px 'Bitter', sans-serif;
  margin-bottom: 20px;
  margin-top: 46px;
  padding: 0;
}
.careers-top .careers-front .cat-menu {
  padding: 0;
}
.careers-top .cat-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.careers-top .cat-inner .isotope-item {
  z-index: 2;
}
.careers-top .cat-inner .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.careers-top .cat-inner .isotope,
.careers-top .cat-inner .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.careers-top .cat-inner .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.careers-top .cat-inner .isotope .isotope-item {
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.careers-top .cat-inner .isotope.no-transition,
.careers-top .cat-inner .isotope.no-transition .isotope-item,
.careers-top .cat-inner .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.careers-top .cat-inner .isotope.infinite-scrolling {
  -webkit-transition: none 0s ease 0s ;
  -moz-transition: none 0s ease 0s ;
  -o-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
}
.careers-top .cat-inner ul {
  margin: 0 auto;
  padding: 0;
}
.careers-top .cat-inner ul li {
  float: left;
  list-style: none;
  width: 260px;
  height: 260px;
  background: #cb351c;
  /*box-shadow:inset 1px -6px 35px rgba(0, 0, 0, 0.40);*/
  padding: 25px 0px;
  margin: 0 5px 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.careers-top .cat-inner ul li a {
  color: #FFF;
}
.careers-top .cat-inner ul li h4,
.careers-top .cat-inner ul li h2 {
  padding: 0px 28px;
  color: #FFF;
  text-transform: uppercase;
}
.careers-top .cat-inner ul li h4.tag {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.careers-top .cat-inner ul li h2.title {
  font-family: 'Bitter', sans-serif;
  font-size: 28px;
  line-height: 36px;
  padding-top: 6px;
}
.careers-top .applicate {
  position: relative;
  padding: 0;
}
.careers-top .applicate .back {
  display: block;
  width: 140px;
  height: 36px;
  padding: 0 14px 0 0;
  background: url(../images/careers/career-back.png) no-repeat;
  position: fixed;
  top: 60px;
  left: 7px;
  color: #FFF;
  font-family: 'Bitter', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.9;
  z-index: 999;
}
.careers-top .applicate .cat-logo {
  border-top: 1px solid #7d7d7d;
  width: 90%;
  max-width: 500px;
  margin: 0 auto 36px;
  position: relative;
}
.careers-top .applicate .cat-logo span {
  display: block;
  background-color: #FFF;
  position: absolute;
  width: 100px;
  height: 70px;
  top: -36px;
  left: 50%;
  margin-left: -50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.careers-top .applicate .cat-logo.design span {
  background-image: url(../images/careers/career-cat_2.png);
}
.careers-top .applicate .cat-logo.management span {
  background-image: url(../images/careers/career-cat_3.png);
}
.careers-top .applicate .cat-logo.coding span {
  background-image: url(../images/careers/career-cat_1.png);
}
.careers-top .applicate .cat-logo.accounting span {
  background-image: url(../images/careers/career-cat_4.png);
}
.careers-top .applicate h4.title {
  font-family: 'Quicksand', sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
}
.careers-top .applicate .content {
  width: 90%;
  max-width: 1000px;
  font: 16px/24px 'Bitter', sans-serif;
  margin: 0 auto 60px;
  color: #464646;
}
.careers-top .applicate .content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #464646;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  line-height: 18px;
}
.careers-top .applicate .content em {
  font: bold 24px/30px 'Bitter', sans-serif;
  color: #333;
  font-style: normal;
  margin-top: 15px;
  display: block;
}
.careers-top .applicate .content ul {
  margin-bottom: 40px;
  margin-top: 16px;
  list-style-image: url(../images/careers/career-tick.png);
}
.careers-top .applicate .content ul li {
  font-size: 16px;
  color: #464646;
  margin-bottom: 15px;
  line-height: 26px;
}
.careers-top .applicate .form {
  width: 100%;
  max-width: 464px;
  margin: 36px auto 40px;
  text-align: center;
  position: relative;
}
.careers-top .applicate .form .apply {
  position: relative;
  width: 90%;
  max-width: 360px;
  padding: 0 0 30px;
  overflow: hidden;
  margin: 0 auto 14px;
}
.careers-top .applicate .form .apply p {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Bitter', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  background: #e14b32;
  height: 60px;
  line-height: 60px;
}
.careers-top .applicate .form .apply .arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -162px;
  height: 100px;
  width: 290px;
  background: #e14b32;
  -webkit-transform: rotate(-9deg) skewX(72deg);
  transform: rotate(-9deg) skewX(72deg);
  z-index: 1;
}
.careers-top .applicate .form textarea,
.careers-top .applicate .form .text {
  font-family: 'Quicksand', sans-serif;
  width: 90%;
  max-width: 464px;
  height: 40px;
  border: 1px solid #bfbfbf;
  line-height: 38px;
  font-size: 18px;
  padding: 0 10px;
  margin: 0 auto 9px;
}
.careers-top .applicate .form textarea {
  height: 180px;
}
.careers-top .applicate .form .submit {
  border: none;
  background: #000;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Bitter', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 60px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-top: 24px;
  cursor: pointer;
  outline: none;
}
.careers-top .applicate .form .file-cont {
  width: 90%;
  max-width: 464px;
  height: 47px;
  margin: 0 auto 17px;
}
.careers-top .applicate .form .file-cont > span {
  display: block;
  height: 47px;
  background-color: #FFF;
  padding: 0;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
  background-position: top center;
}
.careers-top .applicate .form .file-cont > span input {
  opacity: 0;
  width: 100%;
  height: 47px;
  cursor: pointer;
}
.careers-top .applicate .form .file-cont .wpcf7-not-valid-tip {
  left: 15px;
}
.careers-top .applicate .form .file-740 {
  width: 183px;
  background-image: url(../images/careers/career-file1.png);
  margin-right: 12px;
}
.careers-top .applicate .form .file-741 {
  width: 220px;
  background-image: url(../images/careers/career-file2.png);
}
.careers-top .applicate div.wpcf7 img.ajax-loader {
  position: absolute;
  bottom: 0;
  left: 0;
}
.careers-top .applicate .wpcf7-form .emails {
  display: none;
}
.careers-top .applicate-inner .wpcf7 {
  position: relative;
}
.careers-top .applicate-inner .wpcf7-response-output.wpcf7-display-none {
  background: #ea4e3d url(../images/contact/mobomo.png) 95% 92% no-repeat;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ea4e3d;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 339px;
  margin: 0;
  margin-left: -170px;
  padding: 17px 25px 60px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0 1px 10px #CCC;
}
@media (max-width: 400px) {
  .careers-top .applicate-inner .wpcf7-response-output.wpcf7-display-none {
    width: 100%;
    margin-left: 0;
    left: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.careers-top .applicate-inner .wpcf7-not-valid-tip {
  background: #ea4e3d url(../images/contact/white-arrow.png) 8px center no-repeat;
  width: auto;
  height: auto;
  line-height: 18px;
  color: #FFF;
  border: 0;
  padding: 10px 18px 10px 42px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: bold;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 0;
}
@media (max-width: 400px) {
  .careers-top .applicate-inner .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.careers-top .applicate-inner .wpcf7-not-valid-tip.tip-human {
  border: 1px solid #000;
  background: #FFF;
  width: 339px;
  text-align: center;
  right: auto;
  left: 50%;
  margin-left: -170px;
  bottom: 30px;
  color: #000;
  padding: 8px 18px 8px 18px;
  box-shadow: 0 1px 10px #CCC;
}
@media (max-width: 400px) {
  .careers-top .applicate-inner .wpcf7-not-valid-tip.tip-human {
    width: 100%;
  }
}
.careers-top .applicate-inner .wpcf7-not-valid-tip.tip-human strong {
  font: bold 18px/20px 'Quicksand', sans-serif;
  display: block;
}
.careers-top .applicate-inner .wpcf7-not-valid-tip.tip-human b {
  font: 14px/16px 'Bitter', sans-serif;
}
.careers-top .applicate-inner .can-do,
.careers-top .applicate-inner .price-range {
  display: block;
}
.careers-top .applicate-inner .can-do .wpcf7-not-valid-tip,
.careers-top .applicate-inner .price-range .wpcf7-not-valid-tip {
  bottom: 1px;
}
.careers-top .applicate-inner .your-message .wpcf7-not-valid-tip {
  background: #ea4e3d url(../images/contact/white-arrow-up.png) 8px center no-repeat;
  bottom: 55px;
}
/*MEDIA QUERIES*/
@media (max-width: 450px) {
  .careers ul.cat-menu li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 380px) {
  .careers-top .applicate .content em {
    font-size: 26px;
    line-height: 38px;
  }
  .careers-top .applicate .form .file-740 {
    width: 150px;
  }
  .careers-top .applicate .form .file-741 {
    width: 180px;
  }
}
.label-human {
  margin-left: 10px;
  vertical-align: middle;
}
