@font-face {
  font-family: 'digital-7_monomono';
  src: url('../fonts/digital-7_mono-webfont.woff2') format('woff2'),
         url('../fonts/digital-7_mono-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.separator-right{
  border-right: 6px solid black;
  font-weight: 900;
}

/* --- ReCaptcha without a fucking ID --- */

/* Container */
body > div[style*='opacity: 1'] > div[style*='2000000000'] {
  background: none !important;
  border: none !important;
  position: fixed !important;
}

/* Iframe */
body > div[style*='opacity: 1'] > div[style*='2000000000'] > iframe[title*='recaptcha'] {
  position: fixed;
  top: 5vmin;
  left: 5vmin;
  max-width: 95vw;
  max-height: 95vh;
}

/* --------- */


/* GLOBAL TEXT STYLE */
/* rem = px / root_px  root_px = 20 */

h1{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 2.1rem; /* 42px */
}

h2{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 1.8rem; /* 36px */
}

h3{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 1.4rem; /* 28px */
}

h4{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 1.2rem; /* 24px */
}

h5{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 1.1rem; /* 22px */
}

/* --------- */

.btn btn-link .active{
  font-family: Montserrat;
  font-size: 0.8rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;

}


.dropdown .dropdown-toggle:focus + .menu, .dropdown .menu:hover, .dropdown.active .menu{
  border-radius: 15px;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.grid-1160 {
  width: 58rem;
  max-width: 94%;
  position: relative;
}
.hide-md.grid-1160{
  margin: 0 auto;
}
.grid-extended {
  width: 83%;
  max-width: 96%;
  padding-left: 0;
  padding-right: 0;
}
.grid-extended > .columns {
  justify-content: space-between;
}
.fullpage {
  min-height: 100vh;
}
.pt-0 {
  padding-top: 0;
}
.form-input {
  background-color: transparent;
  border-color: transparent transparent #2b2b3f transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #818186;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
}
  .vue-modal-mask .form-input::placeholder {
    color: rgba(255, 255, 255, 0.6)
  }

  .form-input:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: initial;
    border-color: transparent transparent #00ff00 transparent;
  }
  .form-input:focus::placeholder {
    opacity: 0;
  }
  .form-input::placeholder {
    color: #34343f
  }
  .form-input:not(:placeholder-shown):invalid {
    border-color: transparent transparent #db5945 transparent;
  }
    .form-input:not(:placeholder-shown):invalid:focus {
      box-shadow: initial;
    }


.form-error {
  color: #ff3f3f;
  position: relative;
  top: 10px;
}
.form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.65rem;
  margin-left: 0.1em;
  padding-bottom: 0;
  margin-bottom: -1px;
  font-weight: 500;
  color: #2b2b3f;
}
  form .columns + .columns {
    margin-top: 7px
  }
  .vue-modal-mask .form-label {
    color: #FFF
  }
footer span .contactus{
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 1.1rem;
}

footer .form-input {
  margin-left: 0.6em;
  margin-bottom: -1.4em;
}
  footer .form-label {
    display: none;
    color: #FFF;
    margin-left: 11px;
    position: relative;
    top: -17px;
  }

  footer .policy_agreement_label {
    font-size: 0.65rem;
  }

  footer .policy_agreement_label a {
    display: inline;
  }

.page-section {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
  position: relative;
}
_:-ms-fullscreen, :root .page-section {
  height: 100vh;
}

  .page-section p {
    font-size: 1.1rem;
    line-height: 1.5
  }

