/*
Theme Name: MobPartner
Author: Robert McCracken
Author URI: yellowdesign.tv
Description: Custom Theme for MobPartner
Version: 2015.0
*/
/* --------------------- VARIABLES --------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ---- CSS RESET ENDS ---------------------------------------------------- */
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #202020;
  margin: 0;
  padding: 0;
  font-family: "gotham_htfbook", Helvetica, san_serif, Helvertica, Arial, san_serif;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 130%;
  padding: 0;
  height: 100%; }

ul {
  margin: 0 0 15px 0;
  list-style-type: disc; }

ol {
  margin: 0 0 15px 0;
  list-style-type: decimal; }

li {
  margin: 0 0 10px 25px; }

table {
  border-collapse: collapse; }

.tLeft {
  text-align: left; }

.tRight {
  text-align: right; }

.tCentered {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear:after {
  content: "";
  display: table;
  clear: both !important; }

.divide {
  border-bottom: 1px solid #3d3d3d;
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
  height: 1px;
  width: 100%; }

.noJavascript {
  background: #f00;
  color: #fff;
  height: 40px;
  text-align: center; }

.sitemapList {
  list-style: none;
  margin: 0; }
  .sitemapList ul.level {
    list-style: none;
    margin: 5px 0 0 0; }
  .sitemapList li {
    margin: 0 0 10px 0; }
    .sitemapList li.l1 {
      padding: 0 0 0 0; }
    .sitemapList li.l2 {
      padding: 0 0 0 20px; }
    .sitemapList li.l3 {
      padding: 0 0 0 40px; }
    .sitemapList li.l4 {
      padding: 0 0 0 60px; }
    .sitemapList li.l5 {
      padding: 0 0 0 80px; }

.vc_btn {
  font-family: "gotham_htflight", Helvetica, san_serif;
  font-size: 24px;
  text-transform: uppercase; }

.hideme {
  display: none; }

/* -------------------------- GRADIENT COLOURS -------------------------- */
h1, h2, h3 {
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 120%; }

h1 {
  font-size: 42px;
  font-weight: 200;
  letter-spacing: -1px;
  font-family: "gotham_htfthin", Helvetica, san_serif;
  color: #3d3d3d; }
  @media (max-width: 979px) {
    h1 {
      font-size: 26px; } }
  @media (max-width: 599px) {
    h1 {
      font-size: 24px;
      font-family: "gotham_htflight", Helvetica, san_serif; } }

h2 {
  font-size: 22px;
  line-height: 120%;
  font-family: "gotham_htflight", Helvetica, san_serif; }
  @media (max-width: 979px) {
    h2 {
      font-size: 18px;
      font-weight: 400; } }
  @media (max-width: 599px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  font-family: "gotham_htfbold", Helvetica, san_serif;
  color: #3d3d3d; }
  @media (max-width: 979px) {
    h3 {
      font-size: 16px; } }
  @media (max-width: 599px) {
    h3 {
      font-size: 14px; } }

p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 140%; }

a {
  text-decoration: none;
  color: #e04822; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: bold;
  font-family: "gotham_htfbold", Helvetica, san_serif; }

.grid {
  margin: 0 0 20px 0; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

/* Column Widths */
.col-1-1 {
  width: 100%; }

.col-3-4, .col-9-12 {
  width: 75%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

@media (max-width: 979px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px; }

  .tab-1-12 {
    width: 8.33%; }

  .tab-11-12 {
    width: 91.66%; }

  .tab-10-12 {
    width: 83.333%; }

  .tab-9-12 {
    width: 75%; }

  .tab-5-12 {
    width: 41.66%; }

  .tab-7-12 {
    width: 58.33%; } }
@media (max-width: 599px) {
  .s50 {
    width: 50%; }

  .s100 {
    width: 100%; } }
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px; }
  @media (max-width: 979px) {
    .navbar {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      height: 60px; } }
  .navbar .inner {
    background: none; }
    @media (max-width: 979px) {
      .navbar .inner {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; } }
  .navbar .logo {
    background: url("images/mob/mobpartner-header-logo.png") top left no-repeat;
    width: 280px;
    height: 90px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left; }
    @media (max-width: 979px) {
      .navbar .logo {
        background: url("images/mob/mobpartner-header-logo-large.png") top left no-repeat;
        width: 200px;
        height: 60px;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        float: left;
        margin-top: -10px;
        background-size: 92px auto; } }
  .navbar .navigation {
    float: right;
    padding: 60px 0 0 0; }
    @media (max-width: 979px) {
      .navbar .navigation {
        padding: 0;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
        max-height: 0; }
        .navbar .navigation.menuOpened {
          max-height: 360px; }
        .navbar .navigation a {
          color: #e04822; } }
  .navbar .menuIcon {
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("images/mob/menuBtn.png") top center no-repeat;
    background-size: 40px 80px;
    position: absolute;
    top: 10px;
    right: 10px; }
    .navbar .menuIcon.opened {
      background-position: 0 -40px; }
    @media (max-width: 979px) {
      .navbar .menuIcon {
        display: block; } }

.navbar.sticky {
  display: none;
  background: #fff;
  position: fixed;
  top: -90px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px; }
  @media (max-width: 979px) {
    .navbar.sticky {
      display: none !important; } }
  .navbar.sticky .inner {
    background: none; }
  .navbar.sticky .logo {
    background: url("images/mob/mobpartner-header-logo-reversed.png") top left no-repeat;
    width: 280px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin-top: -10px;
    background-size: 92px auto; }
  .navbar.sticky .navigation {
    float: right;
    padding: 25px 0 0 0; }
    .navbar.sticky .navigation a {
      color: #e04822; }
    .navbar.sticky .navigation li.signUp a, .navbar.sticky .navigation li.signIn a {
      color: #fff;
      display: none; }

ul.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 979px) {
    ul.nav-menu {
      padding: 20px 0 0 0; } }
  ul.nav-menu li {
    margin: 0;
    padding: 0;
    float: left; }
    @media (max-width: 979px) {
      ul.nav-menu li {
        width: 100%;
        border-bottom: 1px solid #e5e5e5; } }
    ul.nav-menu li.signUp {
      background: #e04822;
      position: absolute;
      top: 0;
      right: 73px;
      padding: 5px 0;
      border-radius: 0 0 0 5px;
      font-size: 12px; }
      @media (max-width: 979px) {
        ul.nav-menu li.signUp {
          position: relative;
          top: auto;
          right: auto;
          background: none;
          border-radius: 0;
          margin: 0;
          padding: 0;
          font-size: 14px; } }
    ul.nav-menu li.signIn {
      background: #e04822;
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px 0;
      border-radius: 0 0 5px 0;
      font-size: 12px; }
      @media (max-width: 979px) {
        ul.nav-menu li.signIn {
          position: relative;
          top: auto;
          right: auto;
          background: none;
          border-radius: 0;
          margin: 0;
          padding: 0;
          font-size: 14px; } }
    ul.nav-menu li a {
      display: block;
      padding: 0 15px;
      color: #fff; }
      @media (max-width: 979px) {
        ul.nav-menu li a {
          padding: 15px 15px;
          font-size: 18px; } }

ul.footer-menu {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
  float: right; }
  ul.footer-menu li {
    margin: 0;
    padding: 0;
    float: left; }
    ul.footer-menu li.terms {
      position: absolute;
      top: 240px;
      right: 120px;
      z-index: 100; }
    ul.footer-menu li.privacy {
      position: absolute;
      top: 240px;
      right: 0;
      z-index: 100; }
    ul.footer-menu li a {
      display: block;
      padding: 0 15px;
      color: #fff; }

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

Project: Formee - http://www.formeeee.org
Launched:
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Structure
********************************************************************/
/* Little CSS Reset to preserv form structure */
/* fix  ff bugs */
.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

/* Form Structure */
.formee {
  margin: 0;
  padding: 0; }

.formee fieldset {
  /*: 1px solid #d4d4d4;*/
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none !important; }

.formee legend {
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.5% 0.5% 0.8%; }

.formee h3 {
  margin: 2em 1% .8%;
  padding: 0.5% 0.5% 0.8%; }

/* Field Grid */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.8% 0.5% 1%;
  height: 100%;
  /*ie7*/
  *margin-left: .8%;
  *margin-right: .8%;
  *padding: 0.8% 0.25% 1%; }

/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {
  width: 5.333%; }

.grid-2-12 {
  width: 13.666%; }

.grid-3-12 {
  width: 22%; }

.grid-4-12 {
  width: 30.333%; }

.grid-5-12 {
  width: 38.666%; }

.grid-6-12 {
  width: 47%; }

.grid-7-12 {
  width: 55.333%; }

.grid-8-12 {
  width: 63.666%; }

.grid-9-12 {
  width: 72%; }

.grid-10-12 {
  width: 80.333%; }

.grid-11-12 {
  width: 88.666%; }

.grid-12-12 {
  width: 97%; }

/* first item */
.formee .alpha {
  margin-left: 0; }

/* last item */
.formee .omega {
  margin-right: 0; }

/* clear */
.formee .clear {
  clear: both; }

/* input without label */
.formee-no-lbl {
  position: relative;
  padding-bottom: 0; }

/* input without label */
.formee-no-lbl input, .formee-no-lbl label, .formee-no-lbl span, .formee-no-lbl ul, .formee-no-lbl p {
  position: absolute;
  bottom: 0; }

/* multiple containers inside field-grid */
.formee .left {
  clear: none;
  float: left !important;
  margin-right: 0.3em !important; }

.formee .right {
  clear: none;
  float: right !important;
  margin-left: 0.3em !important; }

/* form elements  */
.formee-lbl, .formee label {
  display: block;
  height: auto;
  margin: 0.2em 0 0.5em; }

.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="email"], .formee input[type="file"], .formee textarea, .formee select {
  vertical-align: middle;
  line-height: 1.1em;
  width: 100%;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*ie7*/
  *width: 99%; }

.formee textarea {
  height: 10em; }

.formee select {
  padding: 9px;
  height: 2em; }

.formee-list .formee-lbl, .formee-list label {
  display: inline;
  height: auto;
  margin: 0.5em 0 0.8em 2px; }

.formee-req {
  position: relative;
  top: 3px; }

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  padding: 20px 20px 15px 38px;
  border: 1px solid #ccc;
  display: block;
  height: auto;
  margin: 0 1.5% 0.8em;
  clear: both; }

.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
  list-style: none;
  padding: 0;
  margin-bottom: .4%;
  font-size: 1.4em;
  line-height: 1.1em;
  vertical-align: top; }

/* form button  */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  padding: 3px 10px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #D4D4D4; }

/* lista de chk e rdo */
.formee-list {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.formee-list li, .formee-list li {
  margin: 0.5em 0.6em 0.8em;
  float: left;
  display: inline-block;
  list-style: none; }

.formee-list input {
  margin-right: 0.2em; }

/* input size */
.formee-small {
  width: 30% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 25% !important; }

.formee-medium {
  width: 50% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 45% !important; }

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

Project: Formee - http://www.formeeee.org
Last Updated:
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Style
********************************************************************/
label#sub {
  width: 100%; }

.formee {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0; }

.formee fieldset {
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* hover effect */
.field-button:hover {
  background: transparent; }

/* Form legend and titles */
.formee {
  font: normal 10px/1.1em Arial,Sans-Serif; }

.formee legend, .formee h3 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: -.035em;
  color: #fff;
  font-weight: normal; }

/* form elements  */
.formee-lbl, .formee label {
  color: #3d3d3d;
  font-size: 10px;
  line-height: 1.3em;
  vertical-align: middle;
  float: left; }

.formee-req {
  font-weight: bold;
  font-style: normal;
  color: #d10000;
  font-size: 1.2em;
  line-height: .85em; }

.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="email"], .formee input[type="file"], .formee textarea, .formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999;
  font-size: 1.2em;
  font-family: inherit;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin: 6px 0 6px 0; }

.formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999; }

.formee .formee-txt:hover, .formee input[type="text"]:hover, .formee input[type="password"]:hover, .formee input[type="email"]:hover, .formee input[type="file"]:hover, .formee textarea:hover, .formee select:hover {
  color: #666;
  background: #fff none;
  border-color: #c6c6c6; }

form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="email"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus {
  color: #333;
  background: #fff none;
  border-color: #659ec9 #70aedd #a8cfec;
  outline: 0; }

/* form msg status  */
.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  color: #2b2b2b;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: -.02em;
  padding: 0;
  margin: 0 0 .3em 0; }

.formee-msg-info {
  background: #d1ecf7 url("../img/form-ic-info.png") no-repeat 12px 23px;
  border-color: #bcdfef; }

.formee-msg-warning {
  background: #fff6bf url("../img/form-ic-warning.png") no-repeat 12px 23px;
  border-color: #fceb77; }

.formee-msg-error {
  background: #fad0d0 url("../img/form-ic-error.png") no-repeat 12px 23px;
  border-color: #f6abab; }

.formee-msg-success {
  background: #e5f8ce url("../img/form-ic-success.png") no-repeat 12px 23px;
  border-color: #d0f1a6; }

.formee-msg-success strong, .formee-msg-success a {
  color: #62b548; }

.formee-msg-info strong, .formee-msg-info a {
  color: #11689e; }

.formee-msg-warning strong, .formee-msg-warning a {
  color: #957210; }

.formee-msg-error strong, .formee-msg-error a {
  color: #b01717; }

/* form validation */
.formee-error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4); }

/* form buttons */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  font-size: 15px;
  line-height: 20px;
  /* font-weight:bolder;*/
  /*text-transform: uppercase;*/
  letter-spacing: -.015em;
  color: #fff;
  border-color: #fff;
  /*background:#c01b3a;*/
  padding: 5px 20px;
  margin: 10px 0;
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4); }

.formee-button:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover {
  background: #fc9628;
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4); }

#commentBox {
  width: 100%; }

#Reason {
  width: 100%; }

.reason {
  width: 100% !important; }

/* ----------- STRUCTURE -------------------------------------------------------- */
.section {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto !important;
  background: #e5e5e5;
  max-width: 1600px; }
  .section .inner, .section .vc_inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 10px;
    position: relative;
    padding: 0;
    float: none; }
    .section .inner.wide, .section .vc_inner.wide {
      max-width: 1160px; }
    @media (max-width: 979px) {
      .section .inner, .section .vc_inner {
        width: 80%;
        max-width: 480px; } }
    @media (max-width: 599px) {
      .section .inner, .section .vc_inner {
        max-width: 320px;
        min-width: 280px; } }
  .section .inner:after {
    content: "";
    display: table;
    clear: both; }

.site-footer {
  background: #3d3d3d;
  min-height: 200px;
  color: #fff;
  padding: 20px 0 0 0;
  position: relative; }
  @media (max-width: 979px) {
    .site-footer {
      padding: 0; }
      .site-footer .menu-footer-nav-container {
        display: none; } }
  .site-footer .footerLogo {
    background: url("images/mob/footer-logo.png") top left no-repeat;
    width: 280px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left; }
    @media (max-width: 979px) {
      .site-footer .footerLogo {
        display: none; } }
  .site-footer .footer-awards {
    background: url("../../uploads/2015/03/footer-awards.png") center center no-repeat;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    height: 90px;
    margin-top: 10px; }
    @media (max-width: 979px) {
      .site-footer .footer-awards {
        display: none; } }
  .site-footer .footer-links {
    padding: 20px 0 0 0; }
  .site-footer .downloadLinks img {
    margin: 0 30px 0 0; }
  @media (max-width: 979px) {
    .site-footer .downloadLinks p {
      text-align: center; }
    .site-footer .downloadLinks .left {
      width: 48%;
      margin: 0 1%; }
      .site-footer .downloadLinks .left img {
        width: 100%;
        height: auto;
        margin: 0; } }
  .site-footer .socialLinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer .socialLinks ul li {
      margin: 0;
      padding: 0;
      float: right; }
      @media (max-width: 979px) {
        .site-footer .socialLinks ul li {
          margin: 20px 0 0 0;
          width: 25%; } }
      .site-footer .socialLinks ul li a {
        display: block;
        margin: 0 0 0 10px; }

/* ----------- HOMEPAGE -------------------------------------------------------- */
.home .vc_row {
  margin-left: auto;
  margin-right: auto; }
.home .wpb_row {
  margin-bottom: 0; }

.home1 {
  padding: 160px 0 0 0;
  height: 500px;
  background: url("../../uploads/2015/03/background-home1.jpg") bottom center no-repeat;
  text-align: center; }
  @media (max-width: 979px) {
    .home1 {
      height: 320px;
      background: url("images/mob/home1.jpg") top center no-repeat;
      background-size: 480px auto; } }
  .home1 h1 {
    color: #fff; }

.home2 {
  height: auto;
  background: #fff;
  text-align: center; }
  .home2 .partnerLogos {
    padding: 20px 0; }
    .home2 .partnerLogos img {
      height: 40px;
      width: auto;
      margin: 0 10px; }
  @media (max-width: 979px) {
    .home2 {
      height: auto; }
      .home2:after {
        content: "";
        display: table;
        clear: both !important; }
      .home2 .partnerLogos a {
        float: left;
        width: 25%;
        text-align: center; }
        .home2 .partnerLogos a img {
          width: 90%;
          height: auto;
          margin: 0 auto; } }

.home3 {
  background: #f8f8f8;
  padding: 30px 0; }
  .home3 .vc_inner {
    max-width: 960px;
    margin: 0 auto; }
  @media (max-width: 979px) {
    .home3 h2 {
      margin: 0 0 0px 0; }
    .home3 .homeAquire {
      width: 33.333%;
      float: left; }
      .home3 .homeAquire h2 {
        font-size: 12px;
        font-family: "gotham_htfbook", Helvetica, san_serif;
        height: 40px; }
      .home3 .homeAquire img {
        width: 100%;
        height: auto; }
    .home3 .homeMonetize {
      width: 33.333%;
      float: left; }
      .home3 .homeMonetize h2 {
        font-size: 12px;
        font-family: "gotham_htfbook", Helvetica, san_serif;
        height: 40px; }
      .home3 .homeMonetize img {
        width: 100%;
        height: auto; }
    .home3 .homeSales {
      width: 33.333%;
      float: left; }
      .home3 .homeSales h2 {
        font-size: 12px;
        font-family: "gotham_htfbook", Helvetica, san_serif;
        height: 40px; }
      .home3 .homeSales img {
        width: 100%;
        height: auto; } }

.home4 {
  height: 400px;
  padding: 130px 0 0 0;
  background: url("../../uploads/2015/03/background-home4.jpg") top center no-repeat; }
  @media (max-width: 979px) {
    .home4 {
      height: 184px;
      padding: 38px 0 0 0;
      background: url("images/mob/home4.jpg") top center no-repeat;
      background-size: 480px auto; } }
  .home4 h2, .home4 h1 {
    color: #fff; }
  .home4 .home4Text {
    max-width: 720px;
    margin: 0 auto; }

.home5 {
  height: 400px;
  padding: 60px 0 0 0;
  background: url("../../uploads/2015/03/background-home5.jpg") top center no-repeat;
  overflow: hidden; }
  .home5 .phoneLeft {
    margin-top: -20px;
    text-align: right; }
    .home5 .phoneLeft img {
      width: 75%;
      height: auto; }
  .home5 .phoneRight {
    margin-top: -20px;
    text-align: left; }
    .home5 .phoneRight img {
      width: 75%;
      height: auto; }
  @media (max-width: 979px) {
    .home5 {
      padding: 30px 0 0 0;
      text-align: center; }
      .home5 .phoneLeft {
        position: absolute;
        bottom: -310px;
        left: 0;
        width: 50%;
        margin-top: 0; }
        .home5 .phoneLeft img {
          width: 100%;
          height: auto; }
      .home5 .phoneRight {
        position: absolute;
        bottom: -320px;
        right: 0;
        width: 50%;
        margin-top: 0; }
        .home5 .phoneRight img {
          width: 100%;
          height: auto; } }
  .home5 .home5Text {
    padding: 50px 0 0 0; }
    @media (max-width: 979px) {
      .home5 .home5Text {
        padding: 0; } }
  .home5 .vc_inner {
    max-width: 960px;
    margin: 0 auto; }

.home6 {
  height: 460px;
  padding: 30px 0 0 0;
  background: url("../../uploads/2015/03/background-home6.jpg") top center no-repeat;
  overflow: hidden;
  color: #fff; }
  .home6 .home6Text {
    padding: 90px 0 0 0; }
    @media (max-width: 979px) {
      .home6 .home6Text {
        padding: 0; } }
  .home6 .vc_inner {
    max-width: 960px;
    margin: 0 auto; }
  .home6 h2, .home6 h1, .home6 p {
    color: #fff; }

.home7 {
  height: 448px;
  padding: 30px 0 0 0;
  background: url("../../uploads/2015/03/background-home7.jpg") bottom center no-repeat #f8f8f8;
  overflow: hidden; }
  @media (max-width: 979px) {
    .home7 {
      height: auto; }
      .home7 .vc_column_container {
        width: 48%;
        float: left; }
        .home7 .vc_column_container img {
          width: 100%;
          height: auto; }
        .home7 .vc_column_container p {
          font-size: 12px;
          margin: 0 0 5px 0; } }
  .home7 .home7Text {
    margin-bottom: 50px;
    max-width: 720px; }
    @media (max-width: 979px) {
      .home7 .home7Text {
        margin: 0; } }
  .home7 .vc_inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }

.home8 {
  padding: 60px 0 0 0;
  background: #fff;
  overflow: hidden;
  text-align: center; }
  .home8 .home8Text {
    margin-bottom: 50px;
    max-width: 720px; }
  .home8 .vc_inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }

.formIntro, .formBtns {
  margin-bottom: 20px !important; }

.theForm {
  background: #fff;
  display: none; }
  .theForm form {
    width: 100%;
    height: 350px; }
    .theForm form p {
      text-align: left; }
      .theForm form p:after {
        content: "";
        display: table;
        clear: both !important; }

/* ----------- ADVERTISE -------------------------------------------------------- */
.advertise1 {
  padding-top: 130px;
  height: 500px;
  background: url("../../uploads/2015/03/background-advertise1.jpg") top center no-repeat;
  text-align: center; }
  .advertise1 h1 {
    color: #fff;
    font-size: 80px; }
  .advertise1 h2 {
    color: #fff; }
  @media (max-width: 979px) {
    .advertise1 {
      background: url("images/mob/advertise1.jpg") top center no-repeat;
      background-size: 480px auto;
      padding-top: 100px;
      height: 450px; }
      .advertise1 h1 {
        color: #fff;
        font-size: 40px; }
      .advertise1 h2 {
        font-size: 16px; } }

.advertise2 {
  background: #fff;
  padding: 40px 0; }
  .advertise2 .wpb_pie_chart_heading {
    text-transform: uppercase;
    font-family: "gotham_htfbold", Helvetica, san_serif; }
  @media (max-width: 979px) {
    .advertise2 .vc_col-sm-3 {
      width: 50%;
      margin: 0;
      padding: 0;
      float: left; }
    .advertise2 .vc_pie_chart {
      width: 130px !important;
      float: left;
      height: 200px; }
    .advertise2 .vc_pie_wrapper {
      width: 130px !important; }
      .advertise2 .vc_pie_wrapper span {
        width: 130px !important;
        height: 130px !important;
        line-height: 130px !important; }
      .advertise2 .vc_pie_wrapper canvas {
        width: 130px !important;
        height: 130px !important; } }

.advertise3 {
  height: 618px;
  background: url("../../uploads/2015/03/background-advertise3.jpg") top center no-repeat; }
  .advertise3 .textBox {
    padding-top: 100px; }
  .advertise3 h1, .advertise3 h2 {
    color: #fff; }
  @media (max-width: 979px) {
    .advertise3 {
      background: url("images/mob/advertise3.jpg") top center no-repeat;
      background-size: 480px auto;
      height: 300px; }
      .advertise3 .textBox {
        padding-top: 30px; } }

.advertise4 {
  padding: 20px 0;
  height: 230px;
  background: #fff; }
  .advertise4 .vc_inner {
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center; }
  .advertise4 .partnerLogos {
    padding: 20px 0; }
    .advertise4 .partnerLogos img {
      height: 40px;
      width: auto;
      margin: 20px 10px 0 10px; }
  .advertise4 .vc_single_image-wrapper img {
    width: 100%;
    height: auto; }
  @media (max-width: 979px) {
    .advertise4 {
      height: auto; }
      .advertise4 .vc_col-sm-3 {
        float: left;
        width: 50%; }
      .advertise4 .vc_single_image-wrapper img {
        width: 100%;
        height: auto; } }

.advertise5 {
  background: #000;
  height: 500px;
  padding-top: 90px; }
  .advertise5 h1 {
    color: #fff; }
    @media (max-width: 979px) {
      .advertise5 h1 {
        text-align: center; } }
  .advertise5.turbo {
    background: url("../../uploads/2015/03/background-advertise4-turbo.jpg") top center no-repeat #000; }
  .advertise5.engage {
    background: url("../../uploads/2015/03/background-advertise4-engage.jpg") top center no-repeat #000; }
  .advertise5.expand {
    background: url("../../uploads/2015/03/background-advertise4-expand.jpg") top center no-repeat #000; }
  .advertise5.retain {
    background: url("../../uploads/2015/03/background-advertise4-retain.jpg") top center no-repeat #000; }
  @media (max-width: 979px) {
    .advertise5 {
      padding-top: 30px;
      height: 480px; }
      .advertise5.turbo {
        background: url("images/mob/advertise4-turbo.jpg") top right no-repeat #000; }
      .advertise5.engage {
        background: url("images/mob/advertise4-engage.jpg") top right no-repeat #000; }
      .advertise5.expand {
        background: url("images/mob/advertise4-expand.jpg") top right no-repeat #000; }
      .advertise5.retain {
        background: url("images/mob/advertise4-retain.jpg") top center no-repeat #000; } }
  .advertise5 .tabWrapper {
    padding-right: 360px;
    color: #fff; }
    @media (max-width: 979px) {
      .advertise5 .tabWrapper {
        width: 100%;
        padding-right: 0px;
        margin-top: 20px; }
        .advertise5 .tabWrapper .ui-tabs {
          width: 100%; } }
    .advertise5 .tabWrapper .wpb_tab {
      background: none !important; }
    .advertise5 .tabWrapper .ui-tabs-panel {
      padding: 0 !important; }
    @media (max-width: 979px) {
      .advertise5 .tabWrapper .wpb_tabs_nav {
        width: 100% !important;
        margin: 0 0 20px 0 !important; } }
    .advertise5 .tabWrapper .wpb_tabs_nav li {
      background: none !important;
      border-bottom: 1px solid white;
      margin: 6px 0px 15px 0; }
      @media (max-width: 979px) {
        .advertise5 .tabWrapper .wpb_tabs_nav li {
          background: rgba(255, 255, 255, 0.3) !important;
          width: 48%;
          margin: 1%;
          border-bottom: none; } }
      .advertise5 .tabWrapper .wpb_tabs_nav li a {
        text-align: left;
        padding: 6px 20px; }
        @media (max-width: 979px) {
          .advertise5 .tabWrapper .wpb_tabs_nav li a {
            text-align: center;
            color: #fff; } }
    .advertise5 .tabWrapper li.ui-tabs-active {
      background: none !important;
      font-family: "gotham_htfbold", Helvetica, san_serif;
      border-bottom: 6px solid white; }
      @media (max-width: 979px) {
        .advertise5 .tabWrapper li.ui-tabs-active {
          border-bottom: none;
          background: #e04822 !important; } }

.advertise6 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .advertise6 .blocks {
    margin-top: 30px; }
  @media (max-width: 979px) {
    .advertise6 {
      text-align: center; }
      .advertise6 .wpb_single_image .wpb_wrapper {
        text-align: center; } }

.advertise7 {
  height: 690px;
  background: url("../../uploads/2015/03/background-advertise6.jpg") top center no-repeat;
  padding-top: 140px; }
  .advertise7 .wpb_wrapper {
    padding: 0 30px; }
  .advertise7 h1, .advertise7 h2, .advertise7 p {
    color: #fff; }
  @media (max-width: 979px) {
    .advertise7 {
      background: url("images/mob/advertise7.jpg") bottom center no-repeat;
      background-size: 540px auto;
      padding-top: 0;
      height: 550px; }
      .advertise7 .colEmpty {
        display: none; }
      .advertise7 .wpb_wrapper {
        padding: 0; } }

.advertise8 {
  background: #fff;
  height: 320px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .advertise8 .vc_col-sm-3 img {
    margin-top: 20px; }
  @media (max-width: 979px) {
    .advertise8 {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      .advertise8 .vc_col-sm-3 {
        width: 50%;
        float: left; }
        .advertise8 .vc_col-sm-3 img {
          width: 100%;
          height: auto;
          margin: 10px; } }

.advertise9 {
  padding: 30px 0;
  color: #fff;
  background: url("../../uploads/2015/03/background-advertise8.jpg") top center no-repeat #000;
  height: 430px; }
  @media (max-width: 979px) {
    .advertise9 {
      background: url("images/mob/advertise9.jpg") top center no-repeat #000;
      background-size: 480px auto;
      height: auto; } }
  .advertise9 h1 {
    color: #fff; }
  .advertise9 .testimonialWrap .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0 !important;
    padding-bottom: 0 !important; }
  .advertise9 .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    margin-top: 0; }
  .advertise9 .testimonial {
    padding: 0px 0 0 0; }
    .advertise9 .testimonial .vc_gitem_row {
      display: table; }
      @media (max-width: 979px) {
        .advertise9 .testimonial .vc_gitem_row {
          display: block; } }
    @media (max-width: 979px) {
      .advertise9 .testimonial p {
        font-size: 12px; } }
  .advertise9 .testimonialPic {
    height: 220px;
    width: 220px;
    background-size: 200px auto; }
    @media (max-width: 979px) {
      .advertise9 .testimonialPic {
        display: none; } }
  .advertise9 .testimonialText {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 10px 40px 10px 0 !important; }
    @media (max-width: 979px) {
      .advertise9 .testimonialText {
        width: 100%;
        display: block; } }
  .advertise9 .tTop, .advertise9 .tBtm {
    display: none; }

/* ----------- MOBRETAIL -------------------------------------------------------- */
.mobretail1 {
  height: 730px;
  background: url("../../uploads/2015/03/background-mobretail1.jpg") top center no-repeat;
  padding-top: 140px; }
  .mobretail1 h1 {
    color: #fff; }
  @media (max-width: 979px) {
    .mobretail1 {
      padding-top: 80px; }
      .mobretail1 h1 {
        font-size: 30px; } }

.mobretail2 {
  height: 630px;
  background: url("../../uploads/2015/03/background-mobretail2.jpg") top center no-repeat;
  padding-top: 60px; }
  .mobretail2 .btmText {
    position: absolute;
    top: 460px; }
  @media (max-width: 979px) {
    .mobretail2 {
      padding-top: 30px; } }

.mobretail3 {
  height: 440px;
  background: url("../../uploads/2015/03/background-mobretail3.jpg") top center no-repeat;
  padding-top: 90px; }
  .mobretail3 h1, .mobretail3 h2, .mobretail3 p {
    color: #fff; }
  @media (max-width: 979px) {
    .mobretail3 {
      padding-top: 40px; } }
  @media (max-width: 979px) {
    .mobretail3 .analyticsText {
      margin-bottom: 40px; } }

.mobretail4 {
  height: 500px;
  background: url("../../uploads/2015/03/background-mobretail4.jpg") top center no-repeat;
  padding-top: 70px; }
  @media (max-width: 979px) {
    .mobretail4 {
      padding-top: 40px;
      background: url("images/mob/mobretail4.jpg") bottom center no-repeat #fff;
      background-size: 480px auto;
      height: 550px; } }

.mobretail5 {
  height: 530px;
  background: url("../../uploads/2015/03/background-mobretail5.jpg") top center no-repeat;
  padding-top: 80px; }
  @media (max-width: 979px) {
    .mobretail5 {
      padding-top: 40px;
      background: url("../../uploads/2015/03/background-mobretail5.jpg") bottom right no-repeat #fff;
      background-size: 800px auto; } }

.mobretail6 {
  height: 440px;
  background: #f5f5f5;
  padding-top: 20px; }
  .mobretail6 .vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  .mobretail6 .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    margin-top: 0; }
  @media (max-width: 979px) {
    .mobretail6 {
      height: 550px; }
      .mobretail6 .caseWrap {
        height: 180px !important;
        background-size: 100% auto;
        margin-bottom: 4px; }
        .mobretail6 .caseWrap img {
          width: 100%;
          height: auto; }
      .mobretail6 .vc_grid-item {
        margin: 0 !important;
        padding: 0 !important; }
      .mobretail6 .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
        margin-top: 0; } }
  .mobretail6 .vc_grid-item-mini .vc_col-sm-12 {
    margin: 0;
    padding: 0; }
  .mobretail6 .caseTitle {
    background: #e5e5e5;
    text-transform: uppercase;
    padding: 15px;
    margin: 0; }
  .mobretail6 .caseWrap .caseDetails {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 50px;
    padding: 5px 5px 0 0; }
    .mobretail6 .caseWrap .caseDetails p {
      margin: 0; }
    .mobretail6 .caseWrap .caseDetails a {
      display: inline-block;
      float: right;
      padding: 10px 20px;
      background: #e04822;
      color: #fff;
      text-transform: uppercase; }

.mobretail7 {
  padding: 60px 0 0 0;
  background: #fff;
  overflow: hidden; }

/* ----------- MONETIZE -------------------------------------------------------- */
.monetize1 {
  height: 600px;
  background: url("../../uploads/2015/03/background-monetize1.jpg") center center no-repeat;
  padding-top: 200px; }
  .monetize1 h1 {
    color: #fff;
    font-size: 60px;
    width: 760px;
    margin: 0 auto 20px auto; }
  .monetize1 h2 {
    color: #fff;
    width: 760px;
    margin: 0 auto 20px auto; }
  @media (max-width: 979px) {
    .monetize1 {
      background: url("../../uploads/2015/03/background-monetize1.jpg") top center no-repeat;
      background-size: 900px auto;
      padding-top: 100px;
      height: auto;
      padding-bottom: 50px; }
      .monetize1 h1 {
        font-size: 28px;
        width: auto; }
      .monetize1 h2 {
        width: auto; } }

.monetize2 {
  height: 500px;
  background: #e5e5e5; }
  .monetize2 h1 {
    color: #fff; }
  @media (max-width: 979px) {
    .monetize2 {
      height: auto; }
      .monetize2 .vc_grid-item, .monetize2 .vc_gitem-zone {
        height: 200px !important; }
      .monetize2 .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
        top: 0 !important; }
      .monetize2 .owl-stage-outer {
        height: 850px !important; } }
  .monetize2 .pressHoverBg {
    background: rgba(224, 72, 34, 0.9);
    font-family: "gotham_htflight", Helvetica, san_serif;
    text-align: center;
    color: #fff;
    padding: 60px; }
    @media (max-width: 979px) {
      .monetize2 .pressHoverBg {
        padding: 10px; }
        .monetize2 .pressHoverBg p {
          font-size: 12px;
          line-height: 100%; }
        .monetize2 .pressHoverBg a {
          position: absolute;
          top: 100px;
          width: 150px;
          left: 57px; } }
    .monetize2 .pressHoverBg a {
      display: block;
      border: 1px solid white;
      color: #fff;
      padding: 10px 30px;
      text-align: center;
      clear: both;
      margin: 30px 0 0 0; }
    .monetize2 .pressHoverBg .vc_gitem-row-position-middle {
      top: 0;
      transform: translate(0, 0); }
  .monetize2 .pressTitle {
    font-size: 24px;
    font-family: "gotham_htflight", Helvetica, san_serif; }

.monetize3 {
  height: 690px;
  background: url("../../uploads/2015/03/background-monetize3.jpg") top center no-repeat;
  padding-top: 80px; }
  .monetize3 h1 {
    color: #3d3d3d; }
  @media (max-width: 979px) {
    .monetize3 {
      padding-top: 30px;
      height: 620px; } }
  .monetize3 .vc_inner, .monetize3 .wpb_tabs {
    padding-left: 200px !important; }
    @media (max-width: 979px) {
      .monetize3 .vc_inner, .monetize3 .wpb_tabs {
        padding-left: 0 !important; } }
  .monetize3 .wpb_tabs_nav.ui-tabs-nav {
    position: absolute;
    top: 245px; }
    .monetize3 .wpb_tabs_nav.ui-tabs-nav li {
      background: none; }
      .monetize3 .wpb_tabs_nav.ui-tabs-nav li a {
        text-align: center;
        width: 100px;
        height: 208px; }
        @media (max-width: 979px) {
          .monetize3 .wpb_tabs_nav.ui-tabs-nav li a {
            width: 60px;
            height: 130px; } }
    .monetize3 .wpb_tabs_nav.ui-tabs-nav .ui-state-default {
      width: 100px;
      height: 178px;
      margin: 0 4px;
      font-size: 12px;
      opacity: 0.5; }
      @media (max-width: 979px) {
        .monetize3 .wpb_tabs_nav.ui-tabs-nav .ui-state-default {
          width: 60px;
          font-size: 11px;
          height: 138px; } }
  .monetize3 .wpb_tab {
    height: 240px;
    border: 1px dashed #e04822; }
  .monetize3 #ui-id-1 {
    background: url("../../uploads/2015/03/adUnit-banner.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-1 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-2 {
    background: url("../../uploads/2015/03/adUnit-interstitial.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-2 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-3 {
    background: url("../../uploads/2015/03/adUnit-video.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-3 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-4 {
    background: url("../../uploads/2015/03/adUnit-mobwall.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-4 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-5 {
    background: url("../../uploads/2015/03/adUnit-mobwidget.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-5 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-6 {
    background: url("../../uploads/2015/03/adUnit-mobsearch.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-6 {
        background-size: 60px auto; } }
  .monetize3 #ui-id-7 {
    background: url("../../uploads/2015/03/adUnit-mobstream.png") bottom center no-repeat;
    background-size: 100px auto; }
    @media (max-width: 979px) {
      .monetize3 #ui-id-7 {
        background-size: 60px auto; } }
  .monetize3 .ui-state-active {
    opacity: 1 !important; }
  .monetize3 .adUnitScreenshots {
    width: 234px;
    height: 415px;
    background: url("../../uploads/2015/03/adunit-Banner.jpg") top center no-repeat #000;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -559px;
    border-radius: 5px;
    text-indent: -9999px;
    overflow: hidden; }
    @media (max-width: 979px) {
      .monetize3 .adUnitScreenshots {
        display: none; } }
    .monetize3 .adUnitScreenshots.ui-id-1 {
      background: url("../../uploads/2015/03/adunit-Banner.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-2 {
      background: url("../../uploads/2015/03/adunit-Interstitial.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-3 {
      background: url("../../uploads/2015/03/adunit-Video.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-4 {
      background: url("../../uploads/2015/03/adunit-Mobwall.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-5 {
      background: url("../../uploads/2015/03/adunit-Mobwidget.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-6 {
      background: url("../../uploads/2015/03/adunit-Mobsearch.jpg") bottom center no-repeat;
      background-size: 234px auto; }
    .monetize3 .adUnitScreenshots.ui-id-7 {
      background: url("../../uploads/2015/03/adunit-Mobstream.jpg") bottom center no-repeat;
      background-size: 234px auto; }

.monetize4 {
  height: 350px;
  background: #fff;
  padding-top: 50px; }
  @media (max-width: 979px) {
    .monetize4 {
      padding-top: 20px;
      height: 480px; } }

.monetize5 {
  height: 450px;
  background: url("../../uploads/2015/03/background-monetize5.jpg") top center no-repeat;
  padding-top: 90px;
  color: #fff; }
  .monetize5 h1, .monetize5 h2 {
    color: #fff; }
  .monetize5 a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background: #e04822; }
  .monetize5 .androidPhone, .monetize5 .iosPhone {
    padding-top: 30px; }
  @media (max-width: 979px) {
    .monetize5 {
      height: 500px;
      padding-top: 20px;
      background: url("../../uploads/2015/03/background-monetize5.jpg") top center no-repeat #646464; }
      .monetize5 .androidPhone {
        position: absolute;
        bottom: -470px;
        left: 0;
        width: 120px; }
        .monetize5 .androidPhone img {
          width: 100%;
          height: auto; }
      .monetize5 .iosPhone {
        position: absolute;
        bottom: -460px;
        right: 0;
        width: 120px; }
        .monetize5 .iosPhone img {
          width: 100%;
          height: auto; }
      .monetize5 .sdkText {
        position: absolute;
        top: 0;
        left: 0; } }

.monetize6 {
  height: 490px;
  background: url("../../uploads/2015/03/background-monetize6.jpg") top center no-repeat;
  padding-top: 100px;
  color: #fff; }
  .monetize6 h1 {
    color: #fff;
    font-size: 60px; }
  .monetize6 h2 {
    color: #fff; }
  @media (max-width: 979px) {
    .monetize6 {
      height: 500px;
      padding-top: 40px; }
      .monetize6 h1 {
        font-size: 32px; } }

.monetize7 {
  height: 440px;
  background: #fff;
  padding-top: 140px; }
  .monetize7 h1 {
    color: #fff; }

/* ----------- BLOG -------------------------------------------------------- */
.blog1 {
  height: 350px;
  background: url("../../uploads/2015/03/background-blog1.jpg") top center no-repeat;
  padding-top: 160px; }
  .blog1 h1 {
    color: #fff;
    font-size: 60px; }

.blog2 {
  background: #fff;
  padding-top: 30px; }

.blog3 {
  background: #fff; }

.blogSidebar {
  background: #f5f5f5;
  padding: 10px; }
  @media (max-width: 979px) {
    .blogSidebar {
      display: none; } }
  .blogSidebar .widget-area aside {
    margin-bottom: 30px; }
  .blogSidebar .widget-area h3 {
    font-family: "gotham_htfbook", Helvetica, san_serif;
    font-size: 14px;
    text-transform: uppercase; }
  .blogSidebar .widget_search .search-form label span {
    display: none; }

.blogRow {
  margin: 0 0 15px 0; }

.blogGrid {
  width: 32%;
  height: 300px;
  float: left;
  margin: 0 2% 0 0;
  background: #f5f5f5;
  position: relative; }
  .blogGrid:last-child {
    margin: 0; }
  @media (max-width: 979px) {
    .blogGrid {
      width: 100%; } }
  .blogGrid .pic {
    height: 150px;
    overflow: hidden; }
    .blogGrid .pic img {
      width: 100%;
      height: auto; }
  .blogGrid h2 {
    font-family: "gotham_htfbook", Helvetica, san_serif;
    font-size: 16px;
    padding: 10px; }
  .blogGrid .theDate {
    padding: 10px 0;
    margin: 0 10px;
    font-family: "gotham_htfbold", Helvetica, san_serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #e04822;
    border-bottom: 1px solid #e5e5e5; }
  .blogGrid .readMore {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%; }
    .blogGrid .readMore a {
      font-family: "gotham_htfbold", Helvetica, san_serif;
      font-size: 14px;
      border-top: 1px solid #e5e5e5;
      width: 278px;
      margin: 0 10px;
      padding: 10px 0;
      display: block; }

.navPage {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 10px 0; }
  .navPage .prev {
    float: left; }
  .navPage .next {
    float: right; }
  .navPage .faded {
    opacity: 0.3; }

.blogPic {
  width: 100%;
  height: 220px;
  background: #f5f5f5;
  overflow: hidden;
  border: 1px solid #3d3d3d;
  position: relative;
  margin: 0 0 15px 0; }
  .blogPic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
    left: 0; }

.blogDate {
  font-family: "gotham_htfbold", Helvetica, san_serif;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.blogArticle {
  margin: 0 0 15px 0; }

/* ----------- COMPANY -------------------------------------------------------- */
.company1 {
  height: 500px;
  background: url("../../uploads/2015/03/background-company1.jpg") top center no-repeat;
  padding-top: 200px; }
  .company1 h1 {
    font-size: 80px; }
  .company1 h2 {
    font-size: 40px; }
  @media (max-width: 979px) {
    .company1 {
      padding-top: 100px;
      height: 300px; }
      .company1 h1 {
        font-size: 36px; }
      .company1 h2 {
        font-size: 24px; } }

.company2 {
  height: 1410px;
  background: url("../../uploads/2015/03/background-company2.png") top center no-repeat;
  padding-top: 30px; }
  @media (max-width: 979px) {
    .company2 {
      height: auto;
      background: #fff; }
      .company2 .vc_col-sm-12 {
        margin: 0;
        padding: 0; } }
  .company2 .textWrap {
    position: relative; }
  .company2 .companyText1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 610px; }
    @media (max-width: 979px) {
      .company2 .companyText1 {
        position: relative;
        top: auto;
        left: auto;
        width: auto; } }
  .company2 .companyText2 {
    position: absolute;
    top: 580px;
    right: 20px;
    width: 400px; }
    @media (max-width: 979px) {
      .company2 .companyText2 {
        position: relative;
        top: auto;
        right: auto;
        width: auto; } }
    .company2 .companyText2 h1 {
      color: #3d3d3d; }
  .company2 div[class*="itm"] h2 {
    margin: 0;
    color: #e04822; }
  @media (max-width: 979px) {
    .company2 div[class*="itm"] {
      position: relative !important;
      left: auto;
      top: auto;
      text-align: left;
      width: auto;
      height: auto;
      margin: 0 0 0 10px; }
      .company2 div[class*="itm"] h2 {
        font-size: 16px; }
      .company2 div[class*="itm"] p {
        font-size: 12px; } }
  .company2 .itm1 {
    position: absolute;
    top: 136px;
    left: 790px;
    width: 100px;
    height: 100px; }
  .company2 .itm2 {
    position: absolute;
    top: 412px;
    left: 500px;
    width: 100px;
    height: 100px; }
  .company2 .itm3 {
    position: absolute;
    top: 380px;
    left: -130px;
    width: 110px;
    height: 100px;
    text-align: right; }
  .company2 .itm4 {
    position: absolute;
    top: 513px;
    left: -670px;
    width: 140px;
    height: 100px;
    text-align: right; }
  .company2 .itm5 {
    position: absolute;
    top: 780px;
    left: 180px;
    width: 190px;
    height: 100px; }
  .company2 .itm6 {
    position: absolute;
    top: 973px;
    left: -130px;
    width: 160px;
    height: 100px;
    text-align: right; }
  .company2 .itm7 {
    position: absolute;
    top: 1046px;
    left: 100px;
    width: 170px;
    height: 100px; }
  .company2 .itm8 {
    position: absolute;
    top: 1229px;
    left: -200px;
    width: 160px;
    height: 100px; }

.company3 {
  height: 400px;
  background: #f5f5f5;
  padding-top: 40px; }
  @media (max-width: 979px) {
    .company3 {
      height: 550px; }
      .company3 .vc_col-sm-3 {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left; }
      .company3 .vc_pie_chart {
        width: 130px !important;
        float: left;
        height: 200px; }
      .company3 .vc_pie_wrapper {
        width: 130px !important; }
        .company3 .vc_pie_wrapper span {
          width: 130px !important;
          height: 130px !important;
          line-height: 130px !important; }
        .company3 .vc_pie_wrapper canvas {
          width: 130px !important;
          height: 130px !important; } }

.company4 {
  height: 648px;
  background: url("../../uploads/2015/03/background-company4.jpg") bottom center no-repeat;
  padding-top: 90px; }
  @media (max-width: 979px) {
    .company4 {
      background: url("../../uploads/2015/03/background-company4.jpg") bottom center no-repeat #333;
      background-size: 480px auto;
      height: 300px;
      padding-top: 20px; }
      .company4 .wpb_content_element {
        margin-bottom: 10px; } }
  .company4 h1 {
    color: #fff; }
  .company4 p {
    max-width: 720px;
    color: #fff;
    text-align: center;
    margin: 0 auto; }
  .company4 .itm1 {
    position: absolute;
    top: 221px;
    left: -67px;
    text-transform: uppercase; }
  .company4 .itm2 {
    position: absolute;
    top: 140px;
    left: 82px;
    text-transform: uppercase; }
  .company4 .itm3 {
    position: absolute;
    top: 210px;
    left: -12px;
    text-transform: uppercase; }
  .company4 .itm4 {
    position: absolute;
    top: 196px;
    left: 105px;
    text-transform: uppercase; }
  @media (max-width: 979px) {
    .company4 div[class*="itm"] {
      position: relative;
      top: auto;
      left: auto;
      display: none; }
      .company4 div[class*="itm"] p {
        font-size: 12px; } }

.company5 {
  height: 770px;
  background: #fff;
  padding-top: 40px; }
  .company5 .wpb_wrapper {
    margin-bottom: 40px; }
    .company5 .wpb_wrapper img {
      margin-bottom: 20px; }
  @media (max-width: 979px) {
    .company5 {
      height: auto; }
      .company5 .vc_col-sm-3, .company5 .vc_col-sm-4 {
        width: 50%;
        float: left; }
        .company5 .vc_col-sm-3 .wpb_wrapper, .company5 .vc_col-sm-4 .wpb_wrapper {
          margin-bottom: 0; }
        .company5 .vc_col-sm-3 p, .company5 .vc_col-sm-4 p {
          font-size: 12px; } }

.company6 {
  height: 590px;
  background: url("../../uploads/2015/03/background-company6.jpg") top center no-repeat;
  padding-top: 120px; }
  .company6 h1 {
    color: #fff;
    font-size: 60px; }
  .company6 h2 {
    color: #fff;
    font-size: 32px; }
  .company6 p {
    color: #fff;
    font-size: 18px; }
  @media (max-width: 979px) {
    .company6 {
      height: auto;
      padding-top: 30px; }
      .company6 h1 {
        color: #fff;
        font-size: 32px; }
      .company6 h2 {
        color: #fff;
        font-size: 24px; }
      .company6 p {
        color: #fff;
        font-size: 14px; } }

.company7 {
  height: 565px;
  background: #fff;
  padding-top: 40px; }
  .company7 .workText {
    margin-bottom: 30px !important; }
  .company7 .icon {
    float: left;
    width: 20%;
    text-align: center;
    margin: 50px 0 0 0; }

.company8 {
  height: auto;
  background: url("../../uploads/2015/03/background-company8.jpg") top center no-repeat;
  padding-top: 40px; }
  .company8 .inner {
    margin-bottom: 30px; }
  .company8 .jobvitePanel {
    padding: 15px;
    background: #fff;
    border-radius: 6px; }
  .company8 .jvcontainer {
    width: 94% !important; }

/* ----------- RESOURCES -------------------------------------------------------- */
.resources1 {
  height: 400px;
  background: url("../../uploads/2015/03/background-resources1.jpg") top center no-repeat;
  padding-top: 140px; }
  .resources1 h1 {
    color: #fff;
    font-size: 80px; }
  .resources1 h2 {
    color: #fff; }
  @media (max-width: 979px) {
    .resources1 {
      padding-top: 130px;
      height: 400px;
      background: url("../../uploads/2015/03/background-resources1.jpg") top center no-repeat;
      background-size: 900px auto; }
      .resources1 h1 {
        font-size: 30px; } }

.resources2 {
  height: 400px;
  background: #fff;
  padding-top: 40px; }
  @media (max-width: 979px) {
    .resources2 {
      height: auto;
      padding-top: 20px; } }
  .resources2 h1 {
    margin: 0 0 30px 0; }
  .resources2 .vc_basic_grid {
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 979px) {
      .resources2 .vc_basic_grid {
        width: auto; } }
  .resources2 .ebooks {
    margin-bottom: 40px; }
    @media (max-width: 979px) {
      .resources2 .ebooks {
        margin-bottom: 10px; } }
  .resources2 .ebookTop, .resources2 .ebookBtm {
    display: none; }
  .resources2 .eBookItem {
    background: #f5f5f5;
    padding: 0 0 0 15px; }
    .resources2 .eBookItem .ebookPic {
      padding: 0; }
      @media (max-width: 979px) {
        .resources2 .eBookItem .ebookPic {
          width: 100px;
          display: none; } }
      .resources2 .eBookItem .ebookPic .vc_gitem-post-data {
        margin-bottom: 0px; }
      .resources2 .eBookItem .ebookPic img {
        width: 100%;
        height: auto; }
    .resources2 .eBookItem .ebookContent {
      padding: 0 !important; }
    .resources2 .eBookItem .ebookTitle {
      padding: 0 10px; }
    .resources2 .eBookItem .ebookText {
      margin-bottom: 0 !important;
      padding: 0 10px; }
      .resources2 .eBookItem .ebookText p {
        margin: 0; }
      .resources2 .eBookItem .ebookText a {
        background: #e04822;
        padding: 10px 30px;
        margin: 40px 0 0 0;
        color: #fff;
        display: inline-block; }
  @media (max-width: 979px) {
    .resources2 .vc_gitem-zone-a .vc_gitem-row-position-middle,
    .resources2 .vc_gitem-zone-b .vc_gitem-row-position-middle {
      position: absolute;
      left: 0;
      right: 0;
      top: 0 !important;
      transform: translate(0, 0) !important; } }
  .resources2 .vc_grid-item {
    padding-bottom: 0 !important; }

.resources3 {
  height: auto;
  background: url("../../uploads/2015/03/background-resources3.jpg") top center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px; }
  .resources3 .tabText a {
    padding: 10px 40px;
    background: #e04822;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
    display: inline-block;
    float: right; }
  @media (max-width: 979px) {
    .resources3 {
      padding-top: 40px;
      height: auto;
      background: url("images/mob/resources3.jpg") top center no-repeat #3e3e3e;
      background-size: 480px auto; } }
  .resources3 h1 {
    color: #fff; }
  .resources3 .successTabs {
    color: #fff; }
    .resources3 .successTabs .wpb_tab {
      background: none !important;
      margin-top: 30px; }
    .resources3 .successTabs .ui-tabs-panel {
      padding: 0 !important; }
    .resources3 .successTabs .wpb_tabs_nav {
      margin: 0 0 40px 0; }
    .resources3 .successTabs .wpb_tabs_nav li {
      background: none !important;
      border-bottom: 1px solid white;
      margin: 0;
      width: 20%;
      font-size: 18px;
      padding-bottom: 10px; }
      @media (max-width: 979px) {
        .resources3 .successTabs .wpb_tabs_nav li {
          background: rgba(255, 255, 255, 0.3) !important;
          width: 100%;
          margin: 0 0 1px 0;
          border-bottom: none; } }
      .resources3 .successTabs .wpb_tabs_nav li a {
        text-align: center;
        padding: 6px 20px; }
        @media (max-width: 979px) {
          .resources3 .successTabs .wpb_tabs_nav li a {
            color: #fff; } }
    .resources3 .successTabs li.ui-tabs-active {
      background: none !important;
      font-family: "gotham_htfbold", Helvetica, san_serif;
      border-bottom: 6px solid white; }
      @media (max-width: 979px) {
        .resources3 .successTabs li.ui-tabs-active {
          border-bottom: 0;
          background: #e04822 !important; } }

.resources4 {
  min-height: 570px;
  background: #fff;
  padding-top: 40px; }
  .resources4 .eventTextWrap {
    margin-bottom: 30px; }
  .resources4 .vc_gitem-row-position-middle {
    top: 150px !important;
    transform: translate(0, 0) !important; }
    @media (max-width: 979px) {
      .resources4 .vc_gitem-row-position-middle {
        top: 0 !important; } }
  .resources4 .eventItem {
    background: #e5e5e5;
    padding: 15px; }
    @media (max-width: 979px) {
      .resources4 .eventItem {
        height: 200px; } }
  .resources4 .eventText h2 {
    font-size: 16px;
    min-height: 40px; }
  .resources4 .eventText p {
    font-size: 13px; }
  .resources4 .eventPic {
    height: 150px;
    overflow: hidden; }
    @media (max-width: 979px) {
      .resources4 .eventPic {
        display: none; } }
  .resources4 .eventContent a {
    display: block; }
  .resources4 .vc_basic_grid {
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 979px) {
      .resources4 .vc_basic_grid {
        width: auto; } }
  @media (max-width: 979px) {
    .resources4 .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
      padding-bottom: 0 !important; } }
  .resources4 .eventForm {
    display: none; }
  .resources4 .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    margin-top: 0; }

.resources5 {
  min-height: 1000px;
  background: url("../../uploads/2015/03/background-resources5.jpg") top center no-repeat #000;
  padding-top: 40px; }
  .resources5 h1, .resources5 h2, .resources5 p {
    color: #fff; }
  .resources5 .vc_inner {
    margin-bottom: 30px !important; }
  .resources5 .vc_gitem-zone-c {
    width: 10% !important; }
  .resources5 .vc_gitem-animated-block {
    float: left !important;
    width: 90% !important; }
  .resources5 .brandingKit .wpb_singleimage_heading {
    color: #3d3d3d;
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 35px;
    text-transform: uppercase;
    font-size: 17px;
    width: 270px; }
  .resources5 .pressListItem {
    color: #fff;
    border-top: 1px solid #3d3d3d; }

/* ----------- CONTACT -------------------------------------------------------- */
.contact1 {
  background: url("../../uploads/2015/03/background-contact1.jpg") top center no-repeat #000;
  height: 340px;
  padding-top: 140px; }
  .contact1 h1 {
    color: #fff; }

.contact2 {
  background: #fff;
  padding-top: 40px; }
  .contact2 .cItem {
    position: relative;
    margin-bottom: 40px; }
    .contact2 .cItem .wpb_single_image {
      margin-bottom: 10px; }
  .contact2 .wpb_singleimage_heading {
    top: 206px;
    position: absolute;
    background: rgba(224, 72, 34, 0.7);
    width: 290px;
    height: 40px;
    padding: 13px 0 0 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }
  .contact2 .socialSidebar {
    background: #f5f5f5;
    padding: 0; }
    .contact2 .socialSidebar .wpb_content_element {
      margin-bottom: 0; }
    .contact2 .socialSidebar h3 {
      border-bottom: 1px solid white;
      padding: 10px;
      height: 50px; }
    .contact2 .socialSidebar p {
      padding: 10px;
      height: 50px; }
    .contact2 .socialSidebar .mpFacebook {
      background: url("../../uploads/2015/03/fb-icon-small.png") 10px 0 no-repeat;
      padding: 0 0 0 45px;
      height: 50px;
      margin: 5px 0; }
    .contact2 .socialSidebar .mpTwitter {
      background: url("../../uploads/2015/03/tw-icon-small.png") 10px 0 no-repeat;
      padding: 0 0 0 45px;
      height: 50px;
      margin: 5px 0; }
    .contact2 .socialSidebar .mpLinkedin {
      background: url("../../uploads/2015/03/li-icon-small.png") 10px 0 no-repeat;
      padding: 0 0 0 45px;
      height: 50px;
      margin: 5px 0; }

.contact3 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e5e5e5; }
  .contact3 h3 {
    font-size: 12px;
    font-family: "gotham_htfbold", Helvetica, san_serif;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  .contact3 p {
    font-size: 12px; }

.page404 {
  padding-bottom: 30px;
  min-height: 500px; }
.clearfix::after{content:"";display:table;clear:both}
