.container,
.container-fluid,
.row,
.form-horizontal .form-group {
  *zoom: 1;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: "";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.nav {
  background-color: #FFF;
  height: 52px;
  border-bottom: 1px solid #FFF;
  line-height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav .container {
  position: relative;
}
.nav.scrolled {
  border-bottom: 1px solid #f2f9ff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.nav .logo {
  font-size: 20px;
  font-weight: 200;
  color: #555;
}
.nav .logo .Icon--logo {
  color: #55acee;
  position: relative;
  top: 2px;
}
.nav .btn {
  margin-left: 10px;
}
@media all and (max-width: 800px) {
  .nav {
    position: absolute;
  }
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f5f8fa;
  color: #66757f;
  overflow-x: hidden;
}
body,
p {
  line-height: 1.4;
}
h1 {
  font-size: 48px;
  padding: 15px 0;
}
h3 {
  font-size: 20px;
  padding: 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 500;
}
small {
  font-size: 70%;
}
.section {
  background-color: #FFF;
}
.container {
  max-width: 980px;
  min-width: 190px;
  width: 100%;
  margin: 0 auto;
}
.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.rounded-tl {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.rounded-tr {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.rounded-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
}
.clickable {
  cursor: pointer;
}
.btn {
  background-color: #55acee;
  border: 1px solid #55acee;
  color: #FFF;
  padding: 16px 54px;
  text-shadow: -1px -1px 0 #2795e9;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
  cursor: pointer;
  outline: 0;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn[disabled] {
  background-color: #aab8c2;
  border-color: #aab8c2;
  text-shadow: none;
  color: #66757f;
}
.btn:hover {
  text-decoration: none;
  background-color: #3ea1ec;
  border: 1px solid #3ea1ec;
  text-shadow: -1px -1px 0 #1689e0;
  color: #FFF;
}
.alert {
  text-align: left;
  padding: 10px 15px;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  max-width: 588px;
  margin: 0 auto;
  position: relative;
  z-index: 90;
}
.alert.danger {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  background-color: #66757f;
}
.alert .alert-close-button {
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 9px;
}
.alert a {
  color: #f5f8fa;
  font-weight: 500;
}
.alert a:hover {
  color: #d3e0e9;
}
/* Form stuff */
label {
  font-size: 14px;
  font-weight: 500;
  color: #8899a6;
}
input[type=text],
input[type=password] {
  width: 20em;
  font-size: 18px;
  padding: 0 5px;
  border: 1px solid #aab8c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus {
  border-color: #50a5e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 165, 230, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 165, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 165, 230, 0.6);
}
.form-control {
  margin-bottom: 15px;
}
a {
  color: #2b7bb9;
  text-decoration: none;
}
a:hover {
  color: #215f90;
  text-decoration: underline;
}
#footer {
  margin: 40px 0;
  font-size: 13px;
}
#footer li {
  display: inline;
  padding: 0px 5px;
  line-height: 20px;
}
.buttons a.btn {
  display: inline-block;
}
.buttons a.btn:hover,
.buttons a.btn:active {
  color: white;
  text-decoration: none;
}
.nav {
  padding: 0 10px;
}
.nav .credentials {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav .credentials .btn {
  margin-left: 10px;
  padding: 8px 44px;
  font-size: 14px;
}
.nav .credentials input {
  width: 100%;
}
.nav .credentials .buttons {
  margin-top: 10px;
}
.nav .credentials .buttons .btn {
  margin-left: 10px;
}
.nav .open-tooltip-button.active {
  background-color: #FFF;
  border-color: #ccd6dd;
  color: #8899a6;
  text-shadow: none;
}
.nav.show-buttons .credentials {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.nav.show-buttons .language-selector {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav .tooltip-form {
  background: #FFF;
  position: absolute;
  border: 1px solid #aab8c2;
  padding: 20px;
  top: 56px;
  right: 0;
  width: 320px;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav .tooltip-form.show-form {
  visibility: visible;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav .tooltip-point {
  position: absolute;
  top: -25px;
  right: 30px;
}
.nav .tooltip-point .tooltip-point-border,
.nav .tooltip-point .tooltip-point-fill {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  position: absolute;
  right: 0;
}
.nav .tooltip-point .tooltip-point-border {
  border-bottom-color: #aab8c2;
  top: 0;
  z-index: 1;
}
.nav .tooltip-point .tooltip-point-fill {
  border-bottom-color: #FFF;
  top: 1px;
  z-index: 2;
}
.nav .form-control {
  margin-bottom: 20px;
}
.nav .signin {
  font-size: 14px;
  color: #66757f;
}
.nav .language-selector {
  z-index: 1;
  font-size: 12px;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
}
.nav .language-selector .language-selector-wrap {
  cursor: pointer;
  line-height: 52px;
}
.nav .language-selector:hover {
  color: #394146;
}
.nav .language-selector .Icon {
  font-size: 8px;
}
.nav .language-selector .tooltip-form {
  right: -39px;
  top: 44px;
  padding: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: 500px;
}
.nav .language-list {
  width: 250px;
  padding: 6px;
  overflow: hidden;
}
.nav .language-list li {
  display: block;
  width: 125px;
  float: left;
  text-align: left;
}
.nav .language-list li a {
  display: block;
  padding: 8px;
  line-height: 18px;
}
.nav .language-list li a:hover {
  color: #fff;
  background-color: #50a5e6;
  text-decoration: none;
}
.hero {
  padding: 60px 10px 0;
  font-size: 18px;
}
.hero .alert-container {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 10;
}
.hero .intro {
  background: transparent url("../images/login-hero.1x-24fc23f56de61cb56d58c4d469fa966f.jpg") no-repeat scroll bottom left;
  background-size: contain;
  background-position: bottom right;
  width: 48%;
  margin-left: 2%;
  height: 365px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero .intro {
    background-image: url("../images/login-hero.2x-8f801a131142118ffde6c4d711742a78.jpg");
  }
}
.hero .container {
  position: relative;
}
.hero .credentials-container {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.hero h1 {
  color: #50a5e6;
  padding: 10px 0;
  line-height: 1.3;
}
.hero p {
  color: #8899a6;
  margin-bottom: 20px;
  font-weight: 200;
}
.hero .signin {
  margin-top: 25px;
  margin-bottom: 25px;
}
.hero .credentials {
  display: table-cell;
  vertical-align: middle;
  height: 365px;
  position: relative;
  top: 60px;
}
.credentials {
  position: absolute;
  top: 0;
  right: 0;
}
.credentials label {
  line-height: 30px;
}
.credentials input {
  max-width: 640px;
  width: 100%;
}
.credentials span.form-action {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.35;
}
.credentials .buttons {
  margin-top: 10px;
  font-size: 14px;
  color: #66757f;
}
.credentials .buttons .btn {
  margin: 0 10px 10px 0;
}
.credentials .signup {
  display: inline-block;
}
.available-users {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #aab8c2;
  background-color: rgba(255, 255, 255, 0.95);
  width: 50%;
}
.available-users form {
  display: inline-block;
  width: 32%;
  margin-bottom: 12px;
}
.available-users .btn {
  width: 90%;
}
.ad-products {
  background-color: white;
  padding: 50px 10px 0;
}
.ad-products .container {
  overflow: hidden;
  border-top: 1px solid #aab8c2;
  border-bottom: 1px solid #aab8c2;
  padding: 40px 0;
}
.ad-products .ad-products-box {
  min-height: 140px;
  color: #66757f;
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  font-size: 14px;
}
.ad-products .ad-products-box:first-child {
  border-left: none;
  padding-left: 0;
}
.ad-products .ad-products-box.last {
  padding-right: 0;
}
.ad-products p {
  font-weight: normal;
  padding: 20px 30px 0px;
  margin-bottom: 20px;
  text-align: center;
}
.ad-products .section-title {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.how-it-works {
  padding: 50px 0 60px;
  font-size: 24px;
}
.advertising-steps {
  border-bottom: 1px solid #aab8c2;
}
.advertising-steps strong {
  font-size: 18px;
  padding-bottom: 10px;
}
.advertising-steps p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
.advertising-steps .advertising-steps-box {
  position: relative;
  margin: 0 90px;
  padding: 0 0 100px 196px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
}
.advertising-steps .advertising-steps-box.last {
  padding-bottom: 60px;
}
.advertising-steps .advertising-steps-box .targeting-image {
  width: 150px;
  position: absolute;
  top: -10px;
  left: 0;
  background-image: url("../images/ads-sprite.1x-cc2e1ae03be4ac2a2028d2c16619bb3d.jpg");
  background-size: 150px 325px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .advertising-steps .advertising-steps-box .targeting-image {
    background-image: url("../images/ads-sprite.2x-a6a6b8d898e0b7407a23b4b3d0ceb4ac.jpg");
  }
}
.advertising-steps .advertising-steps-box.targeting {
  padding-bottom: 90px;
}
.advertising-steps .advertising-steps-box.targeting .targeting-image {
  background-position: 0 -116px;
  height: 115px;
  top: -12px;
}
.advertising-steps .advertising-steps-box.amplify .targeting-image {
  background-position: 0 -239px;
  height: 85px;
}
.advertising-steps .advertising-steps-box.budget .targeting-image {
  background-position: 0 0px;
  height: 115px;
}
.popup-title {
  padding: 0;
}
.pop-form-form .btn {
  border-radius: 6px;
}
.logout-form {
  padding-bottom: 40px;
}
@media all and (max-width: 960px) {
  .hero .intro {
    width: 45%;
    margin-left: 5%;
  }
}
@media all and (max-width: 840px) {
  .hero {
    height: auto;
    font-size: 16px;
    margin-top: -40px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  .hero .credentials-container {
    display: block;
    height: auto;
    width: 100%;
  }
  .hero .credentials {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    top: 0;
  }
  .hero .credentials .signup {
    line-height: 1.3;
    display: block;
  }
  .hero .intro {
    display: block;
    height: 240px;
    width: 100%;
    margin: 0 0 3px;
    background-position: center bottom;
    background-size: 360px;
  }
  .hero .container {
    height: auto;
  }
  .hero .container:before {
    display: inline;
    height: 100%;
    vertical-align: baseline;
  }
  .hero .form-action-container {
    float: left;
  }
  .hero .form-action {
    float: left;
  }
  .ad-products {
    padding: 30px 10px 0;
  }
  .ad-products .container {
    padding: 10px 0;
  }
  .ad-products .ad-products-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .ad-products .ad-products-box .section-title {
    font-size: 16px;
  }
  .ad-products .ad-products-box p {
    padding-top: 8px;
  }
  .advertising-steps strong {
    font-size: 16px;
    padding-bottom: 8px;
    display: block;
    text-align: center;
  }
  .advertising-steps .advertising-steps-box {
    margin: 0 10px;
    padding: 130px 0 90px;
  }
  .advertising-steps .advertising-steps-box .targeting-image {
    left: 50%;
    margin-left: -75px;
  }
  .advertising-steps .advertising-steps-box.targeting {
    padding-bottom: 80px;
  }
  .advertising-steps .advertising-steps-box.amplify {
    padding-top: 100px;
  }
  .advertising-steps .advertising-steps-box.last {
    padding-bottom: 30px;
  }
  .advertising-steps .advertising-steps-box.help-message {
    padding: 10px 0 50px;
    text-align: center;
  }
  .available-users {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .available-users form {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 480px) {
  .available-users {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .available-users form {
    margin-bottom: 15px;
  }
  .available-users form button {
    padding: 8px 0px;
  }
  .credentials input {
    width: 100%;
  }
}
