input[type="email"], input[type="password"], input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
  opacity: 1;
}
@media (max-width: 375px) {
  input[type="email"], input[type="password"], input[type="text"] {
    width: 100%;
  }
}

@media all and (max-width: 1000px) {
  .form-landing {
    text-align: center;
  }
}

@media all and (max-width: 1000px) {
  .text-small-center {
    text-align: center;
  }
}
@media all and (min-width: 1000px) {
  .text-small-center {
    margin-top: -5px;
  }
}

@media all and (max-width: 1020px) {
  .center {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

@media all and (min-width: 1100px) {
  .error {
    margin-left: 320px;
    width: 200px;
    position: absolute;
    margin-top: -35px;
    color: #35414b;
    font-family: Open-Sans;
    font-weight: 600;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 1100px) and (min-width: 1000px) {
  .error {
    margin-left: 60px;
  }
}
@media all and (max-width: 1000px) {
  .error {
    text-align: center;
    width: 100%;
    position: static;
    margin-top: 15px;
    text-align: center;
    color: #35414b;
    font-family: Open-Sans;
    font-weight: 600;
    transition: all 0.3s ease;
  }
}

@media all and (max-width: 1000px) {
  .success {
    text-align: center;
    color: #47c977;
    font-family: Open-Sans;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: none;
  }
}
@media all and (min-width: 1000px) {
  .success {
    color: #47c977;
    font-family: Open-Sans;
    transition: all 0.3s ease;
    text-align: left;
    position: absolute;
    margin-top: 15px;
    display: none;
  }
}

@media all and (min-width: 950px) {
  #icon-landing {
    margin-left: 150px;
    width: 63px;
    height: 63px;
  }
}
@media all and (max-width: 1000px) {
  #icon-landing {
    width: 63px;
    height: 63px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media all and (min-width: 990px) {
  .border-form {
    border-right: 1px solid #E0E0E0;
    height: 565px;
    padding-top: 35px;
  }
}

.line-sm {
  height: 1px;
  width: 565px;
  margin-left: 15px;
  margin-top: -10px;
  background: #c8cfd3;
}

.form-padding-top {
  margin-top: 40px;
}

.lower-block-padding {
  padding-top: 100px;
  padding-bottom: 150px;
}

.centerer {
  text-align: center;
}

.wide {
  width: 100%;
  height: 837px;
  background-image: url(../img/background1.png);
  background-size: cover;
  background-position: right top;
}
@media screen and (max-width: 420px) {
  .wide {
    height: 650px;
  }
}

.first-icon-padding {
  padding-bottom: 40px;
}

.xs-button {
  padding-top: 40px;
}

.wide img {
  width: 100%;
}

.wide-bottom {
  height: auto;
  background-image: url(../img/end-panel.png);
  background-size: cover;
  margin-top: -50px;
}

@media all and (min-width: 950px) {
  .wide-bottom img {
    margin-left: 150px;
    width: 63px;
    height: 63px;
  }
}
@media all and (max-width: 1000px) {
  .wide-bottom img {
    width: 63px;
    height: 63px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.container {
  max-width: 1400px;
}

.banner-buttons-container {
  width: 700px;
  padding-top: 50px;
}

.banner-button-padding {
  padding-top: 40px;
  text-align: center;
}

.firefighter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.firefighter .inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-text {
  color: white;
  font-family: Circular-Air;
  font-size: 69px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 65px;
}
@media (max-width: 414px) {
  .banner-text {
    font-size: 35px;
    line-height: 50px;
  }
}

.button-text {
  color: white;
  font-family: Circular-Air;
  font-size: 16px;
  font-weight: 300;
  background-color: #47c977;
  border-radius: 40px;
  padding: 10px 20px;
  border: 1px solid #47c977;
}

.button-text-outline {
  color: white;
  font-family: Circular-Air;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 40px;
}
@media (max-width: 380px) {
  .button-text-outline {
    font-size: 11px;
  }
}

#button {
  z-index: 1;
  border-radius: 40px;
  width: 239px;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Circular-Air;
  font-size: 16px;
  font-weight: 300;
  line-height: 47px;
  cursor: pointer;
}

#button-outline {
  z-index: 1;
  border-radius: 40px;
  width: 297px;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Circular-Air;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  cursor: pointer;
}

.g {
  background-color: #47c977;
  color: white;
  cursor: pointer;
}

.g-outline {
  border: 2px solid white;
  color: white;
  cursor: pointer;
}

.button-outline {
  width: 297px;
  height: 46px;
  border: 2px solid white;
  border-radius: 40px;
}

.banner-image {
  height: 725px;
  width: 100%;
  background-image: url(../img/bannerbackground.png);
  z-index: 1;
  position: absolute;
}

.banner-shadow {
  width: 100%;
  background-image: rgba(132, 132, 132, 0.48);
  min-height: 100vh;
  z-index: 999;
  position: relative;
}
@media all and (max-width: 420px) {
  .banner-shadow {
    height: 650px;
  }
}

.background {
  height: auto;
  width: 100%;
  background-image: url(../img/pic1.png);
  background-size: cover;
}

.background2 {
  height: auto;
  width: 100%;
  background-image: url(../img/background2.png);
  background-size: cover;
}

.background3 {
  height: auto;
  width: 100%;
  background-color: white;
  margin-top: 20px;
}

.background3 img {
  width: 100%;
}

.background5 {
  height: auto;
  width: 100%;
  background-image: url(../img/background5.png);
  background-size: cover;
}

#second-panel-text {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 414px) {
  #second-panel-text {
    padding-top: 200px;
  }
}

.italic-text {
  font-family: Open-Sans-Light;
  font-style: italic;
  color: #9aa7ae;
  font-size: 20px;
  line-height: 27px;
  margin-top: 15px;
}

.second-panel-h4 {
  font-family: Circular-Air;
  color: #35414b;
  font-weight: 300;
  font-size: 75px;
  line-height: 95px;
}

.second-panel-h2 {
  font-family: Circular-Air;
  color: #35414b;
  font-size: 86px;
  font-weight: 700;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .second-panel-h4, .second-panel-h2 {
    font-size: 45px;
  }
}

.second-panel-little {
  font-family: Open-Sans-Light;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #9aa7ae;
  margin-top: 70px;
}

#chevron {
  cursor: pointer;
  padding: 10px 10px;
}

