body {
  font-family: 'Open Sans', sans-serif;

  font-weight: 300;
  line-height: 1.5;
  color: #333;
}

.alt,
a.alt {
  color: #fff;
}
.alt2,
a.alt2 {
  color: #009def;
}
h1,
h2,
h3,
h4,
h5 {
 font-family: 'Open Sans', sans-serif;

  text-transform: uppercase;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 42px;
}

/*  ==================================

   NAV

 ==================================  */
.navbar-default {
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding-top: 40px;
  z-index: 10002;
}
/* nav collapse */
.navbar-default.top-nav-collapse .navbar-nav > li > a {
  color: #343434;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}
.navbar-default.top-nav-collapse .navbar-nav > .active > a,
.navbar-default.top-nav-collapse .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #d1394e;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-default.top-nav-collapse .navbar-nav > li > a:hover {
  background-color: #242424;
}
.navbar {
  border-bottom: 0;
}
.navbar-right {
  margin-right: 0;
}
.navbar-fixed-top.top-nav-collapse {
  background: #fff;
  padding-top: 0px;
  opacity: 0.95;
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  background-size: contain;
  display: block;
  padding: 0;
  margin: 20px 0 0px 0;
}
.ft .navbar > .container .navbar-brand,
.ft .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-default.top-nav-collapse .navbar-brand span {
  display: none;
}
.navbar-brand {
  width: 316px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  background: url(../images/logo.png);

  background-repeat: no-repeat;
}
.navbar-default.top-nav-collapse .navbar-brand {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
}
.navbar-default .navbar-nav > li.active > a {
  background: rgba(209, 57, 78, 0.85);
  color: #fff;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
}

/*  ==================================

   GENERAL
.
 ==================================  */
* {
  outline: none !important;
}

.text-large {
  font-size: 150%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.btn-default {
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-default:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
section {
  padding: 50px 0;
}

.large {
  font-size: 150%;
}
.fontlight {
  font-weight: 300;
}
/* margins padding */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.marT60 {
  margin-top: 60px;
}
.marB30 {
  margin-bottom: 30px;
}
.marB60 {
  margin-bottom: 60px;
}
.noMar {
  margin: 0;
}

/* ----- COLORS ------- */
.text-light {
  color: #fff;
}
.ft-purp {
  color: #7150c8;
}
.ft-blue {
  color: #009def;
}
.ft-red {
  color: #d1394e;
}
.text-grey {
  color: #b2b2b2;
}
.text-greylight {
  color: #808080;
}
.ft-lightgray {
  color: #b2b2b2;
}
.ft-green {
  color: #3cb878;
}
/* background colors */
.bg-purp {
  background: #7150c8;
}
.bg-darkgrey {
  background: #252525;
}
.bg-blue {
  background: #009def;
}
.bg-red {
  background: #d1394e;
}
.bg-dark {
  background: #131313;
}
.bg-pink {
  background: #cd35e9;
}
.bg-green {
  background: #3cb878;
}

/* widths */
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
/* zindex */
.z100 {
  z-index: 100;
}
.z110 {
  z-index: 110;
}
.z120 {
  z-index: 120;
}

/*  ==================================

   JUMBO GENERAL

 ==================================  */

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.jumbotron#jumbo-generic {
  padding: 130px 0 40px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 50px;
  margin: 0 0 22px;
}
.jumbotron p {
  /* font-size: 24px; */
}

.border-between > [class*='col-']:before {
  background: #e3e3e3;
  bottom: 0;
  content: ' ';
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}
/*  ==================================

 HOME

 ==================================  */

/* Reseting video attributes */

embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: middle;
}

