body {
  min-width: 320px;
  color: #555;
  font-family: 'Source Sans Pro', sans-serif;
}

.container-fluid .container {
    padding-left:0;
    padding-right:0;
}

/**********************************************************************************************/
#topnavbar *, footer * {
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a, .mp_link, .footer-links li, .btn, #searchbox, ul.share-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 { margin-top: 0px;  margin-bottom: 0px;  line-height: normal;  }
p { margin: 0px; }

.fa{
  font-size: 33.5px;
}
ul.share-buttons li a{
  font-size: 2.2em;
}
a:focus, a:hover {
    text-decoration: unset;
}

.cleanest-data p {
    font-size: 30px;
}
.global-industry p, .test p {
  font-size: 18px;
}

/**********************************************************************************************/

ul, ol {
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.t-r {
  text-align: right;
}
.t-c {
  text-align: center;
}
.container_1 {
  margin: 0 auto;
  max-width: 960px;
  padding: 0px 10px;
}
.little-container {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  max-width: 450px;
  padding: 50px 10px;
}
.btnn {
  border-radius: 4px;
  display: inline-block;
  padding: 10px 25px;
  border-color: #000000;
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transform: perspective(500px) translate3d(0px,0px,0px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
}
.btnn:hover {
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  transform: perspective(500px) translate3d(0px,0px,15px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.btnn-big {
  padding: 14px 48px;
  font-size: 18px;
  line-height: 18px;
}
.btnn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3FA2F7 !important;
}
.btnn-white:active {
  background-color: #eee;
  border-color: #eee;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  transform: perspective(500px) translate3d(0px,0px,-10px);
}
.btnn-blue {
  background-color: #3FA2F7;
  border-color: #3FA2F7;
  color: #FFFFFF !important;
}
.btnn-blue:active {
  background-color: #3b96e4;
  border-color: #3b96e4;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  transform: perspective(500px) translate3d(0px,0px,-10px);
  color: #FFFFFF !important;
}
.btnn-outline.btnn-white {
  background-color: transparent;
  border-color: #ffffff;
  border: 2px #FFFFFF solid;

  padding: 8px 23px;
  color: #ffffff !important;
}
.btnn-outline.btnn-white:hover {
  background-color: #ffffff;
  color: #3B3B3B !important;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  transform: perspective(500px) translate3d(0px,0px,15px);
}
.btnn-white.btnn-outline:active {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0);
  transform: perspective(500px) translate3d(0px,0px,-10px);
}

.header {
  position: relative;
  background-image: url(https://cdn.airdna.co/images/home/home_bg.jpg);
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-content {
  padding: 150px 20px 100px;
}
.input-holder {
  margin-top: 40px;
  position: relative;
}
.header-content .search-icon {
  position: absolute;
  margin-top: 22px;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 10px;
  display: inline-block;
}
.header-content input[type=text] {
  width: 100%;
  height: 60px;
  padding-left: 50px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
  font-size: 18px;
}
.submit-btn {
  position: absolute;
  top: 0;
  right: 13px;
  margin-top: 13px;
  color: #fff;
  /*background-color: #23b7e5;
  border-color: #46b8da;*/
}
.header-content .left-col {
  position: relative;
  width: 50%;
}
.header-content h2 {
  font-size: 52px;
  font-weight: 400;
  color: white;
  font-family: "europa",sans-serif;
}

.some-data {
  background-color: rgba(248, 248, 248, 1);
}

.data-points {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.3) 0 0 20px 0;
  position: relative;
  margin: -60px auto 0px;
}

.data-points .data-point {
  text-align: center;
}
.data-point-content {
  padding: 26px 10px 30px;
  border-left: 1px solid #EAEAEA;
}
.data-point:first-child .data-point-content {
  border-left: none;
}

.data-point-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3FA2F7;
}

.products {
  margin-top: -80px;
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: #ffffff;
  background: -webkit-linear-gradient(rgba(248, 248, 248, 1), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(248, 248, 248, 1), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(248, 248, 248, 1), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(248, 248, 248, 1), rgba(255, 255, 255, 0)); /* Standard syntax */
}

.products .left-col {
  float: left;
}

.products img {
  width: 100%;
  max-width: 560px;
  margin-bottom: -100px;
}

.product .product-content {
  margin: 20px 10px 0px 0px;
  padding-left: 80px;
}
.products h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 4px;
}
.products h3 {
  font-size: 23px;
  font-weight: 600;
}
.products p {
  font-size: 16px;
}
.product-1 .product-content {
  background-image: url('https://cdn.airdna.co/images/home/market.svg');
  background-repeat: no-repeat;
}
.product-2 .product-content {
  background-image: url('https://cdn.airdna.co/images/home/investment.svg');
  background-repeat: no-repeat;
}
.product-3 .product-content {
  background-image: url('https://cdn.airdna.co/images/home/copilot.svg');
  background-repeat: no-repeat;
}

a.product-cta, a.product-cta:visited {
  display:inline-block;
  color:#3FA2F7;
  font-weight: 600;
  text-decoration: none;
  padding-top: 3px;
}

a.product-cta:hover, a.product-cta:active {
  text-decoration: underline;
}

.recent-data {
  position: relative;
  padding-bottom: 30px;
}

.recent-data .container_1 {
  z-index: 9999;
  padding-bottom: 15px;
}

.recent-data .holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-color: #EAEAEA;
}