.error-class::-webkit-input-placeholder {
  color: #ff6d40;
}

.error-class::-moz-placeholder {
  color: #ff6d40;
}

.error-landing {
  color: #35414b;
  font-family: Open-Sans;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  text-align: left;
  overflow: auto;
  margin-left: 330px;
  margin-top: -35px;
}

form.form3 {
  display: inline-block;
  overflow: auto;
}

.circle {
  background-color: #fe784d;
  border-radius: 100px;
  border: 1px solid #fe784d;
  padding: 15px 25px;
  color: white;
  font-family: Open-Sans-Light;
  font-size: 25px;
}

.circle:hover {
  color: white;
  text-decoration: none;
}

.circle-padding {
  padding-top: 50px;
  padding-bottom: 18px;
}

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

.third-panel-content {
  margin-top: 80px;
}

.fourth-panel-content {
  margin-top: 100px;
}

.third-panel-text {
  text-align: center;
  margin-top: 18px;
  font-family: Circular-Air;
  font-size: 54px;
  font-weight: 700;
  color: white;
}

.fourth-panel-text {
  text-align: center;
  margin-top: 18px;
  font-family: Circular-Air;
  font-size: 54px;
  font-weight: 700;
  color: #35414b;
}

.third-panel-small-text, .first-panel-small-text {
  padding-left: 25px;
  padding-right: 25px;
}

.third-panel-small-text {
  text-align: center;
  margin-top: 5px;
  font-family: Circular-Air;
  font-size: 15px;
  font-weight: 300;
  color: white;
  padding-bottom: 700px;
}

.first-panel-small-text {
  text-align: center;
  margin-top: 5px;
  font-family: Circular-Air;
  font-size: 15px;
  font-weight: 300;
  color: white;
  padding-bottom: 775px;
}

