/**
  Theme Name: Content Ignite® v.1.3
  Theme URI: http://www.contentignite.com/
  Version: 1.3
  Author: Content Ignite®
  Author URI: http://www.contentignite.com/
  
  Description: A updated theme created for by the Content Ignite® website, built by Think Clever Media Ltd
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;

  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2 {
  text-transform: lowercase;
}

h1,
h2,
h3 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  letter-spacing: -0.04em;
}

body,
h4,
h5,
h6,
p,
.homepage-steps h3,
.homepage-image h3,
.homepage-signup h4,
.quicklink-btn,
.overlay nav,
.nav,
.button,
.product-preview-wrapper h3 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  color: #131c31;
  letter-spacing: inherit;
  font-weight: 300;
}

img {
  border: none;
}

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

a:hover {
  color: #de5a13;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

ul {
  line-height: 24px;
}

small {
  font-size: 0.8em;
}

/* font styles */
strong {
  font-family: 'proxima_nova_rgbold';
  font-weight: 700;
}

em {
  font-family: 'proxima_novaregular_italic';
}

.green-text {
  color: #20aa5a;
}

.orange-text {
  color: #f39200 !important;
}

.lightblue-text,
.large-stat {
  color: #62befe !important;
}

.white-text {
  color: #fff;
}

.dark-text,
.dark-text h1,
.dark-text p {
  color: #131c31 !important;
}

h2 {
  color: #131c31;
}

.white-text,
.testimonials h2,
.testimonials p,
.slider-text h2,
.slider-text p,
.homepage-stats .col-44,
.homepage-signup h2,
.homepage-signup h4,
.homepage-signup h5,
.homepage-signup p,
.homepage-stats h2,
.homepage-stats h5,
.about-tcm h2,
.about-tcm h5,
.about-tcm p,
.photo-gallery-wrapper h2,
.photo-gallery-wrapper h4,
.photo-gallery-wrapper p {
  color: #fff;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

/* background colours */

.bg-green {
  background: #20aa5a !important;
}

.bg-orange {
  background: #f39200;
}

.bg-lightgrey {
  background: #f6f6f6;
}

.bg-white {
  background: #fff;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* Common button styles */
.button {
  margin: 0.2em;
  padding: 0.8em 1.2em;
  border: none;
  background: none;
  color: #fff;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button i {
  margin-right: 8px;
}
.button .fa-info-circle {
  /*top: -.06em;*/
  position: relative;
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: center;
}

.button a:hover {
  color: #fff;
}

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button--text-thin {
  font-weight: 300;
}
.button--text-medium {
  font-weight: 500;
}
.button--text-thick {
  font-weight: 600;
}
.button--round-s {
  border-radius: 5px;
}
.button--round-m {
  border-radius: 15px;
}
.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}
.button--border-medium {
  border: 2px solid;
}
.button--border-thick {
  border: 3px solid;
}

/* Antiman */
.button--antiman {
  background: none;
  border: none;
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman > span {
  padding-left: 0.35em;
}
.button--antiman::before,
.button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.button--noanim::before,
.button--noanim::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.button--noanim:hover::after {
  opacity: 0;
}
.button--antiman::before {
  border: 2px solid #37474f;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.button--antiman.button--border-thin::before {
  border-width: 1px;
}
.button--antiman.button--border-medium::before {
  border-width: 2px;
}
.button--antiman.button--border-thick::before {
  border-width: 3px;
}
.button--antiman.button--inverted::before {
  border-color: #f39200;
}
.button--antiman.button--inverted-alt::before {
  border-color: #f39200;
}
.button--antiman::after {
  background: #fff;
}
.button--antiman.button--inverted::after {
  background: #f39200;
}
.button--antiman.button--inverted-alt::after {
  background: #f39200;
}
.button--antiman.button--inverted:hover {
  color: #f39200;
}
.button--antiman.button--inverted-alt:hover {
  color: #f39200;
}
.button--green::before {
  border-color: #20aa5a;
}
.button--green-alt::before {
  border-color: #20aa5a;
}
.button--green::after {
  background: #20aa5a;
}
.button--green-alt::after {
  background: #20aa5a;
}
.button--green:hover {
  color: #20aa5a;
}
.button--green-alt:hover {
  color: #20aa5a;
}
.button--yellow::before {
  border-color: #faa52a;
}
.button--yellow-alt::before {
  border-color: #faa52a;
}
.button--yellow::after {
  background: #faa52a;
}
.button--yellow-alt::after {
  background: #faa52a;
}
.button--yellow:hover {
  color: #faa52a;
}
.button--yellow-alt:hover {
  color: #faa52a;
}
.button--grey::before {
  border-color: #131c31;
}
.button--grey-alt::before {
  border-color: #131c31;
}
.button--grey::after {
  background: #131c31;
}
.button--grey-alt::after {
  background: #131c31;
}
.button--grey:hover {
  color: #131c31;
}
.button--grey-alt:hover {
  color: #131c31;
}
.button--red::before {
  border-color: #ce361a;
}
.button--red-alt::before {
  border-color: #ce361a;
}
.button--red::after {
  background: #ce361a;
}
.button--red-alt::after {
  background: #ce361a;
}
.button--red:hover {
  color: #ce361a;
}
.button--red-alt:hover {
  color: #ce361a;
}
.button--orange-alt::before {
  border-color: #ec7c23;
}
.button--orange::after {
  background: #ec7c23;
}
.button--orange-alt::after {
  background: #ec7c23;
}
.button--orange:hover {
  color: #ec7c23;
}
.button--orange-alt:hover {
  color: #ec7c23;
}
.button--blue-alt::before {
  border-color: #00aced;
}
.button--blue::after {
  background: #00aced;
}
.button--blue-alt::after {
  background: #00aced;
}
.button--blue:hover {
  color: #00aced;
}
.button--blue-alt:hover {
  color: #00aced;
}
.button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

/* Sizes */
.button--size-s {
  font-size: 12px;
  padding: 1em;
}
.button--size-m {
  font-size: 13px;
}
.button--size-l {
  font-size: 16px;
}

/* heading styles */

h1 {
  font-size: 50px;
  line-height: 40px;
  padding: 0 0 10px;
  margin-bottom: 0;
}

h2 {
  font-size: 44px;
  margin-bottom: 0;
}

h2 small {
  font-size: 0.4em !important;
  vertical-align: super;
}

h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
}

h6 {
  font-size: 16px;
}

hr,
hr.trans,
hr.trans-20,
hr.trans-10 {
  border: 0;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
}

hr.trans,
hr.trans-20,
hr.trans-10 {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

hr.trans-20 {
  margin: 20px 0;
}

hr.trans-10 {
  margin: 10px 0;
}

hr.style-grey,
hr.style-grey-half,
hr.style-white,
hr.style-white-half,
hr.style-grey-half-left,
hr.style-white-half-left {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  margin: 20px -100px;
}

hr.style-grey-half {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.15)
  );
  margin: 20px 0 20px -100px;
}

hr.style-white,
.about-tcm hr.style-grey {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

hr.style-white-half {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.15)
  );
  margin: 20px 0 20px -100px;
}

hr.style-grey-half-left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  margin: 20px 0 20px -10px;
}

hr.style-white-half-left {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  margin: 10px 0 10px -10px;
}

/* font-awesome */
.fa-1 {
  font-size: 1.3em !important;
}

.fa-2 {
  font-size: 2em !important;
}

.fa-3 {
  font-size: 2.4em !important;
}

.fa-4 {
  font-size: 3em !important;
}

.fa-5 {
  font-size: 4.4em !important;
}

.fa-6 {
  font-size: 4.6em !important;
}

.fa-ul {
  padding-left: 20px !important;
}

.fa-li {
  top: 0.16185714em !important;
}

.fa-square {
  color: #f39200;
}

.fa-check-square {
  color: #20aa5a;
}

/* columns */
.col-100,
.col-98,
.col-66,
.col-66-pad-left,
.col-60,
.col-60-pad,
.col-50,
.col-50-pad,
.col-48,
.col-44,
.col-40,
.col-40-pad,
.col-33,
.col-31-pad,
.col-29-pad,
.col-25-pad,
.col-20-pad,
.col-10,
.col-27-pad-marg {
  float: left;
}

.col-100 {
  width: 100%;
  padding: 1%;
}

.col-98 {
  width: 98%;
  padding: 1%;
}

.col-66 {
  width: 66.66666666%;
}

.col-66-pad-left {
  width: 62.66666666%;
  padding: 0 0 0 4%;
}

.col-60 {
  width: 60%;
}

.col-60-pad {
  width: 54%;
  padding: 0 3%;
}

.col-50 {
  width: 50%;
}

.col-50-pad {
  width: 50%;
  padding: 0 1%;
}

.col-48 {
  width: 48%;
  padding: 0 1%;
}

.col-44 {
  width: 44%;
  padding: 0 3%;
}

.col-40 {
  width: 40%;
}

.col-40-pad {
  width: 36%;
  padding: 0 2%;
}

.col-33 {
  width: 33.33333333%;
}

.col-31-pad {
  width: 31.33333333%;
  padding: 1%;
}

.col-29-pad {
  width: 29.33333333%;
  padding: 2%;
}

.col-27-pad-marg {
  width: 27.33333333%;
  padding: 2%;
  margin: 1%;
}

.col-25-pad {
  width: 23%;
  padding: 1%;
}

.col-20-pad {
  width: 18%;
  padding: 1%;
}

.col-10 {
  width: 10%;
}

ul.column1-nopad,
ul.column2,
ul.column2-nopad,
ul.column3,
ul.column4,
ul.column2-nomargin {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  float: left;
}

ul.column2-nomargin {
  width: 100%;
}

ul.column2 li,
ul.column2-nopad li,
ul.column3 li,
ul.column4 li,
ul.column2-nomargin li {
  float: left;
  margin: 1%;
}

ul.column3 li {
  width: 29.3333333333%;
  text-align: center;
}

ul.column4 li {
  width: 21%;
}

ul.column2 li {
  width: 44%;
  padding: 2%;
}

ul.column1-nopad {
  width: 96%;
  padding: 2%;
  margin: 10px 0 30px;
  text-align: center;
  background: #f6f6f6;
}

ul.column1-nopad li {
  width: 100%;
}

ul.column1-nopad li img {
  width: 100%;
  height: auto;
}

ul.column2-nopad li {
  width: 48%;
}

ul.column2-nomargin li {
  width: 44%;
  margin: 0;
  padding: 0 3%;
}

ul.column3 li img,
ul.column4 li img {
  margin: 0 0 20px;
}

ul.column2 li img,
ul.column2-nopad li img,
ul.column3 li img,
ul.column4 li img,
ul.column2-nomargin li img {
  width: 100%;
  height: auto;
}

ul.column2 h2 {
  margin: 20px 0 10px;
}

ul.column3 h2 {
  margin: 10px 0;
}

ul.column2 h3 ul.column3 h3,
ul.column4 h3 {
  margin: 0;
  font-size: 24px;
}

ul.column2 h4,
ul.column3 h4,
ul.column4 h4 {
  margin: 10px 0;
}

ul.column2 h4,
ul.column3 h4,
ul.column4 h4 {
  font-size: 16px;
}

ul.column2-nomargin li h2 {
  margin: 50px 0 20px;
}