.recent-data h2 {
  float: right;
  font-size: 38px;
  font-weight: 600;
  text-align: right;
  margin-top: 58px;
  max-width: 460px;
}
.card-col.col-1 {
  margin-top: 55px;
}
.card-col.col-2 {
  margin-top: -10px;
}
.card-col.col-3 {
  margin-top: 62px;
  padding-right: 0px;
}
.card {
  min-height: 250px;
  margin-bottom: 25px;
  background-color: #FFFFFF;
}
.card .card-title {
  border-bottom: 1px solid #EAEAEA;
}
.card .card-title h3 {
  background-image: url(https://cdn.airdna.co/images/home/key-revenue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  font-weight: 400;
  color: #3FA2F7;
  padding: 17px 15px 19px 45px;
  margin-left: 15px;
}
.card .card-title.ico-academic h3 {
  background-image: url(https://cdn.airdna.co/images/home/academic.svg);
}
.card .card-title.ico-property h3 {
  background-image: url(https://cdn.airdna.co/images/home/property.svg);
}
.card .card-title.ico-travel h3 {
  background-image: url(https://cdn.airdna.co/images/home/travel.svg);
}
.card .card-title.ico-pie h3 {
  background-image: url(https://cdn.airdna.co/images/home/pie.svg);
}
.card .card-title.ico-assets h3 {
  background-image: url(https://cdn.airdna.co/images/home/assets.svg);
}
.card p {
  font-size: 16px;
  padding: 10px 15px 18px;
}

.light-bg {
  background-color: #F5F5F5;
  height: 250px;
}
.bg {
  width: 0;
  height: 0;
  border-top: 20vw solid #F5F5F5;
  border-right: 96vw solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}
.dark-bg {
  height: 300px;
}

.global-industry {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-image: url('https://cdn.airdna.co/images/home/world_blue.png');
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  background-size: cover;
}
.global-industry .opacity-layer {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.global-industry h2 {
  max-width: 390px;
  margin: 0 auto 20px;
  font-size: 35px;
  font-weight: 600;
}
.clients {
  text-align: center;
  padding: 50px;
}
.clients h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.client-logos {
  /*width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;*/
}
.clients img {
  margin: 10px;
  width: 150px;
}

.tests-stripe {
  background-color: #F5F5F5;
  height: 130px;
  text-align: center;
  margin: 50px 0px 70px;
}
.carousel {
  margin-top: -260px;
  margin-bottom: 30px;
  padding-left: 0;
}

.carousel-cell {
  width: 50%;
}

.test {
  max-width: 500px;
  width: 90%;
  padding: 15px 15px 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.15) 0px 0px 20px 0px;
  font-size: 18px;
  min-height: 155px;
  text-align: left;
  box-sizing: border-box;
  margin: 20px auto;
}
.test h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.test .test-avatar {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  float: left;
  display: block;
}
.test .test-container {
  margin-left: 105px;
  border-radius: 100px;
  display: block;
}

.cleanest-data {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
}

.cleanest-data h2 {
  font-size: 35px;
  font-weight: 600;
}
.cleanest-data .right a {
  margin-top: 20px;
}
.trusted-btn-container {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .header {
    height: 500px;
  }
  .header h2 {
    text-align: center;
  }
  .data-point-content h3 {
    font-size: 24px;
  }
  .recent-data h2 {
    float: none;
    margin: auto;
    text-align: center;
    padding: 38px 0px 20px;
  }
  .card-col.col-2 {
    margin-top: 0;
  }
  .card-col.col-3 {
    margin-top: 0;
    padding-right: 15px;
  }
  .card {
    min-height: 200px;
  }

  .cleanest-data {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product .product-content {
    padding-top: 80px;
    padding-left: 15px;
    background-position: top center;
  }
}

@media screen and (max-width: 991px) {
  .header-content h2 {
      font-size: 35px;
  }

  .test .test-container {
      margin-left: 0px;
      text-align: center;
  }
  .test .test-avatar {
      margin: 0px auto 10px;
      float: none;
  }
  .carousel-cell {
    width: 100%;
  }
}