.fourth-panel-small-text {
  text-align: center;
  margin-top: 5px;
  font-family: Circular-Air;
  font-size: 15px;
  font-weight: 300;
  color: #35414b;
}

.material-card {
  margin-top: 60px;
  height: 373px;
  width: 296px;
  margin-left: 43%;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  z-index: 10;
}

.material-card2 {
  margin-top: -285px;
  height: 373px;
  width: 296px;
  margin-left: 49%;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  z-index: 10;
  position: absolute;
  z-index: 1;
}

@media (max-width: 375px) {
  .material-card, .material-card2 {
    width: 236px;
  }
}

.card-buttons .skip-button, .card-buttons .hire-button {
  margin-top: 15px;
}
.card-buttons .skip-button .skip-button-image, .card-buttons .skip-button .hire-button-image, .card-buttons .hire-button .skip-button-image, .card-buttons .hire-button .hire-button-image {
  width: 35px;
  height: 35px;
}
.card-buttons .skip-button .skip-button-image, .card-buttons .hire-button .skip-button-image {
  margin-left: -10px;
}
@media (max-width: 375px) {
  .card-buttons .skip-button .skip-button-image, .card-buttons .hire-button .skip-button-image {
    margin-left: -35px;
  }
}
.card-buttons .skip-button .skip-button-text, .card-buttons .skip-button .hire-button-text, .card-buttons .hire-button .skip-button-text, .card-buttons .hire-button .hire-button-text {
  margin-top: -27px;
  font-family: Circular-Air;
  font-size: 15px;
}
.card-buttons .skip-button .skip-button-text, .card-buttons .hire-button .skip-button-text {
  margin-left: 80px;
  color: #9aa7ae;
}
@media (max-width: 375px) {
  .card-buttons .skip-button .skip-button-text, .card-buttons .hire-button .skip-button-text {
    margin-left: 60px;
  }
}
.card-buttons .skip-button .hire-button-text, .card-buttons .hire-button .hire-button-text {
  margin-left: 90px;
  color: #47c977;
}
@media (max-width: 375px) {
  .card-buttons .skip-button .hire-button-text, .card-buttons .hire-button .hire-button-text {
    margin-left: 75px;
  }
}
.card-buttons .hire-button {
  margin-left: -50px;
}
@media (max-width: 375px) {
  .card-buttons .hire-button {
    margin-left: -35px;
  }
}

.small-cards .animated-cards {
  margin-bottom: 110px;
}
.small-cards .animated-cards .material-card {
  margin-left: 20%;
}
@media (max-width: 450px) {
  .small-cards .animated-cards .material-card {
    margin-left: 2%;
  }
}
.small-cards .animated-cards .material-card2 {
  margin-left: 30%;
}
@media (max-width: 450px) {
  .small-cards .animated-cards .material-card2 {
    margin-left: 8%;
  }
}

.material-head-text {
  font-family: Circular-Air;
  color: #454a5b;
  font-size: 21px;
  font-weight: 300;
  margin-top: 52px;
}

.material-base-text {
  font-family: Open-Sans-Light;
  font-size: 31px;
  font-weight: 300;
  color: #454a5b;
  margin-top: 6px;
}

.container-material {
  margin-left: 50px;
  margin-right: 50px;
}

.mockup-txt-first {
  height: 4px;
  background-color: #c8cfd3;
  margin-top: 34px;
}

.mockup-txt {
  height: 4px;
  background-color: #c8cfd3;
  margin-top: 22px;
}

.map {
  height: 221px;
  width: 684px;
  background-image: url(../img/map.png);
  margin-top: 25px;
}

.map-size {
  width: 560px;
  height: 180px;
}

.map-card-padding {
  margin-top: 30px;
}

.fourth-big-text {
  color: #4a5a66;
  font-family: Circular-Air;
  font-size: 27px;
  font-weight: 700;
  margin-top: 40px;
}

.fourth-small-text {
  font-family: Open-Sans-Light;
  color: rgba(74, 90, 102, 0.72);
  font-size: 19px;
  font-weight: 400;
  margin-top: -10px;
}
.fourth-small-text.padding-bottom {
  padding-bottom: 250px;
}
@media (max-width: 414px) {
  .fourth-small-text.padding-bottom {
    padding-bottom: 100px;
  }
}