.page-section h3 + p,
.page-section h3 + div > p
{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
  .page-section.objects-top {
    align-items: normal;
    flex-wrap: wrap;
    min-height: initial;
    padding-top: 90px;
  }

  .page-section h3,
  .page-section h4
  {
    font-weight: 600
  }

.flex-end {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.col-are-5 {
  width: 20%;
}

.sm-fade { opacity: 0 }
.fade-in-once {
  opacity: 1;
  transform: translateY(0);
  animation-name: fade-in-once-ani;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

.btn {
  color: #000;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover {
  color: #000;
}
.btn.btn-strong {
  font-weight: 900;
  border: none;
  border-radius: 2em;
  padding: 0.5em 1.9em;
  height: auto;
  color: #000;
  font-family: Montserrat;
  font-size: 0.8rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(256deg, #00ff00, #02d52e);
}

.btn.nb42-btn-strong {
  margin-top: 2.1rem;
  text-align: center;
  background-color: #18D4FF;
  font-weight: 800;
  border: none;
  padding: 1rem 1.5rem 1rem 1.5rem;
  height: 60px;
  color: white;
  font-family: Montserrat;
  font-size: 1.25rem;
  /*max-width: 135px;*/
}
  .btn.btn-strong:hover {
    background-color: #00e060;
  }

.btn.btn-strong:active {
  box-shadow: initial;
}
  .top-section .columns.flex-end {
    position: relative;
    z-index: 0;
  }
.btn.btn-light {
  background-color: transparent;
  border-radius: 2em;
  color: #808186;
  border: 1px solid;
  min-width: 3.8em;
  padding-left: 2%;
  padding-right: 2%;
}
  .form-group .btn-light {
    margin-top: 20px
  }

form .btn.btn-light {
  color: #808186
}
  form .btn.btn-light:hover {
    background-color: #00ff00;
    border-color: transparent;
  }


.btn.btn-light + .btn.btn-light {
  margin-right: 1rem;
}
.btn.btn-light:hover {
  color: #000;
}
.btn.btn-light.active {
  background-color: #00FF00;
  border-color: #00FF00;
  color: #000;
}
body {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 300
}
a:link,a:focus,a:hover,a:active {
  box-shadow: none;
}
a > img {
  vertical-align: middle;
  margin-right: 0.5rem;
}

  .publishers h2,
  .publishers .page-section h3,
  .publishers .top-section h5,
  .publishers .vue-modal-mask h3,
  .publishers h4,
  .publishers h5,
  .publishers .vue-modal-mask .form-group,
  .publishers .vue-modal-mask a
  {
    color: #FFF;
  }
    .publishers .vue-modal-mask a {
      text-decoration: underline
    }

  .publishers .top-section.top-small h3 {
    color: initial;
  }

  .page-section h2 {
    margin-bottom: 20px
  }

  .pub-increase h5,
  .about-us h5,
  .top-solution h5
  {
    line-height: 1.4;
    font-size: 1.3rem;
    font-family: Roboto;
    font-weight: 300;
  }

  .page-section h6 + p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
  }
.has-big-p p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
:focus {
  outline: none;
}
body > div > section {
  padding: 2.5rem 0;
  background-color: #FFF;
}
body > div:first-child > section:nth-child(0) {
  padding-top: 0;
}
section.top-section {
  padding: 0;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-position: left bottom;
  background-size: cover;
  min-height: calc(100vh - 114px);
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.5);
  height: auto;
}
_:-ms-fullscreen, :root section.top-section {
  height: 86vh;
}

section.top-section.top-small {
  min-height: 0;
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
  .top-small > .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .top-small-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
    .top-small-img::before {
      content: '';
      display: block;
      padding-bottom: 19%;
    }
    .top-small-img.contatus {
      background-image: url('../img/contact-top.jpg');
    }
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,1);
  z-index: 21;
  margin: 0;
}
  .publishers header {
    background-color: #000;
  }

header > .navbar {
  padding-left: 3%;
  padding-right: 3%;
}
.navbar.dark {
  background-color: #000;
  height: 10%;
}
   .publishers .navbar.dark {
    background-color: #FFF;
   }
.navbar.dark .btn-link:link,
.navbar.dark .btn-link:visited {
  color: #00FF00;
}
  .publishers .navbar.dark .btn-link:link,
  .publishers .navbar.dark .btn-link:visited {
    color: #000;
  }
.main-navbar {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  box-shadow: 0 2px 2px hsla(0,0%,0%,.2);
}
.main-navbar img,
.main-navbar svg
{
  height: 30px;
}

.main-navbar .btn:link,.main-navbar .btn:visited {
  color: #000;
}

.carousel-title{
    font-family: Montserrat;
    font-size: 1.2rem !important;
    font-weight: 900 !important;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.carousel-subtitle{
    font-size: 1rem !important;
    font-weight: 300 !important;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.mt-25{
    margin-top: 25px;
}

.main-navbar .btn {
  font-size: 0.7rem;
  position: relative;
  margin-right: 0.65rem;
  padding-top: 0.3em;padding-bottom: 0.3em;
}
/* IE 11 hack */
_:-ms-fullscreen, :root .navbar-section {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
}

.main-navbar .btn.active {
  font-weight: 700;
  color: #000;
}
.page-section .nav.nav-tabs {
  margin-top: 60px;
}
.page-section .tab-content {
  font-family: 'Roboto', sans-serif;
  max-width: 84%;
  margin-top: 20px;
  line-height: 1.5;
}
.tab.tab-block .tab-item {
  margin-right: 25px;
  flex-grow: 1;
}
.tab.tab-block .tab-item:last-child {
  margin-right: 0;
}
.tabs-centered {
  text-align: center;
}
.tabs-centered .nav-tabs-navigation {
  display: inline-block;
}
.tabs-centered .tab-content {
  max-width: none;
  text-align: left;
}
.form-section {
  background-color: #F4F5F9;
  min-height: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
 .form-section form .columns {
  margin-top: 10px;
  margin-bottom: 10px
 }
.tab {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border: none;
}

.nav.nav-tabs {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.8rem;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav.nav-tabs .tab {
  padding: 0 6px;
  margin-left: 45px;
  display: block;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  color: black;
  border: 2px solid #000000;
  border-radius: 15px;
}
@media only screen and (max-width: 800px) {
  .nav.nav-tabs .tab {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.nav.nav-tabs .tab:first-child {
  margin-left: 0;
}
.nav.nav-tabs li a {
  color: #000;
  text-decoration: none;
}
.nav.nav-tabs .tab.active {
  background-color: black
}
.nav.nav-tabs .tab.active a {
  font-weight: 900;
  color: white;
}
  .main-navbar .btn-link::after,
  .main-navbar .btn-link.active::after {
    content: '';
    display: block;
    height: 5px;
    background-color: #00FD06;
    margin: 15px 0 0 -6px;
    border-radius: 8px;
    width: 0;
  }
  .main-navbar .btn-link.active::after,
  .main-navbar .btn-link::after {
    margin-top: 5px
  }

  .submenu .btn-link::after, .submenu .btn-link.active::after{
    display: none;
  }

  .submenu:hover{

    background-color:#f4f5f9;;
    border-radius: 15px;
  }

  .main-navbar .btn-link.active::after,.tab.active a::after {
    width: calc(100% + 12px);
  }

  .tab.tab-block .tab-item.active a::after,.main-navbar .btn-link:hover::after,.tab a:hover::after {
    width: calc(100% + 12px);
    transition: 0.3s ease;
  }
.engage {
  min-height: 634px;
}
.engage h2 {
  font-size: 1.7rem;
}
.engage .tab-block {
  font-size: 1rem;
  margin-bottom: 30px
}
  .engage .tab-item a::after {
    width: calc(100% + 12px);
    background-color: #DDD
  }
  .engage .tab.tab-block .tab-item {
    margin-right: 0
  }
  .engage .tab.tab-block .tab-item:nth-child(1) a::after,
  .engage .tab.tab-block .tab-item:last-child a::after
  {
    width: 50%;
  }
    .engage .tab.tab-block .tab-item:nth-child(1) a::after {
      margin-left: 50%;
    }
    .engage .tab.tab-block .tab-item:nth-child(1) a::after {
      margin-right: 50%;
    }

  .engage .tab-item a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 500px;
    background-color: #DDD;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -8px;
  }
    .engage .tab.tab-block .tab-item.active a::after {
      background-color: #00FD06;
    }
    .engage .tab-item.active a::before {
      background-color: #00FD06
    }

.text-dark {
	color: #000 !important;
}

.tab .tab-item a {
  cursor: pointer;
  position: relative;
  color: #000;
  padding: 0;
  white-space: nowrap;
  border: none;
}
.tab .tab-item a:focus,.tab .tab-item a:hover {
  color: inherit;
}
.tab .tab-item a.active,.tab .tab-item.active a {
  border: none;
  color: #000;
  font-weight: 600;
}
.tab-content ul {
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  list-style: none;
  margin: 0;
}
.tab-content ul > li::before {
  content: "\25CF\2002";
  color: #04FC06;
}
.top-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  align-items: center;

  position: relative;
  overflow: hidden;

}

.logo-overlay {
  position: absolute;
}
.video-wrapper{
  position: relative;

}

.video-section{
  position: absolute;
}

.hellotop h5{
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 300;
}


.blackener {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.hellotop h2,
.hellotop h5 {
  color: #FFF;
  /* text-shadow: 0 2px 2px hsla(0,0%,0%,.2); */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.pub-increase h2,
.pub-increase h5
 {
  color: #FFF;
  /* text-shadow: 0 2px 2px hsla(0,0%,0%,.2); */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
  margin-left: -15px;
}

html #counter {
  font-family: 'digital-7_monomono';
  font-size: 130px;
  letter-spacing: .25rem;
}
html .instal-clock .hour_pointer,html .instal-clock .minute_pointer {
  width: 6px;
}
html .instal-clock .hour_pointer .half {
  background-color: #00FF00;
  border-radius: 4px;
}
html .instal-clock .minute_pointer .half {
  border-radius: 4px;
  background-color: #000;
}

.event-outer {
  padding: 8px
}
.event {
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.event .header {
  border-radius: 10px 10px 0px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #FFF;
  height: 100%;
}
.event .header::after {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.event .header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.event .header > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.event .date {
  text-align: center;
  border-radius: 15px;
  background-color: #F2F2F4;
  display: block;
  margin-top: -33px;
  margin-left: 10px;
  margin-bottom: -20px;
}
.event .date .day{
  font-size: 1.25rem;
  line-height: 0.8;
  font-weight: 700;
  color: #00FD06;
}
.event .date .month{
  font-weight: 600;
}
 .title_bold{
  color: #000A12;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.5rem;
}

  .event .header::after {
    content: '';
    display: block;
    padding-bottom: 60%;
  }
  .event .header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .event .header > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  .event .header {
    color: #FFF;
    height: 100%;
  }
  /* .event .content .column:nth-child(1) {
    text-align: center;
    border-right: 2px solid #F2F2F4;
  }
    .event .content .column:nth-child(1) div:nth-child(1) {
      font-size: 1.25rem;
      line-height: 0.8;
      font-weight: 700;
      color: #00FD06;
    }
    .event .content .column:first-child div:nth-child(2) {
      font-weight: 600;
    }
  .event .content .column:nth-child(2) {
    text-align: center;
    padding: 0.8rem 0 0;
  } */

.instal-dots .slick-dots {
  margin: 0;
}

.instal-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  border-radius: 500px;
  background-color: #dbdce0;
}

  .instal-dots .slick-dots li button:hover {
    background-color: #ccc;
  }

  .instal-dots .slick-dots li.slick-active button {
    background-color: #00FF00;
  }

.instal-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.instal-dots .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.meetus h3{
  font-family: Montserrat;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 2.75rem;
  margin-bottom: 40px;
  margin-top: 35px;
}

  .meetus .slick-slider {
    width: calc(100% + 16px);
    margin-left: -8px
  }
.news-element {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  height: 14.75rem;
  border-radius: 15px;
}

  .news-element p {
    font-weight: 150;
    font-size: 0.8rem;
    height: 6.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top:0.8rem;
    padding:1px;
  }
  .event .content .btn.btn-link{
    color: #000A12;
    font-family: Montserrat;
    font-weight: 900;
  }
  .news .news-title{
    height: 70px;
    margin-bottom: 0.5rem;
  }
  .news h3{
    line-height: 2.75rem;
    font-weight: 900;
    font-size: 1.9rem;
    font-family: Montserrat;
    margin-top: 50px;
  }
  .news-element h5{
    font-family: Montserrat;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  @media only screen and (max-width: 800px) {
    .news-element h5 {

      line-height: 1em;
      font-weight: 800;
    }
  }

  .news-element .btn.btn-link {
    margin-top: -1rem;
    color: #0DFD12;
    font-family: Montserrat;
    font-weight: 900;
  }
  .news-element .btn.btn-link::after,
  .event .content .btn.btn-link::after {
    content: '\00a0\003e';
  }
section.engage h2 {
  font-weight: 300
}

section.app-events {
  background-color: #F4F5F9;
  position: relative;
  min-height: 290px;
  padding: 5rem;
}
  .app-events h1 {
    position: relative;
    z-index: 1;
  }
  .app-events-container {
    position: absolute;
    right: 0;
    width: 12.2%;
    min-width: 194px;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .app-event {
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    margin: 3.8% 12%;
    font-size: 11px;
    padding: 3.4% 2%;
    width: 85%;
  }
    .app-event img {
      float: left;
      width: 20%;
      border-radius: 50%;
      margin: 0 5% 0 1%;
    }
    .app-event img + div {
      text-align: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
    }
    .app-event strong {
      display: block;
    }

      .app-events-container .app-event:nth-child(2){
        opacity: 0.8;
      }
      .app-events-container .app-event:nth-child(3){
        opacity: 0.6;
      }
      .app-events-container .app-event:nth-child(4){
        opacity: 0.4;
      }
      .app-events-container .app-event:nth-child(5){
        opacity: 0.3;
      }
      .app-events-container .app-event:nth-child(6){
        opacity: 0.2;
      }
      .app-events-container .app-event:nth-child(7){
        opacity: 0;
      }

section.offices {
  background-color: #F4F5F9;
  min-height: 237px;
}

.office-img {
  position: relative;
}
.office-img,
.office-datas {
  font-family: 'Roboto', sans-serif;
}
  .office-img > div {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFF;
    padding: .8em;
    max-width: 100%;
  }
  .office-img > span {
    display: block;
    color: #d6d6d6;
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    top: 267px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .office-datas {
    color: #888;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.5rem 0;
  }
    .office-datas strong {
      font-weight: 500;
      font-size: 1.2em
    }



.instal-clock {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-image: url('../img/clock_background.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.instal-clock-container {
  font-family: 'Roboto', sans-serif;
}

    .instal-clock-container .city {
      font-weight: 600;
      font-size: 1rem;
    }
    .instal-clock-container .address {
      font-weight: 300;
      color: #818186;
    }
footer {
  color: #FFF;
  background-color: #15143E;
}
  footer > div {
    width: 100%;
    overflow: hidden;
  }
footer input {
  margin: 0.5rem;
}
footer a:link,footer a:visited,footer a:hover {
  color: #FFF;
  text-align: left;
  font-weight: 300;
}
.mainfooter {
  padding: 50px 0;
}
footer{
  background-color: #000000;ss
}

.mainfooter a {
  display: block;
  padding: 0 0 0.5rem;
  color: #FFF;
}
footer label {
  font-weight: 300;
  margin-bottom: -27px
}
footer .form-input {
  background-color: transparent;
  border-color: transparent transparent #FFF transparent;
  margin: 0 1em 0 0.56em;
}
footer .form-input::placeholder {
  color: #FFF;
}
form .btn.btn-light {
  color: #00ff00
}
footer .column h3 {
  color: #00FD06;
}

footer .getintouch {
  background-color: #0a0b11;
  text-align: right;
  font-size: 1rem;
}
  .getintouch img {
    display: inline-block;
    height: 1.25rem;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .getintouch img:hover {
    opacity: 0.7;
  }
footer .getintouch,
footer .contactus
{
  font-size: 1rem;
  font-weight: 300
}
footer .contactus i {
  font-size: 1.4rem;
  margin-right: 15px;
  margin-left: 8px;
}

footer .form-input:focus{
  border-color: transparent transparent #ffffff transparent;
}
footer .btn.btn-light{
  border: solid 2px #ffffff;
  color: white;
  font-weight: 900;
  width: 35%;

}

footer .btn.btn-light:hover{
  background-color: #ffffff;
  border-color: transparent;
  color: black;

}

footer .bottombar,footer .contactus {
  background-color: #0a0b11;
}
footer .logo-space {
  background-color: #0a0b11;
}
  footer .logo-space a {
    display: block;
    height: 60%;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  footer .logo-space a::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .logo-space img {
    max-width: 91%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
  }
.bottombar {
  padding-left: 4vw;
  padding-right: 4vw;
}
.bottombar a:first-child::before {
  content: initial;
}
.filter-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
  .filter-nav .btn.btn-light {
    margin-bottom: 0.5rem;
  }
  .filter-nav .btn.btn-light:nth-child(2) {
    margin-left: 1rem
  }
.smallportrait-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.small-portrait {
  position: relative;
  width: 16.66%;
  cursor: pointer;
  padding: 0.5rem;
  background-color: #9393D3;
  background-clip: content-box;
}
  .small-portrait::before {
    content: '';
    display: block;
    padding-bottom: 125%;
  }
.small-portrait > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #FFF;
  width: 100%;
  left: 0;
  padding-left: inherit;
  padding-right: inherit;
  margin-bottom: 1rem;
  transition: .2s ease;
}
.small-portrait,.small-portrait > div {
  background-repeat: no-repeat;
  background-size: cover;
}
.small-portrait > div {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.6);
  transform: scale(1);
  opacity: 0;
  transition: .2s ease;
}

  .small-portrait:hover > span {
    font-size: 1.5em;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    transition: .1s ease;
    transition-delay: .4s;
  }
  .small-portrait:hover > div {
    opacity: 1;
    transform: scale(1.03);
    transition: .2s ease;
    transition-delay: .4s;
  }
    .small-portrait > div > a > div.linkedin-profile{
        width: 36px;
        height: 36px;
        position: absolute;
        top: 10px;
        left: 10px;
        background-image: url('../img/linkedin-icon.png');
    }
  .small-portrait::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,#000 100%,#000 100%);
  }
  .small-portrait:hover > div::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,#000 100%,#000 100%);
  }
.publishers h6,.publishers .page-section p,.publishers .nav.nav-tabs li a,.publishers .tab-content {
  color: #FFF;
}

section.rightaudience {
  background-image: url('https://my.mixtape.moe/tqudhq.png');
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}
.rightaudience h2,.rightaudience h3 {
  font-weight: 600;
}
section.top-solution .container .column {
  z-index: 1;
}
  section.top-solution .container .column > * {
    background-color: rgba(255, 255, 255, 0.7);
  }
  section.top-solution h2 {
    line-height: 1.4;
    margin-bottom: 22px;
    font-size: 2rem;
  }
section.find {
  background-color: #f4f5f9;
}
  .solution-find-visual{
    display:block;
    height: auto;
    position: absolute;
    right: 0%;
    top: -10%;
    width: 80%;
  }


section.catch {
  background: none;
}
img.catch-carrier {
  position: absolute;
  right: 0;
  top: -24%;
  width: 92%
}
section.connect {
  background-color: #f4f5f9;
}
  img.connect-dashboard {
    position: absolute;
    width: 100%;
    right: 0%;
    top: -11%;
  }

  img.wakeup-app-not-installed {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    margin-right: 75px;
  }


  section.find .relative::before,
  section.catch .relative::before,
  section.connect .relative::before,
  section.wakeup .relative::before,
  section.pub-monetize .relative::before,
  section.pub-engageusers .relative::before
  {
    content: '';
    display: block;
    padding-bottom: 73%;
  }

section.pub-increase {
  background-image: url('../img/visual-publisher_v1.jpg');
}
.pub-increase h2,.pub-increase h5 {
  color: #FFF;
}
.pub-increase h5 {
  line-height: 2;
}
section.pub-monetize {
  background-color: #15143E;
}

img.pub-monetize-graph {
   position: absolute;
   top: -5%;
   right: 7.5%;
   width: 75%;
 }

section.pub-engageusers {
  background-color: #2D2D53;
}
img.pub-engage {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 75%;
}
section.pub-solutions {
  background-color: #15143E;
}
section.about-us {
  background-image: url('../img/team-002.jpg');
  justify-content: center;
}

#aboutUsContent{
  position: absolute;
  bottom: 0;
  font-family: Montserrat;
}
  section.about-us > div {
    color: #FFF;
    background-color: rgba(25, 24, 58, 0.7);
    padding: 2rem;
  }
    section.about-us h1 {
      color: inherit;
    }

    section.about-us h2 {
      color: inherit;
      font-family: Montserrat;
      font-weight: 900;
      font-size: 54px;
      line-height: 70px;
    }

.publishers section.back-in-days,
.publishers section.about-wearediverse,
.publishers section.about-we-believe-in
{
  background-color: #15143E;
}
.about-we-believe-in h3,
.about-timeline h3,
.about-wearediverse h3,
.back-in-days h3{
  font-family: Montserrat;
  font-weight: 900;
  line-height: 52px;
  font-size: 2.625rem;
}

.about-we-believe-in h6{
  font-family: Montserrat;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 34px;
  margin-bottom: 17px;
}

.publishers .page-section.about-ourteam h3 {
  color: initial
}

section.about-timeline {
  background-color: #F4F5F9;
}
section.page-section.about-ourteam {
  background-color: #F4F5F9;
  min-height: 100vh
}
.container.timeline-carousel {
  padding-left: 0;
  padding-right: 0;
}
.container.timeline-carousel .slick-track {
  margin-left: -20vw;
}
.timeline-carousel .slick-prev,.timeline-carousel .slick-next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 42px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAqCAMAAACA0lvfAAACf1BMVEWgoaOhoqShoqaho6Cho6Kio6WipKOipKSjpKajpKejpKijpaOjpaSjpaWkpKakpaekpaikpamkpqOkpqWlpaelpailpqilpqmlpqqlp6Slp6alp6impqimp6mmp6qmp6umqKWmqKenp6mnqKmnqKqnqKynqaenqainqamoqKqoqqmoqqqpqauqq62qq6+rrK6trrCvsLKvsa6vsbGwsbOwsrKxsbOxsrKxsraxs7OysrSys7WytLSytLWztLSztLWztbK0tLa0tba0tbe0tbi1tbe1tbi1trm1t7a2tri2t7m2t7u3t7m3uLq4uLq4ubq4ub25ury5ur25ur65u7u6ury6u726u7+7vMC7vb28vb28vb+8vcG8vr+9vr+9vsK+vsC+vsK+v8G/v8G/wMK/wMS/wcHAwcLBw8PFxsnP0NLS09XS09fT1NbU1dfU1tLU1tfV1tfV1tjV1trW19nW19vW2NXW2NnX2NnX2NrX2NvZ2dva2tza29/b293b3ODc3N7c3eHd3d/d3uHd3uLe3uDe3+He3+Le3+Pg4OLg4OTg4eXh4ePh4uTh4uXh4ubi4+Xi4+fj5Obj5Ofj5Ojk5efk5ejl5ujl5urn6Oro6evo6e3s7e/s7fHu7vLu7/Pv8PHv8PLv8PPv8PTv8fHw8Pjw8fTw8fXx8vTx8vXx8vby8vTy8/Xy8/by8/fy8/jy8/rz8/Xz9Pbz9Pfz9Pjz9Pn09Pb09Pn09Pr09Pv09fj09fn09fr09fv19ff19fj19fv19fz19f319vj19vn19vr19vv19vz29vj29vn29vz29/n29/r29/v29/z39/n39/73+Pv3+Pz3+P34+f2FCJlAAAACiUlEQVR42lXQh1fTUBgF8KKAArWMRsQakKFMEcGNC9wsxQFu3FuqVpwgWETcWusAFUWKUltssM1L1b6IA76K0lcV+wf5aBnpPTk5J7/c885NZFgSzoONwDVqKp/7MXjo7X5h1qwzUgZzO8Z1pVlB0f7MYU5bGhoyfsUDypKghk0xoQFrLrZ6GQBjerkMV/fGhUzacInHPkZosPrlTlkaw66+3gpepkI4MzFe25OoYIurX8IA+Jh4aP32OkbBrqrvxIQMtc1mQHVb0hIVBbVWO0JomDHSFo1hFfm13Va7AyHwMYC2KDKSmXflt93e56KHUgYHNtzaGRERmVtttdl/2jHCIOOIx9LdWDZjIpv7kC5DAJhGRt/139zPMmx+TSsM0CfsY2JsKKN7C+rf0mVUfG3gbmxMY5jiGrsVI4rgY6LdOpVh6V7vYHo48vKL3TFx9Nuo9nl/GOfjyzNDp+fWdFq7+6wwOAMRGOQTWZmxx9pcILpFPBrZ2WkBmev1PC8Ifty8UpaUseNuj4lgKSP1ovCE9CM6Hvnx37bK5ZPDkg/pHL1SdvS3nMobG5Z+WG+TMuJtr07mRakyypuQhLHDwbecX6ZUpax9auklojggepkG2tXzA+Wqwme9gN1uGGYCpqq5gQkTKpp6+C5BGGZRwCbN7HEq+eamHgcZaX90I9Shzo5KTtmm5wkeYvFTl1MAQ1VOfHxKhd42wt/ffxaBtJ/LiVemHtBZhhh/dX7AAOj16aVKeep2vcsElEfToV4SLFftevyOSJlgQ9XiYGXSPp0fOwXUcWFh8JSg8kdS7voncCZNdnR43EEpf/Pu1MyJlS2Q8p83ohPAeLyk5KiUf/wSBQBkufek+T+8mCXkxBS9dQAAAABJRU5ErkJggg==');
  -webkit-appearance: none;
  border: none;
  position: absolute;
  cursor: pointer;
}
.timeline-carousel .slick-prev {
  left: 20vw;
  top: 500px;
}
.timeline-carousel .slick-next {
  left: 95vw;
  top: 500px;
  transform: rotate(180deg);
}
.timeline-carousel .slick-prev:hover,.timeline-carousel .slick-next:hover {
  opacity: 0.7;
}
.slick-initialized .slick-slide.timeline-carousel-element {
  position: relative;
  width: 900px;
  width: 46.875vw;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-image: url('../img/linetime.png');
}
  .slick-initialized .slick-slide.timeline-carousel-element::before {
    content: '';
    display: block;
    padding-bottom: 56.667%;
  }


.slick-initialized .slick-slide.timeline-carousel-element[data-slick-index='0'] {
  background-image: url('../img/linetime.png'), url('../img/linetime-begin.png');
  background-position: 10px 50%, left 50%;
}
.timeline-carousel-element .img-container {
  position: absolute;
  width: 71.667%;
  top: 0;
  right: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  z-index: 1;
}
  .timeline-carousel-element .img-container::before {
    content: '';
    display: block;
    padding-bottom: 66.047%;
  }
.timeline-carousel-element .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.timeline-carousel-element .img-container div {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 0 30px;
  padding: 6% 4%;
}
.timeline-carousel-element .img-container .timeline-title{
  font-family: Montserrat;
  line-height: 3.5rem;
  font-weight: 900;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1440px) {
  .timeline-carousel-element .img-container .timeline-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .timeline-carousel-element .img-container .timeline-title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 800px) {
  .timeline-carousel-element .img-container .timeline-title {
    font-size: 0.8rem;
  }
}


.timeline-carousel-element .text {
  font-family: Montserrat;
  line-height: 70px;
  font-weight: 900;
  font-size: 54px;
  opacity: 0.5;
  position: absolute;
  width: 34%;
  right: 68%;
  bottom: 3%;
  color: #000A12;
  text-align: right;
}
.slick-initialized .slick-slide.about-carousel-element {
  overflow: hidden;
  position: relative;
  margin-right: 1.7rem;
}
.about-carousel-element .im1 {
  margin-bottom: 1.8rem;
}
.about-carousel-element .im3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-carousel-element .im5 {
  margin-bottom: 1.7rem;
}


html .v-select .dropdown-toggle {
  margin-top: -0.5em;
  margin-left: -8px;
  border: none;
}
.vue-modal-mask .v-select input[type=search]::placeholder,
.vue-modal-mask .v-select input[type=search]:focus::placeholder {
  color: #ACB3C2;
}
html .v-select .open-indicator::before {
 border-color: #ACB3C2;
}
html .v-select .dropdown-menu {
  text-decoration: none;
  color: #ACB3C2;
  background-color: #15143e;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
  html .v-select .dropdown-menu a {
    text-decoration: none;
    color: #FFF;
  }
  html .v-select .selected-tag {
    margin-top: -1px;
  }

.card-subtitle {
  font-size: 0.6rem;
}
.show-mobile {
  display: none
}

.slick-wrapper {
    visibility: hidden;
}
.slick-initialized {
    visibility: visible;
}



/* LANDING FONT */

.btn-premium-top {
  max-width: 195px;
      font-size: 1.2rem;
    margin-top: 20px;
    background-color: #00FF00;
    font-weight: 600;
    border: none;
    border-radius: 2em;
    padding: 0.5em 0.9em;
    height: auto;
    color: #000;
}
.btn-premium {
    max-width: 135px;
    margin-top: 20px;
}
.bumiddle.btn-premium {

    margin-top: 0px;
}
.top-section h1{
  font-family: Montserrat;
  font-size: 3.2375rem;
  font-weight: 900;
  line-height: 4.75rem;
  white-space: normal;
}

.marketing_solutions h6{
  line-height: 1.42;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: Roboto;
  margin-top: 35px;
}

.marketing_solutions .title{
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .marketing_solutions .title {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .marketing_solutions h6{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .marketing_solutions .title {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .marketing_solutions h6{
    margin-top: 20px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1440px) {
  .line-vertical {
    margin-top: 16px;
  }
}


.form-img{
  width: 100%;
}

.form-container{
  margin-top: -12px;
}
@media only screen and (max-width: 1440px) {
  .form-container {
    margin-top: -25px;

  }
}
@media only screen and (max-width: 1280px) {
  .form-container {
    margin-top: -32px;

  }
}

.nb42{
  background-image: url('../img/bg-nb42.png');
  background-size: cover;
  width: 100%;
  color: #FFFFFF;
  height: 100%;
  font-family: Montserrat;
  line-height: 35px;
  margin-top:35px;
}

.nb42 h1{
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.35;
}
.nb42 h5{
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
}

.nb42 img{
  float: right;
  width: 58%;
}

@media only screen and (max-width: 800px) {
  .nb42 img {
   width: 100%;
  }
}


.content-nb42{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.about_us{
  height: 572px;
  width: 100%;
  margin-top: -50px;
}

.image-bg{
  color: #FFFFFF;
  background-image: url('../img/about-us.png');
  background-size: cover;
  height: 572px;
}

.about_us .container{
  background:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.about-text{
  margin-top:4.4rem;
}
@media only screen and (max-width: 500px) {
  .about-text {
    margin-top: 0.5rem;

  }
}

.about_us h4{
  font-family: Roboto;
  line-height: 1.42rem;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.products{
  color: #FFFFFF;
  margin-bottom: -60px;
}
.products .container {
  padding-left: 0px;
  padding-right: 0px;
}
.products h5{
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.42;
}
.products a{
  margin-top:15px;
}
.products-text{
  margin-top: 8rem;
}
.products .performance{
  height: 744px;
  width: 100%;
  background-image: url('../img/instal-performance-visual.png');
  background-size: cover;
}

@media screen and (max-width: 840px) {
  .products-text{
    margin-left: 5px;
  }


}
.products .visual{
  height: 744px;
  width: 100%;
  background-image: url('../img/insight-visual.png');
  background-size: cover;
}

.about-premium h1{
  font-weight: 900;
    font-size: 2.4rem
}

.about-premium img{
  object-fit: contain;
  padding: 0.6rem;
}

.about-premium h2, .about-predictive h2, .about-proximity h2, .rich-media h2, .about-push h2, .about-programmatic h2{
    font-weight: 800;
    font-size: 2.3rem
  }

.about-predictive h5, .about-proximity h5, .rich-media h5, .about-push h5, .about-programmatic h5{
  font-size: 1rem;
  line-height:1.5;
  max-width: 80%;
  font-weight: 300;
}

.predictive-section h3, .proximity-section h3{
   font-size: 48px;
  font-weight: 300;
  line-height: 1.31;
  font-family: Roboto;

}

.premium-map-section {
  width: 100%;
  height: 850px;
  /*object-fit: contain;*/
  position: relative;
  /*background: url(../../web/img/mappa-header.png) no-repeat center center;*/
  padding: 0!important;
  overflow: hidden;

}

/* --- Markers & Map Starting Position DON'T EDIT --- */

#mappa-header{
  position: absolute;
  left: -460px;
  top: -100px;
}

.marker {
  position: absolute;
  display: none;
}

/*.marker-card{*/
  /*display: none;*/
  /*width: 194px;*/
  /*height: 100px;*/
  /*position: absolute;*/
  /*top: -14px;*/
  /*left: 67px;*/
  /*margin-left: 5px;*/
/*}*/

#car-lover {
  top: 19px;
  left: -65px;
}

#runner {
  top: 152px;
  left: -50px
}

#photo-takers {
  top: 320px;
  left: -57px
}

#shopaholic {
  top: 717px;
  left: -52px;
}

#geek {
  top: -76px;
  left: 712px;
}

#guitar-man {
  top: 849px;
  left: 428px;
}

#gamer {
  top: -76px;
  left: 344px;
}
/* --- End Markers & Map --- */

.premium-map-section .columns{
  height: 100%!important;
}
.about-premium{
  height: 100%;
  padding: 0 4% 3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18&0+0,1+19 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 18%, rgba(255,255,255,1) 19%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 18%,rgba(255,255,255,1) 19%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 18%,rgba(255,255,255,1) 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#about-premium h5{
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #08082d;
  max-width: 85%;

}
.line-1 {
  width: 100px;
  height: 0;
  border: solid 3px #00ff00!important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.products .line-1{
  margin-top: -16px;
}

.line-vertical {
  background-color: #000;
  margin-top: 12px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 5px;
  height: 150px;
  top: 10px;
  left: 50%;
  display: block;
  border-radius: 3px;
}
@media only screen and (max-width: 1440px) {
  .line-vertical {
    margin-left: 2.5rem;

  }
}
@media only screen and (max-width: 1280px) {
  .line-vertical {
    margin-left: 3.5rem;
  }
}

.green-text{
  color: #00ff00!important;
}

.programmatic-section {
  width: 100%;
  height: 100%;
}

#text-programmatic {
  top: 205px;
}
.programmatic-mob {
  position: relative;
  top: 0px;
  left: 0px;
}

#programmatic-visual{
  display: block;
  margin-left: -90px;
}
#programmatic-visual-mob{
  display: block;
  width: 90%;
  justify-content: left;
  align-items: flex-start;
}

.about-push{
    background-color: #f4f4f4;
    padding: 4rem 0;

}

.push-bg{
  height: 396px;
  margin-top: 25px;
}

.push-mob{
  margin-top: -60px;
  margin-bottom: -90px;
  bottom: 10px;
}
#push-visual{
  position: relative;
  top: -185px;
  margin-left: 50px
}
#push-visual-mob{
  display: block;
  width: 50%;
  margin-left: 70px;
}
.car-lover{
  position: absolute;
  z-index: 1;
  opacity: 1;
  top:0px;
  left:0px;
  /*left: 488px;*/
}
.premium-map-section > #box {
  position: absolute;
  background-color: #0DFD12;
  z-index: 1;
  width: 100px;
  height: 100px;
}

.predictive-section{
    padding: 4rem 0;
}

.cell-bubble video{
    position: relative;
    left: -50px;
    z-index: 1;
    max-width: 100%;
}
.about-predictive, .about-proximity{
  display: flex;
  justify-content: center;
  flex-direction: column;
    z-index: 10;
}
.range{position: relative;}
.range-girl, .range-boy{
background-repeat: no-repeat;
  background-position: 50%;
  min-height: 100px;
  min-width: 100px;
position: absolute;
object-fit: cover;
}
.range-girl{
  top:35%;
  left: 59%;
  }
.range-boy{
  top: 12%;
  left: 87%;
  }

@media screen and (max-width: 1600px) and (min-width: 1400px){
  .range-girl{
    top:34%;
    left: 55%;
  }
  .range-boy{
    top: 19%;
    left: 77%;
  }
}

@media screen and (max-width: 1400px) {
  .range-girl{
    top:35%;
    left: 55%;
  }
  .range-boy{
    top: 20%;
    left: 73%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 900px){
  .range-girl{
    top:34%;
    left: 54%;
  }
  .range-boy{
    top: 20%;
    left: 74%;
  }
}

.girl-over{
  display: none;
}
.girl-over img{
  position: absolute;
  left: -109px;
  top: -291px;
  z-index: 1000000;
}
.range .range-girl:hover .girl-over{
  display: block;
}
.boy-over{
  display: none;
}
.boy-over img{
  position: absolute;
  left: -101px;
  top: -294px;
  z-index: 1000000;
}
.range .range-boy:hover .boy-over{
  display: block;
}
.predictive-tabs{
    background-image: url(../img/tab-item-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
        margin-left: -35px;
}
.predictive-tabs.first{
    padding:28px 55px 55px 40px;
}
.predictive-tabs.second{
    padding:28px 55px 55px 40px;
    margin-left: -34px;
}

.predictive-tabs.first .tabitem{
    text-align: center;
    background-image: url(../img/bg-arrow-tab.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 20px;
}
.predictive-tabs.first .tabitem img{
    width:  190px;
    height: 190px;
    position: relative;
    top: -20px;}

.predictive-tabs.second .tabitem{
    text-align: center;
    background-image: url(../img/bg-arrow-tab-wh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 20px;
}
.predictive-tabs.second .tabitem img{
    width:  240px;
    height: 240px;
    position: relative;
    top: -40px;}

h5.tab-title{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
p.tab-description{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.31;
    text-align: left;
    font-family: Roboto;
}

.proximity-section{
    background-image: url(../img/proximity-bg.jpg);
    background-image:
      -webkit-image-set(
        url(../img/proximity-bg.jpg) 1x,
        url(../img/proximity-bg@2x.jpg) 2x,
        url(../img/proximity-bg@3x.jpg) 3x,
      );
    background-image:
      image-set(
        url(../img/proximity-bg.jpg) 1x,
        url(../img/proximity-bg@2x.jpg) 2x,
        url(../img/proximity-bg@3x.jpg) 3x,
      );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 4rem 0;
    width: 100%;
    height: 100%;
}

.rich-media{
    padding: 4rem 0;
    margin-top: 35px;
}
.richmedia-carousel{
    padding: 2rem 0;
}
.richmedia-carousel-element {
    padding: 20px 40px;
    margin-left: 20px;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+23,00ff00+23,f4f4f4+23,f4f4f4+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(0,255,0,1) 23%, rgba(244,244,244,1) 23%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(0,255,0,1) 23%,rgba(244,244,244,1) 23%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(0,255,0,1) 23%,rgba(244,244,244,1) 23%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.richmedia-carousel-element.slick-current {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+23,00ff00+23,00ff00+23,00ff00+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(0,255,0,1) 23%, rgba(0,255,0,1) 23%, rgba(0,255,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(0,255,0,1) 23%,rgba(0,255,0,1) 23%,rgba(0,255,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 23%,rgba(0,255,0,1) 23%,rgba(0,255,0,1) 23%,rgba(0,255,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ff00',GradientType=0 ); /* IE6-9 */
    opacity: 1;
}
.richmedia-carousel-element > .img-container{
  position: relative;
}
.richmedia-carousel-element > .img-container video {
  position: absolute;
  left: 98px;
  top: 93px;
  width: 261px;
  display: none;
}
.richmedia-carousel-element h4{
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
}
.richmedia-carousel-element.slick-current h4{
    font-weight: bold;
}
.slick-slide .img-container{
  border-radius: 15px;
}
.slick-prev{
    position: absolute;
    bottom: -50px;
    left: 45%;
}
.rich-media.instal-dots .slick-dots li button{
  background-color: #ccc;
    width: 15px;
    height: 15px;
}
.rich-media.instal-dots .slick-dots li.slick-active button {
    background-color: #00FF00;
}
.slick-next{
    position: absolute;
    bottom: -50px;
    left: 55%;
}
.richmedia-carousel-element > .img-container video#geo-located{
  left: 99px;
  top: 90px;
  width: 260px;
}

.richmedia-carousel-element > .img-container video#smart-video{
    left: 99px;
    top: 90px;
    width: 260px;
}

.richmedia-carousel-element > .img-container video#floating{
    left: 99px;
    top: 90px;
    width: 260px;
}

.richmedia-carousel-element > .img-container video#minisite{
    left: 99px;
    top: 90px;
    width: 260px;
}
.about-instal{
    background-color: #f4f4f4;
    padding: 4rem 0;
}

.about-instal .services{margin-top:40px}
.about-instal .services .col-4{
    background-color: #fff;
    padding:20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 10px;
    width: calc(33.33333333% - 20px);
}

.mid-but{
   position: relative;
    top:-18px;
}

/* --- Animations --- */

@keyframes fade-in-once-ani {
  0% {
    transform: translateY(1.5rem);
    opacity: 0;
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}
/* =========================================================================================================== */
/* ============================================== MEDIA QUERIES ============================================== */
/* =========================================================================================================== */
@media screen and (min-width: 840px) {
  .office-img {
    min-height: 535px;
  }
  .spheres-container {
    min-height: 853px
  }

  .publishers .main-navbar .btn:link,
  .publishers .main-navbar .btn:visited {
    color: #FFF;
  }
  .publishers .main-navbar svg {
    fill: #FFF
  }
  .hideme {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 2s, transform 2s;
  }
  .hideme.abs {
    transition: translateY 0s;
  }
  .hideme.fade-in {
    opacity: 1;
    transform: none;
  }
    .col-4:nth-child(2),.col-4:nth-child(5) { transition-delay: 0.25s }
    .col-4:nth-child(3),.col-4:nth-child(6) { transition-delay: 0.5s }

  .instal-clock-container .city,
  .instal-clock-container .address {
    margin-left: 37px
  }


  footer label {
    position: relative;
    top: -13px;
  }
}

@media screen and (max-width: 840px) {
  .hide-mobile { display: none }
  .show-mobile { display: block }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: .4em;
  }
  .hellotop h1 {
    white-space: initial;
    font-size: 7.78vw;
    margin-top: 26vh;
  }

  .office-img {
    min-height: 245px;
  }
    .office-img > span {
      top: 122px;
      font-size: 1rem;
    }

  .sm-fade { opacity: 1 }

  h2 {
    font-size: 6.67vw;
    letter-spacing: initial;
  }
    .engage .tab-block {
      font-size: 0.7rem
    }
    .engage h2 {
      font-size: 7vw
    }

  h3 {
    font-size: 4.8vw
  }
    .about-timeline h3{
      font-family: Montserrat;
      font-weight: 900;
      line-height: 52px;
      font-size: 2.625rem;
    }
    .page-section h3 {
      font-size: 6.7vw;
      max-width: 87%;
    }
    .publishers .top-section.top-small h3 {
      font-size: 7vw;
    }

  h5 {
    font-size: 24px;
    max-width: 90%;
    font-size: 5.5vw;
  }

    .pub-increase h5 {
      font-size: 5.5vw
    }

  h6 {
    font-size: 5vw
  }
  .page-section h6 + p {
    font-size: 5vw;
  }

  .page-section.objects-top {
    padding-top: 6vh
  }

  section.pub-increase {
    background-image: url('../img/visual-publisher_v1-mobile.jpg')
  }

  .pub-increase > .container > .columns > .column {
    margin-top: 11vh;
  }

  .page-section p {
    font-size: 0.83rem
  }
  .tab-content ul {
    font-size: .8rem;
  }

  section.app-events {
    height: 540px;
    padding: 4.5rem;
  }
    .app-events h1 {
      font-size: 7vw
    }

    .app-events-container {
      position: static;
      width: 58%;
      margin: 0 auto;
    }

  body > div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  html body #counter {
    font-size: 15vw;
  }

  .col-are-5 {
    width: 50%;
    margin: 0 auto;
    flex-grow: 0;
  }

  .main-navbar .btn.btn-strong:hover {
    color: inherit;

  }

  .main-navbar img, .main-navbar svg {
    height: 20px
  }

  section.top-section {
    min-height: 91.9vh;
    min-height: calc(100vh - 47px);
    background-attachment: local;
    background-position: center top;
    background-size: auto 100%;
  }


  /* .top-section.hellotop {
    background-position: center top;
    background-attachment: local;
    background-image: url('../img/instal-logo.png')

  } */

  section.top-solution {
    background-image: url('../img/solution-background-mobile.jpg')
  }
    .top-solution .layers_container {
      display: none;
    }
    .top-solution > .container > .columns > .column {
      margin-top: 28vh;
      padding-top: 0;
      padding-bottom: 0;
    }
    .top-solution h5 {
      font-size: 5.2vw;
    }

  .arrow-down {
    position: absolute;
    bottom: 2vh;
    width: 7%;
    margin-left: -3.5%;
    left: 50%;
    animation: bounce 1.5s 2s infinite;
    opacity: .5;
  }




  section.about-us {
    background-image: url('../img/team-002-mobile.jpg')
  }
  section.about-us h5 {
    font-size: 5.5vw;
  }


  section.about-us > div {
    padding: 0 4%;
    margin-bottom: 12vh;
    background: none;
    align-self: flex-end
  }


  section.find .relative,
  section.catch .relative,
  section.connect .relative,
  section.wakeup .relative,
  section.pub-monetize .relative,
  section.pub-engageusers .relative
  {
    margin-top: 22%;
    max-width: 92%;
  }


  footer .getintouch,
  footer .contactus
  {
    text-align: center;
  }

  .mainfooter form div.columns > div {
    width: 100%;
  }
  footer .form-input + .form-label {
      margin-top: -4em;
  }

  .mainfooter form {
    overflow: hidden;
  }
  .logo-space .column div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .timeline-carousel-element .img-container div {
    font-size: 2vh
  }
  .timeline-carousel-element .text {
    font-size: 3vw;
  }
  .small-portrait {
    width: 33.333%;
  }
  .bottombar .float-left,
  .bottombar .float-right
  {
    float: none !important;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 3vw;
  }

  .tab a::after {
    margin-top: 5px;
  }


  .instal-dots .slick-dots {
    bottom: -50px
  }
  .slick-initialized .slick-slide.timeline-carousel-element {
    width: 80vw
  }
    .timeline-carousel-element .text {
      right: 0;
      text-align: center;
      width: 72%;
    }

  .pub-solutions .column.text-right {
    text-align: center;
  }
    .pub-solutions .column.text-right img {
      max-width: 96%;
    }

  .navbar.dark {
    display: none
  }

  .navbar .navbar-section:last-child {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  header > .navbar {
    padding: 0;
  }
  .main-navbar {
    background-color: #F4F5F9;
  }
  .main-navbar .navbar-section:first-child {
    padding: 3%;
  }
    .navbar .navbar-section.logo-section {
      justify-content: space-between;
      background-color: #FFF;
      box-shadow: 0 2px 2px hsla(0,0%,0%,.2);
    }
  .main-navbar .main-section {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
  }
  .main-navbar .main-section .btn {
    flex-basis: 100%;
    text-align: left;
    padding: .5em 10px;
    margin: 0;
    height: auto;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #EDEEF2;
  }
    .main-navbar .main-section .btn:last-child {
      border: none
    }
  .main-navbar .btn-link::after,
  .main-navbar .btn-link.active::after {
    content: initial;
  }
  .main-navbar .btn.btn-link:hover::after {
    display: none
  }


  .main-navbar .btn-link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 20px;
    border-radius: 12px;
    margin-right: 6px;
  }
    .main-navbar .btn-link.active::before {
      background-color: #00FD06;
    }

  .main-navbar .btn-are-pub:link,.main-navbar .btn-are-pub:visited,
  .main-navbar .btn-are-adv:link,.main-navbar .btn-are-adv:visited {
    padding-left: 20px;
  }
    .main-navbar .btn-are-pub:link,
    .main-navbar .btn-are-pub:visited
     {
      background-color: #000;
      color: #0f0;
    }

  .not-collapsed {
    max-height: 250px;
  }
  .collapsed-mobile {
    max-height: 0;
  }
  .publishers h6 {
    font-size: 5.1vw;
  }

  .top-small-img.contatus {
    background-image: url('../img/contact-top-mobile.jpg');
  }
  .top-small-img::before {
    padding-bottom: 100%;
  }

  .about-carousel-element img {
    max-width: 100vw;
    max-height: 62.9vh;
  }
    .about-carousel-element .im1,
    .about-carousel-element .im5
    {
      margin-bottom: 16px;
    }
    .about-carousel-element .im2,
    .about-carousel-element .im3 {
      max-width: calc(50vw - 8px)
    }
    .slick-initialized .slick-slide.about-carousel-element {
      margin-right: 16px;
    }

     /* Premium landing */


    .cell-bubble img, .range img{
        left: 0;
        max-width: 100%;
    }

    .predictive-tabs {
        background-image:none;
            margin-left: 0px;
      }

    .predictive-section h3, .proximity-section h3{
      font-size: 28px;
      margin-bottom: 40px;
      text-align: left;
      font-family: Roboto!important;
    }

    .predictive-tabs.first .tabitem, .predictive-tabs.second .tabitem{
        background-image: none;
        text-align: center;
        margin-bottom: 60px;
    }
    h5.tab-title{
        text-align: center;
        margin: 0 auto;
      }

    p.tab-description {
        text-align: center;
    }

    .map-container {
      position: relative;
      width: 100%;
      max-width: 840px;
      min-width: 300px;
      line-height: 0;
      margin: auto;
      max-height: 1280px;
    }

    .map-container img {
      max-width: 100%;
    }

    .marker-container {
      opacity: 0;
    }
    .card-marker
    {
      position: absolute;
    }
    #shopaholic-marker {
      opacity: 1;
    }
    #shopaholic-marker > .marker-route {
      width: 44.047%;
      height: 17.805%;
      top: 41.900%;
      left: 51.400%;
    }

    #shopaholic-marker > .marker-mobile {
      top: 45.83%;
      left: 46.88%;
      width: 8.452%;
      height: 6.64%;
    }

    #shopaholic-marker > .marker-card {
      width: 52.5%;
      height: 23.272%;
      top: 58.047%;
      left: 26.142%;
    }

    #geek-marker > .marker-mobile {
      width: 8.571%;
      height: 6.716%;
      top: 48.028%;
      left: 44.523%;
    }

    #geek-marker > .marker-route {
      width: 45.119%;
      height: 23.428%;
      top: 40.203%;
      left: 3.69%;
    }

    #geek-marker > .marker-card {
      width: 52.38%;
      height: 23.272%;
      top: 65.130%;
      left: 17.619%;
    }

    #car-lover-marker > .marker-mobile {
      width: 8.571%;
      height: 6.872%;
      top: 56.915%;
      left: 73.928%;
    }

    #car-lover-marker > .marker-route {
      width: 22.142%;
      height: 9.996%;
      top: 62.304%;
      left: 76.785%;
    }

    #car-lover-marker > .marker-card {
      width: 51.547%;
      height: 22.725%;
      top: 69.13%;
      left: 30.619%;
    }

    #richmedia { display: none; } /* hide slider on mobile */

    #mappa-mobile {
      width: 100%;
      height: 100%;
    }

    .about-premium {
      position: absolute;
      top: 0;
      left: 0;

      display: flex;
      width: 100%;
      height: auto;
      justify-content: left;
      align-items: flex-start;
      padding: 8% 10% ;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+80,ffffff+100&1+80,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.about-premium h2, .about-predictive h2, .about-proximity h2, .rich-media h2, .about-programmatic h2, .about-push h2{
    font-size: 1.6rem;
    max-width: 100%;
}

    .line-1 {
      margin-top: 0;
      margin-bottom: 10px;
    }
      #about-premium h5 {
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      max-width: 100%;
    }


  .premium-map-section {
      width: 100%;
      height: 100%;
    }

  .predictive-section, .proximity-section{
    padding: 30px 10px 30px 20px;
  }
  .about-predictive h5, .about-proximity h5, .rich-media h5, .about-push h5, .about-programmatic h5 {
      font-size: 0.9rem;
      line-height: 1.5;
      max-width: 100%;
      font-weight: 300;
  }

  .cell-bubble video{
    left: 0px;
  }

    .grid-1160 .columns{
      margin-left:0;
      margin-right: 0;

    }
  .mob.first .tabitem {
    padding: 0;
  }
  .mob.first .tabitem .contimg{
    background-image: url('../img/bg-tabitem.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0 40px 0;
    background-position: 0 30px;
    margin: 20px 55px 40px 40px;
        max-width: 237px;
  }

  .mob.first .stepn{
      color: #9aff99;
    font-family: Montserrat;
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    top: -50px;
    z-index: 0;
    height: 0;
    left: 0px;
  }
  .predictive-tabs.mob.first {
    padding: 0;
}
  .mob.first h5, .mob.first p{
    text-align: left;
    z-index: 10;
    position: relative;
    margin-bottom: 20px;}
  .mob.first h5{
    margin-left: 0;
  }

  .proximity-section {
    background-image: none;
    padding: 0px;
    max-width: 100%;
  }
 .grid-1160.show-md  {
  max-width: 100%;

}
 .bg-grey {
  background-color: #f4f5f9;
  }
  .proximity-section .show-md .map-bg{
     background-image: url(../img/mappa-proximity.png);
     background-size: 100%;
     background-repeat: no-repeat;
  }
  .empty-height{
    height: 75vh;
  }
   .map-bg .about-proximity{
    padding: 0px 10px 30px 30px;
  }

  .proximity-section h3{
    padding: 30px 10px 0 30px;
    margin-bottom: 0;
  }
  .predictive-tabs.second {
    padding: 28px 55px 30px 30px;
    margin-left: 0px;
}
  .predictive-tabs.second h5,  .predictive-tabs.second p{
    text-align: left;
  }
  .mob.second h5{
    margin-left: 0;
    margin-bottom:10px;
  }
  .predictive-tabs.second .tabitem {
    padding: 0;
  }
  .mob.second .tabitem .contimg {
    background-image: url(../img/bg-tabitem.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0 38px 0;
    background-position: 0 30px;
    margin: 20px 18px 0 40px;
        max-width: 237px;
  }
  .predictive-tabs.second .tabitem img {
      width: 190px;
      height: 190px;
      position: relative;
      top: 0;
  }
  .rich-media {
    padding: 0 10px 30px 20px;
  }
  .rich-media .richmedia-mob .col-xs-6 {
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin: 10px;
    width: calc(50% - 20px);
  }

  .richmedia-mob h4{
    font-weight: 500;
    font-size: 1rem;
  }

  .about-instal {
    padding: 30px 10px 30px 20px;
  }
  .about-instal .services .col-4 {
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
  }


  /* FINE MOB*/
}

#re-engage-slider-why .card {
  width: 560px;
  height: 230px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(70, 66, 66, 0.2);
  margin: 20px;
  margin-left: 10px;
}