ul.whitelabel-support li {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

/* white label page */

.bg-whitelabel-publishers {
  background: url(images/bg-whitelabel-publishers.png) no-repeat;
  background-position: right bottom;
  padding: 6% 0 8% !important;
}

.bg-whitelabel-agencies {
  background: url(images/bg-whitelabel-agencies.png) no-repeat;
  background-position: left bottom;
  padding: 6% 0 8% !important;
}

.bg-whitelabel-publishers h2,
.bg-whitelabel-agencies h2 {
  margin-top: -20px;
}

.whitelabel-products img {
  width: 90%;
  height: auto;
}

.imac-publishers {
  position: relative;
}

.imac-publishers img {
  width: 80%;
  float: right;
  position: absolute;
  top: -110px;
  right: 0;
}

.imac-agencies {
  position: relative;
}

.imac-agencies img {
  width: 85%;
  float: left;
  position: absolute;
  top: -110px;
  right: left;
}

/* site content */

.colour-bar {
  width: 100vw;
  height: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990000+0,ef8008+50,f9c718+100 */
  background: #990000; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #990000 0%,
    #ef8008 50%,
    #f9c718 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #990000 0%,
    #ef8008 50%,
    #f9c718 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #990000 0%,
    #ef8008 50%,
    #f9c718 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#f9c718',GradientType=1 ); /* IE6-9 */
  position: fixed;
  top: 0;
  left: 0;
}

.colour-bar-btm,
.colour-bar-nav {
  position: fixed;
  z-index: 9998;
  bottom: 0;
}

.colour-bar-nav {
  width: 100%;
  position: absolute;
}

section {
  width: 1200px;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
}

/* navigation */

.nav {
  float: right;
  padding: 0;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  position: relative;
  float: left;
  line-height: 16px;
}

.nav ul li.nav-wide a {
  width: 170px;
}

.nav a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;

  padding: 17px 10px 10px;
}

.nav ul li.nav-icon a {
  width: 22px !important;
}

.nav a:hover {
  color: #f39200;
}

.nav a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 80%;
}

.nav ul ul {
  list-style: none;
  position: absolute;
  left: -9999px;
}

.nav ul ul li {
  padding-top: 0px;
  float: none;
}

.nav ul ul a {
  white-space: nowrap;
  background-color: rgba(4, 39, 70, .5);
  text-align: left;
}

.nav ul li:hover ul {
  left: 0;
}

.nav ul li:hover ul li a {
  background: #000;
  background: rgba(19, 28, 49, 0.8);
  color: #fff;
  margin-top: 2px;
  padding: 17px 15px 16px;
}

.nav ul li:hover ul a {
  text-decoration: none;
}

.nav ul li:hover ul li a:hover {
  background: #000;
  background: rgba(19, 28, 49, 0.2);
  color: #f8c72c;
}

.nav ul li:hover ul li a:after {
  background: #f8c72c;
}

.nav ul li.social-nav i {
  font-size: 0.85em;
}

.nav ul li.social-nav a {
  margin-top: 2px;
  padding: 17px 7px 10px;
}

.nav ul li.social-nav-last {
  margin-right: 10px;
}

/* header */

header {
  display: none;
}

.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 9997;
  height: 230px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.cbp-af-header .logo,
.cbp-af-header .small-logo,
.cbp-af-header .nav {
  display: inline-block;
  position: relative;
}

.cbp-af-header .logo {
  margin: 40px 0 0;
  float: left;
}

.cbp-af-header .small-logo {
  opacity: 0;
  margin-top: -400px;
}

.cbp-af-header .nav {
  float: right;
  margin: 86px 0 0;
}

.cbp-af-header .logo,
.cbp-af-header .nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cbp-af-header .small-logo {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.cbp-af-header.cbp-af-header-shrink {
  height: 80px;
  background: rgba(255, 255, 255, 1);
}

.cbp-af-header.cbp-af-header-shrink .nav {
  margin: 15px 0 0;
}

.cbp-af-header.cbp-af-header-shrink .nav a {
  color: #131c31;
}

.cbp-af-header.cbp-af-header-shrink .nav ul ul a {
  color: #FFF;
}

.cbp-af-header.cbp-af-header-shrink .nav a:hover {
  color: #f39200;
}

.cbp-af-header.cbp-af-header-shrink .logo {
  opacity: 0;
  margin-top: -500px;
}

.cbp-af-header.cbp-af-header-shrink .small-logo {
  opacity: 1;
  margin: 5px 0 0;
  width: 50px;
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background:rgba(19,28,49,0.95) url(images/menu-overlay-bg.png) no-repeat -350px -250px;
	background-size: 80%;*/
  overflow: auto;
  z-index: 9998;
}
.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.wrap ul.wrap-nav {
  text-transform: capitalize;
  padding: 150px 0px 100px;
}
.wrap ul.wrap-nav li {
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}
.wrap ul.wrap-nav li a {
  color: #f39200;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
  color: #f0f0f0;
}
.wrap ul.wrap-nav ul {
  padding: 20px 0;
}
.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 18px;
  width: 100%;
  color: #e9e9e9;
}
.wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
  color: #f39200;
}
.social {
  font-size: 25px;
  padding: 20px;
}
.social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px;
}
.social p a {
  color: #f39200;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.social-icon {
  color: #fff;
  display: inline-block;
  margin: 0 20px;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.social-icon:hover {
  color: #f39200;
}
.social-icon i {
  margin-top: 12px;
}
.nav-overlay-show {
  display: none !important;
}
@media screen and (max-width: 48em) {
  .nav-overlay-hide {
    display: none !important;
  }
  .nav-overlay-show {
    display: inline-block !important;
  }
  .wrap ul.wrap-nav li {
    font-size: 22px;
  }
  .wrap ul.wrap-nav > li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrap ul.wrap-nav ul {
    padding: 10px 0;
  }
  .wrap ul.wrap-nav ul li {
    font-size: 16px;
  }
  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }
  nav ul {
    opacity: 0;
    visibility: hidden;
  }
  .social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 0;
  }
  .social-icon {
    width: 25%;
    height: 50px;
    display: block;
    margin: 5px 0;
    float: left;
  }
}
.content {
  width: 100%;
  margin-top: 200px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

/* hamburger */

.wrapper-menu {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
  position: fixed;
  z-index: 9999 !important;
  top: 3%;
  right: 2%;
}

.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  width: 100%;
  height: 2px;
}