.fourth-text-content {
  margin-top: 5	0px;
}

.banner-big-text {
  position: absolute;
}

.border {
  height: 1px;
  opacity: 0.2;
  background-color: #979797;
}

.name {
  margin-left: 22px;
  margin-top: 10px;
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 21px;
  font-weight: 300;
}

.name-padding {
  padding-left: 22px;
}

.name-base {
  opacity: 0.5;
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 12px;
}

.name-base-padding {
  margin-left: 20px;
}

.stars-spacing {
  margin-top: 18px;
}

.last-panel-text {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  font-family: Circular-Air;
  color: #35414b;
  padding-top: 190px;
  padding-bottom: 10px;
}

@media (max-width: 414px) {
  .last-panel-text, .third-panel-text, .fourth-panel-text {
    font-size: 35px;
  }
}

.last-panel-base-text {
  color: #9aa7ae;
  font-family: Circular-Air;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}

.end-panel-icon-text {
  margin-top: 10px;
  color: #4a5a66;
  font-family: Circular-Air;
  font-size: 21px;
  font-weight: 700;
}

.end-panel-icon-base {
  color: rgba(74, 90, 102, 0.72);
  font-family: Open-Sans-Light;
  font-size: 15px;
  font-weight: 400;
  margin-top: -30px;
}

#icon-xs {
  width: 93px;
  height: 93px;
}

.icon-padding {
  padding-top: 30px;
}

.form-padding-bottom {
  padding-bottom: 290px;
}

.footer-border {
  border-right: 1px solid #E0E0E0;
  height: 425px;
}

button {
  color: white;
  background-color: #47c977;
  border-radius: 40px;
  width: 130px;
  height: 45px;
  outline: 0;
  border: none;
}

button:focus {
  outline: 0;
}

button:hover {
  background-color: #38bf6a;
}

.form2 {
  margin-left: -100px;
}

.button {
  color: white;
  font-family: Circular-Air;
  font-size: 16px;
  letter-spacing: 1px;
}

input {
  width: 312px;
  height: 50px;
  background-color: white;
  border-radius: 40px;
  padding: 25px;
  border: 1px solid #E0E0E0;
}

input:focus {
  border: 1px solid #E0E0E0;
  outline: 0;
}

#form-padding {
  margin-top: 20px;
}

#form-md {
  margin-top: 40px;
  margin-left: 20px;
}

.icon-xs {
  padding-top: 50px;
}

#form-xs {
  padding-top: 50px;
}

.card {
  height: 699px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  z-index: 99999;
  margin-top: -725px;
  position: absolute;
}

.card-second {
  height: 700px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  z-index: 99999;
  margin-top: -650px;
  position: absolute;
}

.card-text {
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 21px;
  margin-top: 50px;
}

.card-text-xs {
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 21px;
  margin-top: 40px;
}

.card-base-text {
  color: #454a5b;
  font-family: Open-Sans-Light;
  font-size: 31px;
  margin-top: -20px;
  padding-bottom: 20px;
}

.card-base-text-xs {
  color: #454a5b;
  font-family: Open-Sans-Light;
  font-size: 31px;
  margin-top: -35px;
}

.card-line {
  height: 4px;
  background-color: #c8cfd3;
  width: 100%;
  margin-left: 65px;
  margin-bottom: 25px;
}

@media all and (min-width: 1200px) {
  .card-line-1 {
    background-color: #c8cfd3;
    height: 4px;
    margin-left: -172px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1200px) and (min-width: 985px) {
  .card-line-1 {
    background-color: #c8cfd3;
    height: 4px;
    margin-bottom: 25px;
    margin-left: -145px;
  }
}

@media all and (min-width: 1200px) {
  #map-align {
    margin-left: 65px;
    width: 780px;
    height: 240px;
  }
}
@media all and (max-width: 1200px) and (min-width: 992px) {
  #map-align {
    width: 680px;
    margin-left: 65px;
  }
}

#map-align-sm {
  margin-left: 30px;
}

.card-line-sm {
  height: 4px;
  background-color: #c8cfd3;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 25px;
}

