
 /* Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
   -webkit-overflow-scrolling: touch; /* and make sure the touch scroll is still smooth */
}

body {
  position: relative;
  font-family: sans-serif;
  font-weight: 300;
  background-color: #FFFFFF;
  min-height: 100%;
}
html.wf-active body {
  font-family: 'Droid Sans';
}

/*html.open,
body.open {
  overflow: hidden;
}*/

.app-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #139cda;
  overflow: hidden;
  z-index: 1;
}

.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 60px;*/
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

.app-bar.open,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
}

.app-bar .logo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2em;
  line-height: 60px;
  margin: 0 16px;
  padding: 0;
  color: #fefefe;
  float: none;
  max-width: none;
  font-weight: 300;
  line-height: 60px;
}

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}

.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  /*-webkit-transition: background-color 0.2s ease-out;*/
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
}

.app-bar button img {
  width: 60px;
  height: 60px;
}

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4);
}

button.menu img {
  height:24px;
  width: 24px;
}

.navdrawer-container.default {
  /*-webkit-transition: -webkit-transform 0.5s;*/
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}
.navdrawer-container.alternate ul li a {
  color:#666;
}
.navdrawer-container.alternate ul li.wootag-register-button a {
  color: #fff;
}

.navdrawer-container.alternate .wootag-fast-search__submit {
  background-position-y: -358px;
}
.navdrawer-container.alternate .wootag-fast-search {
  border-color:#d9d9d9;
  color: #666;
}
.navdrawer-container.alternate .wootag-fast-search::-webkit-input-placeholder {
  color: #666;
}
.navdrawer-container.alternate .wootag-fast-search:-ms-input-placeholder {
  color: #666;
}
.navdrawer-container.alternate .wootag-fast-search:-moz-placeholder {
  color: #666;
}
.navdrawer-container.alternate .wootag-fast-search::-moz-placeholder {
  color: #666;
}

.navdrawer-container.alternate {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
  position: fixed;
  top: 0;
  left: 0;
  /*-webkit-transform: translateY(100px);
  transform: translateY(100px);*/
  /*-webkit-animation: wootag-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);*/ /* Safari 4+ */
  /*-moz-animation:    wootag-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);*/ /* Fx 5+ */
  /*animation:         wootag-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);*/ /* IE 10+ */
  opacity: 1;

}

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.base, p, ul, ol {
  font-size: 19px;
}



/*.wootag-title {
  position: absolute;
  left: 50%;
  z-index: 20;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wootag-nav-item {
  display: block!important;
  width: 100%;
  text-align: center;
  float: none;
  margin: 0 auto;
  clear: both;
}

.wootag-nav-item  li {
  display: inline;
  position: relative;
  margin: 0 auto;
}*/

.wootag-branding   .wootag-branding__logo {
    background: url('../images/wootag-logo.png') left center no-repeat;
    width: 122px;
    font-size: 27px;
    letter-spacing: -1px;
    /*height: 26px;*/
    display: block;
    outline: none;
    text-indent: 28px;
    color:#fff;
    -webkit-transition: color 0.350s;
    transition: color 0.350s;
}
.navdrawer-container.alternate .wootag-branding__logo {
  color:#139cda;
}
.wootag-branding {
  float: left;
  position: relative;
  top: -20px;
}
.header-fast-search {
  position: relative;
}

.wootag-fast-search__submit {
  border: 0;
  padding: 0 0 0 30px;
  margin: 0;
  background: url(../images/header/header-icons.png) 50% -300px no-repeat;
  text-indent: 30px;
  overflow: hidden;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 10px;
}
input[type="search"].wootag-fast-search {
  display:inline-block;
  border: 1px solid #fff;
  padding: 1px 15px!important;
  color:#fff;
  width: 90%;
  margin-top: 3px;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
  border-radius: 30px;
  height: 30px;
  min-height: 30px;
  background: transparent;
}
::-webkit-input-placeholder {
   color: #fff;
    font-size: 14px;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
    font-size: 14px;
   font-weight: normal;
   font-smoothing: antialiased;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
    font-size: 14px;
   font-weight: normal;
   font-smoothing: antialiased;
}

:-ms-input-placeholder {
   color: #fff;
    font-size: 14px;
   font-weight: normal;
   font-smoothing: antialiased;
}
.wootag-nav-wrapper  ul li {
  display: inline-block;
}
.wootag-nav-wrapper  ul {
  float: none;
  margin: 0 auto;
  clear: both;
  display: block !important;
}


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

  .navdrawer-container.alternate {
    position: relative;
    /*height: 230px;*/
  }
  .wootag-fast-search-container {
    float: none;
    /*float: none;
    clear: both;*/
    margin: 0 auto;
    /*width: 360px;*/
    width: 90%;
    margin-left: 150px;
    padding: 29px 10px 7px;
  }

  .wootag-nav-wrapper {
    float: none;
    margin: 0 auto;
    clear: both;
    text-align: center;
    min-width: 0;
    padding: 5px 10px 7px;
    width: 429px;
  }
  .wootag-fast-search__submit {
    right: 60px;
  }
}

