* {
  border: 0 !important;
  outline: 0 !important; }
  *:focus {
    outline: none !important; }

html.touch *:hover {
  pointer-events: none !important; }

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

a {
  background: transparent;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: black;
  background-color: transparent; }

blockquote, q {
  quotes: "" ""; }

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

caption,
td,
th {
  text-align: left; }

html {
  text-size-adjust: 100%;
  overflow-x: hidden; }

input {
  vertical-align: middle;
  appearance: none; }
  input:focus {
    outline: none; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

li, ol, ul {
  list-style: none; }

select {
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  vertical-align: middle; }

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

textarea {
  resize: none; }


.kabum h2{
  color:#fff;
  margin-top: 20px;
}

.kabum figure{
  max-width: 376px;
  margin: 0 auto;
  padding: 0 20px;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

h1, h2, h3, h4, h5, h6, a, p {
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-weight: normal;
  vertical-align: baseline; }

h1 {
  font-family: "MyriadPro";
  font-size: 18pt;
  font-weight: 300;
  letter-spacing: 15px;
  text-transform: uppercase; }
  @media (min-width: 420px) {
    h1 {
      font-size: 24pt;
      letter-spacing: 22.5px; } }
  @media (min-width: 960px) {
    h1 {
      font-size: 36pt;
      letter-spacing: 30px; } }

h2 {
  font-family: "MyriadPro";
  font-size: 12pt;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 420px) {
    h2 {
      font-size: 24pt;
      letter-spacing: 6px; } }
  @media (min-width: 960px) {
    h2 {
      font-size: 30pt;
      letter-spacing: 9px; } }
  h2 > span img {
    width: 45px; }
    @media (min-width: 480px) {
      h2 > span img {
        width: 60px; } }
    @media (min-width: 960px) {
      h2 > span img {
        width: 75px; } }

h3 {
  font-family: "MyriadPro";
  font-size: 16pt;
  font-weight: 300; }
  @media (min-width: 420px) {
    h3 {
      font-size: 24pt; } }
  @media (min-width: 960px) {
    h3 {
      font-size: 30pt; } }

h4 {
  font-family: "MyriadPro";
  font-size: 14pt;
  font-weight: 300; }
  @media (min-width: 420px) {
    h4 {
      font-size: 20pt; } }
  @media (min-width: 960px) {
    h4 {
      font-size: 24pt; } }
  h4 b {
    font-weight: normal; }

a {
  font-family: "MyriadPro";
  font-size: 8pt;
  font-weight: 300;
  letter-spacing: 3px; }
  @media (min-width: 960px) {
    a {
      font-size: 10pt; } }

p {
  font-family: "MyriadPro";
  font-size: 10pt;
  font-weight: 300; }
  @media (min-width: 420px) {
    p {
      font-size: 12pt; } }
  @media (min-width: 960px) {
    p {
      font-size: 14pt; } }

button {
  cursor: pointer; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(0.5); } }

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  overflow: hidden;
  z-index: 100; }
  #loader > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    #loader > span .spinner {
      margin: 0 auto 15px;
      text-align: center; }
      @media (min-width: 768px) {
        #loader > span .spinner {
          margin: 0 auto 30px; } }
      #loader > span .spinner div {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 3px 0 0;
        -webkit-animation: bounce 1s infinite ease-in-out;
        animation: bounce 1s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        background-color: white;
        border-radius: 100%; }
      #loader > span .spinner .a {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      #loader > span .spinner .b {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }
    #loader > span img {
      width: auto;
      height: 30px; }
      @media (min-width: 480px) {
        #loader > span img {
          height: 45px; } }
      @media (min-width: 960px) {
        #loader > span img {
          height: 60px; } }

#main {
  position: relative;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, 0); }

section {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  section .featured {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 225px;
    padding: 30px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 480px) {
      section .featured {
        height: 540px;
        padding: 45px; } }
    @media (min-width: 960px) {
      section .featured {
        height: 765px;
        padding: 60px; } }
    section .featured > div {
      text-align: center; }
    section .featured .logo {
      width: auto;
      height: 30px;
      margin: 0 0 15px 0; }
      @media (min-width: 480px) {
        section .featured .logo {
          height: 45px;
          margin: 0 0 22.5px 0; } }
      @media (min-width: 960px) {
        section .featured .logo {
          height: 60px;
          margin: 0 0 30px 0; } }
    section .featured h2 {
      color: white;
      margin: 0 0 15px 0; }
      @media (min-width: 480px) {
        section .featured h2 {
          margin: 0 0 22.5px 0; } }
      @media (min-width: 960px) {
        section .featured h2 {
          margin: 0 0 30px 0; } }
    section .featured .we-love {
      height: 210px; }
      @media (min-width: 480px) {
        section .featured .we-love {
          height: 420px; } }
      @media (min-width: 960px) {
        section .featured .we-love {
          height: 630px; } }
  section .container {
    max-width: 990px;
    padding: 30px;
    text-align: center; }
    @media (min-width: 480px) {
      section .container {
        padding: 45px; } }
    @media (min-width: 960px) {
      section .container {
        padding: 60px; } }
    section .container.sup {
      margin-top: 105px; }
      @media (min-width: 480px) {
        section .container.sup {
          margin-top: 120px; } }
      @media (min-width: 960px) {
        section .container.sup {
          margin-top: 135px; } }
    section .container h3 {
      margin: 0 0 15px 0; }
      @media (min-width: 480px) {
        section .container h3 {
          margin: 0 0 30px 0; } }
    section .container p {
      line-height: 2.0; }

#lightbox {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 30px;
  background-color: #000000;
  z-index: 50; }
  #lightbox .close-button {
    position: relative;
    float: right;
    clear: right;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: url(../images/icones/fechar.png);
    background-size: 100% 100%;
    border: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease; }
    @media (min-width: 960px) {
      #lightbox .close-button {
        width: 45px;
        height: 45px; } }
    #lightbox .close-button:hover {
      opacity: .5; }
  #lightbox #video {
    clear: both; }
    #lightbox #video .embed {
      position: relative;
      max-width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: opacity .5s ease;
      -moz-transition: opacity .5s ease;
      transition: opacity .5s ease; }
      #lightbox #video .embed iframe, #lightbox #video .embed object, #lightbox #video .embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