.card-line-xs {
  height: 4px;
  background-color: #c8cfd3;
  width: 100%;
  margin-top: 30px;
}

.second-card-text {
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 21px;
  line-height: 27px;
  margin-top: 5px;
}

.second-card-base {
  opacity: 0.5;
  color: #454a5b;
  font-family: Circular-Air;
  font-size: 12px;
  margin-top: -25px;
  line-height: 15px;
}

html, body {
  overflow-x: hidden;
}

#scroll-top {
  width: auto;
}
@media all and (max-width: 991px) and (min-width: 767px) {
  #scroll-top {
    margin-left: -25px !important;
  }
}

@media all and (max-width: 915px) and (min-width: 750px) {
  .navbar-default .navbar-nav li {
    padding: 5px 1px !important;
  }
}

.navbar {
  z-index: 99999px;
}
@media all and (max-width: 767px) {
  .navbar {
    height: 70px !important;
    z-index: 99999px !important;
  }
}

.navbar-nav {
  z-index: 99999px;
}
@media all and (max-width: 767px) {
  .navbar-nav {
    margin: 10px 2px !important;
  }
}

.navbar-transparent {
  border-radius: 0;
  height: 60px;
  padding-top: 40px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  z-index: 9999999;
}
@media all and (max-width: 767px) {
  .navbar-transparent {
    background-color: white;
    color: black;
    padding-top: 15px;
  }
}

.navbar-transparent li {
  padding-left: 30px;
  padding-right: 15px;
}
@media all and (max-width: 915px) and (min-width: 768px) {
  .navbar-transparent li {
    padding-left: 5px !important;
  }
}
.navbar-transparent li > a {
  transition: all 0.3s ease;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media all and (max-width: 767px) {
  .navbar-transparent li > a {
    color: rgba(78, 84, 87, 0.77) !important;
  }
}
@media all and (max-width: 767px) {
  .navbar-transparent li > a:hover {
    color: black !important;
    transition: all 0.3s ease;
  }
}
.navbar-transparent li > a:hover::after {
  transform: scaleX(1);
}
.navbar-transparent li > a.btn.white {
  border-color: #ff6d40 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar-transparent li > a.btn.white:hover {
  background-color: #ff6d40;
  color: white;
}
.navbar-transparent li > a.btn.white::after {
  content: none;
}
.navbar-transparent li > a.btn.orange {
  color: white !important;
  letter-spacing: 2px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar-transparent li > a.btn.orange:focus {
  background-color: #ff6d40;
}
.navbar-transparent li > a.btn.orange::after {
  content: none;
}
.navbar-transparent li > a::after {
  content: '';
  transition: transform .2s;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  background-color: white;
}

.navbar-transparent {
  outline: 0;
}

.navbar-toggle {
  border: 1px solid #E0E0E0 !important;
  margin-top: -7px !important;
  width: 46px !important;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: -3px !important;
  }
}

.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background-color: transparent !important;
}

.icon-bar {
  background: rgba(78, 84, 87, 0.57) !important;
}

.in {
  background: white !important;
}
@media all and (max-width: 767px) {
  .in {
    background: white !important;
    transition: top 0.5s ease-in-out;
  }
}

.navbar-collapse {
  background-color: transparent !important;
}
@media all and (max-width: 767px) {
  .navbar-collapse {
    background-color: white !important;
    border-bottom: 1px solid #E0E0E0 !important;
    border-top: 1px solid #E0E0E0 !important;
  }
}

