html,
body {
  height: 100%;
}
body {
  background: #0e1029;
}
a {
  outline: 0 none;
}
a:focus {
  outline: 0 none;
}
.header-nav {
  position: absolute;
  width: 100%;
  z-index: 50;
}
.header-nav .container {
  width: 100%;
}
@media (min-width: 768px) {
  .header-nav .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-nav .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header-nav .container {
    width: 1170px;
  }
}
.header-nav .logo-mobomo {
  display: block;
  float: left;
  margin-left: 0;
  margin-top: 11px;
}
.header-nav .navbar-toggle {
  margin-right: -8px;
  transition: 0.2s ease-out;
}
.header-nav .navbar-toggle:hover,
.header-nav .navbar-toggle:focus {
  background-color: rgba(225, 225, 225, 0.2);
}
.header-nav .navbar-toggle .icon-bar {
  background-color: #FFF;
  height: 3px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .header-nav .navbar-toggle {
    display: block;
    margin-right: 0;
  }
}
.header-nav.mobomoHeader {
  position: fixed;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-nav.mobomoHeader.hide {
  display: none;
}
.full-height {
  height: 100%;
}
.full-height .row {
  height: 100%;
}
.page-title {
  font: 72px 'Quicksand', sans-serif;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 36px;
    line-height: 37px;
  }
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(234, 78, 61, 0.93);
  z-index: 9999;
  /* Overlay closing cross */
  /* Menu style */
  /*
  nav {
    position: relative;
    top: 0;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    @media (max-width: @screen-sm-min) and (orientation: landscape) {
    }
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;

    li {
      display: block;
      min-height: 24px;
      a {
        font-weight: 300;
        font: 30px @principal-font;
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        &:hover, &:focus{
          color: #FFF;
        }
        @media (max-device-width: @screen-sm-min) and (orientation: landscape) {
          padding: 2px 0;
        }
        @media (min-width: (@screen-md-min)){
          font-size: 48px;
        }
        @media only screen
        and (min-device-width : 768px)
        and (max-device-width : 1024px)
        and (orientation : landscape) {
          padding: 2px 0;
        }
      }
    }
  }
  */
}
.overlay .overlay-close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 13px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
@media (min-width: 768px) {
  .overlay .overlay-close {
    width: 40px;
    height: 40px;
  }
}
.overlay .logo-mobomo-menu {
  position: absolute;
  left: 16px;
  top: 15px;
}
.overlay nav {
  position: relative;
  top: 50%;
  height: 89%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 89%;
  }
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 15%;
  height: calc(11.11111111%);
  min-height: 54px;
  margin-bottom: 0px;
  padding-top: 19px;
}
@media screen and (max-height: 30.5em) {
  .overlay ul li {
    min-height: 28px;
    margin-bottom: 0px;
    padding-top: 5px;
  }
}
.overlay ul li a {
  display: block;
  color: #fff;
  font-size: 50px;
  font-family: 'Quicksand', sans-serif;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
}
.overlay ul li a:hover {
  opacity: .8;
}
@media screen and (max-height: 30.5em) {
  .overlay ul li a {
    font-size: 26px;
  }
}
.overlay ul li.contact-home {
  display: none;
}
.overlay.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.overlay.overlay-hugeinc.open nav ul {
  opacity: 1;
  transform: rotateX(0deg);
}
.overlay.overlay-hugeinc.close nav ul {
  transform: translateY(25%) rotateX(-35deg);
}
.overlay.overlay-hugeinc nav {
  perspective: 1200px;
}
.overlay.overlay-hugeinc nav ul {
  opacity: 0.4;
  transform: translateY(-25%) rotateX(35deg);
  transition: transform 0.5s, opacity 0.5s;
}
/*categories */
ul.cat-menu {
  margin: 30px 0 40px;
  text-align: center;
}
ul.cat-menu li {
  list-style: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #888;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2%;
  text-align: center;
}
ul.cat-menu li:first-child {
  margin-left: 2%;
}
ul.cat-menu li:last-child {
  margin-right: 0;
}
ul.cat-menu li.active {
  border-bottom: 5px solid #e14b32;
}
ul.cat-menu li a {
  color: #919191;
}
ul.cat-menu li a:hover {
  text-decoration: none;
}
ul.cat-menu li.active a {
  color: #e14b32;
}
/**/
.contact-row {
  background: #000;
  padding-top: 77px;
  padding-bottom: 30px;
}
.contact-row .container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-row .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-row .container {
    width: 1170px;
  }
}
.contact-row.careers-post {
  padding-top: 0px;
}
.contact-row.careers-post .address-section {
  padding-top: 30px;
}
.contact-row .title {
  font: 48px 'Quicksand', sans-serif;
  text-align: center;
  color: #FFF;
  padding: 0 0 22px;
}
.contact-row .subtitle {
  font: 16px/24px 'Bitter', sans-serif;
  color: #666;
  text-align: center;
  padding: 22px 0 42px;
}
.contact-row .keep {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  color: #ea4e3d;
  text-transform: uppercase;
  text-align: center;
}
.contact-row .wpcf7 {
  position: relative;
}
.contact-row .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;
}
@media (max-width: 400px) {
  .contact-row .wpcf7-response-output.wpcf7-display-none {
    width: 100%;
    margin-left: 0;
    left: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.contact-row .row {
  /*input.input__label--yoko::before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 4em;
      background: #c5564a;
      -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
    }
    .input__label--yoko::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0.25em;
      background: #ad473c;
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
    }
    .input__label-content--yoko {
      padding: 0.75em 0;
    }
    .input__field--yoko:focus,
    .input--filled .input__field--yoko {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }

    .input__field--yoko:focus + .input__label--yoko::before,
    .input--filled .input__label--yoko::before {
      -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
      transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    }

    .input__field--yoko:focus + .input__label--yoko,
    .input--filled .input__label--yoko {
      pointer-events: none;
    }

    .input__field--yoko:focus + .input__label--yoko::after,
    .input--filled .input__label--yoko::after {
      -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
      transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
    }*/
  /*.wpcf7-form-control-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0.25em;
      background: #ad473c;
    }*/
  /*.canDoTypes{
      display: none;
    }*/
}
.contact-row .row p {
  margin: 0;
}
@media (min-width: 768px) {
  .contact-row .row p {
    max-height: 90px;
  }
}
.contact-row .row .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: 20px 18px 20px 42px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: bold;
  top: auto;
  bottom: -8px;
  left: auto;
  right: 0;
}
@media (max-width: 400px) {
  .contact-row .row .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-row .row .wpcf7-not-valid-tip.tip-human {
  border: 1px solid #FFF;
  background: #000;
  width: 339px;
  text-align: center;
  right: auto;
  left: 0;
  bottom: 36px;
  padding: 8px 18px 8px 18px;
}
@media (max-width: 400px) {
  .contact-row .row .wpcf7-not-valid-tip.tip-human {
    width: 100%;
  }
}
.contact-row .row .wpcf7-not-valid-tip.tip-human strong {
  font: bold 18px/20px 'Quicksand', sans-serif;
  display: block;
}
.contact-row .row .wpcf7-not-valid-tip.tip-human b {
  font: 14px/16px 'Bitter', sans-serif;
}
.contact-row .row .can-do,
.contact-row .row .price-range {
  display: block;
}
.contact-row .row .can-do .wpcf7-not-valid-tip,
.contact-row .row .price-range .wpcf7-not-valid-tip {
  bottom: 1px;
}
.contact-row .row .your-message .wpcf7-not-valid-tip {
  background: #ea4e3d url(../images/contact/white-arrow-up.png) 8px center no-repeat;
  bottom: 55px;
}
.contact-row .row .col-left {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .contact-row .row .col-left {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact-row .row .col-left {
    padding-right: 60px;
  }
}
.contact-row .row .col-right {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .contact-row .row .col-right {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact-row .row .col-right {
    padding-left: 60px;
  }
}
.contact-row .row .section-title {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  padding-bottom: 18px;
  font-weight: bold;
}
.contact-row .row input.text,
.contact-row .row textarea {
  width: 100%;
  height: 38px;
  font-family: 'Bitter', sans-serif;
  font-size: 24px;
  line-height: 38px;
  color: #535353;
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid #FFF;
  padding: 3px 14px;
  margin-bottom: 51px;
}
@media (max-width: 400px) {
  .contact-row .row input.text,
  .contact-row .row textarea {
    font-size: 18px;
  }
}
.contact-row .row textarea {
  height: 130px;
  padding: 5px 14px;
  border: 1px solid #FFF;
  resize: none;
}
.contact-row .row .multipleSelect {
  position: relative;
  margin-bottom: 30px;
}
.contact-row .row .multipleSelect > input {
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 30px;
}
.contact-row .row .multipleSelect.open .select-wrapper {
  display: block;
}
.contact-row .row .multipleSelect.open .trigger {
  background-position: 0 -21px;
}
.contact-row .row .multipleSelect .trigger {
  width: 22px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 12px;
  background: transparent url(../images/multiselect-trigger-icon.png) no-repeat;
}
.contact-row .row .multipleSelect .select-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 38px;
  border: 1px solid #FFF;
  background-color: #000;
  z-index: 20;
}
.contact-row .row .multipleSelect .select-wrapper ul {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0;
}
.contact-row .row .multipleSelect .select-wrapper ul li {
  font-family: 'Bitter', sans-serif;
  color: #8c8c8c;
  font-size: 20px;
  margin: 10px 0;
  cursor: pointer;
}
.contact-row .row .multipleSelect .select-wrapper ul li .checkbox-icon {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 4px;
  background: transparent url(../images/contactUs-checkbox-icon.png) no-repeat;
}
.contact-row .row .multipleSelect .select-wrapper ul li.checked .checkbox-icon {
  background-position: 0 -24px;
}
.contact-row .row .multipleSelect .select-wrapper ul li .value {
  float: left;
  padding-left: 20px;
}
.contact-row .row .spambot {
  width: 100%;
  max-width: 340px;
  margin: 27px auto 0;
  font-family: 'Bitter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.contact-row .row .spambot span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.contact-row .row .spambot input {
  visibility: hidden;
  font-size: 0;
  margin-left: -10px;
}
.contact-row .row .spambot label {
  cursor: pointer;
}
.contact-row .row .spambot label.label-human {
  margin-left: 0;
}
.contact-row .row .spambot label b {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(../images/contactUs-checkbox-icon.png) no-repeat;
  margin-right: 15px;
  float: left;
}
.contact-row .row .spambot label strong {
  float: left;
  display: inline-block;
  margin-top: 0px;
}
.contact-row .row .spambot input[type="checkbox"]:focus + label b,
.contact-row .row .spambot input[type="checkbox"]:checked + label b {
  background-position: 0 -24px;
}
.contact-row .row .submit-wrapper {
  display: table;
  margin: 0 auto;
}
.contact-row .row input.submit {
  display: block;
  width: 220px;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  color: #FFF;
  background-color: #ea4e3d;
  border: 0 none;
  text-align: center;
  margin: 28px auto 0;
  padding: 22px 0 20px;
  clear: both;
  float: left;
  outline: none;
}
@media screen and (min-width: 768px) {
  .contact-row .row input.submit {
    width: 339px;
    padding: 32px 0 30px;
  }
}
.contact-row .row input#emails {
  display: none;
}
.contact-row .row .label-human {
  color: #FFF;
}
.contact-row .row #loaderImage {
  position: absolute;
  bottom: 95px;
  left: 50%;
  margin: 0;
}
.contact-row .row .ball-clip-rotate-pulse > div:first-child {
  top: 5px;
  left: -9px;
}
.contact-row .row .wpcf7-response-output {
  clear: left;
}
.contact-row .career-section {
  padding: 50px 0 0 0;
}
.contact-row .career-section .col-left {
  padding-bottom: 20px;
  padding-right: 15px;
}
.contact-row .career-section .col-left p {
  font-family: 'Bitter', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-row .career-section .col-left {
    padding-bottom: 0px;
  }
  .contact-row .career-section .col-left p {
    float: right;
  }
}
.contact-row .career-section .col-right {
  padding-left: 15px;
}
.contact-row .career-section .to-careers {
  display: block;
  width: 190px;
  padding: 21px 0 19px 15px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto;
  background: #555555 url(../images/arrow-contact.png) 155px 24px no-repeat;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.contact-row .career-section .to-careers:hover {
  text-decoration: none;
  background-position: 160px 24px;
}
@media screen and (min-width: 768px) {
  .contact-row .career-section .to-careers {
    margin: 0;
  }
}
.contact-row .address-section {
  padding: 50px 0 0 0;
}
.contact-row .address-section p {
  font-family: 'Bitter', sans-serif;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
/*ERROR 404*/
.error404 {
  background-color: white;
}
.error404 .header-nav {
  background-color: transparent;
}
.error404 .main {
  padding: 0;
}
.error404 .main .container {
  width: 100%;
  padding: 0;
}
.error404 .gif {
  background: url(../images/img404.gif) center center no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
}
.error404 .gif h3 {
  font-size: 42px;
  color: #FFF;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .error404 .gif h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .error404 .gif {
    height: 400px;
  }
}
.error404 .red {
  font-family: 'Quicksand', sans-serif;
  background-color: #ea4e3d;
  padding: 80px 20px;
}
.error404 .red h2 {
  font-size: 72px;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  margin-top: 0;
}
.error404 .red h3 {
  font-size: 36px;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.error404 .white {
  padding: 85px 0;
}
.error404 .white .center {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.error404 .white p {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 6px;
}
.error404 .white .sep {
  width: 39px;
  height: 4px;
  background: #ea4e3d;
  margin-bottom: 30px;
}
.error404 .white nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error404 .white nav ul li {
  padding-right: 56px;
  float: left;
}
.error404 .white nav ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-weight: 800;
}
body.single-grid .header {
  min-height: inherit;
  max-height: inherit;
}
body.single-grid .header .entry {
  padding-bottom: 30px;
}
body.single-grid .main-content {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.single-grid .main-content.background-fixed {
  background-attachment: inherit;
}
body.single-grid .main-content.add-min-height {
  max-height: 500px;
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  body.single-grid .header {
    min-height: 670px;
  }
  body.single-grid .main-content.background-fixed {
    background-attachment: fixed;
  }
  body.single-grid .main-content.add-min-height {
    max-height: auto;
  }
}
.contract {
  background-color: #FFF;
  padding: 85px 0;
}
@media (max-width: 480px) {
  .contract {
    padding: 40px 0;
  }
}
.contract .container {
  padding: 0;
}
.contract .title {
  font: 52px 'Quicksand', sans-serif;
  color: #ea4e3d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 480px) {
  .contract .title {
    font-size: 33px;
    line-height: 42px;
  }
}
.contract ul {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.contract ul li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  padding: 0;
  list-style: none;
  height: 270px;
  width: 266px;
  background: #ea4e3d;
}
.contract ul li .text {
  padding: 10px 20px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'Bitter', sans-serif;
  color: #FFF;
  text-align: left;
}
.contract ul li .text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.contract ul li .text h3 i {
  font-size: 20px;
  font-style: normal;
}
.contract ul li .text h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 2px;
}
.contract ul li .text h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
}
.contract ul li .text h6 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.contract ul li .text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