.line-menu-white {
  background: #fff;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.open .line-menu.start,
.open .line-menu.end,
.open .line-menu {
  background-color: #f39200 !important;
  z-index: 9999 !important;
  position: relative;
}

.line-menu-black {
  background: #131c31;
}

.footer-section .wrap ul.wrap-nav {
  padding: 40px 0px 20px;
}

.footer-section .wrap ul.wrap-nav ul li {
  font-size: 16px;
}

.footer-section .wrap ul.wrap-nav ul li h3 {
  font-size: 24px;
}

.footer-section .wrap ul.wrap-nav ul li a {
  color: #131c31;
}

.footer-section .wrap ul.wrap-nav ul li a:hover {
  color: #f39200;
}

/* quicklinks */

.quicklinks-2 {
  width: 100%;
  position: relative;
  padding: 5px 0;
  height: auto;
  overflow: auto;
  overflow-y: hidden;
}

.ql-content-2 {
  background: rgba(255, 255, 255, 0.03);
  background: #ffffff0a;
  width: 31.3333%;
  height: auto;
  margin: 5% 1% 1%;
  padding: 1%;
  float: left;
}

.ql-content-text {
  width: 100%;
  height: 92%;
  min-height: 160px;
  padding: 4%;
  position: relative;
}

.ql-content-text h3 {
  margin: 20px 0 -10px;
}

.ql-content-text h3,
.ql-content-text p {
  color: #e1e8ed;
}

.ql-content-text p {
  font-size: 15px;
}

.ql-content-2 img {
  width: 100%;
  height: auto;
}

.q1-2 {
  border-top: 5px solid #c23b17;
}

.q1-2 .fa-1,
.q2-2 .fa-1,
.q3-2 .fa-1,
.q4-2 .fa-1 {
  color: #fff;
  padding: 5%;
  border-radius: 45px;
  position: absolute;
  top: -44px;
  left: 42%;
}

.q1-2 .fa-1 {
  background: #c23b17;
}

.q2-2 {
  border-top: 5px solid #ec7c23;
}

.q2-2 .fa-1 {
  background: #ec7c23;
}

.q3-2 {
  border-top: 5px solid #faa52a;
}

.q3-2 .fa-1 {
  background: #faa52a;
}

.q4-2 {
  border-top: 5px solid #20aa5a;
}

.q4-2 .fa-1 {
  background: #20aa5a;
  font-size: 1.3em;
  top: -34px;
}

/* homepage content */

.page-content {
  width: 100%;
  background: #fff;
  padding: 5% 0;
}

.page-content-home {
  padding: 5% 0 0;
}

.page-inner {
  padding: 60px 0 100px;
}

.page-contact {
  padding: 0;
}

.full-width {
  width: 100%;
  padding: 5% 0;
}

.featured-page-image {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100vh;
}

.homepage-mobile {
  width: 100%;
  padding: 20px 0 80px;
}

.homepage-mobile .button {
  margin: 0.5em 0.5em 0.5em 0;
}

.homepage-mobile h4.sub-heading {
  width: 76%;
  margin: 2% auto;
}

.home-imac-static img {
  width: 90%;
  height: auto;
}

.col-imac-static {
  display: none;
}

.home-imac {
  width: 496px;
  height: 412px;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
}

.home-ipad {
  width: 184px;
  height: 260px;
  position: absolute;
  z-index: 13;
  bottom: -6px;
  right: 400px;
}

.home-iphone {
  width: 80px;
  height: 166px;
  position: absolute;
  z-index: 14;
  bottom: -14px;
  right: 360px;
}

.home-infographic {
  margin-top: -60px;
}

.home-infographic img {
  width: 100%;
  height: auto;
}

.homepage-image {
  width: 100%;
  padding: 180px 0 140px 0;
  background: #f6f6f6;
  background-size: cover;
}

.advertiser-benefits,
.advertiser-benefits-strbtm {
  background: #f6f6f6;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.advertiser-benefits-strbtm {
  background: #f6f6f6;
  margin-bottom: -70px;
  padding: 180px 0;
}

ul.ad-bynumbers {
  list-style: none;
  margin: 20px;
}

.homepage-image .col-29-pad,
ul.ad-bynumbers li {
  background: #fcfcfc;
  width: 30.33333333%;
  padding: 0.5%;
  margin: 1%;
  min-height: 285px;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.homepage-image .col-29-pad:hover,
ul.ad-bynumbers li:hover {
  background: #f39200;
}

.homepage-image .col-29-pad i,
ul.ad-bynumbers li i {
  color: #ccc;
  margin: 20px 0;
  top: 0;
  position: relative;
}

.homepage-image .col-29-pad:hover i,
ul.ad-bynumbers li:hover i {
  color: #f39200;
  top: -5px;
}

ul.ad-bynumbers li {
  float: left;
  width: 22%;
  min-height: 255px;
}

.box-content {
  background: #fcfcfc;
  padding: 6%;
  width: 88%;
  min-height: 240px;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

ul.ad-bynumbers li .box-content {
  width: 88%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.03);
}

ul.ad-bynumbers li:hover .box-content {
  background: rgba(255, 255, 255, 1);
}

.advertiser-benefits .col-29-pad {
  min-height: 225px;
}

.advertiser-benefites .box-content {
  min-height: 180px;
}

.homepage-stats {
  width: 100%;
  padding: 180px 0 90px;
  position: relative;
  z-index: 8;
  min-height: 530px;
  background: url(images/stats/stats-section.jpg) top center;
}

.homepage-stats h2 {
  font-size: 36px;
}

.homepage-stats h3 {
  font-size: 40px;
  margin: 0 0 -10px;
  padding: 6px 0 0;
}

.homepage-stats h5 {
  font-size: 20px;
}

.stats-numbers img {
  float: left;
  margin: 0 15px 0 0;
}

#chartli2 {
  position: relative;
  top: -25px !important;
  opacity: 0.9;
}

.large-stat {
  font-size: 60px;
  display: block;
}

.extra-small {
  font-size: 18px;
}

.homepage-stats .col-44 {
  height: 150px;
  margin: 5px 0;
}

.homepage-steps {
  width: 100%;
  padding: 160px 0 0;
  position: relative;
  z-index: 9;
}

.step-number {
  float: left;
  margin-right: 20px;
}

.homepage-steps .col-29-pad img {
  top: 0;
  position: relative;
}

.homepage-steps .col-29-pad:hover img {
  top: -10px;
}

.step-arrow-one,
.step-arrow-two {
  position: relative;
  top: -110px;
  left: -70px;
  width: 60px;
  height: 38px;
  background: url(images/arrow-1.png) no-repeat;
}

.step-arrow-two {
  top: -30px;
  right: 70px;
  left: inherit;
  background: url(images/arrow-2.png) no-repeat;
}

.homepage-partners {
  width: 100%;
  padding: 80px 0 160px;
  position: relative;
  z-index: 9;
}

.homepage-partners .col-25-pad {
  background: #fcfcfc;
  padding: 5% 1%;
  margin: 1%;
  width: 21%;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.standfirst h2 {
  font-size: 30px;
  text-transform: none;
  line-height: 42px;
}

.about-team {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
}

.about-tcm {
  width: 100%;
  padding: 100px 0;
  background: url(images/bg-about-tcm.jpg) top no-repeat;
  background-size: cover;
}

.about-tcm small {
  font-size: 0.8em !important;
  color: rgba(255, 255, 255, 0.6);
}

#team-57 .team-item {
  width: 21% !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.team-flat .team-title {
  padding: 20px 0 0 !important;
}

.team-flat .team-content {
  display: none;
}

.team-container .team-social {
  padding: 10px 0 20px;
}

.marketplace img {
  width: 100%;
  height: auto;
}

.page-products {
  padding: 4% 0 0;
}

.product-showcase {
  width: 1140px;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
  top: 0;
  z-index: 11;
  margin: 0 0 0 -610px;
  left: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-showcase .nav {
  position: absolute;
  top: 25px;
  right: 20px;
}

.product-showcase .nav a {
  color: #131c31;
}

.product-showcase .nav a:hover {
  color: #f39203;
}

.banner-showcase {
  padding: 14% 0 6%;
  text-align: center;
}

.banner-showcase h1,
.banner-showcase p {
  color: #fff;
}

.banner-showcase h1 {
  margin: 10px 0;
  padding: 0;
  border: none;
}

/* social section in footer */

.social-wrapper {
  width: 100%;
  margin: 0;
  padding: 5% 0;
  background: #f6f6f6;
}

.social-wrapper .fa {
  margin: 0 0 20px;
}

.social-wrapper .fa-facebook-official {
  color: #365899;
}

._5pbw a,
._5pbx a {
  color: #f39200 !important;
}

.social-wrapper .fa-twitter {
  color: #3b94d9;
}

.social-wrapper .fa-instagram.fa-3 {
  color: #e33566;
}

.timeline-Widget--edge {
  border: 1px solid #eee !important;
}

.timeline-Footer {
  border-bottom: 1px solid #eee !important;
}

/* testimonials */

.testimonials-wrapper {
  width: 100%;
}

.testimonials-wrapper-page {
  padding: 8% 0;
  background: url(images/bg-testimonials-page.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.cbp-qtrotator {
  position: relative;
  margin: 1em auto 1em auto;
  max-width: 900px;
  width: 96%;
  padding: 0 2%;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 1em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: ' ';
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #990000;
  background: -moz-linear-gradient(left, #990000 0%, #ef8008 50%, #f9c718 100%);
  background: -webkit-linear-gradient(
    left,
    #990000 0%,
    #ef8008 50%,
    #f9c718 100%
  );
  background: linear-gradient(to right, #990000 0%, #ef8008 50%, #f9c718 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#f9c718',GradientType=1 );
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote p {
  font-family: 'proxima_novalight_italic';
  font-size: 1.8em;
  line-height: 1.2em;
  color: #f6f6f6;
  font-weight: 300;
  margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote .qt-name {
  font-size: 1.2em;
  color: #f39200;
}

.cbp-qtrotator blockquote .qt-name:before {
  content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin: 0.5em 0 0.5em 3em;
  width: 180px;
  height: 180px;
  border: 5px solid rgba(0, 0, 0, 0.2);
}

/* Example for media query */
@media screen and (max-width: 30.6em) {
  .cbp-qtrotator {
    font-size: 70%;
  }

  .cbp-qtrotator img {
    width: 80px;
  }
}

/* menu */

.logo-small {
  position: fixed;
  top: 14px;
  left: 11px;
  height: 36px;
  width: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button_container {
  position: relative;
  top: 60px;
  left: 16px;
  height: 16px;
  width: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
  background: rgba(0, 0, 0, 0.6);
}

.button_container.active .middle {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}

.button_container.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: rgba(0, 0, 0, 0.6);
}

.button_container span {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 7px;
}

.button_container span:nth-of-type(3) {
  top: 14px;
}

/* gallery section */

.photo-gallery-wrapper {
  width: 100%;
  padding: 8% 0;
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-image-gallery.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.tiled-gallery {
  width: 1200px;
}

.tiled-gallery .gallery-row {
  width: 100% !important;
}

.dashboard-wrapper {
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-ad-gallery.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.careers-wrapper {
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-ad-careers.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.stemx-wrapper {
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-stemx.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

/* homepage banner */

.banner-wrapper {
  width: 100vw;
  height: 50vh;
  position: relative;
  z-index: 10;
}

.banner-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}

.banner-text {
  width: 100%;
}

.banner-text {
  padding: 270px 0 160px;
}

.banner-text h1,
.banner-text h2,
.banner-text h4,
.banner-text p {
  color: #fff;
  border: none;
}

.banner-text h4 {
  margin: 10px 0 0;
  line-height: 1.2em;
}

.banner-text h4 small {
  font-size: 0.6em;
  vertical-align: super;
}

.banner-text p {
  font-size: 1.2em;
  line-height: 1.3em;
}

.banner-text h1,
.banner-text h2 {
  font-size: 56px;
}

.banner-text .all-btn {
  font-size: 20px;
  padding: 20px 25px;
}

.banner-text .all-btn i {
  top: 3px;
  position: relative;
}

.logo-white-large,
.logo-white-small {
  width: 420px;
  height: 350px;
  position: absolute;
  right: 20px;
  bottom: 0;

  background: url(images/logo-large-white.png) no-repeat;
}

.small {
  width: 220px;
  height: 183px;
  bottom: 0;
  background-size: cover;
}

.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 140px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #f6f6f6;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #f6f6f6;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

.scroll-text {
  width: 200px;
  text-align: center;
  margin: 50px 0 0 -89px;
  color: #f6f6f6;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* homepage - sign up section */

.homepage-signup {
  width: 100%;
  padding: 130px 0;
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-signup.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.homepage-signup h4 {
  margin-bottom: 10px;
}

.ad-signup {
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-signup-advertising.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}

.contact-signup {
  background: linear-gradient(#0256a6, #011220),
    url(images/bg-signup-contact.jpg) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}

/* contact form */

html {
  background-size: cover;
  height: 100%;
}

#feedback-page {
  text-align: center;
}

#form-main {
  width: 100%;
  float: left;
  padding-top: 0px;
}

#form-div {
  width: 100%;
  float: left;
}

#form-div p {
  margin: 10px 0;
}

.feedback-input,
.wpcf7-form-control,
.feedback-input-booking,
.upload-creative {
  color: #fff !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  background-color: #121212;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 15px 15px 45px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.feedback-input-booking,
.upload-creative {
  color: #121212 !important;
}

.feedback-input:focus,
.feedback-input-booking:focus,
.wpcf7-form-control:focus,
.upload-creative:focus {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0;
  border: 3px solid #46b658;
  outline: none;
  padding: 15px 15px 15px 50px;
}

.focused {
  border: rgba(0, 0, 0, 0.2);
}

.feedback-input-booking {
  padding: 15px;
  background: rgba(0, 0, 0, 0.07);
}

.feedback-input-booking:focus {
  padding: 15px 15px 15px 25px;
}

.homepage-content .wpcf7-form-control {
  margin: 0 0 5px;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.homepage-content .wpcf7-form-control:focus {
  background: #fff;
  border: 3px solid #46b658;
  color: #3498db !important;
}

.homepage-content .focused {
  color: #30aed6;
  border: rgba(179, 203, 12, 1);
}

.homepage-content .wpcf7-recaptcha {
  border: none;
}

/* Icons ---------------------------------- */

#name {
  background-image: url(images/form/name.svg);
}

#name:focus {
  background-image: url(images/form/name-ov.svg);
}

#tel {
  background-image: url(images/form/tel.svg);
}

#tel:focus {
  background-image: url(images/form/tel.svg);
}

#email {
  background-image: url(images/form/email.svg);
}

#email:focus {
  background-image: url(images/form/email-ov.svg);
}

#website {
  background-image: url(images/form/website.svg);
}

#website:focus {
  background-image: url(images/form/website-ov.svg);
}

#comment {
  background-image: url(images/form/comment.svg);
}

#comment:focus {
  background-image: url(images/form/comment-ov.svg);
}

#uniques {
  background-image: url(images/form/uniques.svg);
}

#uniques:focus {
  background-image: url(images/form/uniques-ov.svg);
}

#ad-spend {
  background-image: url(images/form/ad-spend.svg);
}

#ad-spend:focus {
  background-image: url(images/form/ad-spent-ov.svg);
}

#name,
#name:focus,
#tel,
#tel:focus,
#email,
#email:focus,
#website,
#website:focus,
#comment,
#comment:focus,
#uniques,
#uniques:focus,
#ad-spend,
#ad-spend:focus {
  background-size: 50px 20px;
  background-position: 9px 14px;
  background-repeat: no-repeat;
}

