/********************/
/*** BREAK QUERYS ***/
/********************/
/********************/
/*** COLORS ***/
/********************/
/********************/
/*** COLOR THEMES BUTTONS ***/
/********************/
/********************/
/*** SITE STRUCTURE ***/
/********************/
html, body, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

a, a:focus, a:active {
  outline: none; }

* {
  outline: none; }

html, body {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Azo Sans Web';
  font-style: normal;
  font-weight: normal;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff; }
  body h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #ffffff; }
    @media all and (max-width: 960px) {
      body h2 {
        font-size: 6vw; } }
  body h3 {
    font-size: 24px;
    text-align: center;
    color: #ffffff; }
    @media all and (max-width: 960px) {
      body h3 {
        font-size: 5vw; } }
  body p {
    font-size: 18px;
    line-height: 22px;
    color: #000000; }
    @media all and (max-width: 960px) {
      body p {
        display: block;
        padding: 0 10%;
        font-size: 4vw;
        line-height: 5vw; } }
  body section {
    height: 700px; }
    @media all and (max-width: 960px) {
      body section {
        height: 100%; } }

#hww_container {
  max-width: 1920px;
  margin: auto; }
  #hww_container * {
    box-sizing: border-box; }

#hww_container .hww_holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px; }
  @media all and (max-width: 960px) {
    #hww_container .hww_holder {
      padding-top: 8vw; } }

/********************/
/*** IMPORTS SCSS ***/
/********************/
#section1 {
  background: #000000;
  background: url(../images/bg1_1.jpg) center no-repeat;
  background-size: cover;
  /* position: relative;*/
  padding: 0;
  /*    overflow: hidden;*/ }
  #section1 h2, #section1 h3 {
    color: #fadd0b; }
  #section1 #header-steps {
    margin-top: 80px; }
    #section1 #header-steps h2.title {
      padding-bottom: 40px; }
    #section1 #header-steps img.icon-tlm {
      padding-bottom: 20px; }
  #section1 .intro-steps {
    max-width: 400px;
    margin: 0 auto;
    font-weight: 300;
    position: absolute; }
    #section1 .intro-steps p {
      color: #fff;
      font-size: 18px;
      line-height: 26px; }
      #section1 .intro-steps p span.bbold {
        font-weight: 500;
        font-weight: bold; }
    #section1 .intro-steps .skipSecondScreenContainer {
      margin-top: 30px; }
    #section1 .intro-steps .skipSecondScreen {
      font-weight: 300;
      font-size: 16px;
      padding: 10px 15px;
      color: #fadd0b;
      cursor: pointer; }
      #section1 .intro-steps .skipSecondScreen.hover {
        text-decoration: underline; }
    #section1 .intro-steps.step1 {
      /*display: none;*/
      display: none;
      margin: 0 auto;
      margin-top: 15px;
      position: relative; }
      #section1 .intro-steps.step1 #connectBtn {
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
        padding: 8px 12px;
        color: #fff;
        background: none;
        border: solid 1px #fff;
        border-radius: 0; }
    #section1 .intro-steps.step2 {
      display: none;
      margin: 0 auto;
      top: 390px;
      left: 50%;
      margin-left: -200px; }
      #section1 .intro-steps.step2 span.yellow {
        color: #fadd0b; }
    #section1 .intro-steps.step3 {
      display: none;
      margin: 0 auto;
      top: 360px;
      left: 50%;
      margin-left: -155px; }
    #section1 .intro-steps.not-available {
      display: none;
      margin: 0 auto;
      top: 260px;
      left: 50%;
      margin-left: -160px; }
      #section1 .intro-steps.not-available #skipSecondScreen2 {
        margin-top: 30px;
        border: solid 1px #fadd0b; }
    #section1 .intro-steps.step4 {
      display: none;
      max-width: 100%;
      min-height: 500px;
      background: rgba(0, 0, 0, 0.8);
      overflow: visible;
      position: absolute;
      z-index: 23000;
      color: white;
      padding: 0;
      height: 700px;
      top: 0;
      width: 100%; }
      #section1 .intro-steps.step4 #player {
        margin: 0 auto;
        position: relative;
        top: 90px;
        height: 506px;
        display: block; }
      #section1 .intro-steps.step4 .playerbuttons {
        margin-top: 120px;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        border: solid 1px white;
        padding: 5px 15px;
        background: none;
        border-radius: 0;
        color: white; }
        #section1 .intro-steps.step4 .playerbuttons.first {
          margin-right: 10px; }
  #section1 .container {
    min-height: 600px;
    position: relative; }
    #section1 .container .center {
      text-align: center; }
    #section1 .container .urlMobile {
      font-weight: 500;
      font-size: 42px;
      color: #fadd0b;
      padding-bottom: 10px;
      line-height: 46px;
      display: block;
      padding-top: 10px; }
    #section1 .container .messages {
      display: none;
      width: 500px;
      padding: 10px 20px;
      word-break: normal;
      font-weight: 400;
      font-size: 18px;
      position: absolute;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -250px;
      vertical-align: middle;
      background-color: none;
      border: solid 1px #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    #section1 .container #qrcode-svg {
      display: none;
      width: 80px;
      height: 80px;
      display: block;
      position: relative;
      padding-top: 20px;
      margin: 0 auto; }
  #section1 .full {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle; }

