/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  height: 100%;
}
html body {
  max-width: 360px;
  background-color: #EBEBEB;
  color: #000;
  height: 100%;
  margin: 0 auto;
  font-size: 75%;
  font-family: 'Lato', sans-serif;
}
html body a {
  text-decoration: none;
}
.decliner-container {
  position: relative;
  top: 100%;
  background-color: #3f51b5;
  z-index: 1;
  opacity: 0.7;
  text-align: center;
  padding-bottom: 3%;
}
.decliner-container .msg {
  text-align: center;
  margin: -20%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: 3%;
  color: white;
}
.decliner-container .acceptCookies {
  color: white;
  border-radius: 4px;
  background-color: #99b933;
  padding: 2%;
  width: 20%;
  margin: auto;
}
.decliner-container .show {
  display: block;
}
.decliner-container .hidden {
  display: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
input {
  padding: 0;
  border: 0;
}
div {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
p {
  margin: 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#main-header {
  /*position: fixed;*/
  width: 100%;
  top: 0;
  z-index: 6;
}
#main-header.no-back-button .wrap-back-btn {
  visibility: hidden;
}
#main-container {
  /*background-color: @background-color;*/
  height: 100%;
  position: relative;
  /*top: @header-height;*/
}
.header {
  background-color: #F0EEEF;
  padding: 1em;
  text-align: center;
  height: 48px;
}
.clear {
  clear: both;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  overflow: hidden;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -16px;
  width: 32px;
  height: 32px;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.logo {
  display: block;
  margin: 0 auto;
  position: relative;
}
.warning {
  background-color: #CE085D;
  color: #fff;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 1em;
}
.notification {
  color: #CE085D;
  padding: 1em;
}
.error-input .notification {
  display: block !important;
}
.error-input .input-wrapper {
  border-color: #CE085D;
}
/* placeholder prefixes */
::-webkit-input-placeholder {
  padding-left: 1em;
  /* Fix for Android's rendering engine */
  margin-left: 1em;
}
:-moz-placeholder {
  /* Firefox 18- */
  padding-left: 1em;
}
::-moz-placeholder {
  /* Firefox 19+ */
  padding-left: 1em;
}
:-ms-input-placeholder {
  /*padding-left: @placeholder-padding-left;*/
  color: #000 !important;
}
.lock-submit {
  background-color: #b6b6b6;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  /*opTODO*/
  max-width: 212px;
}
#main-container.no-header {
  top: auto;
}
.vs-cap {
  text-align: left;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  width: 77%;
}
.v-separator {
  border: 1px solid #007B85;
}
.empty-header .header-container {
  display: none !important;
}
.dialog {
  top: 84px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  z-index: 1100;
  left: 12px;
  right: 12px;
}
.border-rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.bg-purple {
  background: url("images/bg-purple.jpg") center center no-repeat fixed;
  /*background-size: 100%;*/
  height: 100%;
  background-size: cover;
}
.t1 {
  font-size: 38px;
}
.t3 {
  font-size: 14px;
}
.underline {
  text-decoration: underline;
}
.cookie-consent.hide-banner {
  opacity: 1;
  visibility: hidden;
  transform: translateX(-50%) scale(0.98);
  transition: visibility 0s linear 0.5s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie-consent {
  text-align: center;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  line-height: 1.5;
  color: #000;
  background-color: #fcfcfc;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10rem;
  z-index: 1000;
  box-shadow: 0 1px 3px 0 rgba(39, 21, 102, 0.08), 0 0 0 1px rgba(39, 21, 102, 0.07);
  width: calc(100% - 3.5rem);
  max-width: 470px;
  transition: visibility 0s linear 0s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie-consent {
  width: 80%;
  height: 5%;
}
.cookie-consent .x-close {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.24;
  transition: opacity 0.2s ease-out;
  width: 5%;
  /*height: 50%;*/
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.btn {
  font-size: 1.7em;
  padding: 7px 0;
  cursor: pointer;
  color: #FFF9FB;
  text-align: center;
  text-transform: uppercase;
}
.btn-primary {
  display: inline-block;
  background-color: #007B85;
  width: 100%;
}
.btn-secondary {
  display: inline-block;
  background-color: #56CA0F;
  width: 100%;
}
.buttons-wrapper {
  bottom: 0;
  padding: 1.7em 0;
  position: absolute;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.btn-tut {
  background-color: #00c9ff;
  width: 40%;
  margin: 0 auto;
}
.header-container {
  position: relative;
  background-color: #007B85;
  max-width: 620px;
  margin: 0 auto;
  height: 50px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.header-container .wrap-back-btn {
  visibility: hidden;
  height: 100%;
  float: left;
  width: 20%;
}
.header-container .back-btn {
  background: url("images/lupa.png") no-repeat center center;
  /*background-size: 50%;*/
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 24px;
}
.header-container .wrap-header-logo {
  height: 100%;
  display: inline-block;
  width: 59%;
}
.header-container .header-logo {
  position: relative;
  top: 12%;
  display: block;
  height: 80%;
  margin: 0 auto;
  width: 100%;
}
.header-container .wrap-btn-menu {
  float: right;
  height: 100%;
  width: 20%;
}
.header-container .btn-menu {
  background: url("images/menu-icon.png") no-repeat right center;
  height: 100%;
  background-size: 22px;
  right: 17px;
  position: relative;
}
.header-container .wrap-btn-menu {
  position: relative;
  z-index: 15;
}
.header-container .side-menu-wrapper {
  /*overflow: scroll;*/
  background-color: transparent;
  /*position: fixed;*/
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  width: 240px;
  z-index: 10;
}
.header-container .side-menu {
  /*overflow-y:scroll;*/
  height: 90%;
  color: #fff;
  background-color: #808080;
  margin-top: 50px;
}
.header-container .side-menu-item {
  background-color: #fff;
  font-size: 1.2em;
  margin: 1px 0;
  height: 52px;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase;
}
.header-container .side-menu-item.active {
  background-color: #d5d5d5;
}
.header-container .side-menu-item .subscribe {
  font-size: 16px;
}
.header-container .side-menu-item.subscription {
  /*background-color: @menu-item-bg-color;*/
}
.header-container .unsubscribe {
  font-size: 14px;
}
.header-container .side-menu-item a {
  color: #4d4d4d;
  display: block;
  margin-left: 25%;
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
}
.header-container .side-menu-item a .menu-icon {
  border: 0;
  left: 8%;
  position: absolute;
}
.header-container .btn-close {
  background-color: #424242;
  color: #777;
}
.header-container .hidden-sidemenu {
  top: -1000px;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing: ease;
  -moz-transition-timing: ease;
  -o-transition-timing: ease;
  transition-timing: ease;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.header-container .shown-sidemenu {
  -webkit-transition-property: 0;
  -moz-transition-property: 0;
  -o-transition-property: 0;
  transition-property: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing: ease;
  -moz-transition-timing: ease;
  -o-transition-timing: ease;
  transition-timing: ease;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.header-container .back-layer {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.loading.layer {
  z-index: 3;
}
.loading.layer img {
  display: none;
}
.login-container {
  color: #fff;
  text-align: center;
  /**/
  /*.funnel-container{*/
  /*}*/
}
.login-container .bg-purple {
  height: 100% !important;
}
.login-container .decliner-container {
  position: relative;
  top: 100%;
  background-color: #3f51b5;
  z-index: 1;
  opacity: 0.7;
  text-align: center;
  padding-bottom: 3%;
}
.login-container .decliner-container .msg {
  text-align: center;
  margin: -20%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: 3%;
}
.login-container .decliner-container .acceptCookies {
  color: white;
  border-radius: 4px;
  background-color: #99b933;
  padding: 2%;
  width: 20%;
  margin: auto;
}
.login-container .decliner-container .show {
  display: block;
}
.login-container .decliner-container .hidden {
  display: none;
}
.login-container .logo-2 {
  padding-top: 10%;
}
.login-container .logo-3 {
  margin-top: 5%;
  height: 40%;
  width: 100%;
}
.login-container .sp-creatures {
  padding-top: 5%;
}
.login-container .step-two {
  display: none;
}
.login-container .t4 {
  margin-top: 5%;
  font-size: 22px;
  font-weight: bold;
}
.login-container .wrap {
  width: 84%;
  margin: 0 auto;
}
.login-container .wrap .t1,
.login-container .wrap .t3 {
  padding: 8px 0 5px 0;
}
.login-container .wrap .t3 + .input-wrapper {
  margin-top: 0;
}
.login-container .wrap .input-wrapper + .login-wrapper {
  margin-top: 26px;
}
.login-container .wrap .input-wrapper + .login-wrapper .btn {
  padding: 14px 0;
}
.login-container .wrap .logo {
  width: 44%;
}
.login-container .wrap .terms {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}
.login-container .wrap .input-wrapper {
  background-color: #fff;
}
.login-container .wrap .number-line {
  color: #000;
}
.login-container .wrap .dropdown-container {
  background-color: #16C3D3;
  width: 100%;
  height: 46px;
  /*-webkit-border-radius: inherit;*/
}
.login-container .wrap .dropdown-container .flag-bg {
  width: 100%;
  top: 0;
  background-position: center center;
  display: none;
}
.login-container .wrap .dropdown-container .country-selector {
  color: #fff;
  font-size: 20px;
}
.login-container .wrap .dropdown-container .country-selector option {
  color: #000;
}
.login-container .wrap .dropdown-container .get-contact-icon {
  display: inline-block;
  height: 100%;
  width: 15%;
  float: right;
}
.login-container .wrap .dropdown-container .d-arrow {
  height: 100%;
  /*top: 23%;*/
  position: relative;
  background: url("images/arrow-down.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  float: right;
  margin-right: 1%;
  width: 46px;
  background-color: #4D4D4D;
}
.login-container .wrap .btn-secondary {
  height: 35px;
  margin-top: 13px;
}
.login-container .links_area {
  margin-top: 4%;
}
.login-container .links_area a {
  color: #fff;
  text-decoration: underline;
}
.login-container .legend {
  margin: 8%;
  margin-top: 0;
  width: auto;
}
.login-container .legend .t3 {
  font-weight: bold;
}
.login-container .note.legend {
  text-align: left;
  font-size: 11px;
}
.login-container .step-two .t1 + .t3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.login-base,
.login-container,
.confirm-subscription-container,
.enter-pin-container,
.optin-container,
.landingProHr-container,
.subscription-container {
  font-family: "Open Sans";
}
.login-base .logo-2,
.login-container .logo-2,
.confirm-subscription-container .logo-2,
.enter-pin-container .logo-2,
.optin-container .logo-2,
.landingProHr-container .logo-2,
.subscription-container .logo-2 {
  width: 60%;
  padding: 0% 0px;
  padding-top: 3%;
}
.login-base .sp-creatures,
.login-container .sp-creatures,
.confirm-subscription-container .sp-creatures,
.enter-pin-container .sp-creatures,
.optin-container .sp-creatures,
.landingProHr-container .sp-creatures,
.subscription-container .sp-creatures {
  width: 100%;
}
.login-base .h1-bold,
.login-container .h1-bold,
.confirm-subscription-container .h1-bold,
.enter-pin-container .h1-bold,
.optin-container .h1-bold,
.landingProHr-container .h1-bold,
.subscription-container .h1-bold {
  font-weight: 800;
  font-size: 36px;
}
.login-base .h3-bold,
.login-container .h3-bold,
.confirm-subscription-container .h3-bold,
.enter-pin-container .h3-bold,
.optin-container .h3-bold,
.landingProHr-container .h3-bold,
.subscription-container .h3-bold {
  font-weight: bold;
}
.login-base .btn-secondary,
.login-container .btn-secondary,
.confirm-subscription-container .btn-secondary,
.enter-pin-container .btn-secondary,
.optin-container .btn-secondary,
.landingProHr-container .btn-secondary,
.subscription-container .btn-secondary {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 24px;
}
.confirm-subscription-container {
  color: #fff;
}
.confirm-subscription-container .ct-area {
  width: 88%;
  margin: 0 auto;
  text-align: center;
}
.confirm-subscription-container .ct-area .t1 + .t3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.confirm-subscription-container .ct-area .btn-secondary {
  margin: 5% 0;
}
.confirm-subscription-container .ct-area .legend {
  text-align: left;
}
.confirm-subscription-container .ct-area .t3.h3-bold {
  font-size: 16px;
}
.dropdown-container {
  /*begin*/
  overflow: hidden;
  /*width:350px;*/
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 11px #330033;
  /*background: url(images/sp-arrows.gif) no-repeat scroll right -3px #f3f3f3;*/
  background-color: #DCDADA;
  /*end*/
  vertical-align: top;
  margin: 0 auto;
  width: 77%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.dropdown-container .flag-bg {
  pointer-events: none;
  top: 22%;
  position: absolute;
  left: 4%;
  height: 100%;
  width: 31px;
  background-size: auto 25px !important;
}
.dropdown-container .country-selector {
  text-transform: capitalize;
  vertical-align: top;
  height: 100%;
  width: 100%;
  /*float: right;*/
  margin: 0 auto;
  display: block;
  /*padding-left: 19px;*/
  font-size: 23px;
  /**/
  color: #333;
  border: 0;
  background: transparent;
  padding: 2px 15%;
  *background: #f3f3f3;
  -webkit-appearance: none;
}
.dropdown-container .right-arrow {
  pointer-events: none;
}
.dropdown-container select::-ms-value {
  background: #DCDADA;
  color: #000;
}
.dropdown-container select::-ms-expand {
  display: none;
}
.dropdown-container[data-current-telco="movistar"] .flag-bg {
  background: url(images/movistar.gif) no-repeat left center;
  background-position: -130px 0;
}
.dropdown-container[data-current-country="SV"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat left center;
  background-position: -1px 0;
}
.dropdown-container[data-current-country="HT"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -161px 0;
}
.dropdown-container[data-current-country="JM"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -66px 0;
}
.dropdown-container[data-current-country="PA"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -33px 0;
}
.dropdown-container[data-current-country="TT"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -98px 0;
}
.dropdown-container[data-current-country="es"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -195px 0;
}
.dropdown-container[data-current-country="en"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -259px 0;
}
.dropdown-container[data-current-country="fr"] .flag-bg {
  background: url(images/sp-countries-2.jpg) no-repeat scroll right 5px #DCDADA;
  background-position: -227px 0;
}
.get-contact-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.down-arrow-selector {
  background: url("images/sd-down-arrow.png") no-repeat center center;
  display: inline-block;
  float: right;
  height: 100%;
  width: 23px;
}
.input {
  background: transparent;
  color: #fff;
  font-size: 1.6em;
  height: 52px;
  text-align: center;
  width: 97%;
}
.input-wrapper {
  border: 2px solid #fff;
  margin: 3% 0;
}
.input-box {
  width: 100%;
  float: right;
}
.input-container {
  margin: 0 auto;
  width: 100%;
}
.search-player {
  width: 100%;
}
.border-rad-1 {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.error-input .input-wrapper {
  border-color: #CE085D;
}
.msg-error {
  background-color: #CC045A;
  color: #fff;
  font-size: 13px;
}
.success-msg {
  background-color: #FEEEBD;
  color: #fff;
  display: none;
  position: absolute;
  height: 2em;
  width: 100%;
}
.toaster {
  margin: 0 auto;
  padding-top: 6px;
  min-height: 2em;
  display: none;
  position: fixed;
  z-index: 999999;
  /*opTODO*/
  left: 12px;
  right: 12px;
  top: 12px;
  width: 91%;
  border: 2px solid rgba(5, 5, 5, 0.1);
  -moz-box-shadow: 0 0 12px #999999;
  /*On android generate en extra space*/
  /*-webkit-box-shadow: 0 0 12px #999999;*/
  box-shadow: 0 0 12px #999999;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
.enter-pin-container {
  color: #fff;
  text-align: center;
}
.enter-pin-container .logo-2 {
  width: 94%;
}
.enter-pin-container .step-two {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.enter-pin-container .step-two .t1 + .t3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.enter-pin-container .step-two .btn-secondary {
  color: #505050;
  font-weight: bold;
}
.enter-pin-container .step-two .border-rad-1 {
  -webkit-border-radius: inherit;
}
.enter-pin-container .step-two .input-area .input {
  height: 46px;
}
.enter-pin-container .step-two .note.legend {
  text-align: left;
  font-size: 11px;
}
.enter-pin-container .legend:first-child {
  margin-bottom: 8%;
}
.optin-container {
  color: #fff;
  text-align: center;
  /**/
  /*.funnel-container{*/
  /*}*/
}
.optin-container .logo-2 {
  padding-top: 10%;
}
.optin-container .sp-creatures {
  padding-top: 5%;
}
.optin-container .step-two {
  display: none;
}
.optin-container .wrap {
  width: 84%;
  margin: 0 auto;
}
.optin-container .wrap .t1,
.optin-container .wrap .t3 {
  padding: 8px 0 5px 0;
}
.optin-container .wrap .t3 + .input-wrapper {
  margin-top: 0;
}
.optin-container .wrap .input-wrapper + .login-wrapper {
  margin-top: 26px;
}
.optin-container .wrap .input-wrapper + .login-wrapper .btn {
  padding: 14px 0;
}
.optin-container .wrap .logo {
  width: 44%;
}
.optin-container .wrap .terms {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}
.optin-container .wrap .input-wrapper {
  background-color: #fff;
}
.optin-container .wrap .number-line {
  color: #000;
}
.optin-container .wrap .dropdown-container {
  background-color: #16C3D3;
  width: 100%;
  height: 46px;
  /*-webkit-border-radius: inherit;*/
}
.optin-container .wrap .dropdown-container .flag-bg {
  width: 100%;
  top: 0;
  background-position: center center;
  display: none;
}
.optin-container .wrap .dropdown-container .country-selector {
  color: #fff;
  font-size: 20px;
}
.optin-container .wrap .dropdown-container .country-selector option {
  color: #000;
}
.optin-container .wrap .dropdown-container .get-contact-icon {
  display: inline-block;
  height: 100%;
  width: 15%;
  float: right;
}
.optin-container .wrap .dropdown-container .d-arrow {
  height: 100%;
  /*top: 23%;*/
  position: relative;
  background: url("images/arrow-down.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  float: right;
  margin-right: 1%;
  width: 46px;
  background-color: #4D4D4D;
}
.optin-container .wrap .btn-secondary {
  height: 35px;
  margin-top: 13px;
}
.optin-container .links_area {
  margin-top: 4%;
}
.optin-container .links_area a {
  color: #fff;
  text-decoration: underline;
}
.optin-container .legend {
  margin: 8%;
  margin-top: 0;
  width: auto;
}
.optin-container .legend .t3 {
  font-weight: bold;
}
.optin-container .note.legend {
  text-align: left;
  font-size: 11px;
}
.optin-container .step-two .t1 + .t3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.landingProHr-container {
  color: #fff;
  text-align: center;
  /**/
  /*.funnel-container{*/
  /*}*/
}
.landingProHr-container .bg-purple {
  height: 100% !important;
}
.landingProHr-container .banner-bottom {
  position: absolute;
  bottom: 2%;
}
.landingProHr-container .decliner-container {
  position: relative;
  top: 100%;
  background-color: #3f51b5;
  z-index: 1;
  opacity: 0.7;
  text-align: center;
  padding-bottom: 3%;
}
.landingProHr-container .decliner-container .msg {
  text-align: center;
  margin: -20%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: 3%;
}
.landingProHr-container .decliner-container .acceptCookies {
  color: white;
  border-radius: 4px;
  background-color: #99b933;
  padding: 2%;
  width: 20%;
  margin: auto;
}
.landingProHr-container .decliner-container .show {
  display: block;
}
.landingProHr-container .decliner-container .hidden {
  display: none;
}
.landingProHr-container .logo-2 {
  padding-top: 10%;
}
.landingProHr-container .logo-3 {
  margin-top: 5%;
  height: 40%;
  width: 100%;
}
.landingProHr-container .sp-creatures {
  padding-top: 5%;
}
.landingProHr-container .step-two {
  display: none;
}
.landingProHr-container .t4 {
  margin-top: 5%;
  font-size: 22px;
  font-weight: bold;
}
.landingProHr-container .wrap {
  width: 84%;
  margin: 0 auto;
}
.landingProHr-container .wrap .t1,
.landingProHr-container .wrap .t3 {
  padding: 8px 0 5px 0;
}
.landingProHr-container .wrap .t3 + .input-wrapper {
  margin-top: 0;
}
.landingProHr-container .wrap .input-wrapper + .login-wrapper {
  margin-top: 26px;
}
.landingProHr-container .wrap .input-wrapper + .login-wrapper .btn {
  padding: 14px 0;
}
.landingProHr-container .wrap .logo {
  width: 44%;
}
.landingProHr-container .wrap .terms {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}
.landingProHr-container .wrap .input-wrapper {
  background-color: #fff;
}
.landingProHr-container .wrap .number-line {
  color: #000;
}
.landingProHr-container .wrap .dropdown-container {
  background-color: #16C3D3;
  width: 100%;
  height: 46px;
  /*-webkit-border-radius: inherit;*/
}
.landingProHr-container .wrap .dropdown-container .flag-bg {
  width: 100%;
  top: 0;
  background-position: center center;
  display: none;
}
.landingProHr-container .wrap .dropdown-container .country-selector {
  color: #fff;
  font-size: 20px;
}
.landingProHr-container .wrap .dropdown-container .country-selector option {
  color: #000;
}
.landingProHr-container .wrap .dropdown-container .get-contact-icon {
  display: inline-block;
  height: 100%;
  width: 15%;
  float: right;
}
.landingProHr-container .wrap .dropdown-container .d-arrow {
  height: 100%;
  /*top: 23%;*/
  position: relative;
  background: url("images/arrow-down.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  float: right;
  margin-right: 1%;
  width: 46px;
  background-color: #4D4D4D;
}
.landingProHr-container .wrap .btn-secondary {
  height: 25px;
  margin-top: 13px;
  text-transform: inherit;
  font-size: 18px;
}
.landingProHr-container .links_area {
  margin-top: 4%;
}
.landingProHr-container .links_area a {
  color: #fff;
  text-decoration: underline;
}
.landingProHr-container .legend {
  margin: 8%;
  margin-top: 0;
  width: auto;
}
.landingProHr-container .legend .t3 {
  font-weight: bold;
}
.landingProHr-container .note.legend {
  text-align: left;
  font-size: 11px;
}
.landingProHr-container .step-two .t1 + .t3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.subscription-container {
  color: #fff;
  text-align: center;
  /**/
  /*.funnel-container{*/
  /*}*/
}
.subscription-container .bg-purple {
  height: 100% !important;
}
.subscription-container .banner-bottom {
  position: absolute;
  bottom: 2%;
}
.subscription-container .decliner-container {
  position: relative;
  top: 100%;
  background-color: #3f51b5;
  z-index: 1;
  opacity: 0.7;
  text-align: center;
  padding-bottom: 3%;
}
.subscription-container .decliner-container .msg {
  text-align: center;
  margin: -20%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: 3%;
}
.subscription-container .decliner-container .acceptCookies {
  color: white;
  border-radius: 4px;
  background-color: #99b933;
  padding: 2%;
  width: 20%;
  margin: auto;
}
.subscription-container .decliner-container .show {
  display: block;
}
.subscription-container .decliner-container .hidden {
  display: none;
}
.subscription-container .logo-2 {
  padding-top: 10%;
}
.subscription-container .logo-3 {
  margin-top: 5%;
  height: 40%;
  width: 100%;
}
.subscription-container .sp-creatures {
  padding-top: 5%;
}
.subscription-container .step-two {
  display: none;
}
.subscription-container .t4 {
  margin-top: 5%;
  font-size: 22px;
  font-weight: bold;
}
.subscription-container .wrap {
  width: 84%;
  margin: 0 auto;
}
.subscription-container .wrap .t1,
.subscription-container .wrap .t3 {
  padding: 8px 0 5px 0;
}
.subscription-container .wrap .t3 + .input-wrapper {
  margin-top: 0;
}
.subscription-container .wrap .input-wrapper + .login-wrapper {
  margin-top: 26px;
}
.subscription-container .wrap .input-wrapper + .login-wrapper .btn {
  padding: 14px 0;
}
.subscription-container .wrap .logo {
  width: 44%;
}
.subscription-container .wrap .terms {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}
.subscription-container .wrap .input-wrapper {
  background-color: #fff;
}
.subscription-container .wrap .number-line {
  color: #000;
}
.subscription-container .wrap .dropdown-container {
  background-color: #16C3D3;
  width: 100%;
  height: 46px;
  /*-webkit-border-radius: inherit;*/
}
.subscription-container .wrap .dropdown-container .flag-bg {
  width: 100%;
  top: 0;
  background-position: center center;
  display: none;
}
.subscription-container .wrap .dropdown-container .country-selector {
  color: #fff;
  font-size: 20px;
}
.subscription-container .wrap .dropdown-container .country-selector option {
  color: #000;
}
.subscription-container .wrap .dropdown-container .get-contact-icon {
  display: inline-block;
  height: 100%;
  width: 15%;
  float: right;
}
.subscription-container .wrap .dropdown-container .d-arrow {
  height: 100%;
  /*top: 23%;*/
  position: relative;
  background: url("images/arrow-down.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  float: right;
  margin-right: 1%;
  width: 46px;
  background-color: #4D4D4D;
}
.subscription-container .wrap .btn-secondary {
  height: 25px;
  margin-top: 13px;
  text-transform: inherit;
  font-size: 18px;
}
.subscription-container .links_area {
  margin-top: 4%;
}
.subscription-container .links_area a {
  color: #fff;
  text-decoration: underline;
}
.subscription-container .legend {
  margin: 8%;
  margin-top: 0;
  width: auto;
}
.subscription-container .legend .t3 {
  font-weight: bold;
}
.subscription-container .note.legend {
  text-align: left;
  font-size: 11px;
}
.subscription-container .step-two .t1 + .t3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.box-container {
  color: #000;
  margin: 8px 0;
  width: 48%;
  text-align: center;
  display: inline-block;
}
.box-container .row-one {
  margin-left: 16px;
  margin-right: 6px;
}
.box-container .row-two {
  margin-left: 6px;
  margin-right: 16px;
}
.box-container .thumb {
  width: 100%;
  height: auto;
  display: block;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box-container .info-pad {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  height: 64px;
}
.box-container .info-pad .name {
  font-size: 16px;
  padding: 4px;
}
.box-container .info-pad .btn-primary {
  width: 50%;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: bold;
}
/*.slide{
    height: 100%;
}*/
.ps-prev,
.ps-next {
  top: 27% !important;
  border: 0 !important;
  background-color: transparent !important;
}
.ps-nextIcon {
  background: url("images/next.png") no-repeat center center;
  height: 32px;
  width: 22px;
  border: 0 !important;
}
.ps-prevIcon {
  background: url("images/prev.png") no-repeat center center;
  height: 32px;
  width: 22px;
  border: 0 !important;
}
.game-container .head {
  padding: 12px;
  background-color: #fff;
}
.game-container .head img {
  height: 48px;
  vertical-align: middle;
}
.game-container .head .title {
  padding-left: 4%;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  /*vertical-align: top;
            top: 26px;
            position: relative;*/
}
.game-container .body {
  overflow: auto;
  margin: 0 16px;
}
.game-container .body h4 {
  margin-top: 32px;
  margin-bottom: 0;
}
.game-container .body .btn {
  margin-top: 18px;
}
.game-container .body .btn a {
  padding: 13px 0;
  display: block;
  color: #fff;
  font-weight: bold;
}
/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshow {
  width: 100%;
  background: #333;
  display: none;
}
.pgwSlideshow a {
  color: #fff;
}
.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.pgwSlideshow .ps-current > ul > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}
.pgwSlideshow .ps-current > ul > li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.pgwSlideshow .ps-caption {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  text-align: left;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: none;
}
.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}
.pgwSlideshow .ps-list {
  border-top: 1px solid #555;
  box-shadow: 0 10px 10px -5px #333 inset;
  background: #555;
  overflow: hidden;
  position: relative;
}
.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}
.pgwSlideshow .ps-list li {
  float: left;
}
.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 15px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pgwSlideshow .ps-list li img {
  display: block;
  border: 1px solid #777;
  width: 80px;
  height: 80px;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 4px solid #fff;
  overflow: hidden;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
  margin: -4px;
}
.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
}
.pgwSlideshow .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block;
}
.pgwSlideshow .ps-current .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 15px;
  left: 0;
  top: 45%;
  cursor: pointer;
}
.pgwSlideshow .ps-current .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 15px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer;
}
.pgwSlideshow .ps-list .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 20px 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}
.pgwSlideshow .ps-list .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 20px 12px 20px 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshow.narrow .ps-list li img {
  width: 60px;
  height: 60px;
}
.pgwSlideshow.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 15px 12px 15px 10px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 12px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px;
}
/**
 * IMPORTANT
 * This file is a fallback in case client stylsheet doesn't exist
 * Do not implement any css here
 */
/*delete this*/
/*body{
    color: gray;
}                      */