@media screen and (min-width: 768px) {
   .wootag-fast-search-container {
    margin-left: 125px;
  }
}

/* default mobile, tablet version */
.navdrawer-container {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: auto;
  /*background-color: #3367D6;*/
  color: #fefefe;
          -webkit-transform: translate(-250px, 0);
                  transform: translate(-250px, 0);
  overflow-y: auto;
}

.navdrawer-container.open {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
}

.app-bar, .navdrawer-container, main {
          -webkit-transition: -webkit-transform 0.3s ease-out;
                  transition: transform 0.3s ease-out;
}

.navdrawer-container h4,
.navdrawer-container ul li a {
  height: auto;
  padding: 0px 20px 20px 0;
  line-height: 1.4;
  color: #666;
}

.navdrawer-container ul li.wootag-register-button a:after {
  border: none;
}

.navdrawer-container ul li.wootag-register-button a {
  background-color: #16a9ec;
  border-radius: 16px;
  border: 1px solid #15a9eb; /* stroke */
  width: 80px;
  height: 30px;
  /*line-height: 0;*/
  padding-left: 15px;
  padding-top: 5px;
}

.navdrawer-container h4 {
  background-color: white;
  color: #3367D6;
}

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  /*color: white;*/
  /*-webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;*/
  /*-webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;*/
  white-space: nowrap;
  font-size: 15px;
}

.navdrawer-container ul li a:after {
  content: "";
  display: block;
  width: 40%;
  margin: 0 auto;
  opacity: 0.9;
  border-bottom: 1px solid transparent;
  /*-webkit-transition: border-color 200ms, width 250ms;
  -moz-transition: border-color 200ms, width 250ms;*/
  -webkit-transition: border-color 200ms, width 250ms;
          transition: border-color 200ms, width 250ms;
}

.navdrawer-container ul li a:hover:after {
  width: 100%;
  border-bottom-color: white;
}
.wootag-nav-wrapper {
  width: auto;
  text-align: left;
}
.wootag-branding .wootag-branding__logo {
  color: #16a9ec;
}
.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0;
  display: block;
}

.navdrawer-container ul li.wootag-register-button {
    display: none;
  }

.navdrawer-container ul li::before {
  content: none;
}

/*.navdrawer-container ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}*/



.navdrawer-container ul li a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0;
}

.navdrawer-container ul li a:active {
  background-color: rgba(255, 255, 255, 0.4);
}

main,
#main {
  position: absolute;
  margin: 0 auto;
  /* Height of the header */
  /*padding: 60px 16px 16px 16px;*/
  padding: 0;
  min-height: 100%;
}

.wootag-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;
  opacity: 0.5;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.wootag-mask__homecolor {
  background: #0a2d3b;
}


/** Larger Screens - desktops and tablets **/
@media all and (min-width: 768px) {

  .wootag-mask {
    top: 0;
  }

  .app-bar {
    position: relative;
  }

  .app-bar.open,
  .app-bar.open ~ main {
    /*-webkit-transform: translate(0px, 0);*/
            -webkit-transform: translate(0px, 0);
                    transform: translate(0px, 0);
  }

  .app-bar-container {
    display: block;
    max-width: 1200px;
    padding: 0 16px;
    /*background-color: #4285f4;*/
  }

  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 130px;
    font-size: 46px;
  }

  .app-bar-actions {
    float: right;
  }

  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  button.menu {
    display: none;
  }

  nav {
    display: block;
    /*margin-top: 130px;*/
  }
  .wootag-branding .wootag-branding__logo {
    color: #fff;
  }
  .navdrawer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*-webkit-transform: translate(0, 0);*/
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
    /*-webkit-transition: none;*/
            -webkit-transition: none;
                    transition: none;
    overflow-y: auto;
  }

  .navdrawer-container h4 {
    display: none;
  }

  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navdrawer-container ul li a {
    color: #fff;
    padding: 24px 20px 20px 0;
  }
  .navdrawer-container ul li {
    border: none;
  }

  .wootag-nav-wrapper ul li {
    display: inline-block;
  }

  .navdrawer-container ul li.wootag-register-button {
    display: inline-block;
  }

  .wootag-branding {
    top: 0;
  }

  main {
    /*max-width: 1200px;*/
    padding-top: 0;
    min-height: initial;
  }

  body {
    overflow-y: scroll;
  }

}

/* very large desktop screen */
@media screen and (min-width: 1140px) {

  .navdrawer-container {
    height: 68px;
  }

  .wootag-branding {
    float: left;
    margin: 0;
    padding: 0;
    top: 0;
  }

  .wootag-fast-search-container {
    float: left;
    margin-top: 14px!important;
    width: 400px;
    max-width: 400px;
    overflow: hidden;
    /*width: auto;*/
    margin-left: 15px;
  }

  .wootag-nav-wrapper {
    float: left;
    position: relative;
    padding: 0;
    margin-left: 60px;
  }
}

/**
*
* VERTICAL NAV
**/
#wootag-vertical-nav {
  display: none;
}
.no-touch #wootag-vertical-nav {
  display: none;
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.no-touch #wootag-vertical-nav li:before {
  display: none;
}
.no-touch #wootag-vertical-nav li {
  text-align: right;
  padding: 0;
  line-height: 1.35;
}
.no-touch #wootag-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #wootag-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #wootag-vertical-nav a span {
  float: right;
  display: inline-block;
  /*-webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);*/
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.no-touch #wootag-vertical-nav a:hover span {
  /*-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);*/
  -webkit-transform: scale(1);
          transform: scale(1);
}
.no-touch #wootag-vertical-nav a:hover .wootag-label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touch #wootag-vertical-nav a.is-selected .wootag-dot {
  background-color: white;
}
.no-touch #wootag-vertical-nav .wootag-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #16a9ec;
  /*-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;*/
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
          transition: transform 0.2s, background-color 0.5s;
  /*-webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;*/
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.no-touch #wootag-vertical-nav .wootag-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #139cda;
  font-size: 14px;
  font-size: 0.875rem;
  /*-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;*/
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
  /*-webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;*/
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
@media only screen and (min-width: 768px) {
  .no-touch #wootag-vertical-nav {
    display: block;
  }
}

/**
*
* SECTIONS
**/

.full-width {
  width: 100%;
  position: relative;
  zoom:1;
}
.wootag-section {
  position: relative;
  background-color: #333;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  #main > .wootag-section:first-of-type {
    margin-top: 0!important;
  }
}

.wootag-section__intro {}

.wootag-section__intro #wootag-hero {
  background-image: url('../images/marketing/marketing_video_cover.jpg');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/marketing/marketing_video_cover.jpg', sizingMethod='scale')";
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #292929;
  overflow: hidden;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  height: 100%;
}
#wootag-intro-bottom-bar {
  text-align: center;
  background: transparent;
  height: 40px;
  width: 100%;
  bottom: 0px;
  display: inline-block;
  z-index: 2;
  position: absolute;
  /*transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
}

.wootag-intro-marketing {
  background: transparent;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.wootag-intro-marketing--img .container {
  background: transparent url('../images/marketing/marketing-intro-phone.png') top right no-repeat;
  background-size : auto 100%;
  height: 380px;
  min-width: 320px;
}

@media screen and (min-width: 1140px) {
  .wootag-intro-marketing--img .container {
    height: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .wootag-intro-marketing--img .container {
    height: 580px;
  }
}

.wootag-intro-marketing--img {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
.wootag-intro-marketing--text {
  white-space: nowrap;
  min-height: 300px;
  z-index: 2;
  top: 25%;
}

.wootag-intro-marketing--text h3,
.wootag-intro-marketing--text p {
   color:#fff;
}
.wootag-intro-marketing--text h1 {
  /*font-weight: 700;*/
  color:#fff;
}
.wootag-intro-marketing__tagline--meta-desscription {
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}
/*.wootag-section__intro #wootag-intro-marketing h1 {
  position: absolute;
  color:#fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: left;
}
.wootag-section__intro #wootag-intro-marketing .wootag-intro-marketing__tagline p {
  width: 90%;
  text-align: left;
}
.wootag-section__intro #wootag-intro-marketing .wootag-intro-marketing__tagline {
  position: absolute;
  color:#fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  max-width: 768px;
   -webkit-transform: translateX(-100%) translateY(0);
  -moz-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  -o-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.wootag-section__intro #wootag-intro-marketing {
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
  z-index: 500;
}*/
#video-bg {
  /*-webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;*/
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#wootag-intro-bottom-bar img {
  position: relative;
  top: -130px;
  width: 45px;
  left: 0;
/*  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);*/

/*-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
    -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  perspective-origin-x : 50%;
  perspective-origin-y : 50%;*/

/*  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: -webkit-transition-delay 0.2s;
  -moz-transition-delay: -moz-transition-delay 0.2s;
  -ms-transition-delay: -ms-transition-delay 0.2s;
  -o-transition-delay: -o-transition-delay 0.2s;
  transition-delay: transition-delay 0.2s;*/
}
#wootag-intro-bottom-bar img:hover {
/*  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);*/
  /*-webkit-animation: scaleUpTo .650s ease infinite;
  -moz-animation: scaleUpTo .650s ease infinite;*/
  -webkit-animation: scaleUpTo .650s ease infinite;
          animation: scaleUpTo .650s ease infinite;
}
#wootag-intro-bottom-bar img:after:hover {
  /*animation-delay: 1000ms;*/
}

.wootag-section__engagement {
  /*background-image: url('../images/engagement_bg.jpg');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/engagement_bg.jpg', sizingMethod='scale')";*/
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eaeaea;
  /*-o-transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
   transition: background 1s;*/
  height: 800px;
}
/*.wootag-section__engagement.color--1 { background-color: rgb(232, 239, 238);}
.wootag-section__engagement.color--2 { background-color: rgb(12, 48, 71);}
.wootag-section__engagement.color--3 { background-color: rgb(178, 222, 209);}
.wootag-section__engagement.color--4 { background-color: rgb(253, 223, 202);}*/

.wootag-section--title {
  color:#333333;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  font-size: 15px;
}
.wootag-tag-preview {
  overflow: hidden;
  padding-top: 50px;
}
.wootag-tag-preview__center {
  height: 640px;
  margin: 0 auto;
  padding-top: 0px;
  position: relative;
  width: 801px;
  left: 50%;
  margin-left: -400px;
}

.wootag-tag-preview .owl-wrapper-outer {
  overflow: visible !important;
}

.wootag-tag-preview .owl-item {
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0 0px;
}
.wootag-tag-preview .owl-item.o_2away {
  opacity: 0.04;
  filter: alpha(opacity=04);
  -webkit-transition: all .45s ease-in-out;
          transition: all .45s ease-in-out;
  /*-webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;*/
}
.wootag-tag-preview .owl-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .45s ease-in-out;
          transition: all .45s ease-in-out;
  /*-webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;*/
  position: relative;
  z-index: 50;
}
.wootag-tag-preview .owl-item div {
  text-align: center;
  margin: 0 auto;
}
/*.wootag-tag-preview .owl-item div .tag-preview-icon {
  width: 77px;
  margin:21px auto 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  text-align: center;
}
.wootag-tag-preview .owl-item.active div .tag-preview-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.wootag-tag-preview .owl-item div .tag-preview-icon-big {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.wootag-tag-preview .owl-item.active div .tag-preview-icon-big {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 112px;
  margin-top: 0;
}*/
.wootag-tag-preview .end_slider {
  text-indent: -9999px;
}
.tag-preview-item .tag-preview-item--icon span { /* holder for big icon */
  position: absolute;
  left: -17px;top: -17px;right: 0;bottom: 0;
  width: 112px;
  height: 112px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: transparent url('../images/engagement/tag-sprites.png') 0 0 no-repeat;
  -webkit-transition: opacity 0.45s ease-in-out 0.3s;
  transition: opacity 0.45s ease-in-out 0.3s;
}

.wootag-tag-preview .owl-item.active .tag-preview-item--icon  {
  margin-bottom: 25px;
}
.wootag-tag-preview .owl-item.active .tag-preview-item--icon span {
  opacity: 1;
  filter: alpha(opacity=100);
  background-position-x: 0px;
}
.tag-preview-item .tag-preview-item--icon { /* holder for small icon */
  position: relative;
  width: 77px;
  height: 77px;
  margin: 0 auto;
  background: transparent url('../images/engagement/tag-sprites.png') -115px 0 no-repeat;
  opacity:1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease-in-out 0s, margin .75s ease-in-out 0s ;
  transition: opacity 0.35s ease-in-out 0s, margin .75s ease-in-out 0s;
}
.tag-preview-item__brand .tag-preview-item--icon,
.tag-preview-item__brand .tag-preview-item--icon span{
  background-position-y: 0px;
}
.tag-preview-item__commerce .tag-preview-item--icon,
.tag-preview-item__commerce .tag-preview-item--icon span{
  background-position-y: -112px;
}
.tag-preview-item__lcoation .tag-preview-item--icon,
.tag-preview-item__lcoation .tag-preview-item--icon span{
  background-position-y: -224px;
}
.tag-preview-item__person .tag-preview-item--icon,
.tag-preview-item__person .tag-preview-item--icon span{
  background-position-y: -336px;
}

/*.wootag-tag-preview .owl-item.active .tag-preview-item--icon {
  width: 112px;
  height: 112px;
  background-position-x: 0px;
}*/
.tag-preview-item {
  /*width: 203px;*/
  height: 200px;
  /*background-color: #393b3b;
  box-shadow: 0 1px 18px rgba(25,23,25,.39);
  margin-top: 21px;
  text-align: center;*/
}

.owl-item.active .tag-preview-item {
  width: 222px;
  height: 200px;
  margin-top: 0;
}
/*.tag-preview-item--icon {
  width: 113px;
  height: 113px;
  background: url('../images/marketing/fallback-commerce-icon.png') center center no-repeat;
  margin: 0 auto;
  padding-top: 15px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}*/
.tag-preview-item--title {
  color:#333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 5px 0 0;
  padding: 0;
}
.owl-item.active .tag-preview-item--title {
  /*font-size: 18px;
  line-height: 23px;*/
}
.tag-preview-item--copy {
  color:#333;
  /*font-size: 12px;*/
  font-weight: normal;
  /*line-height: 18px;*/
  text-align: center;
  overflow: hidden;
  padding: 0px 5px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  /*-webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);*/
}
.owl-item.active .tag-preview-item--copy {
  padding: 5px 15px;
  font-size: 15px;
  line-height: 23px;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  /*-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;*/
  -webkit-transform: scale(1);
          transform: scale(1);
  /*-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);*/
}

.wootag-tag-preview .owl-item div .tag-preview-wrapper {
  position: relative;
  opacity: 0;
  margin-left: -270px;
  width: 801px;
  height: 389px;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
  /*-webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;*/
  background-color: #000; /* layer fill content */
  -moz-box-shadow: 0 1px 18px rgba(25,23,25,.39);
  -webkit-box-shadow: 0 1px 18px rgba(25,23,25,.39);
  box-shadow: 0 1px 18px rgba(25,23,25,.39);
}

.wootag-tag-preview .owl-item div .tag-preview-wrapper.show {
  opacity: 1;
}
.wootag-tag-preview .tag-preview-wrapper .tag-preview-img {
  float: left;
}
.wootag-tag-preview .tag-preview-wrapper .tag-preview-img img {
  display: block;
  position: relative;
  max-width: 100%;
}

.wootag-tag-preview .tag-preview-wrapper .tag-preview-soup {
  width: 194px;
  height: 389px;
  background-color: #000;
  color:#fff;
  float: left;
}

/* mobile portrait */
@media only screen and (max-width: 479px) {

  .wootag-tag-preview .owl-item div .tag-preview-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .wootag-tag-preview .owl-item.active div .tag-preview-wrapper {
    opacity: 1;
  }
  .wootag-tag-preview .tag-preview-wrapper .tag-preview-soup {
    width: 100%;
    height: 220px;
    float: none;
  }
  .wootag-tag-preview .tag-preview-wrapper .tag-preview-img {
    float: none;
  }
  .tag-preview-wrapper--commerce .wt-image-hotspot {
    display: none;
  }
  .wootag-tag-preview__center {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
  }
}
/* End portrait mobile for homepage section 2 engagement */

.wootag-tag-preview .owl-item .tag-preview-soup__title {
  text-align: left;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  margin-left: 20px;
}
.wootag-tag-preview .owl-item .tag-preview-soup__copy {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
}

.owl-item div { text-align: center; }

.wt-hotspot-container {
  position: relative;
  display: table;
  margin: 0 auto;
}
.wt-hotspot-container .wt-image-hotspot {
  height: 18px;
  width: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin: -9px 0 0 -9px;
}

.tag-preview-wrapper--brand .wt-image-hotspot {
  top: 152px;
  left: 100px
}
.tag-preview-wrapper--commerce .wt-image-hotspot {
  top: 90px;
  right: 102px;
}
.tag-preview-wrapper--location .wt-image-hotspot {
  top: 152px;
  left: 100px
}
.tag-preview-wrapper--person .wt-image-hotspot {
  top: 70px;
  right: 293px;
}
.wt-hotspot-container .wt-image-hotspot_inner {
  border-radius: 100px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  color: #888;
  z-index: 2;
  cursor: pointer;
}
.wt-hotspot-container .wt-image-hotspot-pulse {
  display: block;
  background: #fff;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: wt_pulsate 1.8s ease-out infinite;
  -moz-animation: wt_pulsate 1.8s linear infinite;
  animation: wt_pulsate 1.8s linear infinite;
  opacity: 0;
  top: -11px;
  left: -11px;
  z-index: 1;
}

/*@media only screen and (min-width: 990px) {
  .wt-hotspot-container .wt-image-hotspot {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 11px;
  }
  .wt-hotspot-container .wt-image-hotspot-pulse {
    height: 54px;
    width: 54px;
    top: -15px;
    left: -15px;
  }
}*/

.wootag-tag-preview--navigation {
  text-align: center;
  height: 35px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.wootag-tag-preview--navigation > * {
  position: absolute;
  /*right: 140px;*/
  width: 14px;
  height: 24px;
  background: url("../images/slider/slider-prev-next.png") no-repeat right center;
  cursor: pointer;
  top: 35px;
}
.wootag-tag-preview--navigation .owl-prev {
  position: absolute;
  background-position: left center;
  left: 20px;
}
.wootag-tag-preview--navigation .owl-next {
  position: absolute;
  right:20px;
}
/*.wootag-tag-preview--navigation a {
  text-decoration: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 160px;
}
.wootag-tag-preview--navigation a.btn.next {
  right:-50px;
}
.wootag-tag-preview--navigation a.btn.prev {
  left: -80px;
}
.wootag-tag-preview--navigation a.btn:hover {
  opacity: 1;
  font-size: 24px;
  line-height: 24px;
}
.wootag-tag-preview--navigation a.btn {
  opacity: .75;
  color: #494948;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}*/
.wootag-tag-preview .owl-controls .owl-pagination{
  display: none;
}
.wootag-tag-preview .owl-controls {
  /*display: none;*/
  text-align: center;
  height: 35px;
}
.wootag-tag-preview .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.wootag-tag-preview .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}
.wootag-tag-preview .owl-controls .owl-page.active span,
.wootag-tag-preview .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.wootag-tag-preview .owl-buttons {
  font-family: sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 33px;
  top: -115px;
  position: absolute;
  left: 50%;
  z-index: 9000;
}
.wootag-tag-preview .owl-buttons div.owl-prev {
  position: absolute;
  top: 50px;
  left: -120px;
  color:#fff;
}
.wootag-tag-preview .owl-buttons div.owl-next {
  position: absolute;
  top: 50px;
  right: -120px;
  color:#fff;
}

.wootag-section__getting-started {
  border-top: 1px solid #cbcccc;
  background-color: #eaeaea;
  height: 750px;
}
.wootag-section--title__getting-started {
  color: #575755;
}
.wootag-section__getting-started .container {
  height: 100%;
}
.steps {
  position: relative;
  height: 100%;
}
.steps .slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.steps .slider-container .owl-carousel,
.steps .slider-container .owl-wrapper-outer {
  position: relative;
  height: 100%;
}
.steps .slider-container .owl-carousel,
.steps .slider-container .owl-carousel .owl-wrapper-outer,
.steps .slider-container .owl-carousel .owl-wrapper,
.steps .slider-container .owl-carousel .owl-item {
  height: 550px;
}
.steps .slider-container .owl-carousel .owl-wrapper {
  height: 100%;
}
.steps .slider-container .owl-controls {
  text-align: center;
  margin-top: -35px;
}
.steps .slider-container .owl-buttons > * {
  position: absolute;
  right: 140px;
  width: 14px;
  height: 24px;
  background: url("../images/slider/slider-prev-next.png") no-repeat right center;
}
.steps .slider-container .owl-buttons > .owl-prev {
  left: 140px;
  background-position: left center;
}
.steps .slider-container .owl-buttons {
  position: relative;
  bottom: 30px;
}
.steps .slider-container .owl-pagination {
  position: relative;
  bottom: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  border-radius:6px;
  height: 15px;
}
.steps .slider-container .owl-pagination .owl-page:first-child {
  margin-left: 0;
}
.steps .slider-container .owl-pagination .owl-page {
  display: inline-block;
  z-index: 10;
  position: relative;
  width: 20px;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  background-clip: padding-box;
  margin-left: 160px;
  margin-top: -5px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  /*-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);*/
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.steps .slider-container .owl-pagination .owl-page:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
  background: none;
  border-radius: 12px;
  background-clip: padding-box;
  border: 9px solid white;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  box-sizing: border-box;
}
.steps .slider-container .owl-pagination .owl-page:hover span,
.steps .slider-container .owl-pagination .owl-page.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.steps .slider-container .owl-pagination .owl-page.active:after {
  border-width: 6px;
  background: #149cdb;
}
.steps .slider-container .owl-pagination .owl-page span {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 10px 20px;
  font-size: 15px;
  color: #575755;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  top: 8px;
  margin-left: 10px;
  /*-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);*/
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
/*.steps .slider-container .owl-pagination .owl-page span:after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.steps .slider-container .owl-pagination .owl-page:hover:after {
  border-width: 6px;
}
.steps .slider-container .owl-pagination .owl-page:hover span {
  /*-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);*/
  /*-ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);*/
  /*opacity: 1;
  filter: alpha(opacity=100);*/
}
.steps .slider-container .owl-pagination .progressbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  max-width: 95%;
  width: 1px;
  background: #139cda;
  z-index: 0;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.steps .steps--step {
  float: left;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.steps .active .steps--step {
  opacity: 1;
  filter: alpha(opacity=100);
}
.steps .steps--step .content {
  display: table-cell;
  vertical-align: middle;
  /*-webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);*/
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
          transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}


.steps--step .content {
  margin: 0;
  padding: 100px 0 0;
  text-align: left;
  width: 275px;
}

.steps--step.left .content {
  float: left;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.steps--step.right .content {
  float: right;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.steps .active .steps--step.left .content {
  -webkit-transform: translateX(110px);
  -ms-transform: translateX(110px);
          transform: translateX(110px);
}
.steps .active .steps--step.right .content {
   -webkit-transform: translateX(-110px);
   -ms-transform: translateX(-110px);
          transform: translateX(-110px);
}
.steps .active  .content {
  -webkit-transition-delay: 0.350s;
  -ms-transition-delay: 0.350s;
          transition-delay: 0.350s;
}
.steps--step .content h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 1px;
  z-index: -1;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.35);
     -moz-box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.35);
          box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.35);
}
.steps--step .content h2 {
  color:#575755;
  font-size: 27px;
  line-height:40px;
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf;
}
.steps--step .content p {
  color: #565656;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/*.steps--step.right .content h2 {  text-align: right;}*/
/*.steps--step.right .content p { text-align: right; }*/

.steps--step.left {  background-position: 94% 0;}
.steps--step.right {  background-position: left top;}
.steps--step { background-repeat: no-repeat; }
.steps--step__step1 { background-image :url('../images/getting-started/step1.png');}
.steps--step__step2.right { background-image :url('../images/getting-started/step2.png');background-position: 60px 10px;}
.steps--step__step3.left { background-image :url('../images/getting-started/step3.png'); background-position: 94% 10px;}
.steps--step__step4.right { background-image :url('../images/getting-started/step4.png'); background-position: 80px 100px;}

/* Mobile portrait adaptation */

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

  .wootag-section--title__getting-started {
    margin-bottom: 20px
  }
   .steps .slider-container .owl-carousel .owl-wrapper-outer{
    height: 490px;
   }
  .steps .slider-container .owl-pagination .owl-page {
    margin-left: 40px;
  }

  .steps .slider-container .owl-pagination .owl-page span {
    -webkit-transform: rotate(-45deg) translateY(20px) translateX(-30px);
    -moz-transform: rotate(-45deg) translateY(20px) translateX(-30px);
    -ms-transform: rotate(-45deg) translateY(20px) translateX(-30px);
    transform: rotate(-45deg) translateY(20px) translateX(-30px);
  }

  .steps .slider-container .owl-buttons > .owl-next {
    right: 0;
  }
  .steps .slider-container .owl-buttons > .owl-prev {
    left: 0;
  }

  .steps--step,
  .steps--step.left,
  .steps--step.right {
    background-size: 75%;
    background-position: 50% 0;
  }

  .steps .steps--step .content {
    margin-top: 50px;
  }
  .steps .steps--step__step3 .content {
    margin-top: 85px;
  }
  .steps .steps--step__step4 .content {
    margin-top: 35px;
  }

  .steps .steps--step.left .content,
  .steps .active .steps--step.left .content {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  .steps .steps--step.right .content,
  .steps .active .steps--step.right .content  {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

}
/* end mobile portrait */

.wootag-section__brands {
  background-color: #F0F0F0;
 /* height: 190px; */
}

#wootag-brands-list .owl-buttons > * {
  position: absolute;
  top: 40%;
  right: -40px;
  width: 14px;
  height: 24px;
  background: url("../images/slider/slider-prev-next.png") no-repeat right center;
}

#wootag-brands-list .owl-buttons > .owl-prev {
  left: -40px;
  background-position: left center;
}

.wootag-brands-wrapper {
  margin: 35px auto;
}
#wootag-brands-list .owl-item > div  {
  /*display:table-cell;*/
  vertical-align:middle;
}
#wootag-brands-list .item img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.wootag-section__soup {
  height: 401px;
  background: #000 url('../images/soup_bg.jpg') center center no-repeat;

}
.wootag-section--title__soup {
  color: #fff;
}

.wootag-testimonials-wrapper {
  height: auto;
  margin-bottom: 20px;
}
.wootag-quote-box {
  border: 1px solid #16a9ec;
  /*border-bottom: none;*/
  margin: 30px 0 0;
  padding: 15px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  background: rgba(0,0,0,0.3);
  position: relative;
}
.wootag-quote-box q {
  display: block;
  quotes: none;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.wootag-quote-arrow {
  width: 0;
  height: 0;
  line-height: 0;
  border-top: 26px solid rgba(19,156,218,.25);
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -26px;
  left: -1px;
}
.wootag-quote-box + cite  {
  margin-top: 20px;
  position: relative;
  display: block;
}
.wootag-quote-box + cite .author {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
}



.wootag-section__pricing {
  background-color: #F0F0F0;
}


.wootag-section__contact {
  position: relative;
  height: 274px;
  background: #2c80c6 url('../images/contact_bg.png') bottom center no-repeat;
  background-size: 100% 274px;
}
@media only screen and (max-width: 767px) {
  .wootag-section__contact {
    height: auto;
    padding-bottom: 20px;
  }
}
.wootag-section__contact--copy {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}
.wootag-section--title__contact {
  color:#fff;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  margin: 45px auto 25px;
}

.wootag-register-wrapper {
  margin-top: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0;
}
.form-control:focus {
  border-color: #16a9ec;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.wootag-home-register-field {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.wootag-home-register-field::-webkit-input-placeholder {
  color: #747474; /* text color */
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.wootag-home-register-field:-ms-input-placeholder {
  color: #747474; /* text color */
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.wootag-home-register-field:-moz-placeholder {
    color: #747474; /* text color */
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.wootag-home-register-field::-moz-placeholder {
  color: #747474; /* text color */
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.wootag-home-register-button {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  background-color: #16a9ec;
  border:none;
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}
/*.spot {
  background: url("../images/spot.png") no-repeat scroll center center transparent;
  position: absolute;
  width: 234px;
  height: 274px;
  margin-left: 650px;
  margin-top: 0;
  z-index: 10;
  display: none\9;
  display: none\0/;
  _display: none;
}*/


.wootag-footer {
  position: relative;
  height: 52px;
  background-color: #eaeaea;
}
@media only screen and (min-width: 768px) {
  .wootag-section__solutions ~ .wootag-footer {
    position:absolute;
    bottom: 0;
    width: 100%;
  }
}
.site-footer {
  position: relative;
  color: #5f5f5e;
  font-size: 14px;
  line-height: 16px;
  padding: 22px 0;
}
.wootag-footer-links {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
  font-size: 14px;
}
.wootag-footer-links li {
  display: inline-block;
  line-height: 16px;
  color: #5f5f5e;
  font-size: 14px;
}
.wootag-footer-links li:before {
  display: none;
}
.wootag-footer-links li a {
  color: #5f5f5e;
  font-size: 14px;
}
.social-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.no-svg .social-icon {
  background: transparent url('../images/facebook.png') center center no-repeat; /* fallback icon*/
}
.no-svg .facebook { }
.no-svg .twitter { background-image: url('../images/twitter.png'); /* fallback icon*/}

.svg .social-icon {
  opacity: .5;
  display: inline-block;
  /*background: transparent url('../images/facebook.svg') center center no-repeat;*/
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.svg .facebook {background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGQ9Ik0zOC4xIDIyLjRjMCAyLjMgMCAxMi40IDAgMTIuNEgyOXYxNS4yaDkuMVY5NWgxOC42VjUwaDEyLjVjMCAwIDEuMi03LjMgMS43LTE1LjIgLTEuNiAwLTE0LjIgMC0xNC4yIDBzMC04LjggMC0xMC40YzAtMS41IDItMy42IDQtMy42IDIgMCA2LjIgMCAxMC4yIDAgMC0yLjEgMC05LjIgMC0xNS44IC01LjIgMC0xMS4yIDAtMTMuOCAwQzM3LjYgNSAzOC4xIDIwLjIgMzguMSAyMi40eiIvPjwvc3ZnPg==) center center no-repeat; }
.svg .twitter {background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGQ9Ik03Mi4zIDcyLjVINTAuMWMtMy4xIDAtNS43LTEuMS03LjktMy4yIC0yLjItMi4yLTMuMi00LjgtMy4yLTcuOXYtNy45aDMxLjZjMi45IDAgNS4zLTEgNy40LTMuMSAyLTIuMSAzLjEtNC41IDMuMS03LjQgMC0yLjktMS01LjMtMy4xLTcuNCAtMi0yLTQuNS0zLjEtNy40LTMuMUgzOC45VjE2LjNjMC0zLjEtMS4xLTUuNy0zLjMtNy45QzMzLjUgNi4xIDMwLjggNSAyNy44IDVjLTMuMSAwLTUuOCAxLjEtOCAzLjMgLTIuMiAyLjItMy4zIDQuOC0zLjMgOHY0NS4xYzAgOS4zIDMuMyAxNy4yIDkuOCAyMy44QzMyLjkgOTEuNyA0MC44IDk1IDUwLjEgOTVoMjIuMmMzLjEgMCA1LjctMS4xIDcuOS0zLjMgMi4yLTIuMiAzLjMtNC44IDMuMy03LjkgMC0zLjEtMS4xLTUuNy0zLjMtNy45Qzc4IDczLjYgNzUuMyA3Mi41IDcyLjMgNzIuNXoiLz48L3N2Zz4=) center center no-repeat; }

/*
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}
*/