@media all and (max-width: 768px) {
  #section1 {
    background: url("../images/bg1_mobile.jpg") center no-repeat;
    height: 206vw;
    background-size: cover; } }
#section2 {
  background: url("../images/bg2.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100vw !important; }
  #section2 .hww_holder {
    background-image: url("../images/bloco2-left.png"), url("../images/bloco2-right.png");
    background-position: calc(50% - 550px) 50%, calc(50% + 550px) 50%;
    background-repeat: no-repeat; }
  #section2 h3 {
    margin-bottom: 40px; }
  #section2 .hww_car {
    text-align: center;
    overflow: hidden;
    max-width: 940px;
    width: 100%;
    overflow: visible;
    margin: auto; }
    #section2 .hww_car .hww_phone {
      display: inline-block;
      width: 50%;
      position: relative;
      text-align: left; }
      #section2 .hww_car .hww_phone .hww_info {
        text-align: left;
        position: absolute;
        left: 224px;
        top: 20px; }
        #section2 .hww_car .hww_phone .hww_info .hww_name {
          font-size: 24px;
          font-weight: bold;
          line-height: 24px; }
        #section2 .hww_car .hww_phone .hww_info .entrada {
          font-size: 16px;
          color: #ffffff; }
        #section2 .hww_car .hww_phone .hww_info .meses {
          font-size: 16px;
          color: #ffffff;
          position: relative;
          left: -30px; }
        #section2 .hww_car .hww_phone .hww_info .nota {
          color: #000000;
          font-size: 14px; }
        #section2 .hww_car .hww_phone .hww_info .hww_price {
          font-size: 50px;
          font-weight: bold;
          color: #000000;
          line-height: 54px;
          margin-top: 4px; }
          #section2 .hww_car .hww_phone .hww_info .hww_price .hww_sup {
            position: relative;
            font-size: 28px;
            top: -16px; }
          #section2 .hww_car .hww_phone .hww_info .hww_price .hww_sub {
            position: relative;
            font-size: 19px;
            top: 2px;
            left: -40px; }
        #section2 .hww_car .hww_phone .hww_info .hww_duracao {
          font-size: 16px;
          color: #ffffff;
          margin-top: -10px;
          font-weight: bold; }
        #section2 .hww_car .hww_phone .hww_info .hww_entrada_old {
          color: #000000;
          font-size: 20px;
          margin-top: 6px; }
          #section2 .hww_car .hww_phone .hww_info .hww_entrada_old .hww_sup {
            position: relative;
            font-size: 14px;
            top: -4px; }
        #section2 .hww_car .hww_phone .hww_info .hww_entrada {
          color: #000000;
          font-size: 30px;
          font-weight: bold;
          margin-top: 6px; }
          #section2 .hww_car .hww_phone .hww_info .hww_entrada .hww_small {
            font-size: 20px; }
          #section2 .hww_car .hww_phone .hww_info .hww_entrada .hww_sup {
            position: relative;
            font-size: 16px;
            top: -9px; }
        #section2 .hww_car .hww_phone .hww_info .hww_specs {
          font-size: 14px;
          line-height: 20px;
          color: #000000;
          list-style: none !important;
          list-style-type: none !important; }
          #section2 .hww_car .hww_phone .hww_info .hww_specs li {
            list-style: none !important;
            list-style-type: none !important;
            margin-left: 0 !important; }
  #section2 .hww_phones_menu {
    position: relative;
    bottom: 0px;
    text-align: center; }
    #section2 .hww_phones_menu .hww_menuitem {
      display: inline-block;
      cursor: pointer;
      height: 132px;
      text-align: center;
      padding-top: 4px; }
      #section2 .hww_phones_menu .hww_menuitem:hover {
        position: relative;
        font-weight: bold; }
      #section2 .hww_phones_menu .hww_menuitem .menu_mobile {
        float: left;
        color: #000000;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0px;
        width: 100px;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #section2 .hww_phones_menu .hww_menuitem .menu_mobile.active {
          position: relative;
          top: -30px;
          font-weight: bold; }
      #section2 .hww_phones_menu .hww_menuitem img {
        height: 124px; }
  @media all and (max-width: 960px) {
    #section2 .hww_phones_menu {
      display: none; }
    #section2 .hww_car .hww_phonewrapper {
      position: relative;
      max-width: 768px;
      margin: auto; } }
  #section2 .hww_phone .hww_selo {
    position: absolute;
    overflow: hidden;
    padding-top: 200px; }
  #section2 .hww_phone .hww_selo img {
    position: relative;
    z-index: 10; }
  #section2 .hww_phone .hww_selo.hww_desbloqueado {
    top: -166px;
    left: 150px;
    z-index: 2; }
  #section2 .hww_phone .hww_selo.hww_net {
    top: -120px;
    left: 192px;
    z-index: 1; }
  #section2 .hww_phone .hww_selo.hww_preco {
    top: 27px;
    left: 141px; }
  #section2 #phones_menus {
    background: rgba(255, 255, 255, 0.6);
    margin-top: 100px;
    padding: 40px 0; }
  #section2 .hww_strikethrough {
    position: relative;
    display: inline-block; }
  #section2 .hww_strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #000000;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  #section2 .slick-arrow {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 50; }
  #section2 .slick-next {
    right: -50px; }
  #section2 .slick-prev {
    left: -50px; }
  #section2 .slick-next::before {
    content: "\E315";
    font-family: 'Material Icons';
    color: #ffffff;
    font-size: 50px; }
  #section2 .slick-prev::before {
    content: "\E314";
    font-family: 'Material Icons';
    color: #ffffff;
    font-size: 50px; }
  #section2 .slick-disabled {
    opacity: 0.7; }
  #section2 .options {
    margin: 10px 0;
    overflow: hidden; }
    #section2 .options .option {
      cursor: pointer;
      float: left;
      font-size: 16px;
      line-height: 14px;
      text-align: center;
      padding: 10px;
      border: 2px solid #ffffff;
      color: #ffffff; }
      #section2 .options .option.active {
        background: #ffffff;
        color: #c7a93c; }

