/*!
Theme Name: newvoluum
Author: Codewise
*/
@import url("css/bootstrap.css");
@import url("css/fonts.css");
@import url("css/pricing-list.css");
/*
	Main styles
*/
* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
*:focus {
  outline: 0;
}
p::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
ul::selection,
ol::selection,
li::selection,
strong::selection,
code::selection,
div::selection,
li::selection,
span::selection,
label::selection {
  background: #1e97f5;
  color: #fff;
}
p::-moz-selection,
a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
ul::-moz-selection,
ol::-moz-selection,
li::-moz-selection,
strong::-moz-selection,
code::-moz-selection,
div::-moz-selection,
li::-moz-selection,
span::-moz-selection,
label::-moz-selection {
  background: #1e97f5;
  color: #fff;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "sofia-pro", "Nunito Light", sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
h1 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 300;
}
input,
textarea,
select {
  background: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #565656;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  width: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 10px #1746f6;
  border: 1px solid #1746f6;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-right: 70px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 21px;
  height: 55px;
  right: 1px;
  width: 50px;
  background-color: #ebb919;
  border-left: 1px solid #ebebeb;
  pointer-events: none;
}
.select-wrapper:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 45px;
  right: 19px;
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
}
.btn {
  text-transform: uppercase;
  background: transparent;
  font-size: 24px;
}
.btn:after {
  margin-left: 5px;
}
.btn-send-pink {
  color: #ed0f8b;
}
.btn-send-pink:focus {
  color: #ed0f8b;
  outline: 0;
}
.btn-send-pink:hover {
  background: #ed0f8b;
  border: 1px solid #ed0f8b;
  color: #ffffff;
}
.btn-grey {
  border: 2px solid #565656;
  color: #565656;
  margin: 0 auto;
  width: 280px;
}
.btn-grey:hover {
  background: #ed0f8b;
  border-color: #ed0f8b;
  color: #ffffff;
}
.btn-border {
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  width: 200px;
}
.btn-border:hover,
.btn-border:focus {
  border-color: #16bde9;
  color: #16bde9;
}
.btn-cyan {
  background: #16bde9;
  border: 2px solid #16bde9;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  min-width: 200px;
}
.btn-cyan:hover {
  background: white;
  border-color: white;
  color: #16bde9;
}
.btn-pink {
  background: #ed0f8b;
  border: 2px solid #ed0f8b;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  min-width: 200px;
  max-width: 300px;
}
.btn-pink:hover {
  background: transparent;
  border-color: #ed0f8b;
  color: #ed0f8b;
}
.btn-green {
  background: #29af61;
  border: 2px solid #29af61;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  width: 200px;
}
.btn-green:hover {
  background: white;
  border-color: white;
  color: #29af61;
}
.btn-price {
  border: 1px solid #ffffff !important;
  font-size: 18px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 20px;
}
.btn-price:hover {
  background: #ffffff;
  color: #242633;
}
.btn-more-info {
  background: #4065bf;
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  padding: 5px 13px;
}
.btn-more-info:hover {
  background: #ffffff;
  color: #4065bf;
}
/*
	slideshow
*/
#slideshow {
  min-height: 561px;
}
#slideshow h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
#slideshow h2 span {
  color: #1746f6;
}
#slideshow ul li {
  list-style: none;
}
#slideshow header {
  margin-top: 10px;
  margin-bottom: 10px;
}
#slideshow header h3 {
  display: inline;
  cursor: pointer;
  margin-left: 10px;
}
#slideshow p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  display: none;
}
#slideshow p:last-of-type {
  position: relative;
  top: -1px;
}
#slideshow .active i.ico-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#slideshow .col-md-6 + .col-md-6 {
  text-align: center;
}
#slideshow .col-md-6 + .col-md-6 ul {
  position: relative;
}
#slideshow .col-md-6 + .col-md-6 ul li {
  position: absolute;
  width: 100%;
  height: 561px;
}
#slideshow .col-md-6 + .col-md-6 ul li img {
  width: auto;
  height: 561px;
}
#slideshow .col-md-6 + .col-md-6 ul li + li {
  display: none;
}
/*
	contentAbout
*/
.contentAbout .carousel-indicators {
  bottom: -10px !important;
}
.contentAbout .carousel-indicators .active {
  background: #ed0f8b;
  width: 14px;
  height: 14px;
}
.contentAbout .carousel-indicators li {
  border-color: #ed0f8b;
  width: 12px;
  height: 12px;
}
.contentAbout .col-md-4 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.contentAbout .col-md-8 {
  padding-top: 130px;
}
.separator span {
  background: #4a4a4b;
  display: block;
  margin-top: 32px;
  margin-left: 30px;
  width: 1px;
  height: 412px;
}
.lean-separator span {
  background: #b4adb4;
  display: block;
  margin-top: 0;
  margin-left: 30px;
  width: 1px;
  height: 200px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
ul li {
  list-style-position: inside;
}
nav li {
  list-style: none;
}
.centerText {
  text-align: center;
}
.pageMain {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pagePartner {
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
}
.pagePartner h3 {
  color: #6f6f6f;
}
.pagePartner .partners,
.pagePartner .form {
  padding: 40px 0;
}
.pagePartner .form {
  max-width: 750px;
  margin: 0 auto;
}
.pagePartner .form .terms-link-container {
  text-align: left;
}
.pagePartner .form .terms-link-container a {
  display: inline-block;
  margin-top: 56px;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.pagePartner .form div.wpcf7-validation-errors {
  border: none;
  color: #f00;
}
.pagePartner .form button {
  margin-top: 20px;
  float: right;
}
@media screen and (max-width: 480px) {
  .pagePartner .form .terms-link-container {
    text-align: center;
  }
  .pagePartner .form .terms-link-container a {
    margin-top: 20px;
  }
  .pagePartner .form button {
    float: none;
  }
}
.pagePartner .items a img {
  width: 270px;
  height: 120px;
  vertical-align: top;
}
.pagePartner .items a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 120px;
  background: url(./img/partner-separator.png) no-repeat center center;
}
.pagePartner .items a:last-child:after {
  display: none;
}
@media screen and (min-width: 1184px) {
  .pagePartner .container {
    width: 1184px;
  }
  .pagePartner .items a:nth-child(4n):after {
    display: none;
  }
}
@media screen and (min-width: 890px) and (max-width: 1183px) {
  .pagePartner .container {
    width: 890px;
  }
  .pagePartner .items a:nth-child(3n):after {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
  .pagePartner .container {
    width: 600px;
  }
  .pagePartner .items a:nth-child(2n):after {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pagePartner .container {
    width: 100%;
  }
  .pagePartner .items a {
    display: block;
    margin: 0 auto;
  }
  .pagePartner .items a:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-push-6 {
    left: 0;
  }
  .col-xs-pull-6 {
    right: 0;
  }
}
#jqlb_loading {
  display: none;
}
/* browserupgrade */
#browserupgrade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px;
}
/* cookies */
#cookies {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  min-height: 100px;
  z-index: 100;
  padding: 30px;
  line-height: 1.3em;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#cookies .cookies-close {
  background: #1746f6;
  color: #ffffff;
  font-size: 14px;
}
#cookies .cookies-close:after {
  display: none;
}
/* centerVertical */
.centerVertical {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 100vw;
  height: 100vh;
}
/* arrowTop */
.arrowTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  text-indent: -99999px;
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -304px;
  display: inline-block;
  width: 88px;
  height: 82px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.arrowTop.is-visible,