#modal {
  display: none;
  padding: 30px;
  background-color: #000000; }
  #modal .close-button {
    position: relative;
    float: right;
    clear: right;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: url(../images/icones/fechar.png);
    background-size: 100% 100%;
    border: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease; }
    @media (min-width: 960px) {
      #modal .close-button {
        width: 45px;
        height: 45px; } }
    #modal .close-button:hover {
      opacity: .5; }
  #modal #stores {
    background: #7acaec;
    background: -moz-linear-gradient(top, #7acaec 0%, #85cdca 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #7acaec), color-stop(100%, #85cdca));
    background: -webkit-linear-gradient(top, #7acaec 0%, #85cdca 100%);
    background: -o-linear-gradient(top, #7acaec 0%, #85cdca 100%);
    background: -ms-linear-gradient(top, #7acaec 0%, #85cdca 100%);
    background: linear-gradient(to bottom, #7acaec 0%, #85cdca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acaec', endColorstr='#85cdca', GradientType=0 );
    clear: both;
    color: #ffffff; }
    #modal #stores .container {
      opacity: 0;
      -webkit-transition: opacity .5s ease;
      -moz-transition: opacity .5s ease;
      transition: opacity .5s ease; }
      #modal #stores .container .logo {
        width: auto;
        height: 30px;
        margin: 0 0 15px 0; }
        @media (min-width: 480px) {
          #modal #stores .container .logo {
            height: 45px; } }
        @media (min-width: 960px) {
          #modal #stores .container .logo {
            height: 60px;
            margin: 0 0 15px 0; } }
      #modal #stores .container h4 {
        margin: 0 0 15px 0; }
        @media (min-width: 480px) {
          #modal #stores .container h4 {
            margin: 0 0 22.5px 0; } }
        @media (min-width: 960px) {
          #modal #stores .container h4 {
            margin: 0 0 30px 0; } }
      #modal #stores .container .stores-list {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        height: auto;
        margin: 0 0 15px 0; }
        #modal #stores .container .stores-list a {
          background-color: #ffffff;
          padding: 7.5px 0;
          width: calc(50% - 7.5px);
          margin: 0 15px 15px 0; }
          #modal #stores .container .stores-list a:nth-child(2n + 0) {
            margin: 0 0 15px 0; }
          @media (min-width: 480px) {
            #modal #stores .container .stores-list a {
              width: calc(33.33% - 10px);
              margin: 0 15px 15px 0;
              padding: 15px 0; }
              #modal #stores .container .stores-list a:nth-child(2n + 0) {
                margin: 0 15px 15px 0; }
              #modal #stores .container .stores-list a:nth-child(3n + 0) {
                margin: 0 0 15px 0; } }
          @media (min-width: 960px) {
            #modal #stores .container .stores-list a {
              width: calc(25% - 11.25px);
              margin: 0 15px 15px 0; }
              #modal #stores .container .stores-list a:nth-child(3n + 0) {
                margin: 0 15px 15px 0; }
              #modal #stores .container .stores-list a:nth-child(4n + 0) {
                margin: 0 0 15px 0; } }
          #modal #stores .container .stores-list a img {
            max-height: 30px; }
            @media (min-width: 960px) {
              #modal #stores .container .stores-list a img {
                max-height: 40px; } }
      #modal #stores .container .we-love-photo {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 0 3px white;
        -moz-box-shadow: 0 0 0 3px white;
        box-shadow: 0 0 0 3px white; }
        @media (min-width: 960px) {
          #modal #stores .container .we-love-photo {
            flex-direction: row; } }
        #modal #stores .container .we-love-photo img {
          position: relative;
          float: left;
          width: 100%;
          height: auto; }
          @media (min-width: 480px) {
            #modal #stores .container .we-love-photo img {
              position: initial;
              float: initial;
              width: auto;
              max-height: 240px; } }
        #modal #stores .container .we-love-photo .address {
          padding: 30px;
          text-align: left; }
          #modal #stores .container .we-love-photo .address h4 span {
            letter-spacing: 6px; }
          #modal #stores .container .we-love-photo .address p {
            line-height: 1.1; }