@media all and (max-width: 768px) {
  #section2 {
    background: url("../images/bg2_mobile.jpg") center no-repeat;
    height: 206vw;
    background-size: cover; }
    #section2 .options {
      margin: 1vw 0; }
      #section2 .options .option {
        font-size: 3vw;
        line-height: 3vw;
        padding: 2vw;
        border: 2px solid #ffffff;
        color: #ffffff; }
    #section2 .hww_car .hww_phone .hww_phoneimage {
      margin-left: 5vw;
      width: 40vw;
      margin-bottom: 28vw; }
    #section2 .hww_car .hww_phone .hww_info {
      left: 50%;
      top: 20px; }
      #section2 .hww_car .hww_phone .hww_info .hww_name {
        font-size: 5vw;
        line-height: 5vw; }
      #section2 .hww_car .hww_phone .hww_info .entrada {
        font-size: 3vw;
        color: #ffffff;
        display: block; }
      #section2 .hww_car .hww_phone .hww_info .meses {
        font-size: 3vw;
        left: -4vw; }
      #section2 .hww_car .hww_phone .hww_info .nota {
        color: #000000;
        font-size: 14px; }
      #section2 .hww_car .hww_phone .hww_info .hww_price {
        font-size: 9vw;
        line-height: 9vw;
        margin-top: 2vw; }
        #section2 .hww_car .hww_phone .hww_info .hww_price .hww_sup {
          position: relative;
          font-size: 5vw;
          top: -3vw; }
        #section2 .hww_car .hww_phone .hww_info .hww_price .hww_sub {
          position: relative;
          font-size: 5vw;
          top: 1vw;
          left: -7vw; }
      #section2 .hww_car .hww_phone .hww_info .hww_duracao {
        font-size: 3vw;
        color: #ffffff;
        margin-top: -10px;
        font-weight: bold; }
      #section2 .hww_car .hww_phone .hww_info .hww_entrada_old {
        color: #000000;
        font-size: 6vw;
        margin-top: 2vw; }
        #section2 .hww_car .hww_phone .hww_info .hww_entrada_old .hww_sup {
          position: relative;
          font-size: 4vw;
          top: -1vw; }
      #section2 .hww_car .hww_phone .hww_info .hww_entrada {
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 6px; }
        #section2 .hww_car .hww_phone .hww_info .hww_entrada .hww_small {
          font-size: 20px; }
        #section2 .hww_car .hww_phone .hww_info .hww_entrada .hww_sup {
          position: relative;
          font-size: 16px;
          top: -9px; }
    #section2 .hww_car .slick-next {
      right: 0; }
    #section2 .hww_car .slick-prev {
      left: 0; } }