.arrowTop.fade-out,
.no-touch .arrowTop:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.arrowTop.is-visible {
  visibility: visible;
  opacity: 1;
}
.no-touch .arrowTop:hover {
  background-color: #e86256;
  opacity: 1;
}
/* ico */
.ico {
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.ico-scale {
  background-position: 0px -733px;
  width: 61px;
  height: 61px;
}
.ico-real-time {
  background-position: -1px -795px;
  width: 65px;
  height: 49px;
}
.ico-granular {
  background-position: -1px -847px;
  width: 41px;
  height: 42px;
}
.ico-nr-1 {
  background-position: 0px -390px;
  width: 100px;
  height: 98px;
}
.ico-nr-2 {
  background-position: 0px -489px;
  width: 98px;
  height: 101px;
}
.ico-nr-3 {
  background-position: 0px -591px;
  width: 104px;
  height: 93px;
}
.ico-white-arrow {
  background-position: 0px -256px;
  width: 9px;
  height: 14px;
}
.ico-anti-fraud {
  background-position: -203px -732px;
  width: 39px;
  height: 47px;
}
.ico-advanced {
  background-position: -203px -785px;
  width: 64px;
  height: 49px;
}
.ico-api {
  background-position: -145px -732px;
  width: 49px;
  height: 50px;
}
.ico-flexible {
  background-position: -253px -732px;
  width: 56px;
  height: 46px;
}
.ico-toggle {
  background: url(./img/toggleArrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 14px;
  height: 28px;
}
/* socialIcons */
.socialIcons li a {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  color: #0f0046;
  text-align: center;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.socialIcons li a:hover {
  background: #1746f6;
}
/*
	importantNews
*/
#importantNews {
  background: #507eef;
  min-height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
#importantNews .container {
  position: relative;
  width: 100%;
  max-width: 1170px;
}
#importantNews .container .col-md-10 {
  padding-top: 14px;
}
#importantNews .container .btn-more-info {
  margin-top: 7px;
}
#importantNews .container h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#importantNews .container h5,
#importantNews .container p {
  padding: 0 0 10px 0;
  margin: 0;
  float: left;
  display: inline-block;
}
#importantNews .container a {
  float: right;
}
/*
	pageHeader
*/
.logo #logo {
  background-image: url(./img/sprite.png);
  background-position: 0px 0px;
  display: inline-block;
  width: 240px;
  height: 70px;
  height: 48px;
  width: 183px;
  background-image: url(./img/voluum_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.no-svg .logo #logo {
  background-image: url(./img/logo-on-black.png);
}
.logoTrk #logo {
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: 4px -1218px;
  display: inline-block;
  width: 309px;
  height: 64px;
}
.logoTrk #pageHeader .inline_menu li a:hover {
  color: #16bde9;
}
.logoTrk #pageHeader.fix-search {
  background: #1f1a1e;
}
.aboutDSP {
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.aboutDSP .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .aboutDSP {
    height: 100vh;
  }
  .aboutDSP .container {
    position: relative !important;
  }
  .aboutDSP .container.wrpr {
    margin-top: 0;
  }
}
@media screen and (max-height: 991px) {
  .aboutDSP {
    height: 100%;
  }
}
.aboutDSP h1 {
  color: white;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .aboutDSP h1 {
    font-size: 31px !important;
  }
}
.aboutDSP h1 span {
  font-size: 53px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .aboutDSP h1 span {
    font-size: 22px !important;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .aboutDSP h1 span {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.aboutDSP h2 {
  text-align: center;
}
@media screen and (max-height: 700px) {
  .aboutDSP h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.aboutDSP h2 svg {
  width: 450px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .aboutDSP h2 svg {
    width: 250px;
  }
}
.aboutDSP .colored {
  color: #ed0f8b;
}
.aboutDSP .btn:hover {
  background: white;
  border-color: white;
}
@media (max-width: 992px) {
  .aboutDSP .btn {
    font-size: 16px;
    padding: 7px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .aboutDSP .btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .aboutDSP .buttons-set .btn-wrpr:first-child {
    padding-right: 15px;
  }
}
.aboutDSP .buttons-set .btn-wrpr {
  text-align: center;
}
.aboutDSP .about {
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  line-height: 34px;
  margin-bottom: 50px;
}
@media screen and (max-height: 700px) {
  .aboutDSP .about {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aboutDSP .about {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .aboutDSP .about {
    margin-left: 0;
  }
}
.logoDsp #pageHeader.sticky .sticky-bg {
  background: #1b1018;
}
.logoTrk #pageHeader.sticky .sticky-bg {
  background: #1f1a1e;
}
#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
#pageHeader.sticky {
  position: fixed;
  height: 80px;
  top: -80px;
}
#pageHeader.sticky .sticky-contnet {
  position: relative;
  z-index: 20;
}
#pageHeader.sticky .sticky-bg {
  background: #0f0046;
  height: 80px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  #pageHeader.sticky .sticky-bg {
    height: 50px;
  }
}
#pageHeader.sticky.stick {
  top: 0;
}
#pageHeader.sticky.stick .logInButtonWrpr {
  top: 1px;
}
#pageHeader.sticky .inline_menu {
  line-height: 80px;
}
#pageHeader.sticky .inline_menu li a:hover {
  color: #16bde9;
}
#pageHeader.sticky .container {
  height: 60px;
}
#pageHeader.sticky .burgerMenu {
  margin-top: -20px;
}
#pageHeader #logo {
  text-indent: -9999px;
  margin-top: 16px;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}
#pageHeader .inline_menu {
  display: inline-block;
  line-height: 80px;
  height: 90px;
  float: right;
  display: block;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}
#pageHeader .inline_menu.logInButtonWrpr {
  display: none;
}
@media screen and (max-width: 992px) {
  #pageHeader .inline_menu.static {
    display: none;
  }
  #pageHeader .inline_menu.logInButtonWrpr {
    display: block;
    float: right;
    margin-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  #pageHeader .inline_menu.logInButtonWrpr {
    display: block;
    float: right;
    position: absolute;
    right: 60px;
    top: -10px;
  }
}
@media screen and (max-width: 360px) {
  #pageHeader .inline_menu.logInButtonWrpr {
    display: none;
  }
}
#pageHeader .inline_menu li {
  display: inline-block;
}
#pageHeader .inline_menu li.current_page_item a:after {
  content: "";
  border-bottom: 1px solid white;
  width: 50px;
  position: absolute;
  top: 29px;
  left: 19px;
}
 #pageHeader .inline_menu li.current_page_item a:after,