@media all and (max-width: 915px) {
  .navbar-right {
    margin-right: 14px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .navbar-right {
    margin-right: -65px !important;
  }
}

@media all and (max-width: 997px) {
  .navbar-transparent .navbar-nav > li {
    padding-left: 5px !important;
  }
}

.white-logo {
  background-image: url("../img/logo.png");
  background-size: cover;
  width: 130px;
  height: 33px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .white-logo {
    background-image: url("../img/logo-color.png");
    background-size: cover;
    width: 130px;
    height: 32px;
    margin-top: 5px;
    margin-left: 10px;
  }
}

.navbar-default {
  border-bottom: 1px solid red;
  transition: top 0.5s ease-in-out;
  z-index: 9999999999 !important;
  background-color: white !important;
}
.navbar-default.nav-up {
  top: -70px;
  transition: top 0.5s ease-in-out;
}
.navbar-default .navbar-header {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-header {
    margin-top: 15px;
  }
  .navbar-default .navbar-header #scroll-top {
    margin: 2px 0 0 10px;
  }
}
.navbar-default .navbar-nav {
  margin-right: 5px;
}
.navbar-default .navbar-nav li {
  padding: 5px 5px;
  padding-left: 10px;
}
.navbar-default .navbar-nav li.active {
  background: white !important;
}
.navbar-default .navbar-nav li.active:hover, .navbar-default .navbar-nav li.active:focus, .navbar-default .navbar-nav li.active:active {
  background: white !important;
}
.navbar-default .navbar-nav li .active {
  background: white !important;
}
.navbar-default .navbar-nav li .active a, .navbar-default .navbar-nav li .active a:hover, .navbar-default .navbar-nav li .active a:focus, .navbar-default .navbar-nav li .active:active {
  background: white !important;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
  color: rgba(78, 84, 87, 0.57);
  font-family: Circular-Air;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
  background: white !important;
  color: rgba(78, 84, 87, 0.57);
}
.navbar-default .navbar-nav li a.white {
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-nav li a.white {
    margin: 0;
  }
}
.navbar-default .navbar-nav li .btn {
  border-radius: 30px;
}
.navbar-default .navbar-nav li .btn.white {
  border-color: #ff6d40;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav li .btn.white:hover {
  background-color: #ff6d40;
  color: black;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav li .btn.orange {
  background-color: #ff6d40;
  color: white;
}
.navbar-default .navbar-nav li .btn.orange:hover {
  background-color: #ff6d40 !important;
  color: white !important;
}

.navbar-transparent .navbar-nav > li {
  padding-left: 20px;
}

.navbar-transparent .navbar-nav > li > a {
  color: white;
  font-family: Circular-Air;
  letter-spacing: 3px;
}

.navbar-transparent .navbar-nav > li > a.black {
  color: #454a5b;
}

.navbar-transparent .navbar-nav > li > a.orange-text {
  color: #ff6d40;
}

.navbar-transparent .navbar-nav > li > a.orange-text:hover {
  color: white;
}

.navbar-transparent .navbar-nav > li > .btn {
  border-radius: 30px;
}

.navbar-transparent .navbar-nav > li > .btn:hover {
  background: #ff6d40;
  transition: all 0.3s ease;
  color: white;
}

.navbar-transparent .navbar-nav > li > .white:hover {
  background: #ff6d40;
  color: white;
}

.navbar-transparent .navbar-nav > li > .orange {
  background: #ff6d40;
}

.navbar-nav .btn {
  border: 2px solid #ff6d40;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 7px;
}

.navbar-nav .white {
  border: 2px solid white;
}

.button-xs > .btn:active {
  -webkit-box-shadow: none;
}

.navbar-transparent .navbar-nav > .active > .btn:hover {
  background: #ff6d40;
  transition: all 0.3s ease;
}

.navbar-transparent .navbar-nav > li.active {
  border-bottom: 2px solid white;
  padding: 3px;
  margin-top: -3px;
  margin-right: 10px;
  width: 70px;
  margin-left: 20px;
}

.navbar-transparent .navbar-nav > li.active > a {
  margin-left: -12px;
  margin-bottom: -15px;
}

.navbar-transparent .navbar-nav > li.active-pricing {
  border-bottom: 2px solid white;
  padding: 3px;
  margin-top: -3px;
  margin-right: -5px;
  width: 80px;
  margin-left: 40px;
}

.navbar-transparent .navbar-nav > li.active-pricing > a {
  margin-left: -16px;
  margin-bottom: -15px;
}

.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus {
  background: none;
}

.navbar-transparent .navbar-nav > li > a,
.navbar-transparent .navbar-nav > li > a:focus,
.navbar-transparent .navbar-nav > li > a:hover {
  background: none;
}

.container {
  max-width: 1100px;
}

.form-container {
  max-width: 840px;
}

.btn {
  padding: 2px 40px;
}

.form-control {
  -webkit-appearance: none;
  outline: 0;
  box-shadow: none;
  border-focus: none;
}

nav > button.navbar-toggle.collapsed {
  background: red;
}

.footer {
  width: 100%;
  height: auto;
  background-color: white;
}

.footer-text {
  color: #4a5a66;
  font-family: Circular-Air;
  font-size: 12px;
  font-weight: 300;
}

.footer-text:hover {
  text-decoration: none;
  color: #4a5a66;
}

#footer-gigpanel {
  color: #9aa7ae;
  font-family: Open-Sans-Light;
  font-size: 13px;
  margin-top: 10px;
}