.ft.home .jumbotron {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container {
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.hero-video {
  object-fit: contain;
  width: 100%;
}
/* -------- */
.ft.home .navbar-fixed-top {
  display: none;
}
.ft.home .navbar-fixed-top.top-nav-collapse {
  display: block;
}
.bigNav {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.bigNav-cell {
  width: 33.333%;
  height: 50%;
  box-sizing: border-box;
  float: left;
  position: relative;
  cursor: pointer;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.brand-holder {
  background: rgba(0, 0, 0, 0.65);
}
.bigNav-cell.herolinks:hover {
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* .bigNav-cell.herolinks.bg-blue:hover {
  background: rgba(0, 157, 239, 0.65);
}
.bigNav-cell.herolinks.bg-red:hover {
  background: rgba(209, 57, 78, 0.65);
}
.bigNav-cell.herolinks.bg-green:hover {
  background: rgba(19, 130, 73, 0.85);
} */
.bigNav-cell {
  border-left: 1px solid #fff;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #fff;
}
.bigNav-cell:hover .bn-bg {
  opacity: 1;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.bigNav-cell:hover a span {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.bn-bg {
  -webkit-transform: translate3d(0, 0, 0) translateY(75px);
  transform: translate3d(0, 0, 0) translateY(75px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
/* ----------------- */
.bigNav-cell.noborder {
  border-left: none;
}
.bigNav-cell.noborderbot {
  border-bottom: none;
}

/* ---------------- home video nav -------------------  */
span.logo-stacked {
  width: 75%;
  height: 75%;
  display: block;
  text-indent: -9999px;
  background: url(../svg/logo-stacked.svg);
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10% auto;
}
span.logo-stacked-color {
/*  width: 316px;*/
  height: 15%;
  display: block;
  text-indent: -9999px;
  background: url(../images/logo.png);
  background-size: 316px 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 36% 0; text-align:center;
}
.bigNav-cell h2 {
  margin: 0;
  text-shadow: none;
  text-align: center;
  margin-top: 25%;
}
.bigNav-cell a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 140%;
  color: #fff;
  position: absolute;
  text-decoration: none;
  z-index: 10001; font-weight:700;
}
.bigNav-cell a,
.bigNav-cell h2 {
  text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}
.bigNav-cell a span {
  padding: 0;
  opacity: 0.8;
  text-align: center;
  display: block;
  height: 15%;
  margin: 36% 0;
}
.bigNav-cell.sel h2,
.bigNav-cell.sel a span {
  opacity: 1;
}

.bn-bg span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-weight: 100;
  font-size: 100%;
  background: rgba(0, 0, 0, 0.4);
}
/* nav cell behavior */

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

/* three blocks */
section#disadpl {
  padding: 0;
}
.tb-dis {
  background: url(../img/tb-dis.jpg) no-repeat scroll center 0;
  background-size: cover;
}
.disadpl {
  display: flex;
  background-color: white;
  overflow: hidden;
  min-height: 750px; /* fixed height, needs work */
  transition: all 1.2s ease;

  transition: width 0.5s ease;
}
.disadpl-container {
  display: flex;
  overflow: hidden;
}
.disadpl-inner {
  width: 100%;
  padding: 30px;
}
.border-sides {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* .disadpl-container img {
  display: flex;
  max-width: 100%;
} */
.stretch {
  width: 40%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.squeeze {
  width: 30%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

/* pure css tb */
#tb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 0;
}
#tb-container:hover .tb-item {
  width: 33.3333%;
}

.tb-item .tb-header p{ padding-right:40px;}

.tb-dis {
  background-image: url(../images/tb-dis.jpg);
}
.tb-adv {
  background-image: url(../images/tb-adv.jpg);
}
.tb-pla {
  background-image: url(../images/tb-pla.jpg);
}
.tb-item h2 {
  font-size: 40px;
}
.tb-item .btn {
  font-size: 18px;
}
.tb-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 33.333%;
  height: 70vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  display: block;
  cursor: pointer;
}
.tb-item:before,
.tb-item:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tb-item:after {
  background: rgba(3, 22, 37, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.tb-item:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(170%, black)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 170%);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) translateY(170%);
  transform: translate3d(0, 0, 0) translateY(50%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.tb-item:hover {
  width: 40% !important;
}
.tb-item:hover:after {
  opacity: 0;
}
.tb-item:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) translateY(0);
  transform: translate3d(0, 0, 0) translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s,
    -webkit-transform 1s ease 0.25s;
}
.tb-item:hover .tb-cta {
  opacity: 0.85;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.75s ease 0.5s;
  transition: all 0.75s ease 0.5s;
}
.tb-item:hover .tb-bg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.tb-cta {
  -webkit-transform: translate3d(0, 0, 0) translateY(25px);
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
.tb-cta h1 {
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.tb-header {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  position: relative;
  top: 10%;
  left: 57%;
}

.tb-bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}

/* metrics */
section#metrics {
  background: url(../images/section-metrics.jpg) no-repeat scroll center center
    #131313;
  background-size: cover;
}
.metrics-unit .metricsbase,
.metrics-sec .metrics-unit h3 span {
  opacity: 0.4;
  font-family: 'Lato', sans-serif;
}
.metrics-unit {
  margin-bottom: 50px;
}

/* partners */
section#partners-strip {
  padding: 30px 0;
}
.slider-partners {
  margin: 0;
}
.slider-partners li {
  margin: 0 50px;
}
.slider-partners .slick-arrow {
  display: none !important;
}


.two{ background:#6b65c3;}
.three{ background:#73c5ed;}
.four{ background:#953951;}
.five{ background:#3ab670;}
.six{ background:#0cced0;}













/*  ==================================



















 JUMBOS

 ==================================  */
.jumbotron {
  background-size: cover;
}
/* .jumbotron h1,
.jumbotron p {
  text-shadow: rgba(0, 0, 0, 0.8) 1px 0 15px;
} */

.jumbo-dist {
  background: url(../images/jumbo-dist.jpg) no-repeat scroll center 0;
}
.jumbo-adv {
  background: url(../images/jumbo-adv.jpg) no-repeat scroll center -340px #0b1e71;
}
.jumbotron.jumbo-adv {
  /* padding-bottom: 0 !important; */
}
/* metrics */
.bg-metrics {
  background: rgba(0, 0, 0, 0.4);
  padding: 0 0 25px 0;
  margin-top: 30px;
}
.metrics-sec h3 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 0px;
  text-shadow: rgba(0, 0, 0, 0.45) 1px 0 20px;
}
.metrics-sec h3 i {
  font-style: normal;
}
.metrics-sec h3 span {
  opacity: 0.85;
  font-size: 24px;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 0 20px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
p.metricsbase {
  opacity: 0.85;
  text-align: center;
  width: auto;
  text-transform: uppercase;
}

/*  ==================================

   CONTACT WIDGET

 ==================================  */
#ft-contact {
  background: url(../images/ft-contact-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}
#ft-contact h3 {
  font-size: 47px;
  margin-top: 0; font-weight:600;
}
#ft-contact p {
  font-size: 22px;
}

/*  ==================================

   DIST

 ==================================  */
.dist-icons {
  text-align: center;
}
.dist-icons img {
  width: 60%;
  text-align: center;
}
.dist-icons h2 {
  font-size: 28px;
}
.dist-icons p {
  font-weight: 300;
}
.dist-icons .ico {
  font-size: 120px;
}
/*  ==================================

   MOVIE

 ==================================  */
#ft-movie {
  background: url(../images/ft-movie-bg.jpg) no-repeat scroll center center #000;
  background-size: cover;
}
.btn-play img {
  display: block;
  margin: 0 auto;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.btn-play img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
section#ft-movie {
  padding: 10px 0;
}
.demo-videoplay {
  display: none;
}
#ft-movie .text-large a {
  color: #fff;
}
/*  ==================================

   Partners

 ==================================  */
.part-list img {
  opacity: 0.4;
  width: 90%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.part-list img:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*  ==================================

   ADVERTISE

 ==================================  */

/* audience */
section#audience {
  background: url(../images/section-aud.jpg) no-repeat scroll center center #000;
  background-size: cover;
}
.slider-categories {
  margin: 60px 200px;
}
.slidebox {
  width: 33%;
  float: left;
  display: block;
}
.draggable .slick-slide a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 20px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.draggable .slick-slide a:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.draggable .slick-slide img {
  height: auto;
  opacity: 0.85;
  width: 100%;
}
.draggable .slick-slide img:hover {
  opacity: 1;
}
/*  ==================================

   SHIFT CTV

 ==================================  */
.shiftCTV-icons li {
  padding: 0;
  margin: 0 0 40px 0;
  min-height: 120px;
}
.bulico {
  width: 82px;
  height: 82px;
  display: block;
  background-size: 82px 82px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 40px;
}

.bull-wireless {
  background: url(../images//home.png) no-repeat scroll 0 0;
}
.bull-generation {
  background: url(../images/audience.png) no-repeat scroll 0 0;
}
.bull-advertise {
  background: url(../images/tv.png) no-repeat scroll 0 0;
}
.bull-impressions {
  background: url(../images/eye.png) no-repeat scroll 0 0;
}

.bull-primetime{
  background: url(../images/star.png) no-repeat scroll 0 0;
}

#contactForm .btn{ background:#d1394e!important;}
#contactForm li{ font-size:14px;}
#contactForm #msgSubmit{ font-size:14px;}


/*  ==================================

   Map

 ==================================  */
.maparea img {
  opacity: 0.4;
  width: 100%;
}
.flags img {
  width: 70px;
  margin: 0 10px 0 20px;
  float: left;
}
.flags span {
  margin: 27px 0 0;
  display: block;
  font-size: 24px;
}
.flag-units {
  margin: 0 0 15px 0;
}
.st-mex,
.st-eng,
.st-can,
.st-usa,
.st-wor {
  opacity: 0.8;
  fill: #555;
  -webkit-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.st-eng {
  fill: #ff0000;
}
.st-usa {
  fill: #0182e0;
}
.st-can {
  fill: #ff0000;
}
.st-mex {
  fill: #24985a;
}
.flag-us,
.flag-uk,
.flag-ca,
.flag-mx {
  cursor: pointer;
  opacity: 0.6;
  margin: 0 0 50px;
  -webkit-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.flag-us:hover,
.flag-uk:hover,
.flag-ca:hover,
.flag-mx:hover {
  opacity: 1;
  -webkit-transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.flagHover {
  opacity: 1;
  -webkit-transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.engHover {
  fill: #fff;
}
.usaHover {
  fill: #fff;
}
.canHover {
  fill: #fff;
}
.mexHover {
  fill: #fff;
}
/*  ==================================

   Target

 ==================================  */
#targeting .dist-icons img {
  width: 50%;
}

/*  ==================================

   Prodcut

 ==================================  */
/* .sliderprod-nav .slick-slide {
  width: auto !important;
  float: none;
} */
.tvareanav {
  padding: 40px 20px 0 0;
}
.tvarea {
}
.tvarea ul {
  margin: 0;
  position: relative;
}

.tabs_prod a {
  text-decoration: none;
}
.tabs_prod li {
  position: relative;
  cursor: pointer;
}
.tabs-line {
  height: 126%;
  width: 2px;
  background: #d2d2d2;
  position: absolute;
  right: -88px;
  top: -26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tabs-circle {
  width: 30px;
  height: 30px;
  background: #d2d2d2;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  right: -102px;
  top: 0px;
}
.tabs_prod a:hover,
.tabs_prod li.active a {
  color: #009def;
}
.tabs_prod li.active p {
  opacity: 1;
}
.tabs_prod li.active .tabs-circle {
  background: #009def;
}
.tabs_prod .small {
  font-weight: 300;
  font-size: 70%;
  opacity: 0.3;
}
.tabprod_content {
  position: absolute;
  z-index: 10001;
  display: none;
}
.tabprod_content img {
  width: 90%;
  border: none;
}
.tabprod_static {
  position: relative;
  z-index: 10000;
}
.tabprod_static img {
  width: 90%;
}

/* slider prod nav */
.sliderprod-nav .slick-slide {
  opacity: 0.3;
  cursor: pointer;
}
.sliderprod-nav .slick-slide p {
  opacity: 0;
}
.sliderprod-nav .slick-slide.slick-active.slick-center {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.sliderprod-nav .slick-slide h4,
.sliderprod-nav .slick-slide p {
  padding-left: 15px;
  padding-right: 15px;
}
.sliderprod-nav .slick-slide.slick-active.slick-center p {
  opacity: 1;
}
.sliderprod-nav .slick-prev,
.sliderprod-nav .slick-next {
  bottom: 90px;
}

/* slider prod tv area */
.slider-product.tvarea {
  background: url(../img/prod-tv.png) no-repeat scroll center center;
  background-size: 60%;
}
.slider-product .draggable .slick-slide img {
  width: 60%;
  margin: 0 auto;
}

/*  ==================================

   PLATFORM

 ==================================  */
.jumbo-plat {
  background: url(../images/jumbo-plat.jpg) no-repeat scroll 0 -390px #d1394e;
}

.plat-ico {
  width: 25%;
  margin:0 auto 0 85px;
  display: block;
  float:left;
}
.plat-unit .tabs-line {
  left: 0px;
  height: 100%;
  top: 0;
}

.plat-unit .tabs-circle {
  top: 30%;
  left: -14px;
  background: #fff;
}
.plat-unit h4 {
  margin-top: 60px;
}

.plat-unit .focusOn .tabs-circle {
  background: #d1394e;
  border-color: #d1394e;
}
.plat-unit .focusOn.icon-blue .tabs-circle {
  background: #009def;
  border-color: #009def;
}
.plat-unit .focusOn.icon-pur .tabs-circle {
  background: #7150c8;
  border-color: #7150c8;
}
.plat-unit .focusOn.icon-green .tabs-circle {
  background: #3cb878;
  border-color: #3cb878;
}

.plat-unit.sticky #four-img > img,
.plat-unit.sticky #one-img > img,
.plat-unit.sticky #three-img > img,
.plat-unit.sticky #two-img > img {
  opacity: 0;
  transform: translate(100px);
  /* -webkit-transform: scale(0);
  transform: scale(0); */
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.plat-unit.sticky #four-img.focusOn > img,
.plat-unit.sticky #one-img.focusOn > img,
.plat-unit.sticky #three-img.focusOn > img,
.plat-unit.sticky #two-img.focusOn > img {
  opacity: 1;
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  transform: translate(-48px);
}

#plat-features ul > li {
  margin-bottom: 20px;
  line-height: 1.3em;
}
/*  ==================================

   PRIVACY - TERMS

 ==================================  */
.jumbo-privterm {
  background: url(../img/jumbo-privterm.jpg) no-repeat scroll right center
    #d1394e;
}
/*  ==================================

   ABOUT US

 ==================================  */
.jumbo-abou {
  background: url(../img/jumbo-abou.jpg) no-repeat scroll right center #d1394e;
}
.flagshipchannels img {
  width: 100%;
}
.available-icons {
  font-size: 160%;
  opacity: 0.5;
}
.available-icons li {
  margin: 0;
  width: 24%;
  padding: 0;
}
.available-icons li img {
  opacity: 0.5;
}
/*  ==================================

   our history

 ==================================  */
#ourhistory {
  background: url(../img/section-ourhistory.jpg) no-repeat scroll center #009def;
  background-size: cover;
}
.tabs_timeline {
  padding: 0 60px 20px;
}
.tabs_timeline ul {
  border-bottom: 3px solid #fff;
  padding: 0 0 20px;
  border-color: rgba(225, 225, 225, 0.6);
}
.tabs_timeline ul li {
  cursor: pointer;
}
.tabs_timeline a {
  text-decoration: none;
  color: rgba(225, 225, 225, 0.6);
}
.tabs_timeline li.active a {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.timelineBottom {
  min-height: 250px;
  margin-bottom: 110px;
}
.tabscircle {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 48%;
  bottom: -32px;
  background-color: #01a1de;
  border: 3px solid #fff;
  border-color: rgba(225, 225, 225, 0.6);
  border-radius: 50%;
}
.box5.active .tabscircle {
  background-color: #d1394e;
  border-color: rgba(255, 255, 255, 1);
}
.timeline_content h3,
.timeline_content p {
  font-weight: 300;
}
.box5 {
  width: 20%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
.tabs_timeline .box5 {
  position: relative;
}
/*  ==================================

   Form

 ==================================  */
.contact-info {
  text-transform: uppercase;
}
#contactForm .form-control {
  background-color: transparent;
}
#contactForm .form-group .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  border-color: rgba(225, 225, 225, 0.4);
  padding: 25px 0;
  height: 90px;
}
#contactForm .form-group .form-control:focus {
  border-color: rgba(225, 225, 225, 1);
  outline-width: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #fff;
}
#formSubmit {
  border: none;
  background: transparent;
  font-weight: 300;
  opacity: 0.6;
}
#formSubmit:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
}
/*  ==================================

   LOADER

 ==================================  */
.preloader-wrap .icon-ftlogo-inline {
  font-size: 320%;
}
.logo-slogan {
  position: relative;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
}
.logo-slogan .logo-stacked {
  width: 75%;
  height: 100%;
  opacity: 0.3;
  background-size: 75% 75%;
  margin: 0 auto;
}
.logo-loading {
  width: 90%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: url(../svg/logo-loading.svg);
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  opacity: 0.1;
}
.logo-slogan h2 {
  font-size: 35px;
  margin: 10px 0;
  color: #5a5a5a;
}
.preloader-wrap .icon-ft-white {
  font-size: 340%;
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10004;
}
.percentage {
  z-index: 10009;
  /* border: 1px solid #ccc; */
  text-align: center;
  color: #5a5a5a; /* text color */
  line-height: 30px;
  font-size: 15px;
  background: #5a5a5a;
}
.loader,
.percentage {
  height: 30px;
  width: 100%;
  font-weight: 300;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
}
.loader:after,
.percentage:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trackbar {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 1;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #131313,
    #131313 10px,
    #333333 10px,
    #333333 20px
  ); /* Stripes Background Gradient */
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

/*  ==================================

   MISC

 ==================================  */
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #232323;
  width: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.padding-top20 {
  padding-top: 20px;
}

/*  ==================================

     FOOTER

 ==================================  */

footer {
  background: #0f0f0f;
  padding: 40px 0;
  border-top: 3px solid #e2e2e2;
}
footer * {
  font-size: 98%;
  color: #777;
}
footer .row {
  padding: 40px 0 60px;
}
footer .icon-ftlogo-inline {
  color: #fff;
}
footer .navbar-brand {
  opacity: 0.3;
  margin: 0;
  height: 50px;
}
footer hr {
  opacity: 0.1;
  margin: 0;
  height: 1px;
}
/* footer .vdivide .padding-top20 {
  height: 200px;
} */

footer ul.list-unstyled {
  /* padding-left: 30px;
  padding-right: 30px; */
}
footer ul.list-unstyled li {
  margin-bottom: 12px;
}
footer h4 {
  margin-top: 0;
}
footer .footer-soc-icons span {
  font-size: 122%;
}

/*  ==================================

 temp

 ==================================  */