.fixed-box {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
  top: 30px;
  right: 0;
  z-index: 10; }
  .fixed-box.menu-aberto {
    position: absolute; }
  @media (min-width: 480px) {
    .fixed-box {
      right: 30px; } }
  .fixed-box .cart {
    display: initial;
    width: 45px;
    height: 40px;
    background-color: #ffffff;
    background-image: url(../images/carrinho.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    border-radius: 5px 0 0 5px;
    z-index: 2; }
    @media (min-width: 480px) {
      .fixed-box .cart {
        display: none; } }
    .fixed-box .cart a {
      position: relative;
      float: left;
      width: 100%;
      height: 100%; }
  .fixed-box .where-to-buy {
    display: none; }
    @media (min-width: 480px) {
      .fixed-box .where-to-buy {
        display: initial; } }
    .fixed-box .where-to-buy a {
      position: relative;
      float: left;
      width: auto;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      background-color: #ffffff;
      border-radius: 5px;
      color: #000000;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: color .25s ease, background-color .25s ease;
      -moz-transition: color .25s ease, background-color .25s ease;
      transition: color .25s ease, background-color .25s ease; }
      .fixed-box .where-to-buy a:hover {
        background-color: #161616;
        color: #ffffff; }

#header .container-fluid {
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 30px;
  z-index: 2; }
  #header .container-fluid .social-links {
    flex-grow: 2;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    #header .container-fluid .social-links a {
      position: relative;
      float: left;
      width: auto;
      height: 40px;
      margin: 0 15px 0 0;
      background-color: transparent; }
      #header .container-fluid .social-links a:last-child {
        margin: 0; }
  #header .container-fluid .where-to-buy a {
    position: relative;
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .25s ease, background-color .25s ease;
    -moz-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease; }
    #header .container-fluid .where-to-buy a:hover {
      background-color: #161616;
      color: #ffffff; }

#introduction {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/backgrounds/destaque2.png); }
  #introduction .container {
    padding: 50px 0 45px 0;
    z-index: 2; }

    #introduction .container .kabum {
      padding: 0;
      z-index: 2;
  }
    @media (min-width: 1020px) {
      #introduction .container {
        padding: 45px 0 45px 0; } }
    @media (min-width: 1020px) {
      #introduction .container .we-love-photo {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center; } }
    #introduction .container .we-love-photo > div h1 {
      margin: 0 0 15px 0;
      color: #ffffff; }
      @media (min-width: 1020px) {
        #introduction .container .we-love-photo > div h1 {
          text-align: left; } }
      #introduction .container .we-love-photo > div h1 span {
        letter-spacing: 0; }
    #introduction .container .we-love-photo > div .watch-the-movie {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin: 0 0 30px 0; }
      @media (min-width: 480px) {
        #introduction .container .we-love-photo > div .watch-the-movie {
          margin: 0 0 45px 0; } }
      @media (min-width: 1020px) {
        #introduction .container .we-love-photo > div .watch-the-movie {
          flex-direction: row;
          align-items: center;
          margin: 0; } }
      #introduction .container .we-love-photo > div .watch-the-movie p {
        color: #ffffff; }
      #introduction .container .we-love-photo > div .watch-the-movie button {
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-transition: color .25s ease, background-color .25s ease;
        -moz-transition: color .25s ease, background-color .25s ease;
        transition: color .25s ease, background-color .25s ease; }
        #introduction .container .we-love-photo > div .watch-the-movie button:hover {
          background-color: #161616;
          color: #ffffff; }
          #introduction .container .we-love-photo > div .watch-the-movie button:hover span {
            color: #ffffff; }
        @media (min-width: 960px) {
          #introduction .container .we-love-photo > div .watch-the-movie button {
            width: 45px;
            height: 45px;
            margin: 0 15px 0 0;
            order: -1; } }
        #introduction .container .we-love-photo > div .watch-the-movie button span {
          -webkit-transition: color .25s ease;
          -moz-transition: color .25s ease;
          transition: color .25s ease; }
    #introduction .container .we-love-photo img {
      height: 150px;
      margin-bottom: 30px;
      padding: 0 30px;
      text-align: center; }
      @media (min-width: 480px) {
        #introduction .container .we-love-photo img {
          height: 300px; } }
      @media (min-width: 1020px) {
        #introduction .container .we-love-photo img {
          height: 270px; } }
      @media (min-width: 1200px) {
        #introduction .container .we-love-photo img {
          height: 344px; } }