#re-engage-slider-benefits .card {
  width: 292px;
  height: 310px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(70, 66, 66, 0.2);
  margin: 20px;
  margin-left: 10px;
}


#re-engage-slider-why .card .card-text{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
}

#re-engage-slider-benefits .card .card-text{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000a12;
  margin-left: 19px;
  margin-top: 10px;
  text-align: center;
}

#re-engage-slider-why .card .card-numeric-value{
  float: right;
}

#re-engage-slider-why .column {
  padding: 0;
}

#re-engage-slider-why .card-image img {
    padding: 0;
}

#re-engage-slider-benefits .column {
  padding: 0;
}

#re-engage-slider-benefits .card-image img {
  padding: 0;
}

#re-engage-slider-why .columns {
  flex: 0;
  margin: 0;
}

#re-engage-slider-benefits .columns {
  flex: 0;
  margin: 0;
}

.re-engage-text-mid {
 margin-left: 30px;
 margin-top: 30px;
}

@media screen and (max-width: 420px) {

  .re-engage-text-mid {
    margin-left: 50px;
    margin-top: 0;
  }

  #re-engage-slider-why .card {
    width: 273px;
    height: 373px;
  }

  #re-engage-slider-why .columns {
    flex: 0;
    margin: 0;
    display: block;
  }

  #re-engage-slider-benefits .columns {
    flex: 0;
    margin: 0;
    display: block;
  }

  .publisher-v01 .publsiher-monetization-carousel .carousel-element .content h3{
        font-size: 1rem !important;
  }

  .publisher-v01 .pub-increase center img{
    width: 100%;
  }

  .publisher-v01 .partner-carousel img{
    width: 100%;
  }
  .publisher-v01 .img-container{
    padding: 0px 10px 0px 10px !important;
    margin: 0px 10px 0px 10px !important;
  }
  .publisher-v01 .img-container img{
    margin: 0px 12px 0px 12px !important;
    padding: 0px 5px 0px 5px !important;
  }

  .publisher-v01 #contact-form{
    display:block;
  }

  .publisher-v01 h2.colored, h2.colored p{
    font-size: 2rem !important;
  }

}

@media screen and (max-width: 360px) {
  .main-navbar .btn {
    margin-right: 0.4rem
  }
}

.publisher-v01 p strong{
    color: #ffffff;
    font-weight: 500;
}

.publisher-v01 .top-section p{
    line-height:2rem;
}

.publisher-v01 img.pub-header-bidding {
  position: absolute;
  top: -20%;
  width: 75%;
}

.publisher-v01 h2.colored, h2.colored p {
  font-size: 2.7rem;
}
.publisher-v01 h2.colored strong {
  color: #00ff00;
  font-weight: 900;
}

.publisher-v01 .publsiher-monetization-carousel .carousel-element img,
.publisher-v01 .format-carousel .carousel-element img
{
  margin: auto;
  width: 100%;
}

.publisher-v01 .format-carousel .carousel-element h5 {
  font-weight: 800;
  font-size: 0.8rem;
}

.publisher-v01 .publsiher-monetization-carousel .carousel-element .content {
  margin: 10px;
  margin-top: -1rem;
  background-color: #2D2D53;
}

.publisher-v01 .publsiher-monetization-carousel .carousel-element .content h3 {
  font-size: 1.0rem; /* 42px */
  font-weight: 900;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.publisher-v01 .publsiher-monetization-carousel .carousel-element .content p {
  font-size: 0.8rem; /* 42px */
  padding-bottom: 1rem;
}

.publisher-v01 .publsiher-monetization-carousel .carousel-element .content p strong {
  font-weight: 800;
}

.publisher-v01 .page-section.page-section-odd {
  background-color: #2D2D53;
}

.publisher-v01 .page-section.page-section-even {
  background-color: #15143E;
}

.publisher-v01 .pub-solutions .form-label {
  color: #00ff00;
}

.publisher-v01 .pub-solutions .form-input {
  border-color: transparent transparent white transparent;
}

.publisher-v01 .pub-solutions .form-input::placeholder {
  color: #00ff00;
}

.publisher-v01 .pub-solutions .form-input {
  color: #ffffff;
}

.publisher-v01 .pub-solutions .policy_agreement_label {
  color: #ffffff;
}

.publisher-v01 .img-container img{
    margin: 0px 6px 0px 6px;
}

.publisher-v01 .title p{
    font-family: Montserrat;
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 0;
}


/* PLEASE DON'T WRITE BELOW HERE */