#section3 {
  background: url("../images/bg3.jpg") no-repeat center;
  background-size: cover;
  text-align: center; }
  #section3 .middleImage_desk {
    position: relative;
    margin-top: -54px; }
  @media all and (max-width: 960px) {
    #section3 {
      background: none;
      background: url("../images/bg3_mob.jpg") no-repeat center top;
      background-size: auto 100%;
      height: 200vw; } }
  #section3 .hww_holder {
    height: 100%;
    background-image: url("../images/bloco3-left.png"), url("../images/bloco3-right.png");
    background-position: calc(50% - 550px) 50%, calc(50% + 550px) 50%;
    background-repeat: no-repeat; }
    @media all and (max-width: 960px) {
      #section3 .hww_holder {
        background: none; } }
  #section3 .middleImage_desk {
    display: inline-block; }
    @media all and (max-width: 960px) {
      #section3 .middleImage_desk {
        display: block;
        width: 90%;
        margin: 0 auto; } }
  #section3 .textBlock {
    position: relative;
    top: -68px;
    display: table;
    margin: 0 auto;
    text-align: center; }
    @media all and (max-width: 960px) {
      #section3 .textBlock {
        top: -5vw; }
        #section3 .textBlock br {
          float: left; } }
    #section3 .textBlock p {
      display: block;
      color: #000000; }

#section4 {
  background: url("../images/bg4.jpg") no-repeat center;
  background-size: cover;
  text-align: center; }
  @media all and (max-width: 960px) {
    #section4 {
      background: none;
      background: url("../images/bg4_mob.jpg") no-repeat center top;
      background-size: auto 100%;
      height: 200vw; } }
  #section4 .hww_holder {
    height: 100%;
    background-image: url("../images/bloco4-left.png"), url("../images/bloco4-right.png");
    background-position: calc(50% - 550px) 50%, calc(50% + 550px) 50%;
    background-repeat: no-repeat; }
    @media all and (max-width: 960px) {
      #section4 .hww_holder {
        background: none; } }
  #section4 .middleImage_desk {
    display: inline-block; }
    @media all and (max-width: 960px) {
      #section4 .middleImage_desk {
        display: none;
        width: 90%;
        margin: 0 auto; } }
  #section4 .middleImage_mob {
    display: none; }
    @media all and (max-width: 960px) {
      #section4 .middleImage_mob {
        display: block;
        width: 100%;
        margin: 0 auto; } }
  #section4 .textBlock {
    position: relative;
    top: -30px;
    display: table;
    margin: 0 auto;
    text-align: center; }
    @media all and (max-width: 960px) {
      #section4 .textBlock {
        top: -5vw; }
        #section4 .textBlock br {
          float: left; } }
    #section4 .textBlock p {
      display: block;
      color: #000000; }