#zenfone-four {
  background-color: #0e182e;
  text-align: center; }
  #zenfone-four .featured {
    background-image: url(../images/backgrounds/zenfone-4.png); }
  #zenfone-four .container {
    color: #ffffff; }
    #zenfone-four .container > p {
      margin: 0 0 30px 0; }
      @media (min-width: 960px) {
        #zenfone-four .container > p {
          margin: 0 0 45px 0; } }
    #zenfone-four .container .bullets {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media (min-width: 960px) {
        #zenfone-four .container .bullets {
          flex-direction: row; } }
      #zenfone-four .container .bullets li {
        margin: 0 0 30px 0; }
        @media (min-width: 960px) {
          #zenfone-four .container .bullets li {
            margin: 0;
            padding: 0 45px; } }
        #zenfone-four .container .bullets li:last-child {
          margin: 0; }
        #zenfone-four .container .bullets li span {
          color: #fce089;
          font-size: 30pt;
          font-weight: 300; }
          @media (min-width: 480px) {
            #zenfone-four .container .bullets li span {
              font-size: 36pt; } }
          @media (min-width: 960px) {
            #zenfone-four .container .bullets li span {
              font-size: 40pt; } }
          #zenfone-four .container .bullets li span sup {
            top: -10px; }
            @media (min-width: 480px) {
              #zenfone-four .container .bullets li span sup {
                top: -22.5px; } }
            @media (min-width: 960px) {
              #zenfone-four .container .bullets li span sup {
                top: -22.5px; } }
          #zenfone-four .container .bullets li span small {
            font-size: 60%; }
        #zenfone-four .container .bullets li p {
          font-weight: normal;
          line-height: 1.1; }
      #zenfone-four .container .bullets.wrap {
        flex-wrap: wrap;
        margin: 30px 0; }
        @media (min-width: 480px) {
          #zenfone-four .container .bullets.wrap {
            margin: 45px 0; } }
        @media (min-width: 960px) {
          #zenfone-four .container .bullets.wrap {
            margin: 0; } }
        #zenfone-four .container .bullets.wrap li {
          width: 100%; }
          @media (min-width: 960px) {
            #zenfone-four .container .bullets.wrap li {
              width: 50%; } }
          #zenfone-four .container .bullets.wrap li:nth-child(1), #zenfone-four .container .bullets.wrap li:nth-child(2), #zenfone-four .container .bullets.wrap li:nth-child(3), #zenfone-four .container .bullets.wrap li:nth-child(4) {
            margin: 0 0 30px 0; }
            @media (min-width: 480px) {
              #zenfone-four .container .bullets.wrap li:nth-child(1), #zenfone-four .container .bullets.wrap li:nth-child(2), #zenfone-four .container .bullets.wrap li:nth-child(3), #zenfone-four .container .bullets.wrap li:nth-child(4) {
                margin: 0 0 45px 0; } }
            @media (min-width: 960px) {
              #zenfone-four .container .bullets.wrap li:nth-child(1), #zenfone-four .container .bullets.wrap li:nth-child(2), #zenfone-four .container .bullets.wrap li:nth-child(3), #zenfone-four .container .bullets.wrap li:nth-child(4) {
                margin: 0 0 60px 0; } }
          #zenfone-four .container .bullets.wrap li:nth-child(5) {
            display: none; }
            @media (min-width: 960px) {
              #zenfone-four .container .bullets.wrap li:nth-child(5) {
                display: initial; } }
  #zenfone-four .lens {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto; }
    @media (min-width: 960px) {
      #zenfone-four .lens {
        align-items: center; } }
    #zenfone-four .lens > img {
      height: 270px;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four .lens > img {
          height: 450px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four .lens > img {
          height: auto;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four .lens > img {
          padding: 0 60px; } }
  #zenfone-four .wider-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: -45px;
    background-image: url(../images/backgrounds/wider-view-m.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (min-width: 480px) {
      #zenfone-four .wider-view {
        margin-top: -90px; } }
    @media (min-width: 960px) {
      #zenfone-four .wider-view {
        height: 840px;
        margin-bottom: 45px;
        background-image: url(../images/backgrounds/wider-view.png);
        background-position: top center;
        background-size: cover; } }
    @media (min-width: 1020px) {
      #zenfone-four .wider-view {
        margin-bottom: 105px; } }
    #zenfone-four .wider-view .container.sup {
      margin-top: 0; }
      @media (min-width: 960px) {
        #zenfone-four .wider-view .container.sup {
          margin-top: 120px;
          margin-bottom: 30px; } }
    @media (min-width: 960px) {
      #zenfone-four .wider-view .container > div {
        display: flex; } }
    #zenfone-four .wider-view .container > div > p {
      margin: 0 0 30px 0; }
      @media (min-width: 960px) {
        #zenfone-four .wider-view .container > div > p {
          margin: 0 30px 0 0;
          text-align: left; } }
    #zenfone-four .wider-view .container > div .bullets {
      width: auto;
      justify-content: center; }
    #zenfone-four .wider-view > img {
      order: -1;
      padding: 0 30px;
      width: 100%;
      margin-top: 60px;
      z-index: 1; }
      @media (min-width: 480px) {
        #zenfone-four .wider-view > img {
          margin-top: 90px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four .wider-view > img {
          order: 1;
          margin-top: 0;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four .wider-view > img {
          order: 1;
          width: auto;
          padding: 0 60px; } }
  #zenfone-four > img {
    width: 100%;
    margin: -30px 0 0 0;
    padding: 0 30px; }
    @media (min-width: 480px) {
      #zenfone-four > img {
        margin: -45px 0 0 0;
        padding: 0 45px; } }
    @media (min-width: 960px) {
      #zenfone-four > img {
        width: auto;
        margin: -60px 0 0 0;
        padding: 0 60px; } }