#pageHeader .inline_menu li a:hover:after,
#pageHeader .inline_menu li a:focus:after {
  width: 100%;
}
#pageHeader .inline_menu li.highlighted a:after {
  width: 0;
}
#pageHeader .inline_menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 5px 0;
  margin: 0 20px;
  border: 2px solid;
  border-color: transparent;
  position: relative;
}
#pageHeader .inline_menu li a:after {
  content: '';
  position: absolute;
  top: 4px;
  box-shadow: 0 2px 0 0 #fff;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
#pageHeader .inline_menu li.highlighted a {
  background: none;
  border: 2px solid white;
  padding: 5px 25px;
  line-height: 60px;
  margin-right: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
#pageHeader .inline_menu li.highlighted a:hover {
  color: #153161;
  background: white;
}
#pageHeader .inline_menu li:last-child.highlighted a {
  background: #29af61;
  border-color: #29af61;
  margin-left: 10px;
}
#pageHeader .inline_menu li:last-child.highlighted a:hover {
  color: #153161;
  background: white;
  border-color: white;
}
#pageHeader .burgerMenu {
  background: transparent;
  position: relative;
  right: 0;
  width: 50px;
  height: 70px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 992px) {
  #pageHeader .burgerMenu {
    display: block;
  }
}
#pageHeader .burgerMenu .burger {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 2px;
  top: 36%;
  right: 0px;
  margin-top: 25px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#pageHeader .burgerMenu .burger:before {
  top: 8px;
}
#pageHeader .burgerMenu .burger:after {
  bottom: 8px;
}
#pageHeader .burgerMenu .burger:after,
#pageHeader .burgerMenu .burger:before {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 2px;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#pageHeader .burgerMenu .ifMenuOpen,
#pageHeader .burgerMenu .ifMenuClose {
  position: absolute;
  top: 38px;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
#pageHeader .burgerMenu .ifMenuOpen {
  display: block;
}
#pageHeader .burgerMenu .ifMenuClose {
  display: none;
}
#pageHeader .menuOn .burger {
  background: rgba(111, 111, 111, 0);
}
#pageHeader .menuOn .burger:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
#pageHeader .menuOn .burger:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}
.pageHeaderOpen {
  position: fixed !important;
}
/*
	pageNav
*/
#pageNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9991;
  background: transparent;
  display: none;
}
#pageNav button {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
#pageNav ul {
  margin-top: 100px;
  margin-bottom: 0;
}
#pageNav ul li {
  text-align: right;
  margin: 20px 0;
}
#pageNav ul li a {
  font-size: 38px;
  color: #fff;
  line-height: 42px;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
#pageNav ul li a:hover {
  color: #1746f6;
}
#pageNav .socialIcons {
  margin-top: 0px;
  text-align: right;
}
#pageNav .socialIcons li {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
#pageNav .socialIcons li a {
  font-size: 14px !important;
  color: #1746f6;
  padding-top: 0px;
}
#pageNav .socialIcons li a:hover {
  background: #1746f6;
  color: #ffffff;
}
#pageNav .socialIcons li a i {
  top: -7px;
  position: relative;
}
#pageNavApla {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(14, 22, 56, 0.8);
}
@media screen and (max-width: 992px) {
  .pageNavOpen {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .blur {
    -webkit-filter: blur(5px) grayscale(50%);
    -moz-filter: blur(5px) grayscale(50%);
    -o-filter: blur(5px) grayscale(50%);
    -ms-filter: blur(5px) grayscale(50%);
    filter: blur(5px) grayscale(50%);
  }
}
/*
	pageTop
*/
.pageTopBasicPage {
  background: #0f0046 no-repeat center top;
  padding-top: 114px;
}
.pageTopBasicPage.pageTopMini {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .pageTopBasicPage.pageTopMini {
    padding-top: 50px;
    text-align: center;
  }
}
.pageTopPartnerPage {
  background: #2b3a75 url(./img/assets/topPartnerBg.jpg) no-repeat center top;
  padding-top: 80px;
  padding-bottom: 20px;
}
.pageTop {
  background-size: cover;
  text-align: center;
  width: 100%;
  position: relative;
}
.pageTop h1 {
  font-family: "sofia-pro", "Nunito Light", sans-serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 100%;
}
.pageTop h1 span {
  font-size: 50px;
  color: #ffffff;
  display: block;
}
.pageTop .scrollDownContainer {
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9000;
  position: relative;
}
.pageTop .scrollDownContainer .scrollDown {
  margin-left: -18px !important;
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: -19px -128px;
  position: absolute;
  bottom: 36px;
  right: auto;
  left: auto;
  display: inline-block;
  width: 18px;
  height: 52px;
}
@media screen and (max-width: 992px) {
  .pageTop .scrollDownContainer .scrollDown {
    display: none;
  }
}
.pageTop .scrollDownContainer .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.pageTop .scrollDownContainer .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.pageTopLarge {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.pageTopLarge .container {
  position: relative;
  z-index: 3;
}
.pageTopLargeApla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 2;
}
.aboutApla {
  background-image: url(./img/assets/apla_banner.png);
}
.dspApla {
  background-image: url(./img/assets/apla_banner_dsp.png);
}
.pageTopSmall {
  min-height: 400px;
}
.pageTopSmall .centerVertical {
  height: 400px;
}
@media screen and (min-width: 608px) {
  .pageTopHome {
    height: 120vh;
  }
  .pageTopHome:after {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 1370px) {
  .pageTopHome {
    height: 120vh;
  }
  .pageTopHome:after {
    width: 100%;
    height: 420px;
  }
}
.pageAboutBanner h1 {
  line-height: 90%;
  font-size: 40px;
}
.pageAboutBanner h1 span {
  font-size: 48px;
  display: block;
}
.pageAboutBanner .row {
  text-align: left;
  margin-top: 50px;
}
.pageAboutBanner .row p {
  color: #b4adb4;
  margin-top: 45px;
}
.pageAboutBanner .row img {
  float: right;
  margin-top: 80px;
}
.pageAboutBanner .separator span {
  background: #b4adb4;
  margin-top: 0;
}
.pageTrkBanner h1 {
  line-height: 90%;
}
.pageTrkBanner h1 span {
  font-size: 48px;
  display: block;
}
.pageTrkBanner div a {
  margin-top: 60px;
}
.pageTrkBanner div a.demo {
  margin-right: 20px;
}
.pageTrkBanner div a.sign-up {
  margin-left: 20px;
  background: #29af61;
  border-color: #29af61;
}
.pageTrkBanner div a.sign-up:hover {
  color: #29af61;
  background: white;
  border: 2px solid white;
}
.pageTrkBanner div a.partner {
  background: #ebb919;
  border-color: #ebb919;
  color: #000;
}
.pageTrkBanner div a.partner:hover {
  background: white;
  border: 2px solid white;
}
.pageDspBanner h3,
.pageDspBanner p {
  text-align: left;
  color: #fff;
  padding-left: 80px;
}
.pageDspBanner p {
  font-size: 15px;
  line-height: 24px;
}
.pageDspBanner .carousel-control {
  margin-top: 80px;
}
.pageDspBanner .carousel-control.left {
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: -39px -128px;
  display: inline-block;
  width: 21px;
  height: 69px;
}
.pageDspBanner .carousel-control.right {
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: -69px -128px;
  display: inline-block;
  width: 21px;
  height: 69px;
}
.pageDspBanner .ico {
  margin-top: 30px;
}
.pageDspBanner .item {
  padding: 30px 80px 0;
  min-height: 216px;
}
.pageDspBanner .item img {
  margin-top: 30px;
  width: 64px;
  height: 64px;
}
.pageDspBanner .carousel-indicators {
  bottom: -50px;
}
.pageDspBanner .contact-us {
  margin-top: 92px;
}
.pageDspBanner .contact-us .btn:hover {
  background: #fff;
  border-color: #fff;
}
.pageDspBanner .contact-us p {
  text-align: center;
  padding: 10px 0;
}
.partnershipPerksBanner .item {
  padding: 30px 80px 0;
  min-height: 100px;
  text-align: left;
}
.partnershipPerksBanner .item img {
  float: left;
  max-width: 60px;
  max-height: 60px;
  margin-right: 10px;
}
.partnershipPerksBanner .carousel-indicators {
  position: relative;
  bottom: auto;
}
.partnershipPerksBanner .carousel-indicators li {
  border: 1px solid #000;
}
.partnershipPerksBanner .carousel-indicators .active {
  background-color: #000;
}
.btn-orange {
  background: #ebb919;
  border-color: #ebb919;
  color: #000;
}
.btn-orange:hover,
.btn-orange:focus {
  background: white;
  border: 2px solid white;
  color: #000;
}
.pagePartnerBanner p {
  display: block;
  margin: 20px auto;
  color: #fff;
  max-width: 768px;
}
/*
	pageFooter
*/
#pageFooter {
  background: #0f0046;
  color: #9c9da1;
  position: relative;
  width: 100%;
  height: auto;
}
#pageFooter > .container {
  padding-top: 30px;
  padding-bottom: 40px;
}
#pageFooter h3,
#pageFooter h4 {
  color: #ffffff;
  margin-bottom: 60px;
}
#pageFooter h3 a,
#pageFooter h4 a,
#pageFooter h3 a:hover,
#pageFooter h4 a:hover {
  color: #ffffff;
}
#pageFooter h4 {
  padding-top: 10px;
  margin-bottom: 20px;
}
#pageFooter li {
  list-style: none;
}
#pageFooter a.gray {
  color: #9c9da1;
}
#pageFooter a.gray:hover {
  color: #767677;
}
#pageFooter .award {
  margin-bottom: 15px;
}
#pageFooter .footerContact .codewiseLogoFt {
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -278px;
  display: inline-block;
  width: 99px;
  height: 15px;
  text-indent: -9999px;
  margin-top: -5px;
  vertical-align: middle;
}
#pageFooter .footerContact p {
  line-height: 22px;
  margin-bottom: 20px;
}
#pageFooter .footerContact ul {
  margin-bottom: 0px;
}
#pageFooter .footerContact ul li {
  display: inline-block;
  margin-right: 3px;
}
#pageFooter .footerContact ul li:last-child {
  margin-right: 0;
}
#pageFooter .footerAwards p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}
#pageFooter .footerAwards img {
  max-width: 100%;
  height: auto;
}
#pageFooter nav {
  background: #070031;
  padding-top: 50px;
  padding-bottom: 40px;
}
#pageFooter nav ul li {
  display: inline-block;
  margin-right: 20px;
}
#pageFooter nav ul li:last-child {
  margin-right: 0;
}
#pageFooter nav ul li a {
  color: #9c9da1;
}
#pageFooter nav ul li a:hover {
  color: #767677;
}
#pageFooter nav p {
  margin: 0;
  display: inline-block;
}
#pageFooter nav p a {
  color: #cbccd0;
}
#pageFooter nav .menu {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #pageFooter nav .menu {
    width: 100%;
    text-align: center;
  }
}
#pageFooter nav .footerMenu {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #pageFooter nav .footerMenu {
    text-align: center;
  }
}
#pageFooter nav .footerMenu li {
  margin: 0 10px 0 0;
}
#pageFooter nav .footerMenu li::after {
  content: ' / ';
  margin: 0 0 0 5px;
}
#pageFooter nav .footerMenu li:last-child::after {
  content: ' ';
}
@media screen and (min-width: 992px) {
  #pageFooter .follow-us {
    margin-top: 93px;
  }
}
#success {
  display: none;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  color: #5DA843;
}
#error {
  display: none;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  color: #F55314;
}
.pageContent.fix-search {
  margin-top: 0;
}
.pageContent.fix-search .pageAboutBanner,
.pageContent.fix-search .pageDspBanner,
.pageContent.fix-search .pageTrkBanner {
  padding-top: 228px;
}
/*
	pageContact
*/
#pageContact {
  background: #f6f6f6;
  padding: 70px 0;
}
#pageContact .separator span {
  background: #ddd;
  margin-top: 15px;
  height: 310px;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
#pageContact .centerText {
  padding-bottom: 70px;
}
#pageContact .contactDetails a {
  color: #ed0f8b;
  text-decoration: underline;
}
#pageContact .contactDetails a:hover {
  text-decoration: none;
}
#pageContact h2 {
  margin-top: 0;
}
#pageContact h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3cfde;
  margin-top: 16px;
}
#pageContact h3 {
  margin-bottom: 5px;
}
#pageContact h5 {
  color: #565656;
  margin-top: 0;
}
/*
	mockUp
*/
#mockUp {
  padding-top: 120px;
  padding-bottom: 120px;
}
#mockUp h3 {
  margin-top: 50px;
  margin-bottom: 10px;
}
#mockUp p {
  line-height: 160%;
}
#mockUp img {
  padding-top: 60px;
}
#mockUp .col-md-3:first-child {
  text-align: right;
}
.pageTop .scrollDownContainer {
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9000;
  position: relative;
}
.pageTop .scrollDownContainer .scrollDown {
  margin-left: -18px !important;
  background-image: url(./img/sprite.png);
  background-repeat: no-repeat;
  background-position: -19px -128px;
  position: absolute;
  bottom: 36px;
  right: auto;
  left: auto;
  display: inline-block;
  width: 18px;
  height: 52px;
}
@media screen and (max-width: 992px) {
  .pageTop .scrollDownContainer .scrollDown {
    display: none;
  }
}
.pageTop .scrollDownContainer .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.pageTop .scrollDownContainer .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/*
	partners
*/
#partners {
  text-align: center;
  padding: 60px 0 100px 0;
}
#partners h2 {
  margin-bottom: 40px;
}
#partners li {
  display: inline-block;
  list-style: none;
  margin: 20px 2%;
  width: 15%;
}
#partners li img {
  max-width: 100%;
  height: auto;
}
/*
	contactForm
*/
#contactForm {
  position: relative;
}
#contactForm .pull-left,
#contactForm .pull-right {
  width: 47.99999%;
}
#contactForm .pull-left {
  margin-right: 4%;
}
#contactForm div {
  position: relative;
}
#contactForm label.error {
  font-size: 14px;
  font-weight: 500;
  color: #f51e1e;
  position: absolute;
  left: 15px;
  top: 73px;
}
#contactForm label#message-error {
  top: 165px;
}
#contactForm textarea {
  height: 150px;
  resize: none;
}
/*
	volumDspCta
*/
#volumDspCta {
  background: #b0347a;
  padding: 20px 0;
}
#volumDspCta .separator span {
  background: #ffffff;
  margin-top: 0;
  height: 120px;
}
#volumDspCta p {
  font-size: 22px;
  color: #ffffff;
  line-height: 130%;
  margin-top: 30px;
}
#volumDspCta img {
  float: right;
  margin-top: 35px;
}
/*
	sliderPricing
*/
#sliderPricing {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f6f6f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  color: #ababab;
  text-align: center;
}
#sliderPricing h2 {
  text-align: center;
  padding-bottom: 70px;
}
#sliderPricing ul li {
  list-style: none;
}
#sliderPricing label {
  font-weight: 600;
  color: #000;
}
#sliderPricing input:placeholder {
  color: #000;
}
#sliderPricing span {
  font-size: 22px;
}
#sliderPricing footer {
  text-align: center;
}
#sliderPricing footer p {
  color: #ababab;
  font-size: 14px;
  margin-bottom: 70px;
}
#sliderPricing footer .btn {
  margin: 0 0 70px 0;
  background: #29af61;
  border-color: #29af61;
}
#sliderPricing footer .btn:hover {
  color: #29af61;
  background: white;
  border: 2px solid #29af61;
}
#sliderPricing .separator span {
  background: #e4e4e4;
  margin-top: 0;
  height: 100px;
}
#sliderPricing .caption {
  font-size: 14px;
  display: block;
  text-align: right;
  margin-top: -10px;
}
#sliderPricing .overagesEvents,
#sliderPricing .includedEvents {
  font-size: 14px;
}
#sliderPricing .prepay,
#sliderPricing .plan,
#sliderPricing .mainPriceLittle,
#sliderPricing .overages,
#sliderPricing .dolar {
  color: #15bde8;
}
#sliderPricing .plan {
  text-transform: uppercase;
}
#sliderPricing .prepay,
#sliderPricing .overages {
  font-size: 32px;
  line-height: 100%;
}
#sliderPricing .mainPriceLittle {
  font-size: 54px;
  line-height: 100%;
}
#sliderPricing .eventsSliderBox {
  margin-bottom: 50px;
}
#sliderPricing .eventsSliderBox .eventsSliderNumber {
  margin-top: -10px;
  margin-right: 20px;
  width: 130px;
}
#sliderPricing section .col-md-3 {
  margin-top: 10px;
}
#sliderPricing section .mainPriceContainer {
  position: relative;
  /* top: -20px; */
}
#sliderPricing .sliderResults {
  min-height: 180px;
}
/*
	jslider
*/
.jslider {
  background: #eaeae6;
  border-top: 1px solid #eee;
  border-radius: 2px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.06);
  height: 12px !important;
  display: block;
  width: 88%;
  height: 1em;
  position: relative;
  top: 0.6em;
}
.jslider .jslider-pointer {
  background: url(./img/assets/jslider.png) no-repeat !important;
  display: inline-block;
  width: 60px;
  height: 34px;
  background-position: 1px -36px;
  position: absolute;
  left: 0;
  top: -11px;
  margin-left: -12px;
  cursor: pointer;
  cursor: hand;
}
.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.jslider td,
.jslider .jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top;
}
.jslider .jslider-bg {
  position: relative;
}
.jslider .jslider-bg i {
  height: 5px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}
.jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0;
}
.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: 0 -40px;
}
.jslider .jslider-pointer-hover {
  background-position: -22px -36px;
}
.jslider .jslider-pointer-to {
  left: 80%;
}
.jslider .jslider-label {
  font-size: 15px;
  line-height: 12px;
  color: #828890;
  white-space: nowrap;
  padding: 0px 2px;
  position: absolute;
  top: -18px;
  left: 0px;
}
.jslider .jslider-label-to {
  left: auto;
  right: 0;
}
.jslider .jslider-value {
  font-size: 18px;
  white-space: nowrap;
  position: absolute;
  top: -19px;
  left: 20%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -30px;
  color: #ffffff;
  background: #c5c5c5;
  display: none;
}
.jslider .jslider-value-to {
  left: 80%;
}
.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}
.jslider .jslider-scale {
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999;
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-single .jslider-label {
  display: none;
}
/*
	easysteps
 */
#easySteps {
  padding-top: 90px;
  padding-bottom: 90px;
}
#easySteps h2 {
  text-align: center;
}
#easySteps h3 {
  padding-left: 120px;
}
#easySteps p {
  padding-left: 120px;
}
#easySteps header {
  padding-bottom: 70px;
}
#easySteps footer {
  padding-top: 70px;
  text-align: center;
}
#easySteps footer a {
  margin-bottom: 20px;
}
#easySteps footer p {
  padding-left: 0;
}
.pinkText {
  color: #ed0f8b;
}
#pricing .pricing-list > li {
  margin: 1%;
  width: 23%;
}
/*
	media queries
*/
@media screen and (max-width: 1500px) {
  .pageAboutBanner .row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 995px) {
  #sliderPricing #sliderPricingSlide label {
    margin-top: 30px;
  }
  #sliderPricing #sliderPricingSlide .pull-left {
    width: 100%;
  }
  #sliderPricing #sliderPricingSlide .pull-right {
    float: none !important;
  }
  #sliderPricing #sliderPricingSlide #amount {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 20px;
  }
  #easySteps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #easySteps h3,
  #easySteps p {
    padding-left: 0px;
  }
  #easySteps header {
    padding-bottom: 70px;
  }
  #easySteps .pull-left {
    float: none !important;
  }
  .contentAbout .col-md-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentAbout .col-md-8 {
    padding-top: 30px;
  }
  .pageTopLarge h1 {
    font-size: 48px;
  }
  .pageTopLarge h1 span {
    font-size: 28px;
  }
  .pageTopLarge .row {
    margin-top: 0px;
  }
  #pageContact .separator {
    display: none;
  }
  #mockUp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #mockUp h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .footerTwitter ul li {
    margin-right: 0 !important;
    float: none !important;
    width: 100% !important;
    display: none;
  }
  .footerTwitter ul li:first-child {
    display: block;
  }
  #pricing {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  #pricing .pricing-list > li {
    margin: 1%;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 24px;
  }
  #slideshow {
    height: 700px;
  }
  #slideshow .col-md-6 + .col-md-6 ul li img {
    max-width: 100%;
    height: auto;
  }
  .centerVertical,
  .pageTopLarge,
  .pageTopLargeApla {
    height: 550px;
    min-height: 550px;
  }
  #homeSlider .homeSliderSlide {
    min-height: 400px;
  }
  .pageTopHome .trk-txt {
    margin-left: 25px;
    text-align: justify;
    margin-top: 112px;
    width: 200px;
  }
  .pageTopHome .dsp-txt {
    color: #fff;
    position: absolute;
    width: 500px;
    text-align: justify;
    line-height: 20px;
    margin-top: 110px;
    font-size: 12px;
    width: 200px;
    margin-left: 0;
    right: 42px;
  }
  .pageTopHome .pageTopHomeTriangle {
    width: 100%;
  }
  .pageTopHome .pageTopHomeTriangle div {
    background: none;
    width: 235px;
    height: auto;
    float: right;
    margin-left: 0;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-pink {
    margin-left: -20px;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-green {
    display: none;
  }
  .pageTopHome .pageTopHomeTriangle div p {
    margin: 0 2px;
    text-align: center;
  }
  .pageTopHome .pageTopHomeTriangle div:first-child {
    background: none;
    float: left;
    margin-top: 0;
  }
  .pageTopHome .pageTopHomeTriangle div:first-child p {
    margin: 0 2px;
  }
  .pageTopHome .pageTopHomeTriangle div a {
    margin-top: 0px !important;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-cyan,
  .pageTopHome .pageTopHomeTriangle div .btn-pink,
  .pageTopHome .pageTopHomeTriangle div .btn-green {
    padding: 16px 12px;
    width: 200px;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-cyan:hover,
  .pageTopHome .pageTopHomeTriangle div .btn-pink:hover,
  .pageTopHome .pageTopHomeTriangle div .btn-green:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-cyan {
    margin-left: -15px;
    width: 160px;
  }
  #mockUp img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #mockUp .pull-left,
  #mockUp .pull-right {
    float: none !important;
  }
  #mockUp .col-md-3 {
    text-align: center;
  }
  #mockUp .col-md-3:first-child {
    text-align: center;
  }
  #partners {
    text-align: center;
    padding: 0 0 30px 0;
  }
  #partners h2 {
    margin-bottom: 20px;
  }
  #partners li {
    display: inline-block;
    list-style: none;
    margin: 10px 2%;
    width: 45%;
  }
  #volumDspCta {
    padding: 60px 0;
    text-align: center;
  }
  #volumDspCta .separator {
    display: none;
  }
  #volumDspCta p {
    margin-top: 30px;
  }
  #volumDspCta img {
    float: none;
    margin-top: 0px;
  }
  .contentAbout .carousel-indicators {
    bottom: -10px !important;
  }
  .contentAbout .carousel-indicators li,
  .contentAbout .carousel-indicators .active {
    width: 15px;
    height: 15px;
  }
  .contentAbout .carousel-indicators li {
    border-color: #ed0f8b;
    margin-left: 3px;
    margin-right: 3px;
  }
  .contentAbout .carousel-indicators .active {
    background: #ed0f8b;
  }
  .contentAbout .col-md-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentAbout .col-md-8 {
    padding-top: 30px;
  }
  .pageAboutBanner .row {
    margin-top: 0px;
  }
  .pageAboutBanner .row .col-sm-5 {
    display: block;
  }
  .pageAboutBanner .row .col-sm-5 a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .pageAboutBanner .row .col-sm-5 a img {
    margin-top: 20px;
    float: none;
  }
  .pageAboutBanner .row p {
    text-align: center;
    margin-top: 20px;
  }
  .pageTopSmall {
    min-height: 250px;
  }
  .pageTopSmall .centerVertical {
    height: 250px;
  }
  #pageNav ul {
    margin-top: 90px;
  }
  #pageNav ul li {
    margin: 10px 0;
  }
  #pageNav ul li a {
    font-size: 24px;
  }
  #pageFooter {
    position: relative;
    min-height: 1px;
  }
  #pageFooter .separator {
    display: none;
  }
  #pageFooter > .container {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #pageFooter h3 {
    margin-bottom: 30px;
  }
  #pageFooter .footerAwards img {
    margin-left: 0px;
    width: 60%;
  }
  #pageFooter nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #pageFooter nav ul {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
  #pageFooter nav ul li {
    margin: 0 20px 0 0;
  }
  #pageFooter nav .footerMenu li {
    margin: 0;
  }
  #pageFooter .footerTwitter ul li {
    margin-right: 2% !important;
    float: left !important;
    width: 49% !important;
    display: block;
  }
  #pageFooter .footerTwitter ul li:nth-child(2) {
    margin-right: 0 !important;
  }
  #pageContact {
    padding: 40px 0;
  }
  #pageContact h2 {
    padding-bottom: 0px;
  }
  #pageContact .centerText {
    padding-bottom: 0;
  }
  #pageContact .separator {
    display: none;
  }
  #pageContact .contactDetails {
    text-align: center;
  }
  .pageTrkBanner div a {
    margin-top: 30px;
  }
  .pageTrkBanner div a.demo {
    margin-right: 0px;
  }
  .pageTrkBanner div a.sign-up {
    margin-left: 0px;
  }
  #sliderPricing .caption {
    text-align: center;
  }
  #sliderPricing .separator {
    display: none;
  }
  #pricingCalculator {
    margin-bottom: 24px;
  }
  .jslider {
    width: 100%;
  }
  .eventsSliderBox .col-md-3 {
    margin-top: 50px;
  }
  .pageDspBanner .item {
    padding: 30px 30px;
    min-height: 240px;
  }
  .scrollDownContainer {
    bottom: -30px;
  }
}
@media screen and (max-width: 580px) {
  #easySteps h3,
  #easySteps p {
    padding-left: 100px;
  }
  #easySteps header {
    padding-bottom: 50px;
  }
  #easySteps .pull-left,
  #easySteps .col-xs-4 {
    float: left !important;
  }
  #easySteps .col-xs-4 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #logo {
    zoom: 0.6;
  }
  .normal-header .burgerMenu {
    margin-top: -3px;
  }
  .sticky .burgerMenu {
    margin-top: -12px !important;
  }
  #homeSlider .homeSliderSlide {
    min-height: 300px;
  }
  .pageTopHome .dsp-txt,
  .pageTopHome .trk-txt {
    display: none;
  }
  .pageTopHome .pageTopHomeTriangle {
    width: 100%;
  }
  .pageTopHome .pageTopHomeTriangle div {
    background: none;
    margin-top: 10px;
    width: 100%;
    height: auto;
    float: none;
  }
  .pageTopHome .pageTopHomeTriangle div p {
    display: none;
  }
  .pageTopHome .pageTopHomeTriangle div:first-child {
    background: none;
    float: none;
    margin: 0 auto;
    height: 75px;
  }
  .pageTopHome .pageTopHomeTriangle div a {
    margin-top: 0px;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-cyan,
  .pageTopHome .pageTopHomeTriangle div .btn-pink {
    padding: 14px 12px;
    width: 220px;
  }
  .pageTopHome .pageTopHomeTriangle div .btn-pink {
    margin-left: -15px;
  }
  #pageNav ul {
    margin-top: 65px;
    margin-right: 10px;
  }
  #pageNav ul li {
    margin: 0;
  }
  #pageNav ul li a {
    font-size: 20px;
  }
  #pageNav .socialIcons {
    margin-top: 10px;
  }
  .pageTrkBanner .btn-cyan {
    padding-left: 6px;
    padding-right: 6px;
  }
  .col-xs-6 {
    width: 100%;
  }
  #pageFooter {
    text-align: center;
  }
  #pageFooter .footerMenu,
  #pageFooter .footerTwitter {
    display: none;
  }
  #pageFooter h3 {
    margin-top: 30px;
  }
  #pageFooter img {
    margin: 0 auto !important;
  }
  .arrowTop {
    right: 10px;
    bottom: 10px;
  }
  .burgerMenu {
    position: absolute !important;
    top: -8px !important;
    right: 20px !important;
    width: 50px !important;
  }
  .burgerMenu .ifMenuOpen,
  .burgerMenu .ifMenuClose {
    visibility: hidden;
  }
  .logoDsp #pageHeader .burgerMenu {
    margin-top: -10px;
  }
  .logoTrk #pageHeader.sticky #logo {
    margin-top: 7px;
  }
  .logoTrk #logo {
    background-position: 0 -820px;
    background-size: 70% auto;
    height: 50px;
  }
  .logoTrk #pageHeader .burgerMenu {
    margin-top: -10px;
  }
  .pageDspBanner h3,
  .pageDspBanner p {
    text-align: center;
    color: #fff;
    padding-left: 0px;
    margin-top: 0;
  }
  .pageDspBanner p {
    margin-bottom: 0;
  }
  .pageDspBanner .carousel-indicators {
    bottom: -40px;
  }
  .pageDspBanner .carousel-control {
    margin-top: 40px;
  }
  .pageDspBanner .ico {
    margin-top: 30px;
  }
  .pageDspBanner .pull-left {
    float: none !important;
  }
  .pageDspBanner .item {
    padding: 0px 10px;
  }
  .partnershipPerksBanner .item img {
    display: block;
    margin: 5px auto;
    float: none;
  }
  #contactForm .pull-left,
  #contactForm .pull-right {
    width: 100%;
    float: none !important;
  }
  .arrowTop {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #1746f6;
  }
  #importantNews .importantNewsContent {
    display: none;
  }
  #pricing .pricing-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 7px) {
  .burgerMenu {
    display: none;
  }
}
.appScreenshoots {
  float: left;
  margin-top: 50px;
  margin-bottom: -50px;
}
.screenThumb img {
  position: absolute;
  width: 300px;
  height: 300px;
}
.screenThumb {
  height: 320px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.screenThumb:hover .blend,
.screenThumb:hover .blendIco {
  display: block;
}
.screenThumb .blend {
  display: none;
  background: #316bb9;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  width: 300px;
  height: 300px;
  position: relative;
}
.screenThumb .blendIco {
  width: 46px;
  height: 46px;
  background: url('./img/blendico.png') center center no-repeat;
  margin: 0 auto;
  display: none;
  position: relative;
  top: -170px;
}
.appScreenshoots {
  float: left;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .appScreenshoots {
    padding-bottom: 30px;
  }
}
.appScreenshoots h2 {
  font-family: "sofia-pro", "Nunito Light", sans-serif;
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.appScreenshoots .bx-controls {
  margin-top: 30px;
}
.appScreenshoots h3 {
  font-size: 30px;
  font-family: "sofia-pro", "Nunito Light", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: 35px;
  line-height: 35px;
}
.appScreenshoots .left {
  text-align: center;
  float: left;
  width: 30%;
}
.appScreenshoots .right {
  line-height: 20px;
  padding-left: 40px;
  padding-right: 100px;
  float: left;
  width: 70%;
}
.appScreenshoots .prev .bx-prev {
  background: url('./img/leftarr.png') no-repeat;
  width: 26px;
  height: 44px;
  display: block;
  position: relative;
  top: -250px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .appScreenshoots .prev .bx-prev {
    left: -30px;
  }
}
@media screen and (max-width: 992px) {
  .appScreenshoots .prev .bx-prev {
    display: none;
  }
}
.appScreenshoots .nxt .bx-next {
  background: url('./img/rightarr.png') no-repeat;
  width: 26px;
  height: 44px;
  display: block;
  position: relative;
  top: -295px;
  left: 1125px;
}
@media screen and (max-width: 1200px) {
  .appScreenshoots .nxt .bx-next {
    left: 98%;
  }
}
@media screen and (max-width: 992px) {
  .appScreenshoots .nxt .bx-next {
    display: none;
  }
}
.appScreenshoots .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 90% !important;
  margin: 0 auto;
}
.carousel-inner {
  width: 90% !important;
  margin: 0 auto;
}
#pricing li svg {
  width: 16px;
  height: 16px;
  fill: white;
}
#contactForm .btn-pink:hover {
  background: white;
}
.question-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.new-dsp-features-box {
  position: relative;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  padding-top: 120px;
}
.new-dsp-features-box .inner {
  background-color: #e733ab;
  padding: 10px 10px;
}
.new-dsp-features-box .inner:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 3px;
  background-color: #f73a5d;
}
.new-dsp-features-box a {
  color: #fff;
}
.new-dsp-features-box span {
  font-weight: 200;
}
.new-dsp-features-box .left {
  float: left;
  text-align: left;
}
.new-dsp-features-box .right {
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .new-dsp-features-box .left,
  .new-dsp-features-box .right {
    display: block;
    float: none;
    text-align: center;
  }
}
#sign-up-form {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
#sign-up-form .hs-form-field label {
  display: none;
}
#sign-up-form .hs-form-field label.hs-form-checkbox-display,
#sign-up-form .hs-form-field label.hs-form-booleancheckbox-display {
  display: block;
}
#sign-up-form .hs-form-field.hs_dsp_advertising_channels > label,
#sign-up-form .hs-form-field.hs_dsp_vertical_markets > label,
#sign-up-form .hs-form-field.hs_dsp_accepted_terms_and_conditions > label,
#sign-up-form .hs-form-field.hs_voluumtrk_account_created > label {
  display: block;
}
#sign-up-form .hs-form-field.hs_dsp_advertising_channels div.input,
#sign-up-form .hs-form-field.hs_dsp_vertical_markets div.input,
#sign-up-form .hs-form-field.hs_dsp_accepted_terms_and_conditions div.input,
#sign-up-form .hs-form-field.hs_voluumtrk_account_created div.input {
  width: auto;
}
#sign-up-form .hs-form-field.hs_dsp_advertising_channels div.input input[type="checkbox"],
#sign-up-form .hs-form-field.hs_dsp_vertical_markets div.input input[type="checkbox"],
#sign-up-form .hs-form-field.hs_dsp_accepted_terms_and_conditions div.input input[type="checkbox"],
#sign-up-form .hs-form-field.hs_voluumtrk_account_created div.input input[type="checkbox"] {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: initial;
  font-size: initial;
}
#sign-up-form .hs-form-field.hs_dsp_advertising_channels div.input span,
#sign-up-form .hs-form-field.hs_dsp_vertical_markets div.input span,
#sign-up-form .hs-form-field.hs_dsp_accepted_terms_and_conditions div.input span,
#sign-up-form .hs-form-field.hs_voluumtrk_account_created div.input span {
  vertical-align: middle;
  font-size: initial;
  margin-right: 8px;
}
#sign-up-form .hs_recaptcha {
  margin-top: 16px;
}
#sign-up-form ul {
  margin-bottom: 0;
}
#sign-up-form ul.hs-error-msgs li label {
  display: block;
}
#sign-up-form ul li {
  list-style: none;
}
#sign-up-form ul li.hs-form-checkbox,
#sign-up-form ul li.hs-form-booleancheckbox {
  width: auto;
  display: inline-block;
  min-width: 33%;
}
@media screen and (max-width: 520px) {
  #sign-up-form ul li.hs-form-checkbox,
  #sign-up-form ul li.hs-form-booleancheckbox {
    min-width: 50%;
  }
}
#sign-up-form .hs-error-msgs {
  color: red;
}
#sign-up-form .form-columns-1,
#sign-up-form .form-columns-2 {
  max-width: 100%;
  width: 100%;
}
#sign-up-form fieldset.form-columns-1 div.input .hs-input {
  width: 100%;
}
#sign-up-form fieldset.form-columns-2 .field {
  width: 49%;
  float: left;
}
#sign-up-form fieldset.form-columns-2 > :nth-child(2n+1) {
  margin-right: 1%;
}
#sign-up-form fieldset.form-columns-2 > :nth-child(2n) {
  margin-left: 1%;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  #sign-up-form fieldset.form-columns-2 .field {
    float: none;
    margin: 0;
    width: 100%;
  }
}
#sign-up-form .hs_submit {
  text-align: center;
}
#sign-up-form .hs_submit input[type="submit"] {
  background: #16bde9;
  border: 1px solid transparent;
  color: #ffffff;
  margin: 16px auto;
  width: 200px;
  outline: 0;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #16bde9;
  transition: all 0.3s ease;
}
#sign-up-form .hs_submit input[type="submit"]:hover {
  background: transparent;
  border-color: #16bde9;
  color: #16bde9;
}
#sign-up-form input:active,
#sign-up-form input:focus,
#sign-up-form input:hover,
#sign-up-form select:active,
#sign-up-form select:focus,
#sign-up-form select:hover,
#sign-up-form textarea:active,
#sign-up-form textarea:focus,
#sign-up-form textarea:hover {
  box-shadow: none;
  border: 1px solid #a6adbf;
}
#sign-up-form input.filling,
#sign-up-form select.filling,
#sign-up-form textarea.filling {
  border: 1px solid #16bde9;
}
#sign-up-form select option[value=""] {
  border: 10px solid black;
}
#sign-up-form input.invalid,
#sign-up-form select.invalid,
#sign-up-form textarea.invalid {
  border: 1px solid red;
  background-color: #ffe6e6;
}
#sign-up-form [type="checkbox"]:not(:checked),
#sign-up-form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#sign-up-form [type="checkbox"]:not(:checked) + span,
#sign-up-form [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
#sign-up-form [type="checkbox"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 1px solid #c3cfde;
}
#sign-up-form [type="checkbox"] + span:after {
  content: '';
  background-image: url('./img/checked-mark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.325em;
  left: 0.325em;
  width: 0.875em;
  height: 0.875em;
  color: #16bde9;
  transition: all 0.2s;
}
.no-svg #sign-up-form [type="checkbox"] + span:after {
  background-image: url('./img/checked-mark.png');
}
#sign-up-form [type="checkbox"]:hover + span:before,
#sign-up-form [type="checkbox"]:focus + span:before {
  border: 1px solid #a6adbf;
}
#sign-up-form [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
#sign-up-form [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
#sign-up-form input[type="checkbox"].invalid + span:before {
  border: 1px solid red;
}
#sign-up-form a {
  color: #16bde9;
}
#sign-up-form a:hover,
#sign-up-form a:focus {
  color: #8892aa;
}
#sign-up-form .hs-form-field {
  padding: 8px 0;
}
#sign-up-form div.input ul.inputs-list.multi-container {
  width: 100%;
  display: block;
}
#sign-up-form input,
#sign-up-form textarea,
#sign-up-form select {
  margin: 0;
}
#sign-up-form .submitted-message {
  font-size: 16px;
  line-height: 1.75;
  padding: 16px;
  display: table;
}
#sign-up-form .submitted-message .icon,
#sign-up-form .submitted-message .message {
  display: table-cell;
  vertical-align: middle;
}
#sign-up-form .submitted-message .icon:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url('./img/sign-up-done.svg');
  background-size: 100%;
}
.no-svg #sign-up-form .submitted-message .icon:before {
  background: url('./img/sign-up-done.png');
}
#sign-up-form .submitted-message .message {
  padding-left: 24px;
  font-weight: 700;
}
#sign-up-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#sign-up-form .hs_dsp_accepted_terms_and_conditions:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3cfde;
  margin-bottom: 10px;
}
.gdpr-modal {
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 20px;
  display: none;
}
.gdpr-modal__content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 40px 20px 20px;
  position: relative;
}
.gdpr-modal__close {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.gdpr-modal ol li {
  list-style: decimal;
}
.gdpr-modal ul li {
  list-style: circle;
}
.gdpr-modal ol,
.gdpr-modal ul {
  margin-left: 20px;
  margin-bottom: 16px;
}
.gdpr-modal p {
  margin-bottom: 16px;
}
.gdpr-modal span.section-heading {
  font-size: 1.25em;
  font-weight: 700;
  margin: 8px 0;
}
.gdpr-modal a {
  color: inherit;
}