#section5 {
  background: url("../images/bg5.jpg") no-repeat center;
  background-size: cover;
  text-align: center; }
  @media all and (max-width: 960px) {
    #section5 {
      background: none;
      background: url("../images/bg5_mob.jpg") no-repeat center top;
      background-size: auto 100%;
      height: 200vw; }
      #section5 h2 {
        margin-bottom: 5vw; } }
  #section5 .hww_holder {
    height: 100%;
    background-image: url("../images/bloco5-left.png"), url("../images/bloco5-right.png"), url("../images/bloco5-bottom.png");
    background-position: calc(50% - 550px) 50%, calc(50% + 550px) 50%, center bottom;
    background-repeat: no-repeat; }
    @media all and (max-width: 960px) {
      #section5 .hww_holder {
        background: none; } }
  #section5 .middleImage_desk {
    display: inline-block; }
    @media all and (max-width: 960px) {
      #section5 .middleImage_desk {
        display: block;
        width: 100%;
        margin: 0 auto 5vw; } }
  #section5 .textBlock {
    position: relative;
    top: 0;
    display: table;
    margin: 0 auto;
    text-align: center; }
    #section5 .textBlock p {
      font-size: 22px; }
    @media all and (max-width: 960px) {
      #section5 .textBlock {
        top: -4vw; }
        #section5 .textBlock br {
          float: left; } }
    #section5 .textBlock p {
      display: block;
      color: #ffffff; }

.button--small.select,
.button--medium.select,
.button--big.select {
  text-decoration: none; }