#zenfone-four-selfie-pro {
  background-color: #c7cfd7; }
  #zenfone-four-selfie-pro .featured {
    background-image: url(../images/backgrounds/zenfone-4-selfie-pro.png); }
  #zenfone-four-selfie-pro .container {
    color: #ffffff; }
    #zenfone-four-selfie-pro .container > p {
      margin: 0 0 30px 0; }
      @media (min-width: 960px) {
        #zenfone-four-selfie-pro .container > p {
          margin: 0 0 45px 0; } }
    #zenfone-four-selfie-pro .container .bullets {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media (min-width: 960px) {
        #zenfone-four-selfie-pro .container .bullets {
          flex-direction: row; } }
      #zenfone-four-selfie-pro .container .bullets li {
        margin: 0 0 30px 0; }
        @media (min-width: 960px) {
          #zenfone-four-selfie-pro .container .bullets li {
            margin: 0;
            padding: 0 45px; } }
        #zenfone-four-selfie-pro .container .bullets li:last-child {
          margin: 0; }
        #zenfone-four-selfie-pro .container .bullets li span {
          color: #f85338;
          font-size: 30pt;
          font-weight: 300; }
          @media (min-width: 480px) {
            #zenfone-four-selfie-pro .container .bullets li span {
              font-size: 36pt; } }
          @media (min-width: 960px) {
            #zenfone-four-selfie-pro .container .bullets li span {
              font-size: 40pt; } }
          #zenfone-four-selfie-pro .container .bullets li span sup {
            top: -10px; }
            @media (min-width: 480px) {
              #zenfone-four-selfie-pro .container .bullets li span sup {
                top: -15px; } }
            @media (min-width: 960px) {
              #zenfone-four-selfie-pro .container .bullets li span sup {
                top: -20px; } }
          #zenfone-four-selfie-pro .container .bullets li span small {
            font-size: 60%; }
        #zenfone-four-selfie-pro .container .bullets li p {
          font-weight: 500;
          line-height: 1.1; }
  #zenfone-four-selfie-pro .lens {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: auto; }
    @media (min-width: 960px) {
      #zenfone-four-selfie-pro .lens {
        align-items: center; } }
    @media (min-width: 960px) {
      #zenfone-four-selfie-pro .lens .container {
        padding: 0 60px;
        text-align: left; } }
    #zenfone-four-selfie-pro .lens .container > p {
      width: 100%;
      line-height: 1.1;
      margin: 0;
      color: #ffffff; }
      #zenfone-four-selfie-pro .lens .container > p br {
        display: none; }
        @media (min-width: 960px) {
          #zenfone-four-selfie-pro .lens .container > p br {
            display: initial; } }
    #zenfone-four-selfie-pro .lens > img {
      height: 270px;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-selfie-pro .lens > img {
          height: 450px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie-pro .lens > img {
          height: auto;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four-selfie-pro .lens > img {
          padding: 0 60px; } }
  #zenfone-four-selfie-pro .selfie-video {
    background-color: #b9ccde;
    text-align: center; }
    #zenfone-four-selfie-pro .selfie-video > img {
      width: 100%;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-selfie-pro .selfie-video > img {
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie-pro .selfie-video > img {
          width: auto;
          padding: 0 60px; } }

#zenfone-four-selfie {
  background-color: #e3dfd1; }
  #zenfone-four-selfie .featured {
    background-image: url(../images/backgrounds/zenfone-4-selfie.png); }
  #zenfone-four-selfie .container > p {
    margin: 0 0 30px 0; }
    @media (min-width: 960px) {
      #zenfone-four-selfie .container > p {
        margin: 0 0 45px 0; } }
  #zenfone-four-selfie .container .bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 960px) {
      #zenfone-four-selfie .container .bullets {
        flex-direction: row; } }
    #zenfone-four-selfie .container .bullets li {
      margin: 0 0 30px 0; }
      @media (min-width: 960px) {
        #zenfone-four-selfie .container .bullets li {
          margin: 0;
          padding: 0 45px; } }
      #zenfone-four-selfie .container .bullets li:last-child {
        margin: 0; }
      #zenfone-four-selfie .container .bullets li span {
        color: #f35932;
        font-size: 30pt;
        font-weight: 300; }
        @media (min-width: 480px) {
          #zenfone-four-selfie .container .bullets li span {
            font-size: 36pt; } }
        @media (min-width: 960px) {
          #zenfone-four-selfie .container .bullets li span {
            font-size: 40pt; } }
        #zenfone-four-selfie .container .bullets li span sup {
          top: -10px; }
          @media (min-width: 480px) {
            #zenfone-four-selfie .container .bullets li span sup {
              top: -15px; } }
          @media (min-width: 960px) {
            #zenfone-four-selfie .container .bullets li span sup {
              top: -20px; } }
        #zenfone-four-selfie .container .bullets li span small {
          font-size: 60%; }
      #zenfone-four-selfie .container .bullets li p {
        font-weight: normal;
        line-height: 1.1; }
  #zenfone-four-selfie .lens {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: auto; }
    @media (min-width: 960px) {
      #zenfone-four-selfie .lens {
        align-items: center; } }
    #zenfone-four-selfie .lens > img {
      height: 270px;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-selfie .lens > img {
          height: 450px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie .lens > img {
          height: auto;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four-selfie .lens > img {
          padding: 0 60px; } }
  #zenfone-four-selfie .beauty-live {
    background-color: #d5d0bf;
    text-align: center; }
    #zenfone-four-selfie .beauty-live .container .bullets {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media (min-width: 960px) {
        #zenfone-four-selfie .beauty-live .container .bullets {
          flex-direction: row;
          justify-content: flex-end; } }
      #zenfone-four-selfie .beauty-live .container .bullets li img {
        width: 60px;
        height: auto;
        margin: 0 0 15px 0; }
        @media (min-width: 480px) {
          #zenfone-four-selfie .beauty-live .container .bullets li img {
            width: 90px; } }
        @media (min-width: 960px) {
          #zenfone-four-selfie .beauty-live .container .bullets li img {
            width: 120px; } }
    #zenfone-four-selfie .beauty-live > img {
      padding: 0 30px;
      width: 100%; }
      @media (min-width: 480px) {
        #zenfone-four-selfie .beauty-live > img {
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie .beauty-live > img {
          width: auto;
          margin: -90px 0 0 0;
          padding: 0 60px; } }
  #zenfone-four-selfie .product-colors {
    background-color: #d5d0bf;
    text-align: center; }
    #zenfone-four-selfie .product-colors .container img {
      display: none; }
      @media (min-width: 960px) {
        #zenfone-four-selfie .product-colors .container img {
          display: initial;
          margin-left: -75%; } }
    #zenfone-four-selfie .product-colors .container .bullets {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
      padding: 0;
      color: #000000;
      text-align: center; }
      @media (min-width: 960px) {
        #zenfone-four-selfie .product-colors .container .bullets {
          text-align: left;
          width: 50%;
          margin: -25% 0 0 50%; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie .product-colors .container .bullets li {
          margin: 0 0 30px 0;
          padding: 0; } }
      #zenfone-four-selfie .product-colors .container .bullets li img {
        width: 60px;
        height: auto;
        margin: 0 0 15px 0; }
        @media (min-width: 480px) {
          #zenfone-four-selfie .product-colors .container .bullets li img {
            width: 90px; } }
        @media (min-width: 960px) {
          #zenfone-four-selfie .product-colors .container .bullets li img {
            width: 120px; } }
      #zenfone-four-selfie .product-colors .container .bullets li .colors {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0; }
        #zenfone-four-selfie .product-colors .container .bullets li .colors li {
          text-align: center;
          margin: 0; }
          #zenfone-four-selfie .product-colors .container .bullets li .colors li span {
            display: inline-block;
            width: 45px;
            height: 45px;
            margin: 0 0 15px 0;
            border-radius: 50%;
            -webkit-box-shadow: inset 0 0 0 3px white;
            -moz-box-shadow: inset 0 0 0 3px white;
            box-shadow: inset 0 0 0 3px white; }
            @media (min-width: 480px) {
              #zenfone-four-selfie .product-colors .container .bullets li .colors li span {
                width: 60px;
                height: 60px; } }
          #zenfone-four-selfie .product-colors .container .bullets li .colors li p {
            font-weight: 300; }
      #zenfone-four-selfie .product-colors .container .bullets li span {
        color: #f85338;
        font-size: 30pt;
        font-weight: 300; }
        @media (min-width: 480px) {
          #zenfone-four-selfie .product-colors .container .bullets li span {
            font-size: 36pt; } }
        @media (min-width: 960px) {
          #zenfone-four-selfie .product-colors .container .bullets li span {
            font-size: 40pt; } }
        #zenfone-four-selfie .product-colors .container .bullets li span small {
          font-size: 60%; }
      #zenfone-four-selfie .product-colors .container .bullets li p {
        font-weight: normal;
        line-height: 1.1; }
  #zenfone-four-selfie .metal-design {
    background-color: #d5d0bf;
    text-align: center; }
    @media (min-width: 960px) {
      #zenfone-four-selfie .metal-design {
        display: none; } }
    #zenfone-four-selfie .metal-design > img {
      padding: 0 30px;
      width: 100%; }
      @media (min-width: 480px) {
        #zenfone-four-selfie .metal-design > img {
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-selfie .metal-design > img {
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four-selfie .metal-design > img {
          width: auto;
          padding: 0; } }

#zenfone-four-max {
  background-color: #bde7f8; }
  #zenfone-four-max .featured {
    background-image: url(../images/backgrounds/zenfone-4-max.png); }
  #zenfone-four-max .container {
    color: #000000; }
    #zenfone-four-max .container > p {
      margin: 0 0 30px 0; }
      @media (min-width: 960px) {
        #zenfone-four-max .container > p {
          margin: 0 0 45px 0; } }
    #zenfone-four-max .container .bullets {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media (min-width: 960px) {
        #zenfone-four-max .container .bullets {
          flex-direction: row; } }
      #zenfone-four-max .container .bullets li {
        margin: 0 0 30px 0; }
        @media (min-width: 960px) {
          #zenfone-four-max .container .bullets li {
            margin: 0;
            padding: 0 45px; } }
        #zenfone-four-max .container .bullets li:last-child {
          margin: 0; }
        #zenfone-four-max .container .bullets li span {
          color: #fb7c5d;
          font-size: 30pt;
          font-weight: 300; }
          @media (min-width: 480px) {
            #zenfone-four-max .container .bullets li span {
              font-size: 36pt; } }
          @media (min-width: 960px) {
            #zenfone-four-max .container .bullets li span {
              font-size: 40pt; } }
          #zenfone-four-max .container .bullets li span sup {
            top: -10px; }
            @media (min-width: 480px) {
              #zenfone-four-max .container .bullets li span sup {
                top: -15px; } }
            @media (min-width: 960px) {
              #zenfone-four-max .container .bullets li span sup {
                top: -20px; } }
          #zenfone-four-max .container .bullets li span small {
            font-size: 60%; }
        #zenfone-four-max .container .bullets li p {
          font-weight: normal;
          line-height: 1.1; }
  #zenfone-four-max .lens {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto; }
    #zenfone-four-max .lens > img {
      height: 270px;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-max .lens > img {
          height: 450px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .lens > img {
          height: auto;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four-max .lens > img {
          padding: 0 60px; } }
  #zenfone-four-max .batery {
    background-color: #9bd4ec;
    text-align: center; }
    #zenfone-four-max .batery .container {
      color: #000000; }
    #zenfone-four-max .batery > img {
      margin: -30px 0 30px 0;
      padding: 0 30px;
      width: 100%; }
      @media (min-width: 480px) {
        #zenfone-four-max .batery > img {
          margin: -45px 0 45px 0;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .batery > img {
          margin: -60px 0 60px 0;
          padding: 0 60px; } }
      @media (min-width: 1200px) {
        #zenfone-four-max .batery > img {
          padding: 0; } }
  #zenfone-four-max .finishing {
    width: 100%;
    height: auto;
    background-color: #9bd4ec;
    text-align: center; }
    #zenfone-four-max .finishing .container {
      padding: 0 30px;
      text-align: center; }
      @media (min-width: 480px) {
        #zenfone-four-max .finishing .container {
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .finishing .container {
          padding: 0 60px; } }
      #zenfone-four-max .finishing .container .bullets {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 0; }
        @media (min-width: 960px) {
          #zenfone-four-max .finishing .container .bullets {
            flex-direction: row; } }
        @media (min-width: 960px) {
          #zenfone-four-max .finishing .container .bullets li {
            padding: 0 45px; } }
        #zenfone-four-max .finishing .container .bullets li span {
          color: #ffffff;
          font-size: 30pt;
          font-weight: 300; }
          @media (min-width: 480px) {
            #zenfone-four-max .finishing .container .bullets li span {
              font-size: 36pt; } }
          @media (min-width: 960px) {
            #zenfone-four-max .finishing .container .bullets li span {
              font-size: 40pt; } }
        #zenfone-four-max .finishing .container .bullets li p {
          font-weight: normal;
          line-height: 1.1; }
    #zenfone-four-max .finishing > img {
      width: 100%;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-max .finishing > img {
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .finishing > img {
          width: auto;
          margin-top: -150px;
          padding: 0 60px; } }
  #zenfone-four-max .frontal-flash {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #a4def6; }
    #zenfone-four-max .frontal-flash .container {
      padding: 30px;
      text-align: center; }
      @media (min-width: 480px) {
        #zenfone-four-max .frontal-flash .container {
          padding: 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .frontal-flash .container {
          padding: 60px 60px 0 60px; } }
      #zenfone-four-max .frontal-flash .container .bullets {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 0; }
        @media (min-width: 960px) {
          #zenfone-four-max .frontal-flash .container .bullets {
            flex-direction: row; } }
        @media (min-width: 960px) {
          #zenfone-four-max .frontal-flash .container .bullets li {
            padding: 0 45px; } }
        #zenfone-four-max .frontal-flash .container .bullets li span {
          color: #ffffff;
          font-size: 30pt;
          font-weight: 300; }
          @media (min-width: 480px) {
            #zenfone-four-max .frontal-flash .container .bullets li span {
              font-size: 36pt; } }
          @media (min-width: 960px) {
            #zenfone-four-max .frontal-flash .container .bullets li span {
              font-size: 40pt; } }
          #zenfone-four-max .frontal-flash .container .bullets li span > img {
            height: 30px;
            margin: 0 0 7.5px 0; }
            @media (min-width: 480px) {
              #zenfone-four-max .frontal-flash .container .bullets li span > img {
                height: auto; } }
            @media (min-width: 960px) {
              #zenfone-four-max .frontal-flash .container .bullets li span > img {
                margin: 0 0 15px 0; } }
        #zenfone-four-max .frontal-flash .container .bullets li p {
          font-weight: normal;
          line-height: 1.1; }
    #zenfone-four-max .frontal-flash > img {
      height: 270px;
      padding: 0 30px; }
      @media (min-width: 480px) {
        #zenfone-four-max .frontal-flash > img {
          height: 450px;
          padding: 0 45px; } }
      @media (min-width: 960px) {
        #zenfone-four-max .frontal-flash > img {
          height: auto;
          margin-top: -210px;
          padding: 0 60px; } }
  #zenfone-four-max #footer .container {
    display: flex; }