.footer-padding {
  padding-bottom: 20px;
}

.footer-content {
  margin-top: 30px;
}

.footer-menu {
  font-family: Circular-Air;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}

.footer-menu > li > a {
  color: #4a5a66;
  padding-right: 4px;
  letter-spacing: 1px;
}

.footer-menu > li > a:hover {
  color: #4a5a66;
  text-decoration: none;
}

.copyright {
  color: #9aa7ae;
  font-family: Open-Sans-Light;
  font-size: 13px;
}

.footer-logo {
  padding-right: 10px;
}

.container-fluid {
  max-width: 1125px;
}

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

.centerer {
  text-align: center;
}

.col-right {
  display: inline-block;
  text-align: right;
  margin-right: -4px;
}

.form-control {
  margin-top: 15px;
}

input::-webkit-input-placeholder {
  font-family: Open-Sans;
  color: #4e5457;
  font-size: 14px;
}

form .about > #textarea::-webkit-input-placeholder {
  color: #4e5457;
}

form .about > #form::-webkit-input-placeholder {
  color: #4e5457;
}

input::-moz-placeholder {
  font-family: Open-Sans;
  color: #4e5457;
  font-size: 14px;
}

form .about > #textarea::-moz-placeholder {
  color: #4e5457;
}

form .about > #form:-moz-placeholder {
  color: #4e5457;
}

#form {
  height: 50px;
}

form .about > #form {
  border-color: #c7d3da;
}

form > #textarea {
  border-color: #c7d3da;
  resize: none;
}

form > .btn {
  background-color: #47c977;
  padding: 12px 40px;
  border-radius: 40px;
  color: white;
  font-family: Circular-Air;
  font-size: 14px;
  margin-top: 25px;
}

form > .btn:hover {
  color: white;
}

form > .button-xs > .btn {
  background-color: #47c977;
  padding: 12px 40px;
  border-radius: 40px;
  color: white;
  font-family: Circular-Air;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 100px;
}

.pro-btn {
  background-color: #47c977;
  padding: 14px 50px;
  border-radius: 40px;
  color: white;
  font-family: Circular-Air;
  font-size: 16px;
  letter-spacing: 1px;
}

.pro-btn:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #38bf6a;
}

.pro-btn:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.orange-circle {
  background-color: #ff6d40;
  color: white;
  border-radius: 50px;
  padding: 20px 30px;
  font-family: Open-Sans-Light;
  font-size: 25px;
}

.orange-circle:hover {
  color: white;
  text-decoration: none;
}

.circle-middle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn-form {
  width: 120px;
}

form.about > .form-group > .controls > textarea:focus,
form.about > .form-group > .controls > input[type="text"]:focus,
form.about > .form-group > .controls > input[type="email"]:focus,
form.about > .form-group > .controls > textarea[type="text"]:focus {
  border: 1px solid #c7d3da;
  box-shadow: none;
  outline: none;
}

@font-face {
  font-family: Circular-Air;
  src: url(../fonts/CircularAir-Book.ttf);
}
@font-face {
  font-family: Circular-Air-Bold;
  src: url(../fonts/CircularAir-Bold.ttf);
}
@font-face {
  font-family: Open-Sans;
  src: url(../fonts/OpenSans-Regular-webfont.ttf);
}
@font-face {
  font-family: Open-Sans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: Open-Sans-Bold;
  src: url(../fonts/OpenSans-Semibold-webfont.ttf);
}