span.wpcf7-form-control-wrap select,
select.feedback-input-booking {
  height: 55px;
  text-indent: 36px;
  color: #121212 !important;
  padding: 15px 10px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

span.wpcf7-form-control-wrap select {
  color: #747474 !important;
}

select.feedback-input-booking {
  padding: 15px !important;
  text-indent: inherit;
}

textarea {
  width: 100%;
  height: 125px;
  line-height: 150%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: white;
}

input[type='submit'],
input[type='reset'] {
  background: rgba(32, 170, 90, 1);
  border: 2px solid rgba(32, 170, 90, 0);
  color: #fff;
  font-size: 15px;
  padding: 12px 18px !important;
  margin: 12px 5px 0;
  -webkit-appearance: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

input[type='reset'] {
  background: rgba(206, 54, 26, 1);
  border: 2px solid rgba(206, 54, 26, 0);
}

input[type='submit']:hover {
  background: rgba(232, 170, 90, 0);
  border: 2px solid rgba(32, 170, 90, 1);
  color: #20aa5a;
}

input[type='reset']:hover {
  background: rgba(206, 54, 26, 0);
  border: 2px solid rgba(206, 54, 26, 1);
  color: #ce361a;
}

.fa-paper-plane,
.fa-refresh {
  font-family: 'FontAwesome', 'proxima_nova_rgregular', Helvetica, Arial,
    sans-serif;
  padding: 0 10px 0 0;
}

.fa-paper-plane:after,
.fa-refresh:after {
  margin-right: 10px;
}

.recaptcha-form {
  text-align: right;
}

.submit-btn {
  text-align: left;
}

.recaptcha-form .wpcf7-form-control {
  background-color: none !important;
  background: none !important;
  padding: 0 !important;
}

.rc-anchor-dark,
.rc-anchor-light {
  background-color: #121212 !important;
  background: rgba(0, 0, 0, 0.3) !important;
  color: #eee !important;
}

.recaptcha-form .wpcf7-recaptcha iframe {
  position: absolute;
  right: 0;
}

.rc-anchor {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

@media only screen and (max-width: 580px) {
  #form-div {
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked {
  border: 2px solid #20aa5a;
  color: #fff;
  padding: 10px;
  background: #20aa5a;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.wpcf7-validation-errors {
  border: 2px solid #ce361a;
  background: #ce361a;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  background: #ffa500;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #f39200 !important;
}

fieldset.date {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 0.5em;
  display: block;
  border: none;
}

fieldset.date legend {
  padding: 0;
  margin: 0.25em 0 0.5em;
  font-size: 100%;
}

fieldset.date label {
  position: absolute;
  top: -20em;
  left: -200em;
}

fieldset.date select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  display: inline;
}

span.inst {
  font-size: 75%;
  color: grey;
  padding-left: 0.25em;
}

fieldset.date select:active,
fieldset.date select:focus,
fieldset.date select:hover {
  border-color: gray;
  background-color: lightyellow;
}

#form-div .col-44 {
  width: 44%;
  padding: 1% 2%;
  background: rgba(0, 0, 0, 0.07);
  margin: 1%;
  border-radius: 10px;
}

#form-div .col-48 {
  padding: 1%;
}

#form-div .col-98,
#form-div .col-31-pad,
#form-div .col-44,
#form-div .col-48 {
  position: relative;
  z-index: 11;
}

.upload-creative {
  width: 31.333333%;
  padding: 1.25% 1%;
  margin: 1%;
  background: rgba(0, 0, 0, 0.07);
}

.upload-creative label {
  float: left;
}

.feedback-input-booking::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #121212;
}
.feedback-input-booking:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #121212;
  opacity: 1;
}
.feedback-input-booking::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #121212;
  opacity: 1;
}
.feedback-input-booking:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #121212;
}

/* product preview */

.product-preview-wrapper {
  width: 100%;
  padding: 5% 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.product-preview-wrapper,
.content {
  background: #131c31 !important;
  background: url(images/bg-product-preview.jpg) no-repeat !important;
  background-size: cover !important;
}

.product-preview-wrapper h2,
.product-preview-wrapper p {
  color: #fff;
}

.product-preview-wrapper h3 {
  color: #eee;
}

.product-preview-wrapper .button--grey {
  display: none;
}

/* contact us page */

.map {
  width: calc(67% - 16px);
  height: 600px;
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
  float: left;
}

.map-legend {
  text-align: center;
}

.contact-location {
  width: calc(30% - 16px);
  float: right;
  padding: 200px 24px 24px;
  border-left: 16px solid #fff;
  border-top: 16px solid white;
  background-position: top left;
  position: relative;
  background: url('images/tws-frontdoor.jpg') no-repeat;
  background-size: 100%;
  min-height: 376px;
}

.contact-location::after {
  content: '';
  background-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-location--inner {
  position: relative;
  z-index: 1;
}

.contact-location--inner .fa-3 {
  background: #fff;
  padding: 15px 20px;
  border-radius: 90px;
}

.contact-location--inner .fa {
  color: #f39200;
}

.contact-location--inner a {
  color: #131c31;
}

.contact-location img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: -24px -24px 20px;
}

/* footer */

footer {
  width: 100%;
}

footer p {
  font-size: 13px;
  line-height: 24px;
}

footer .col-40 a {
  color: #333;
}

footer .col-40 a:hover {
  color: #de5a13;
}

footer h4 {
  font-size: 20px;
  margin: 15px 0 0 1%;
}

.footer-section,
.social-section {
  padding: 8% 0;
}

footer .fa {
  margin: 0 0 20px;
}

._5pbw a,
._5pbx a {
  color: #f39200 !important;
}

footer .col-29-pad {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
}

.timeline-Widget--edge {
  border: 1px solid #eee !important;
  border-radius: 0 !important;
}

.timeline-Footer {
  border-bottom: 1px solid #eee !important;
}

/* social icons */

.social-icons-holder {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 98%;
  padding: 0 1%;
  text-align: right;
  z-index: 9998;
  background: rgba(255, 255, 255, 1);
}

.social-icons {
  width: 46px;
  height: 48px;
  margin: 0 0 5px;
  float: right;
}

.social-icons-footer {
  width: 184px;
  margin: auto;
}

.social-icons-footer .social-icons {
  float: left;
}

.social-icons a {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 9px 11px 7px;
  width: 46px;
  position: relative;
  top: 18px;
}

.social-icons-page .social-icons a {
  background: rgba(19, 28, 49, 0.6);
}

.social-icons a.fb-icon {
  background: #36589b !important;
  cursor: pointer;
}

.social-icons a.twitter-icon {
  background: #31aae1 !important;
  cursor: pointer;
}

.social-icons a.google-icon {
  background: #da4b39 !important;
  cursor: pointer;
}

.social-icons a.linkedin-icon {
  background: #0e689b !important;
  cursor: pointer;
}

.social-icons a.instagram-icon {
  background: #e33566 !important;
  cursor: pointer;
}

.social-icons a.fb-icon:hover,
.social-icons a.twitter-icon:hover,
.social-icons a.google-icon:hover,
.social-icons a.linkedin-icon:hover,
.social-icons a.instagram-icon:hover {
  background: #eee !important;
  cursor: pointer;
}

.social-icons a.fb-icon:hover {
  color: #36589b !important;
}

.social-icons a.twitter-icon:hover {
  color: #31aae1 !important;
}

.social-icons a.google-icon:hover {
  color: #da4b39 !important;
}

.social-icons a.linkedin-icon:hover {
  color: #0e689b !important;
}

.social-icons a.instagram-icon:hover {
  color: #e33566 !important;
}

/* scroll menu */

.scroll-menu {
  width: 50px;
  height: 100px;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  display: none !important;
  background: rgba(255, 255, 255, 1);
}

/* careers */

.job_filters .search_jobs input {
  padding: 2%;
}

/* Return to top */

#return-to-top {
  position: fixed;
  right: 2%;
  top: auto;
  bottom: 5%;
  z-index: 9998;
  display: none;
}

#return-to-top a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(images/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* preloader */

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f39200;
  border-radius: 100%;

  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* product showcase */

.section-1060 {
  max-width: 1060px;
}

.demo-content-800 {
  width: 800px;
  float: left;
}

.demo-content-728 {
  width: 728px;
  float: left;
}

.demo-content-440 {
  width: 440px;
  float: right;
}

.demo-content-368 {
  width: 368px;
  float: right;
}

.demo-content-300 {
  width: 300px;
  float: right;
}

.ad-demo-logo,
.ad-demo-para,
.ad-demo-side-box {
  background: rgba(0, 0, 0, 0.1);
}

.ad-demo-logo {
  width: 240px;
  height: 90px;
  margin: 0 0 20px;
  float: left;
}

.ad-demo-para {
  width: 100%;
  height: 20px;
  margin: 10px 0;
}

.ad-demo-para-blank {
  background: rgba(0, 0, 0, 0);
}

.ad-demo-inimage {
  width: 728px;
  margin: 20px 0 -5px;
}

.ad-demo-inimage img,
.ad-demo-para img {
  width: 100%;
  height: auto;
}

.ad-demo-lb {
  width: 728px;
  height: auto;
  float: right;
}

.ad-demo-side-box {
  width: 100%;
  height: 200px;
  margin: 10px 0;
}

.ad-demo-mpu {
  width: 300px;
  height: 290px;
  margin: 10px 0;
}

.ad-demo-super-unit {
  width: 728px;
}

.ad-demo-super-unit img {
  width: 100%;
  height: auto;
}

.ad-demo-footer {
  width: 100%;
  position: fixed;
  bottom: 53px;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
}

.ad-skin {
  width: 1140px;
  height: 240px;
  margin: 0 auto 40px;
}

/* zozo tabs */

.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a,
.z-tabs > .z-container,
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.z-tabs,
.z-tabs:before,
.z-tabs:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  outline: 0 none;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
}
.z-tabs > .z-container > .z-content::after,
.z-tabs > .z-container > .z-content > .z-content-inner::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  zoom: 1;
}
.z-tabs {
  clear: both;
  color: #333;
  font: 14px/20px 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}
.z-tabs > ul > li > a {
  color: #111;
  line-height: 18px;
  font-weight: inherit;
  font-size: 12px;
  padding: 13px 24px;
  background: #fff;
  cursor: pointer;
}
.z-tabs > ul > li.z-active > a {
  cursor: default;
}
.z-tabs > .z-container {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.z-tabs > .z-container > .z-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 7;
  display: none;
}
.z-tabs > .z-container > .z-content.z-active {
  z-index: 8;
}
.z-tabs > .z-container > .z-content > .z-content-inner {
  padding: 0;
  height: auto;
  text-align: center;
}
.z-tabs.mini > ul > li > a {
  font-size: 11px;
  padding: 7px 16px;
}
.z-tabs.small > ul > li > a {
  font-size: 11px;
  padding: 10px 16px;
}
.z-tabs.medium > ul > li > a {
  font-size: 12px;
  padding: 15px 20px;
}
.z-tabs.large > ul > li > a {
  font-size: 13px;
  padding: 16px 24px;
}
.z-tabs.xlarge > ul > li > a {
  font-size: 14px;
  padding: 19px 28px;
}
.z-tabs.xxlarge > ul > li > a {
  font-size: 15px;
  padding: 22px 32px;
}
.z-tabs.mini.vertical > ul > li > a {
  padding: 7px 13px;
}
.z-tabs.small.vertical > ul > li > a {
  padding: 10px 16px;
}
.z-tabs.medium.vertical > ul > li > a {
  padding: 13px 19px;
}
.z-tabs.large.vertical > ul > li > a {
  padding: 16px 22px;
}
.z-tabs.xlarge.vertical > ul > li > a {
  padding: 19px 25px;
}
.z-tabs.xxlarge.vertical > ul > li > a {
  padding: 22px 28px;
}
.z-tabs.white.z-bordered > ul > li.z-active > a {
  color: #d13636;
}
.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 3px solid #d13636;
}
.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 3px solid #d13636;
}
.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 1px solid #d13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 1px solid #d13636;
}
.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 2px solid #d13636;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 2px solid #d13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 10px;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 13px;
}
.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 16px;
}
.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 19px;
}
.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 22px;
}
.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 25px;
}
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
  border-top: 3px solid #f44343;
  margin-top: 0;
  margin-bottom: 0;
}
.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 7px;
  border-top-width: 1px;
}
.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 9px;
  border-top-width: 2px;
}
.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 13px;
}
.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 14px;
}
.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 17px;
}
.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 20px;
}
.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  border-bottom: 3px solid #d13636;
  margin-top: 0;
  margin-bottom: 0;
}
.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 5px;
}
.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 8px;
}
.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 11px;
}
.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 14px;
}
.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 17px;
}
.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 20px;
}
.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
  border-bottom: 3px solid #d13636 !important;
}
.z-tabs-loading {
  position: relative;
  width: 100%;
  min-height: 120px;
}
.z-tabs-loading ul,
.z-tabs-loading div {
  display: none;
}
.z-tabs .z-container {
  position: relative;
}
.z-tabs span.z-spinner,
.z-tabs-loading .z-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  text-indent: -999em;
  width: 55px;
  height: 55px;
  margin: -28px 0 0 -50px;
  padding: 24px;
  background: rgb(255, 255, 255) url(../img/loading-image.gif) no-repeat 50% 50%;
}
.z-tabs.z-rounded span.z-spinner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.z-tabs .z-video {
  position: relative;
  padding-bottom: 46.25%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.z-tabs .z-video.z-wide-screen {
  padding-bottom: 56.25%;
}
.z-tabs .z-video.z-four-by-three {
  padding-bottom: 75%;
}
.z-tabs .z-video.z-top-padding {
  padding-top: 30px;
}
.z-tabs .z-video iframe,
.z-tabs .z-video object,
.z-tabs .z-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 50;
}
.z-tabs > ul > li > a i {
  font-size: 1.125em;
  display: inline;
  line-height: normal;
  display: inline-block;
}
.z-tabs > ul.z-tabs-mobile > li > a i {
  display: none;
}
.z-tabs.z-icons-large > ul > li > a i {
  font-size: 2.25em;
  display: block;
  margin: 0 auto;
  padding-bottom: 0.65em;
  text-align: center;
  line-height: 0;
  margin-top: 0.65em;
}
.z-tabs.mini > ul > li > a i,
.z-tabs.small > ul > li > a i {
  font-size: 1.25em;
}
.z-tabs.z-icons-large > ul > li > a {
  text-align: center;
}
.z-tabs > ul > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline
  > ul.z-tabs-nav.z-tabs-mobile
  > li
  > a
  > span
  > span.z-icon {
  width: 20px;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  text-transform: initial;
  text-align: left;
}
.z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon,
.z-tabs.z-multiline.vertical
  > ul.z-tabs-nav.z-tabs-desktop
  > li
  > a
  > span.z-icon,
.z-tabs.z-multiline.vertical
  > ul.z-tabs-nav.z-tabs-mobile
  > li
  > a
  > span
  > span.z-icon {
  width: 24px;
}
.z-tabs.center > ul > li > a,
.z-tabs.center.mobile > ul > li > a {
  text-align: center !important;
}
.z-tabs.right > ul > li > a,
.z-tabs.right.mobile > ul > li > a {
  text-align: right !important;
}
.z-tabs.left > ul > li > a,
.z-tabs.left.mobile > ul > li > a {
  text-align: left !important;
}
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
  padding: 0 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.z-tabs.vertical > ul {
  float: left;
  border-width: 1px 0 1px 1px;
  min-width: 200px;
  width: 25%;
}
.z-tabs.vertical > ul > li > a {
  border-width: 0 0 1px 0;
}
.z-tabs.vertical > ul > li.z-last > a {
  border-bottom-width: 0;
}
.z-tabs.vertical > ul > li.z-active > a {
  border-right-width: 0;
  z-index: 10;
}
.z-tabs.vertical > ul > li.z-active.z-first > a {
  border-bottom-width: 1px;
}
.z-tabs.vertical.top-left > ul {
  margin-left: 0;
  margin-right: -1px;
}
.z-tabs.vertical.top-right > ul {
  margin-right: 0;
  margin-left: -1px;
}
.ie7 body .z-tabs.vertical.top-left > ul {
  margin-right: 0;
}
.ie7 body .z-tabs.vertical.top-right > ul {
  margin-left: 0;
}
.ie7 body .z-tabs.vertical.top-left > ul > li,
.ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,
.ie7 body .z-tabs.vertical.top-left > ul {
  z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {
  border-right: 1px solid #fff !important;
}
.z-tabs.vertical.top-right > ul {
  float: right;
  border-width: 1px 1px 1px 0;
}
.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a {
  border-right-width: 0 !important;
  border-left: 1px solid #fff !important;
  left: -1px;
}
.ie7 body .z-tabs.vertical.top-right > ul > li,
.ie7 body .z-tabs.vertical.top-right > ul {
  z-index: 10 !important;
}
.z-tabs.vertical.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded > ul {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-rounded > ul > li.z-first,
.z-tabs.vertical.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.z-tabs.vertical.z-rounded > ul > li.z-last,
.z-tabs.vertical.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.vertical.z-rounded.top-right > ul {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.vertical.z-rounded.top-right > .z-container {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-shadows > ul,
.z-tabs.vertical.z-shadows > .z-container {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}
.z-tabs.vertical.z-shadows > ul > li > a {
  -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
}
.z-tabs.horizontal > ul > li {
  float: left;
}
.z-tabs.horizontal > ul > li.z-active {
  background: none;
  z-index: 1;
}
.z-tabs.horizontal > ul > li > a {
  margin-right: -1px;
  min-height: 1px;
}
.z-tabs.top-compact > ul > li > a,
.z-tabs.bottom-compact > ul > li > a {
  padding-left: 0;
  padding-right: 0;
}
.z-tabs.horizontal.top > ul > li.z-active {
  top: 2px;
  margin-top: -2px;
  padding-bottom: 2px;
}
.z-tabs.horizontal.top > ul > li > a {
  top: 1px;
  border-width: 1px 1px 0 1px;
}
.z-tabs.horizontal > ul > li.z-last > a,
.z-tabs.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important;
}
.z-tabs.horizontal > .z-container {
  clear: both;
  zoom: 1;
}
.z-tabs.horizontal.top-center > ul.z-tabs-desktop {
  clear: left;
  float: left;
  left: 50%;
  text-align: center;
}
.z-tabs.horizontal.top-center > ul > li {
  right: 50%;
}
.z-tabs.horizontal.top-right > ul {
  float: right;
  margin: 0 -1px 0 0;
}
.z-tabs.horizontal.top-right > ul > li.z-last {
  margin-right: 1px;
}
.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last {
  margin-right: -1px;
}
.ie7 body .z-tabs.horizontal > .z-container {
  clear: none;
  width: 100%;
}
.z-tabs.horizontal.bottom > ul > li.z-active {
  top: -1px;
  padding-top: 1px;
  z-index: 9;
}
.z-tabs.horizontal.bottom > .z-container {
  z-index: 7;
}
.z-tabs.horizontal.bottom > ul > li > a {
  top: -2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.z-tabs.horizontal.bottom-center > ul {
  float: left;
  left: 50%;
  text-align: center;
}
.z-tabs.horizontal.bottom-center > ul > li {
  right: 50%;
}
.z-tabs.horizontal.bottom-right > ul {
  float: right;
}
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last {
  margin-right: 0;
}
.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last {
  margin-right: 0;
}
.z-tabs.horizontal.responsive > ul > li > a,
.z-tabs.horizontal.top-compact > ul > li > a,
.z-tabs.horizontal.bottom-compact > ul > li > a,
.z-tabs.horizontal.top-center > ul > li > a,
.z-tabs.horizontal.bottom-center > ul > li > a {
  text-align: center;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-first,
.z-tabs.horizontal.top.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-last,
.z-tabs.horizontal.top.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.horizontal.top-left.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.z-tabs.horizontal.top-center.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.z-tabs.horizontal.top-right.z-rounded > .z-container {
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.top-compact > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0;
}
.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.horizontal.z-rounded.bottom-right .z-container {
  -webkit-border-radius: 6px 6px 0 6px;
  -moz-border-radius: 6px 6px 0 6px;
  -khtml-border-radius: 6px 6px 0 6px;
  border-radius: 6px 6px 0 6px;
}
.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-shadows > .z-container {
  border-bottom: 2px solid #131c31;
}
.z-tabs.black > ul,
.z-tabs.black > ul > li > a,
.z-tabs.black > .z-container {
  border-color: #343232;
  border-style: solid;
}
.z-tabs.black > ul > li > a {
  color: white;
  background: #333333;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#333333),
    to(#555555)
  );
  background: -webkit-linear-gradient(top, #333333, #555555);
  background: -moz-linear-gradient(top, #333333, #555555);
  background: -ms-linear-gradient(top, #333333, #555555);
  background: -o-linear-gradient(top, #333333, #555555);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0);
}
.z-tabs.black > ul > li > a {
  color: white;
  -shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black > ul > li > a:hover {
  background: #353434;
}
.z-tabs.black > ul > li.z-active > a {
  background: #fff;
  color: #3e3e3e;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.black2 {
  color: #f7f7f7;
  text-shadow: none;
}
.z-tabs.black2 > .z-container {
  background: #222;
}
.z-tabs.black2 > ul,
.z-tabs.black2 > ul > li > a,
.z-tabs.black2 > .z-container {
  border-color: #191919;
  border-style: solid;
}
.z-tabs.black2 > ul > li > a {
  color: #f7f7f7;
  background: #454545;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#303030),
    to(#262626)
  );
  background: -webkit-linear-gradient(top, #303030, #262626);
  background: -moz-linear-gradient(top, #303030, #262626);
  background: -ms-linear-gradient(top, #303030, #262626);
  background: -o-linear-gradient(top, #303030, #262626);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626', GradientType=0);
}
.z-tabs.black2 > ul > li a {
  color: #f7f7f7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black2 > ul > li.z-active > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black2 > ul > li > a:hover {
  background: #353434;
}
.z-tabs.black2 > ul > li.z-active > a {
  background: #222;
  color: #dadada;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.blue > ul,
.z-tabs.blue > ul > li > a,
.z-tabs.blue > .z-container {
  border-color: #0487bd;
  border-style: solid;
}
.z-tabs.blue > ul > li > a {
  background: #1abde7;
  background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1abde7),
    color-stop(100%, #1c9dd1)
  );
  background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1', GradientType=0);
}
.z-tabs.blue > ul > li a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.z-tabs.blue > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.blue > ul > li > a:hover {
  background: #21addf;
}
.z-tabs.blue > ul > li.z-active > a {
  background: #fff;
  color: #000f4d;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none;
}
.z-tabs.crystal > ul,
.z-tabs.crystal > ul > li > a,
.z-tabs.crystal > .z-container {
  border-color: #ddd;
  border-color: #b4b4b4;
  border-style: solid;
}
.z-tabs.crystal > ul > li > a {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(243, 243, 243, 1)),
    color-stop(51%, rgba(237, 237, 237, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(237, 237, 237, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.z-tabs.crystal > ul > li > a:hover {
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  background: whiteSmoke;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ececec 50%,
    #e0e0e0 50%,
    #f2f2f2 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(50%, #ececec),
    color-stop(50%, #e0e0e0),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ececec 50%,
    #e0e0e0 50%,
    #f2f2f2 100%
  );
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #ececec 50%,
    #e0e0e0 50%,
    #f2f2f2 100%
  );
  background: -ms-linear-gradient(
    top,
    #ffffff 0%,
    #ececec 50%,
    #e0e0e0 50%,
    #f2f2f2 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ececec 50%,
    #e0e0e0 50%,
    #f2f2f2 100%
  );
}
.z-tabs.crystal > ul > li.z-active > a {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none;
}
.z-tabs.deepblue > ul,
.z-tabs.deepblue > ul > li > a,
.z-tabs.deepblue > .z-container {
  border-color: #1e69de;
  border-style: solid;
}
.z-tabs.deepblue > ul > li > a {
  background: #479fed;
  background: -moz-linear-gradient(
    top,
    #479fed 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #479fed),
    color-stop(50%, #54a3ee),
    color-stop(51%, #3690f0),
    color-stop(100%, #1e69de)
  );
  background: -webkit-linear-gradient(
    top,
    #479fed 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: -o-linear-gradient(
    top,
    #479fed 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: -ms-linear-gradient(
    top,
    #479fed 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: linear-gradient(
    to bottom,
    #479fed 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de', GradientType=0);
}
.z-tabs.deepblue > ul > li > a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.z-tabs.deepblue > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.deepblue > ul > li > a:hover {
  background: #238dea;
  background: -moz-linear-gradient(
    top,
    #238dea 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #065cdd 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #238dea),
    color-stop(50%, #54a3ee),
    color-stop(51%, #3690f0),
    color-stop(100%, #065cdd)
  );
  background: -webkit-linear-gradient(
    top,
    #238dea 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #065cdd 100%
  );
  background: -o-linear-gradient(
    top,
    #238dea 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #065cdd 100%
  );
  background: -ms-linear-gradient(
    top,
    #238dea 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #065cdd 100%
  );
  background: linear-gradient(
    to bottom,
    #238dea 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #065cdd 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd', GradientType=0);
}
.z-tabs.deepblue > ul > li.z-active > a {
  background: #fff;
  color: #000f4d;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none;
}
.z-tabs.gray > ul,
.z-tabs.gray > ul > li > a,
.z-tabs.gray > .z-container {
  border-color: #b3b3b3;
  border-style: solid;
}
.z-tabs.gray > ul > li > a {
  background: whiteSmoke;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dbdbdb),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2', GradientType=0);
}
.z-tabs.gray > ul > li > a:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e8e8e8),
    color-stop(100%, #f7f7f7)
  );
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=0);
}
.z-tabs.gray > ul > li.z-active > a {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 1px white;
  filter: none;
}
.z-tabs.green > ul,
.z-tabs.green > ul > li > a,
.z-tabs.green > .z-container {
  border-color: #336c2b;
  border-style: solid;
}
.z-tabs.green > ul > li > a {
  color: white;
  background: #5fae53;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#5fae53),
    to(#3b7c33)
  );
  background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
  background: -moz-linear-gradient(top, #5fae53, #3b7c33);
  background: -ms-linear-gradient(top, #5fae53, #3b7c33);
  background: -o-linear-gradient(top, #5fae53, #3b7c33);
}
.z-tabs.green > ul > li > a {
  color: white;
  text-shadow: 0 1px 0 #387031;
}
.z-tabs.green > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.green > ul > li > a:hover {
  background: #3b7c33;
}
.z-tabs.green > ul > li.z-active > a {
  background: #fff;
  color: #2c3f0a;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.orange > ul,
.z-tabs.orange > ul > li > a,
.z-tabs.orange > .z-container {
  border-color: #d64817;
  border-style: solid;
}
.z-tabs.orange > ul > li > a {
  background: #f2825b;
  background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f2825b),
    color-stop(50%, #e55b2b),
    color-stop(100%, #f07146)
  );
  background: -webkit-linear-gradient(
    top,
    #f2825b 0%,
    #e55b2b 50%,
    #f07146 100%
  );
  background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -ms-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}
.z-tabs.orange > ul > li > a:hover {
  background: #f2825b;
  background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f2825b),
    color-stop(50%, #e55b2b),
    color-stop(100%, #f07146)
  );
  background: -webkit-linear-gradient(
    top,
    #f2825b 0%,
    #e55b2b 50%,
    #f07146 100%
  );
  background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -ms-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}
.z-tabs.orange > ul > li.z-active > a {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none;
}
.z-tabs.orange > ul > li > a {
  color: white;
  text-shadow: 0 1px #5e1902;
}
.z-tabs.orange > ul > li.z-active > a {
  color: black;
  text-shadow: 0 1px white;
}
.z-tabs.red > ul,
.z-tabs.red > ul > li > a,
.z-tabs.red > .z-container {
  border-color: #951100;
  border-style: solid;
}
.z-tabs.red > ul > li > a {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  background: #d84a38;
  background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dd4b39),
    color-stop(100%, #d14836)
  );
  background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0);
}
.z-tabs.red > ul > li > a:hover {
  background: #d34332;
  background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dd4b39),
    color-stop(100%, #c53727)
  );
  background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0);
}
.z-tabs.red > ul > li.z-active > a {
  background: white;
  color: #951100;
  text-shadow: none;
  filter: none;
}
.z-tabs.red > ul > li > a {
  color: white;
}
.z-tabs.red > ul > li.z-active > a {
  color: Black;
}
.z-tabs-nav > ul,
.z-tabs-nav > ul > li > a,
.z-tabs-nav > .z-container {
  border: 1px solid #cecece;
}
.z-tabs.silver > ul > li > a {
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC', endColorstr='#FBF9F9');
  background-color: #131c31;
}
.z-tabs.silver > ul > li > a {
  color: #fff;
}
.z-tabs.silver > ul > li > a:hover {
  background: #131c31;
}
.z-tabs.silver > ul > li.z-active > a {
  filter: none;
  background: #f39200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.z-tabs.silver > ul > li.z-active > a {
  color: #fff;
}
.z-tabs.white > ul,
.z-tabs.white > ul > li > a,
.z-tabs.white > .z-container {
  border-color: #cecece;
  border-style: solid;
}
.z-tabs.white > ul > li > a {
  background: #f39200;
  color: #fff;
}
.z-tabs.white > ul > li.z-active > a {
  color: #fff;
}
.z-tabs.white.mobile > ul > li.z-active > a {
  font-weight: bold;
}
.z-tabs.underlined,
.z-tabs.underlined > ul,
.z-tabs.underlined > ul > li,
.z-tabs.underlined > ul > li.z-first,
.z-tabs.underlined > ul > li.z-last,
.z-tabs.underlined > ul > li.z-first.z-active,
.z-tabs.underlined > ul > li.z-last.z-active,
.z-tabs.underlined > ul > li.z-active,
.z-tabs.underlined > ul > li:hover,
.z-tabs.underlined > ul > li > a.z-link,
.z-tabs.underlined > ul > li > a:hover,
.z-tabs.underlined > .z-container {
  border-width: 0;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  filter: none;
}
.z-tabs.underlined > ul > li {
  top: 0;
  padding: 0;
}
.z-tabs.underlined.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.z-tabs.underlined.horizontal > ul > li > a {
  top: 0;
  color: #333;
  opacity: 0.8;
  filter: none;
  margin-left: 16px;
}
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.underlined.horizontal.top-compact
  > ul.z-tabs-nav.z-tabs-desktop
  > li.z-active,
.z-tabs.underlined.horizontal.top-compact
  > ul.z-tabs-nav.z-tabs-desktop
  > li:hover,
.z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a,
.z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {
  margin-left: 0;
}
.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a,
.z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {
  margin-right: 0;
}
.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 1.4em 0;
}
.z-tabs.underlined.horizontal.top > ul > li > a:hover,
.z-tabs.underlined.horizontal.top > ul > li.z-active > a {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 0 0 3px 0;
  opacity: 1;
}
.z-tabs.underlined.horizontal.top > .z-container {
  border-width: 1px 0 0 0;
}
.z-tabs.underlined.horizontal.bottom > .z-container {
  border-width: 0 0 1px 0;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a {
  margin-top: 3px;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a:hover,
.z-tabs.underlined.horizontal.bottom > ul > li.z-active > a {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 3px 0 0 0;
  margin-top: 0;
}
.z-tabs.underlined.vertical > ul {
  border-width: 0;
}
.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em;
}
.z-tabs.vertical.underlined > ul > li > a {
  filter: none;
  background: transparent;
  margin: 0;
  color: #333;
  margin-left: 3px;
}
.z-tabs.vertical.underlined.top-left > ul {
  border-width: 0 1px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul {
  border-width: 0 0 0 1px;
}
.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 0;
  background: #fafafa;
}
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover {
  border-width: 0 3px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover {
  border-width: 0 0 0 3px;
  margin-left: 0;
}
.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
  border-right-width: 0 !important;
  border-left: 3px solid #444 !important;
  left: -1px;
}
.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
  border-right: 3px solid #444 !important;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
  padding: 6px 6px;
}
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link {
  padding: 8px 8px;
}
.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 10px;
}
.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 12px;
}
.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 12px 14px;
}
.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 14px 16px;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {
  border-bottom-width: 2px;
}
.z-tabs.underlined > .z-container,
.z-tabs.underlined > ul.z-tabs-nav,
.z-tabs.underlined > ul.z-tabs-nav > li > a {
  border-color: #e6e6e6;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
  border-color: #dd4b39;
}
.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover {
  border-color: #00b0d8;
}
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
  border-color: #1e69de;
}
.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover {
  border-color: #fd9c00;
}
.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover {
  border-color: #093;
}
.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover {
  border-color: #d8d8d8;
}
.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover {
  border-color: #999;
}
.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover {
  border-color: #777;
}
.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover {
  border-color: #333;
}
.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover {
  border-color: black;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile,
.z-tabs.underlined.mobile > ul.z-tabs-desktop {
  border-width: 0;
  margin-top: 0;
}
.z-tabs.mobile.underlined > .z-container > .z-content > .z-content-inner {
  padding: 0;
}
.z-tabs.mobile.underlined > .z-container {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed {
  border-width: 0;
}
.z-tabs.underlined.mobile.vertical
  > .z-container
  > .z-content
  .z-content-inner {
  padding: 2em;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a {
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out,
    text-shadow 200ms ease-out;
  -o-transition: background-color 200ms ease-out, color 200ms ease-out,
    text-shadow 200ms ease-out;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out,
    text-shadow 200ms ease-out;
  -ms-transition: background-color 200ms ease-out, color 200ms ease-out,
    text-shadow 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out,
    text-shadow 200ms ease-out;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
  border-color: #e6e6e6;
  background: #fff;
  border-width: 0 0 1px 0 !important;
  opacity: 1;
  border-style: dotted;
}
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
  background: #fafafa;
  color: #333;
  text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);
}
.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
  color: #dd4b39;
}
.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover {
  color: #00b0d8;
}
.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
  color: #1e69de;
}
.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
  color: #fd9c00;
}
.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
  color: #093;
}
.z-tabs.z-multiline.white > ul > li.z-active,
.z-tabs.z-multiline.white > ul > li:hover {
  opacity: 1;
}
.z-tabs.z-multiline > ul > li > a {
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon {
  line-height: 1em;
}
.z-tabs.clean.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.z-tabs.clean > ul > li.z-active > a {
  font-weight: bold;
}
.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
  color: inherit;
}
.z-tabs.clean > .z-container {
  border-width: 0;
  background: none;
}
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 24px 0;
}
.z-tabs.clean.horizontal.top > ul > li > a {
  border-bottom-width: 1px;
}
.z-tabs.clean.horizontal.bottom > ul > li > a {
  border-top-width: 1px;
}
.z-tabs.clean.z-shadows > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  background: #f3f3f3;
}
.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  background: #242424;
}
.z-tabs.clean.vertical.z-shadows > ul,
.z-tabs.clean.z-shadows > .z-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.z-tabs.clean.z-rounded.top > ul > li.z-first > a,
.z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.z-tabs.clean.top.z-rounded > ul > li.z-last > a,
.z-tabs.clean.bottom.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.clean.responsive.horizontal.top.z-rounded
  > ul
  > li.z-last-row.z-last-col
  > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.clean.vertical > ul.z-tabs-desktop {
  border-width: 1px 1px 1px 1px;
}
.z-tabs.clean.vertical > ul > li.z-active {
  z-index: 7;
}
.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.z-tabs.horizontal.clean.responsive.top > ul > li > a {
  border-bottom-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li > a {
  border-top-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a {
  border-top-width: 1px;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
  border-bottom-width: 1px;
}
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.z-tabs.clean.white.mobile > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  background: #f3f3f3;
}
.z-tabs.clean.horizontal.mobile.top > ul > li,
.z-tabs.clean.horizontal.mobile.bottom > ul > li {
  border-bottom-width: 0;
}
.z-grid {
  margin: 0 auto;
  padding: 0 0 0 1%;
}
.z-grid-1200 {
  max-width: 1220px;
}
.z-grid-1000 {
  max-width: 1020px;
}
.z-row {
  clear: both;
  padding: 0 10px;
}
.z-row:after {
  content: ' ';
  height: 0;
  clear: both;
  visibility: hidden;
}
.z-row {
  zoom: 1;
}
.z-row > [class*='col'] {
  margin-left: 1.81818%;
  float: left;
  display: block;
  margin: 1% 0 1% 1.6%;
  margin: 0 0 0 1.6%;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.46%;
}
.col10 {
  width: 83%;
}
.col9 {
  width: 74.54%;
}
.col8 {
  width: 66.08%;
}
.col7 {
  width: 57.62%;
}
.col6 {
  width: 49.16%;
}
.col5 {
  width: 40.7%;
}
.col4 {
  width: 32.24%;
}
.col3 {
  width: 23.78%;
}
.col2 {
  width: 15.32%;
}
.col1 {
  width: 6.86%;
}
.z-row > [class*='col']:first-child {
  margin-left: 0;
}
.z-row > [class*='col'] img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (min-width: 1024px) {
  .z-grid-1000 {
    max-width: 1000px;
  }
  .z-grid-1000 .z-row {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .z-row > [class*='col'] {
    float: none;
    width: auto;
    margin: 10px 0 10px 0;
  }
}
.z-tabs > ul.z-tabs-mobile {
  display: none;
}
.z-tabs.responsive.horizontal.responsive > ul {
  display: block;
  width: 100%;
}
.z-tabs.responsive.horizontal > ul.z-tabs-mobile,
.z-tabs.responsive.horizontal > ul.z-tabs-mobile > li {
  width: 100%;
  float: none;
}
.z-tabs.responsive.horizontal.mobile > ul > li > a {
  margin: 0 !important;
}
.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important;
}
.z-tabs.responsive.horizontal.top > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-bottom: 0;
  z-index: initial;
}
.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
  top: 2px;
  margin-top: -2px;
  padding-bottom: 1px;
  z-index: 1;
}
.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a,
.z-tabs.horizontal.top.z-stacked > ul.z-tabs-desktop > li > a {
  border-bottom-width: 0;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
  margin: 0 -2px 0 0;
}
.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li {
  margin-right: -3px;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: initial;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active {
  top: 0;
  padding-top: 0;
  z-index: 9;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
  display: block;
  width: 100%;
}
.z-tabs.horizontal.responsive.underlined > ul {
  border-width: 0;
}
.z-tabs.horizontal.responsive.underlined > ul > li.z-active,
.z-tabs.horizontal.responsive.underlined > ul > li:hover {
  border-top-width: 0;
  border-bottom-width: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li {
  margin-left: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {
  padding-left: 0;
}
.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li {
  width: 100%;
  float: none;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a {
  border-bottom-width: 1px;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a {
  border-top-width: 1px;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
  margin: 0;
}
.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
  border-width: 0 !important;
}
.z-tabs.z-stacked.horizontal > ul > li > a {
  margin-right: 0 !important;
}
.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
  margin: 2px 0 0 0 !important;
}
.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav > li,
.z-tabs.mobile > ul.z-tabs-nav > li.z-active,
.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.z-tabs.mobile {
  position: relative;
}
.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li,
.z-tabs.mobile > .z-container {
  width: 100%;
  float: none;
  display: block;
  width: 100%;
}
.z-tabs.mobile > ul.z-tabs-nav {
  border-width: 1px 1px 1px 1px;
}
.z-tabs.mobile > ul.z-tabs-nav > li > .z-link {
  margin: 0 !important;
}
.z-tabs.mobile > ul.z-tabs-desktop {
  position: absolute;
  top: inherit;
  margin-top: 8px;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 1px rgba(51, 51, 51, 0.1);
}
.z-tabs.mobile > ul > li {
  overflow: visible;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
  top: 0;
}
.z-tabs.mobile > ul > li.z-active > a {
  font-weight: bold;
}
.z-tabs.mobile.top > ul.z-tabs-desktop > li > a,
.z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {
  border-width: 1px 0px 0 0px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {
  border-width: 0;
}
.z-tabs.mobile.z-shadows > ul.z-tabs-mobile {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1),
    0 1px 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1),
    0 1px 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1),
    0 1px 1px rgba(255, 255, 255, 0.9) inset;
}
.z-tabs.mobile > ul.z-tabs-desktop > li {
  float: none;
  display: block;
}
.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.z-tabs.mobile.top > .z-container {
  margin-top: 8px;
}
.z-tabs.mobile.bottom > .z-container {
  margin-bottom: 8px;
}
.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content.z-active {
  overflow: visible;
}
.z-tabs.mobile > .z-container.z-animating,
.z-tabs.mobile > .z-container.z-animating > .z-content.z-active {
  overflow: hidden;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow {
  position: absolute;
  top: 50%;
  background: url(../img/z-tabs-icons.png) no-repeat top left;
  background-position: -1470px -3px;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -0.75em;
  display: inline-block;
  right: 1.125em;
  background-position: -1470px -60px;
}
.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
  background-position: -1470px -3px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active {
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {
  margin: 0;
  top: 0;
  bottom: 0;
  width: auto;
}
.z-tabs.mobile > ul.z-tabs-nav > li {
  border-width: 0px;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
  text-align: left;
}
.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {
  border-bottom-width: 0;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile,
.z-tabs.mobile.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.z-tabs.mobile.z-rounded > .z-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs .z-tabs *,
.z-tabs ul,
.z-tabs ul li,
.z-tabs ul li a,
.z-tabs .z-container .z-content {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none;
}

.z-tabs.small {
  width: 300px;
  height: auto;
}

/* intro.js styles */

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 3px solid #e6760d;
  border: 3px solid rgba(230, 118, 13, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #c8271c; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #c8271c 0%,
    #e6760d 50%,
    #f7b612 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #c8271c 0%,
    #e6760d 50%,
    #f7b612 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #c8271c 0%,
    #e6760d 50%,
    #f7b612 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8271c', endColorstr='#f7b612',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: 'progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)'; /* IE10 text shadows */
  /*box-shadow: 0 2px 5px rgba(0,0,0,.4);*/
}

.nav-section {
  background-color: #efeef3;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 90%;
}
.nav-section .menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.nav-section .menu-item {
  flex-grow: 1;
  min-width: 150px;
}
.nav-section .menu-item-has-children > a {
  color: #052a4b;
  font-weight: bold;
}
.nav-section .sub-menu {
  margin-left: 10px;
  list-style: none;
}
.formatting {
  max-width: 800px;
  margin: 0 auto;
}
.formatting ul,
.formatting ol {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.formatting h3 {
  margin-top: 30px;
}
.formatting blockquote {
  margin: 15px 0;
  border-left: 5px solid #eee;
  padding: 15px 0 15px 20px;
}
.formatting table td,
.formatting table th {
  border-top: 1px solid #dee2e6;
  padding: 0 8px;
}
.formatting table th {
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
}
.formatting code {
  background-color: #f5f5f5;
}

.introjs-arrow {
  border: 5px solid #131c31;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #131c31;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #131c31;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #131c31;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #131c31;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #131c31;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: #131c31;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: #131c31;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: #131c31;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: #131c31;
  color: #fff;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  /*box-shadow: 0 1px 10px rgba(0,0,0,.4);*/
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  font-size: 11px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;*/
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ececec),
    to(#f4f4f4)
  );
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.device-show,
.logo-show,
.ql-show {
  display: none !important;
}

/* clear any elements that contain floated divs */

header:after,
.page-content:after,
.social-wrapper:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* transitions */

a,
ul.quicklinks li:hover p,
.social-icons,
.feedback-input,
.feedback-input-booking,
.homepage-image .col-29-pad,
.homepage-image .col-29-pad i,
.homepage-steps .col-29-pad img,
.wpcf7-form-control,
input[type='submit'],
input[type='reset'],
ul.ad-bynumbers li,
ul.ad-bynumbers li i,
.banner-content,
.banner-text,
.bg-whitelabel-agencies,
.bg-whitelabel-publishers,
.banner-wrapper {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* proxima nova font */

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'proxima_novathin';
  src: url('fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
    url('vproxima_nova_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

/* media queries */

@media only screen and (max-width: 1700px) {
  .logo-white-large,
  .logo-white-small {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }

  .banner-wrapper {
    height: 45vh;
  }

  .banner-text h1,
  .banner-text h2 {
    font-size: 50px;
  }

  .banner-text {
    padding: 230px 0 140px;
  }

  .page-content {
    padding: 60px 0;
  }

  .page-content-home {
    padding: 60px 0 0;
  }

  .page-contact {
    padding: 0;
  }

  .bg-whitelabel-agencies {
    background-position: -80% bottom;
  }

  .bg-whitelabel-publishers {
    background-position: 200% bottom;
  }
}

@media (max-width: 1600px) and (max-height: 800px) {
  .banner-text {
    padding-top: 200px;
  }
}

@media only screen and (max-height: 800px) {
  .mouse {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .bg-whitelabel-agencies {
    background-position: -260% bottom;
  }

  .bg-whitelabel-publishers {
    background-position: 400% bottom;
  }
}

@media only screen and (max-width: 1300px) {
  .JB_Slide_Half p {
    font-size: 20px;
    line-height: 26px;
  }

  .JB_Slide_Content {
    width: 800px;
  }

  .bg-whitelabel-agencies,
  .bg-whitelabel-publishers {
    background: none;
  }

  .cbp-af-header.cbp-af-header-shrink .nav {
    height: 65px;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 510px;
    margin: 0 0 0 -255px;
    float: none;
  }
}

@media only screen and (max-width: 1200px) {
  .step-arrow-one,
  .step-arrow-two {
    display: none;
  }

  .nav a {
    font-size: 15px;
  }

  section {
    width: 98%;
    margin: 0 1%;
  }

  .banner-content {
    width: 100%;
    padding: 0;
  }

  .banner-content,
  .homepage-stats {
    width: 96%;
    padding: 0 2%;
  }

  header {
    width: 96%;
    padding: 2%;
  }

  .banner-text h1,
  .banner-text h2,
  h1 {
    font-size: 3em;
  }

  h2,
  .homepage-stats h2,
  .homepage-stats h3 {
    font-size: 2.4em;
  }

  .standfirst {
    padding: 0 2%;
    width: 29.3333333%;
  }

  .standfirst h2 {
    font-size: 2em;
  }

  .col-66-pad-left {
    width: 60.66666666%;
    padding: 0 2% 0 4%;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.2em;
  }

  .homepage-partners .col-25-pad img {
    width: 100%;
  }

  .homepage-stats {
    padding: 180px 2% 90px;
  }

  footer {
    width: 92%;
    padding: 4%;
  }

  .page-inner {
    width: 92%;
    padding: 5% 4%;
  }

  .footer-section .wrap ul.wrap-nav h3 {
    font-size: 20px;
  }

  .footer-section .wrap ul.wrap-nav ul {
    padding: 10px 0;
  }

  .footer-section .wrap ul.wrap-nav li a {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 1060px) {
  .logo-small,
  .scroll-menu,
  .mouse,
  .nav,
  .device-hide {
    display: none !important;
  }

  header,
  .device-show {
    display: block !important;
  }

  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .JB_Slide_Content {
    width: 70%;
  }

  .JB_Slide_Half {
    width: 100%;
  }

  .testimonials-background {
    width: 100%;
    margin: 0;
    border: none;

    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .banner-text {
    padding: 18% 0 0;
  }

  .home-imac img {
    width: 100%;
    height: auto;
  }

  .home-ipad {
    right: 40px;
  }

  .home-iphone {
    right: 10px;
  }

  .homepage-steps .col-29-pad img {
    width: 10%;
  }

  .homepage-steps .col-29-pad h4 {
    margin: 6px 0 -5px;
  }

  .map {
    height: 400px;
  }

  .desk-three-forth {
    float: left;
    width: 100%;
  }

  .desk-one-forth {
    width: 100%;
  }

  .map-legend,
  .contact-location {
    display: flex;
    flex-direction: column;
  }

  .contact-location {
    border-left: none;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: right;
    padding: 0 0 50px;
    background: none;
    min-height: 200px;
  }

  .location-1 {
    border-top: 16px solid white;
  }

  .location-2 {
    border-bottom: 16px solid white;
  }

  .location--inner .fa-3 {
    background: #f6f6f6;
  }

  .button_container {
    display: block !important;
  }

  .button_container {
    position: absolute;
    right: 20px;
    width: 20px;
    left: inherit;
    top: 80px;
  }

  .button_container span,
  .button_container.active .top,
  .button_container.active .bottom {
    background: rgba(255, 255, 255, 1);
  }

  .cbp-af-header .logo {
    margin: 10px 0 0 20px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
  }

  .cbp-af-header .logo img {
    width: 100%;
    height: auto;
  }

  .cbp-af-header.cbp-af-header-shrink {
    height: 65px;
  }

  .small-logo img {
    width: 80%;
  }

  #team-57 .team-item {
    width: 29% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .col-imac {
    display: none;
  }

  .col-imac-static {
    display: block;
  }

  .imac-publishers img,
  .imac-agencies img {
    top: -80px;
  }
}

@media only screen and (max-width: 900px) {
  footer .col-40,
  .product-image {
    display: none;
  }

  footer .col-60,
  ul.column2-nopad {
    width: 100%;
  }

  .standfirst,
  .col-66-pad-left {
    width: 96%;
    padding: 0 2%;
  }

  .col-66-pad-left {
    padding: 30px 2% 0;
  }

  ul.ad-bynumbers li {
    width: 47%;
  }

  .homepage-mobile h4.sub-heading {
    width: 96%;
  }

  .home-infographic {
    margin-top: -30px;
  }

  .imac-publishers img,
  .imac-agencies img {
    width: 100%;
    top: -100px;
  }

  .banner-wrapper {
    height: 35vh;
  }
}

@media only screen and (max-width: 800px) {
  .homepage-stats .col-10 {
    display: none;
  }

  .col-50,
  .col-48,
  .col-40,
  .homepage-image {
    width: 96%;
    padding: 0 2%;
  }

  .col-29-pad,
  .homepage-image .col-29-pad {
    width: 96%;
  }

  .homepage-image .col-29-pad,
  .box-content {
    min-height: inherit;
  }

  .homepage-image {
    padding: 80px 2%;
  }

  .homepage-stats {
    width: 100%;
    background: none;
    padding: 0;
  }

  .homepage-stats section {
    width: 100%;
  }

  .homepage-stats .col-40 {
    text-align: center;
    background: url(images/banner/fullscreen.jpg) center #000;
    background-size: cover;
  }

  .homepage-stats .col-48 {
    background: url(images/stats-section-straight.jpg) center #000;
    background-size: cover;
  }

  .stats-numbers img {
    float: none;
    margin: 0 0 10px 0;
  }

  .banner-wrapper-homepage {
    background: none;
  }

  .homepage-image {
    background: #f6f6f6;
  }

  .homepage-signup {
    background: url(images/bg-signup-straight.jpg) no-repeat;
    background-size: cover;
  }

  .homepage-mobile .col-48,
  .homepage-steps .col-29-pad {
    text-align: center;
  }

  .homepage-mobile {
    padding: 0 0 40px;
  }

  .home-imac-static {
    text-align: center;
  }

  .home-imac-static img {
    width: 60%;
  }

  .step-number {
    float: none;
    margin: 0 0 10px;
  }

  .homepage-steps .col-29-pad img {
    width: 7%;
  }

  .homepage-signup,
  .homepage-stats .col-40,
  .homepage-stats .col-48,
  .homepage-steps {
    padding: 80px 0;
  }

  .homepage-stats .col-40,
  .homepage-stats .col-48 {
    padding: 80px 2%;
  }

  .ad-signup {
    margin: 0;
  }

  ul.column2-nomargin li {
    width: 94%;
  }

  .product-text {
    float: right !important;
    text-align: center;
  }

  .recaptcha-form .wpcf7-recaptcha iframe {
    left: 50%;
    margin-left: -152px;
  }

  .submit-btn {
    text-align: center;
  }

  .ql-content-text h3 {
    font-size: 1.3em;
  }

  .ql-content-text p {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .q1-2 .fa-1,
  .q2-2 .fa-1,
  .q3-2 .fa-1 {
    padding: 6%;
    top: -34px;
    left: 40%;
  }

  .cbp-af-header .logo {
    width: 360px;
    margin-left: -180px;
  }
}

@media only screen and (max-width: 700px) {
  header {
    padding: 4% 2% 2%;
  }

  .button_container {
    right: inherit;
    width: 20px;
    left: 20px;
    top: 20px;
    margin-left: 0;
    position: fixed;
  }

  .social-icons-holder {
    top: 0;
    bottom: inherit;
    height: 50px;
  }

  .button_container span,
  .button_container.active .top,
  .button_container.active .bottom {
    background: rgba(19, 28, 49, 1);
  }

  .social-icons {
    width: 40px;
    margin: 0 0 5px;
  }

  .banner-text h1,
  .banner-text h2,
  h1 {
    font-size: 2.4em;
    line-height: inherit;
  }

  .banner-text-homepage {
    padding: 6% 0 130px !important;
    height: inherit;
  }

  h2,
  .homepage-stats h2,
  .homepage-stats h3,
  .standfirst h2 {
    font-size: 2em;
    line-height: inherit;
  }

  h3 {
    font-size: 1.6em;
    line-height: inherit;
  }

  h4 {
    font-size: 1.3em;
  }

  .homepage-partners .col-25-pad img {
    width: 100%;
  }

  .cbp-af-header .logo {
    margin: 10px 0 0;
    width: 80px;
    margin-left: -40px;
  }

  .nav {
    width: 100%;
    float: none;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.8);
  }

  .nav ul li {
    width: 23%;
    padding: 1%;
  }

  .temp-page ul li {
    width: 98%;
  }

  .nav a {
    font-size: 15px;
    padding: 17px 15px 15px;
  }

  #team-57 .team-item {
    width: 46% !important;
  }

  .imac-publishers img,
  .imac-agencies img {
    top: 0;
  }

  .logo-hide {
    display: none;
  }

  .logo-show,
  .ql-show {
    display: block !important;
  }

  .ql-content-2 {
    width: 47%;
  }

  .banner-text h1 {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .homepage-partners .col-25-pad {
    width: 46%;
  }

  .homepage-partners .col-25-pad img {
    width: 80%;
  }

  .banner-text h1,
  .banner-text h2,
  h1 {
    font-size: 2em;
    line-height: inherit;
  }

  h2,
  .homepage-stats h2,
  .homepage-stats h3,
  .standfirst h2 {
    font-size: 1.3em;
    line-height: inherit;
  }

  h3 {
    font-size: 1.2em;
    line-height: inherit;
  }

  h4 {
    font-size: 1.1em;
  }

  .imac-publishers img,
  .imac-agencies img {
    display: none;
  }

  .col-44 {
    width: 96%;
    padding: 2%;
  }

  .cbp-af-header .logo {
    margin: 5px 0 0 -40px;
  }
}

@media only screen and (max-width: 550px) {
  .cbp-af-header .logo {
    width: 70px;
    margin: 10px 0 0 -35px;
  }
}

@media only screen and (max-width: 500px) {
  input[type='reset'],
  .logo-hide,
  .colour-bar,
  .product-preview-wrapper {
    display: none;
  }

  .homepage-partners .col-25-pad {
    width: 46%;
  }

  .col-31-pad,
  .homepage-stats .col-44 {
    width: 96%;
    padding: 2%;
  }

  .homepage-stats .col-44 {
    height: inherit;
  }

  .homepage-signup .col-31-pad {
    margin-top: -20px;
  }

  .homepage-steps {
    background: none;
    margin: 0;
  }

  .homepage-image .col-29-pad .box-content p:first-of-type {
    margin: 0;
  }

  .homepage-partners {
    padding: 80px 0;
  }

  .featured-page-image {
    height: 500px;
  }

  .banner-text h1,
  .banner-text h2,
  h1 {
    font-size: 1.8em;
  }

  .page-inner {
    margin: -35px 0 50px;
    position: relative;
    z-index: 9;
  }

  ul.column2-nopad li {
    width: 98%;
  }

  ul.ad-bynumbers li {
    width: 96%;
  }

  .home-imac-static img {
    width: 100%;
  }

  ul.whitelabel-support li {
    width: 94%;
  }
}

@media only screen and (max-width: 450px) {
  h2,
  .homepage-stats h2,
  .homepage-stats h3,
  .standfirst h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  .banner-text {
    padding: 24% 0 0;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }

  #team-57 .team-item {
    width: 96% !important;
  }

  .ql-content-2 h3 {
    margin: 10px 0;
  }

  .ql-content-2 p {
    display: none;
  }

  .q1-2 .fa-1,
  .q2-2 .fa-1,
  .q3-2 .fa-1,
  .q4-2 .fa-1 {
    top: inherit;
    left: inherit;
    position: relative;
  }

  .q1-2,
  .q2-2,
  .q3-2,
  .q4-2 {
    border-top: none;
  }

  .ql-content-text {
    min-height: 130px;
  }
}

@media only screen and (max-width: 400px) {
  body,
  .nav a {
    font-size: 13px;
  }

  .banner-text h1,
  .banner-text h2,
  h1 {
    font-size: 1.6em;
  }

  h2,
  .homepage-stats h2,
  .homepage-stats h3,
  .standfirst h2 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.1em;
  }

  .nav ul li {
    width: 25%;
    padding: 1% 0;
  }

  .temp-page ul li {
    width: 100%;
  }
}