#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  opacity: 1; }
  @media (min-width: 480px) {
    #footer .container {
      flex-direction: row;
      padding: 22.5px 45px; } }
  @media (min-width: 960px) {
    #footer .container {
      padding: 30px 60px; } }
  #footer .container > img {
    height: 15px;
    margin: 0 0 7.5px 0; }
    @media (min-width: 480px) {
      #footer .container > img {
        height: 22.5px;
        margin: 0 22.5px 0 0; } }
    @media (min-width: 960px) {
      #footer .container > img {
        height: 30px;
        margin: 0; } }

.swiper-container, .swiper-container_esCOL {
  width: 100%;
  height: auto;
  padding: 0 30px; }
  @media (min-width: 960px) {
    .swiper-container, .swiper-container_esCOL {
      padding: 0; } }
  .swiper-container .swiper-slide, .swiper-container_esCOL .swiper-slide {
    width: 25%;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    text-align: center; }
    @media (min-width: 1200px) {
      .swiper-container .swiper-slide, .swiper-container_esCOL .swiper-slide {
        padding: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    .swiper-container .swiper-slide .zenfone-four, .swiper-container_esCOL .swiper-slide .zenfone-four {
      background-image: url(../images/backgrounds/swiper/zenfone-4.png);
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
    .swiper-container .swiper-slide .zenfone-four-selfie-pro, .swiper-container_esCOL .swiper-slide .zenfone-four-selfie-pro {
      background-image: url(../images/backgrounds/swiper/zenfone-4-selfie-pro.png);
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
    .swiper-container .swiper-slide .zenfone-four-selfie, .swiper-container_esCOL .swiper-slide .zenfone-four-selfie {
      background-image: url(../images/backgrounds/swiper/zenfone-4-selfie.png);
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
    .swiper-container .swiper-slide .zenfone-four-max, .swiper-container_esCOL .swiper-slide .zenfone-four-max {
      background-image: url(../images/backgrounds/swiper/zenfone-4-max.png);
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
    .swiper-container .swiper-slide .logo, .swiper-container_esCOL .swiper-slide .logo {
      width: auto;
      height: 25px;
      margin: 0 0 15px 0; }
    .swiper-container .swiper-slide .product, .swiper-container_esCOL .swiper-slide .product {
      width: 100%;
      height: auto;
      margin: 0 0 15px 0;
      padding: 0 15px; }
      .swiper-container .swiper-slide .product > img, .swiper-container_esCOL .swiper-slide .product > img {
        width: 120px; }
        @media (min-width: 480px) {
          .swiper-container .swiper-slide .product > img, .swiper-container_esCOL .swiper-slide .product > img {
            width: 120px; } }
    .swiper-container .swiper-slide a, .swiper-container_esCOL .swiper-slide a {
      position: relative;
      float: left;
      width: calc(75% - 3px);
      height: 30px;
      line-height: 30px;
      margin-left: 50%;
      transform: translate(-50%, 0);
      border-radius: 5px;
      text-decoration: none;
      text-transform: uppercase; }
      .swiper-container .swiper-slide a.know, .swiper-container_esCOL .swiper-slide a.know {
        margin-right: 0;
        margin-bottom: 3px;
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
        color: #ffffff;
        -webkit-transition: box-shadow .25s ease, color .25s ease, background-color .25s ease;
        -moz-transition: box-shadow .25s ease, color .25s ease, background-color .25s ease;
        transition: box-shadow .25s ease, color .25s ease, background-color .25s ease; }
        .swiper-container .swiper-slide a.know:hover, .swiper-container_esCOL .swiper-slide a.know:hover {
          background-color: #ffffff;
          -webkit-box-shadow: inset 0 0 0 1px white;
          -moz-box-shadow: inset 0 0 0 1px white;
          box-shadow: inset 0 0 0 1px white;
          color: #000000; }
      .swiper-container .swiper-slide a.buy-now, .swiper-container_esCOL .swiper-slide a.buy-now {
        background-color: #ffffff;
        -webkit-box-shadow: inset 0 0 0 1px white;
        -moz-box-shadow: inset 0 0 0 1px white;
        box-shadow: inset 0 0 0 1px white;
        color: #000000;
        -webkit-transition: color .25s ease, background-color .25s ease;
        -moz-transition: color .25s ease, background-color .25s ease;
        transition: color .25s ease, background-color .25s ease; }
        .swiper-container .swiper-slide a.buy-now:hover, .swiper-container_esCOL .swiper-slide a.buy-now:hover {
          background-color: #161616;
          -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
          -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
          color: #ffffff; }
  .swiper-container .swiper-pagination, .swiper-container_esCOL .swiper-pagination {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0; }
    @media (min-width: 1200px) {
      .swiper-container .swiper-pagination, .swiper-container_esCOL .swiper-pagination {
        display: none; } }
    .swiper-container .swiper-pagination .swiper-pagination-bullet, .swiper-container_esCOL .swiper-pagination .swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      background-color: #000000;
      -webkit-box-shadow: inset 0 0 0 1px white;
      -moz-box-shadow: inset 0 0 0 1px white;
      box-shadow: inset 0 0 0 1px white;
      opacity: 1; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .swiper-container_esCOL .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ffffff; }

.swiper-container_esCOL .swiper-slide .zenfone-four {
  background-size: auto 100% !important; }

.swiper-container_esCOL .swiper-slide .zenfone-four-max {
  background-size: auto 100% !important; }