.button--small,
.button--medium,
.button--big {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.button--small.light-border,
.button--medium.light-border,
.button--big.light-border {
  border-color: #d3d3d3; }

.button--small.right,
.button--small.left,
.button--medium.right,
.button--medium.left,
.button--big.right,
.button--big.left {
  float: none; }

.button--small .text,
.button--medium .text,
.button--big .text {
  background: none;
  border: 0;
  padding: 0;
  color: #464646;
  position: relative;
  font-weight: 300;
  transition: all .5s;
  line-height: 1.4; }

.button--small input,
.button--small input[type="submit"],
.button--medium input,
.button--medium input[type="submit"],
.button--big input,
.button--big input[type="submit"] {
  min-width: 0;
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  transition: all .5s;
  font-family: "azoSansWeb"; }

.button--small input:hover,
.button--small input[type="submit"]:hover,
.button--medium input:hover,
.button--medium input[type="submit"]:hover,
.button--big input:hover,
.button--big input[type="submit"]:hover {
  background-color: transparent;
  border-color: transparent; }

.button--small.no-bg,
.button--medium.no-bg,
.button--big.no-bg {
  background-color: transparent;
  border: 2px solid #a2a2a2;
  border: .125rem solid #a2a2a2;
  color: #464646;
  text-decoration: none;
  font-weight: 300;
  box-shadow: none;
  cursor: pointer; }

.button--small.no-bg:hover,
.button--medium.no-bg:hover,
.button--big.no-bg:hover {
  color: #000; }

.button--small.no-bg:hover .arrow,
.button--medium.no-bg:hover .arrow,
.button--big.no-bg:hover .arrow {
  opacity: 1;
  color: #000; }

.button--small.no-bg .text,
.button--small.no-bg input,
.button--medium.no-bg .text,
.button--medium.no-bg input,
.button--big.no-bg .text,
.button--big.no-bg input {
  color: #464646;
  text-decoration: none; }

.button--small.no-bg .arrow,
.button--medium.no-bg .arrow,
.button--big.no-bg .arrow {
  color: #464646; }

.button--small {
  font-size: 13px;
  font-size: .8125rem;
  padding: 5px 17px;
  padding: 0.3125rem 1.0625rem; }

.button--small.no-bg {
  padding: 3px 17px 3px 17px;
  padding: 0.1875rem 1.0625rem 0.1875rem 1.0625rem; }

.button--small .arrow {
  margin-top: -8px;
  margin-top: -0.5rem; }

.button--medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 17px; }

.button--medium.no-bg {
  padding: 4px 17px 4px 17px;
  padding: 0.25rem 1.0625rem 0.25rem 1.0625rem; }

.button--medium.right .arrow {
  margin-top: -9px;
  margin-top: -0.5625rem; }

.button--medium.left .arrow {
  margin-top: -10px;
  margin-top: -0.625rem; }

.button--big {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 7px 17px;
  padding: 5px 14px; }

.button--big.no-bg {
  padding: 5px 17px 5px 17px;
  padding: 0.3125rem 1.0625rem 0.3125rem 1.0625rem; }

.button--big .arrow {
  margin-top: -11px;
  margin-top: -0.6875rem; }

.button--small.link,
.button--medium.link,
.button--big.link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: 400; }

.button--small.link .arrow,
.button--medium.link .arrow,
.button--big.link .arrow {
  color: #fff; }

.button--small.link:hover,
.button--medium.link:hover,
.button--big.link:hover {
  color: #464646; }

.button--small.link:hover .arrow,
.button--medium.link:hover .arrow,
.button--big.link:hover .arrow {
  opacity: 1;
  color: #fff; }

.button--small.link .text,
.button--medium.link .text,
.button--big.link .text {
  color: #fff;
  text-decoration: none; }

.button--small.right,
.button--medium.right,
.button--big.right,
.button--small.left,
.button--medium.left,
.button--big.left {
  float: none; }

.button--small.right input,
.button--small.right .text,
.button--medium.right input,
.button--medium.right .text,
.button--big.right input,
.button--big.right .text {
  right: 0; }

.button--small.left input,
.button--small.left .text,
.button--medium.left input,
.button--medium.left .text,
.button--big.left input,
.button--big.left .text {
  left: 0; }

.button--small.right .arrow,
.button--medium.right .arrow,
.button--big.right .arrow {
  right: -2px; }

.button--small.left .arrow,
.button--medium.left .arrow,
.button--big.left .arrow {
  left: 1px;
  left: 0.625rem; }

.button--small .arrow,
.button--medium .arrow,
.button--big .arrow {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s; }

input.button--small,
input.button--medium,
input.button--big {
  border: 0;
  font-weight: 100; }

.button--small.right:hover input,
.button--small.right:hover .text {
  right: 5px;
  right: 0.3125rem; }

.button--medium.right:hover input,
.button--medium.right:hover .text {
  right: 6px;
  right: 0.375rem; }

.button--big.right:hover input,
.button--big.right:hover .text {
  right: 8px;
  right: 0.5rem; }

.button--small.left:hover input,
.button--small.left:hover .text {
  left: 5px;
  left: 0.3125rem; }

.button--medium.left:hover input,
.button--medium.left:hover .text {
  left: 6px;
  left: 0.375rem; }

.button--big.left:hover input,
.button--big.left:hover .text {
  left: 8px;
  left: 0.5rem; }

.button--small.no-bg:hover .text,
.button--medium.no-bg:hover .text,
.button--big.no-bg:hover .text {
  color: #000; }

.button--small.link:hover .text,
.button--medium.link:hover .text,
.button--big.link:hover .text {
  color: #fff; }

.button--small.select:hover,
.button--medium.select:hover,
.button--big.select:hover {
  color: #fff; }

.button--small.masterBackgroundColor:active,
.highlight_video .highlight_video__trailer .button--small.highlight_video__trailer__title:active,
.button--medium.masterBackgroundColor:active,
.highlight_video .highlight_video__trailer .button--medium.highlight_video__trailer__title:active,
.button--big.masterBackgroundColor:active,
.highlight_video .highlight_video__trailer .button--big.highlight_video__trailer__title:active {
  border-top: 1px solid rgba(100, 100, 100, 0.4);
  border-top: 0.0625rem solid rgba(100, 100, 100, 0.4);
  box-shadow: none;
  position: relative;
  margin-top: -1px;
  margin-top: -.0625rem;
  top: 1px;
  top: 0.0625rem; }

.button--small.select.active,
.button--medium.select.active,
.button--big.select.active {
  border-top: 1px solid rgba(100, 100, 100, 0.4);
  border-top: 0.0625rem solid rgba(100, 100, 100, 0.4);
  padding-top: 5px;
  padding-top: .3125rem;
  box-shadow: none; }

.icon2-angle-right:before {
  content: "\E315";
  font-family: 'Material Icons';
  font-size: 18px;
  position: relative;
  top: -4px; }

a.icon2-angle-right {
  font-size: 18px; }

.hww_but {
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  margin-top: 4px;
  box-shadow: none;
  margin-top: 20px; }
  .hww_but:hover span {
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */
