::-webkit-calendar-picker-indicator {
  filter: invert(0);
}
.shake {
  -webkit-animation: shake .5s linear;
  animation: shake .5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-3%);
  }
  25%,
  58% {
    -webkit-transform: translateX(3%);
  }
  75% {
    -webkit-transform: translateX(-2%);
  }
  92% {
    -webkit-transform: translateX(2%);
  }
  0%,
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-3%);
  }
  25%,
  58% {
    transform: translateX(3%);
  }
  75% {
    transform: translateX(-2%);
  }
  92% {
    transform: translateX(2%);
  }
  0%,
  100% {
    transform: translateX(0%);
  }
}
.shakemid {
  -webkit-animation: shakemid .5s linear;
  animation: shakemid .5s linear;
}
@-webkit-keyframes shakemid {
  8%,
  41% {
    -webkit-transform: translateX(-53%);
  }
  25%,
  58% {
    -webkit-transform: translateX(-47%);
  }
  75% {
    -webkit-transform: translateX(-52%);
  }
  92% {
    -webkit-transform: translateX(-48%);
  }
  0%,
  100% {
    -webkit-transform: translateX(-50%);
  }
}
@keyframes shakemid {
  8%,
  41% {
    transform: translateX(-53%);
  }
  25%,
  58% {
    transform: translateX(-47%);
  }
  75% {
    transform: translateX(-52%);
  }
  92% {
    transform: translateX(-48%);
  }
  0%,
  100% {
    transform: translateX(-50%);
  }
}
.fadeInUpOpacity {
  -webkit-animation: fadeInUpOpacity 1s;
  animation: fadeInUpOpacity 1s;
}
@-webkit-keyframes fadeInUpOpacity {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-opacity: .8;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpOpacity {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: .8;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.grow {
  -webkit-animation: grow 1s;
  animation: grow 1s;
}
@-webkit-keyframes grow {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.growOpacity {
  -webkit-animation: growOpacity 1s;
  animation: growOpacity 1s;
}
@-webkit-keyframes growOpacity {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-opacity: .8;
    -webkit-transform: scale(1);
  }
}
@keyframes growOpacity {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fastpulse {
  -webkit-animation: fastpulse .25s infinite;
  animation: fastpulse .25s infinite;
}
@-webkit-keyframes fastpulse {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes fastpulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.scaleout {
  -webkit-animation: scaleout .5s;
  animation: scaleout .5s;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fade {
  -webkit-animation: fade 1s infinite;
  animation: fade 1s infinite;
}
@-webkit-keyframes fade {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.rotateleft {
  -webkit-animation: rotateleft .6s;
  -webkit-animation-iteration-count: 1;
  animation: rotateleft .6s;
  animation-iteration-count: 1;
}
@keyframes rotateleft {
  0% {
    opacity: 1;
    transform: rotate(0) translateX(0);
  }
  100% {
    opacity: 0;
    transform: rotate(-9deg) translateX(-200px);
  }
}
.rotateright {
  -webkit-animation: rotateright .6s;
  -webkit-animation-iteration-count: 1;
  animation: rotateright .6s;
  animation-iteration-count: 1;
}
@keyframes rotateright {
  0% {
    opacity: 1;
    transform: rotate(0) translateX(0);
  }
  100% {
    opacity: 0;
    transform: rotate(9deg) translateX(200px);
  }
}
.slide-inRightToLeft {
  -webkit-animation: slide-inRightToLeft 0.5s forwards;
  animation: slide-inRightToLeft 0.5s forwards;
}
@-webkit-keyframes slide-inRightToLeft {
  0% {
    -webkit-transform: translate(200%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@keyframes slide-inRightToLeft {
  0% {
    transform: translate(200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.slide-inLeftToRight {
  -webkit-animation: slide-inLeftToRight 0.5s forwards;
  animation: slide-inLeftToRight 0.5s forwards;
}
@-webkit-keyframes slide-inLeftToRight {
  0% {
    -webkit-transform: translate(-200%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@keyframes slide-inLeftToRight {
  0% {
    transform: translate(-200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.slide-outRightToLeft {
  -webkit-animation: slide-outRightToLeft 0.5s forwards;
  animation: slide-outRightToLeft 0.5s forwards;
}
@-webkit-keyframes slide-outRightToLeft {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-200%, 0%);
  }
}
@keyframes slide-outRightToLeft {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, 0%);
  }
}
.slide-outLeftToRight {
  -webkit-animation: slide-outLeftToRight 0.5s forwards;
  animation: slide-outLeftToRight 0.5s forwards;
}
@-webkit-keyframes slide-outLeftToRight {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(200%, 0%);
  }
}
@keyframes slide-outLeftToRight {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(200%, 0%);
  }
}
.fadeIn {
  -webkit-animation: fadeIn .5s forwards;
  animation: fadeIn .5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.fadeOut {
  -webkit-animation: fadeOut 1s infinite;
  animation: fadeOut 1s infinite;
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
  }
  100% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1.2) translateY(-50%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateY(-50%);
  }
}
.blink {
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    -webkit-opacity: 1;
  }
  50% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinker {
  -webkit-animation: blinker 1s infinite;
  animation: blinker 1s infinite;
}
@-webkit-keyframes blinker {
  0% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinking {
  -webkit-animation: blinking 1s infinite alternate;
  animation: blinking 1s infinite alternate;
}
@-webkit-keyframes blinking {
  70% {
    -webkit-opacity: 0.7;
  }
}
@keyframes blinking {
  70% {
    opacity: 0.7;
  }
}
.expand-bounce {
  -webkit-animation: expand-bounce 0.25s normal forwards ease-in-out;
  animation: expand-bounce 0.25s normal forwards ease-in-out;
}
@-webkit-keyframes expand-bounce {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes expand-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.zoomer {
  -webkit-animation: zoomer 60s infinite ease-in-out;
  animation: zoomer 60s infinite ease-in-out;
}
@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomer {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.buzz {
  -webkit-animation: buzz 1s normal infinite ease-in-out;
  animation: buzz 1.25s normal infinite ease-in-out;
}
@-webkit-keyframes buzz {
  0% {
    -webkit-transform: scale(1.05);
  }
  30% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes buzz {
  0% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.05);
  }
}
.pulse-ring {
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
.step img.loader {
  display: none;
  border: none;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
*:focus {
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img {
  -webkit-touch-callout: none;
}
.tranny {
  display: none;
}
button,
.email-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
  outline: none;
}
button.sso,
.email-button.sso {
  text-transform: initial;
}
.email-button {
  margin: 0 0 10px 0;
}
.step {
  display: none;
}
.step:first-of-type {
  display: block;
}
.step[data-sso-start] {
  display: none;
}
select,
input:not([type="checkbox"]):not([type="radio"]),
.input-city {
  background: #fff;
  color: #111;
  border: 1px solid #999;
  padding: 0 2%;
  float: none;
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}
.date-select {
  width: 100%;
}
.date-select:before,
.date-select:after {
  content: " ";
  display: block;
  height: 0;
}
.date-select:after {
  clear: both;
}
.date-select select,
.date-select input:not([type="checkbox"]) {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.date-select select:last-of-type,
.date-select input:not([type="checkbox"]):last-of-type {
  margin-right: 0;
}
.date-select select.year,
.date-select input:not([type="checkbox"]).year {
  width: 36%;
}
label:before,
label:after {
  content: " ";
  display: block;
  height: 0;
}
label:after {
  clear: both;
}
label.agesearch {
  float: left;
  width: 49%;
  margin-right: 2%;
}
label.agesearch:last-of-type {
  margin-right: 0;
}
#relative {
  position: relative;
  display: none;
}
#location-container {
  border: 1px solid #999;
  z-index: 100;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
}
#location-container ul,
#location-container li,
#location-container p {
  margin: 0;
  padding: 0;
}
#location-container ul {
  text-align: left;
}
#location-container ul:before,
#location-container ul:after {
  content: " ";
  display: block;
  height: 0;
}
#location-container ul:after {
  clear: both;
}
#location-container ul li {
  float: left;
  width: 100%;
  padding: 0 2%;
  font-size: 0.9em;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
}
.error {
  margin: 10px 0;
  padding: 0;
}
.error li {
  display: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 0.8em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.error li:first-of-type {
  display: block;
  text-align: center;
  background: #f00;
  color: #fff;
}
.confirm {
  text-align: left;
}
.confirm .check {
  padding-top: 5px;
  font-size: 14px;
}
.confirm .check:before,
.confirm .check:after {
  content: " ";
  display: block;
  height: 0;
}
.confirm .check:after {
  clear: both;
}
.confirm .check i {
  font-size: 14px;
}
.confirm input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}
.confirm .cc-tickbox {
  padding-bottom: 10px;
}
.confirm .cc-tickbox .cc-tickbox-label {
  font-size: 11px;
  margin: 0;
  float: none;
  width: auto;
  line-height: 1em;
}
.confirm .cc-tickbox .cc-tickbox-label a {
  font-weight: normal;
}
.success h2,
.success h3,
.success p,
.success strong {
  text-align: center;
}
.success h3 {
  font-size: 16px;
}
.success p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
.success strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.success .email-button {
  display: none;
}
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .background {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.background-desktop {
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  overflow: hidden;
  -webkit-animation: zoomer 60s infinite ease-in-out;
  animation: zoomer 60s infinite ease-in-out;
}
.background-mobile {
  transition: all 0.25s ease-out;
  top: 35px;
  bottom: 60px;
  left: 15px;
  right: 15px;
  z-index: 0;
}
.background-mobile.change-to-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 55px;
  left: 35px;
  right: auto;
  bottom: auto;
}
@media only screen and (max-width: 992px) {
  .background-mobile.change-to-image {
    top: 20px;
    left: 20px;
  }
}
.background-mobile.change-to-last {
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 992px) {
  .background-mobile {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bubble2 {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  margin: 10px 20% 0 30px;
  padding: 8px 16px;
  position: relative;
  font-size: 1em;
  line-height: 20px;
  max-width: 70%;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transition: all 0.25s ease-out;
}
.bubble2.move-out {
  opacity: 0;
}
.bubble2:nth-child(2) {
  margin-top: 90px;
  animation-delay: 1s;
}
.bubble2:nth-child(3) {
  animation-delay: 2.2s;
}
.bubble2:nth-child(4) {
  animation-delay: 3.8s;
}
.bubble2:nth-child(5) {
  animation-delay: 5.1s;
}
.bubble2::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-top-width: 13px;
  border-top-style: solid;
  left: -15px;
  top: -1px;
}
.bubble2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top-width: 15px;
  border-top-style: solid;
  left: -13px;
  top: 0;
}
.chat-container {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px;
  transition: all 0.25s ease-out;
}
.chat-container:before,
.chat-container:after {
  content: " ";
  display: block;
  height: 0;
}
.chat-container:after {
  clear: both;
}
.chat-container i {
  font-size: 1.5em;
  cursor: pointer;
}
.chat-container .chat-input {
  float: left;
  padding: 5px 7px 0 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  background: #fff;
  color: #777;
  height: 50px;
  cursor: text;
}
.chat-container .chat-input i {
  font-size: 2em;
  padding-top: 4px;
}
.chat-container .chat-input i.fa-camera {
  float: right;
}
.chat-container .chat-send {
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 8px 0 0 6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 5px;
}
.chat-container .chat-send i {
  font-size: 1.5em;
  padding-top: 0;
}
.chat-container.move-out {
  bottom: -60px;
}
@media only screen and (max-width: 992px) {
  .chat-container {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.content-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 50%;
  max-width: 415px;
  height: 100vh;
  max-height: 720px;
  padding: 35px 15px 60px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  background: -moz-linear-gradient(top, #005580 0%, #0099e6 100%);
  background: -webkit-linear-gradient(top, #005580 0%, #0099e6 100%);
  background: linear-gradient(to bottom, #005580 0%, #0099e6 100%);
}
@media only screen and (max-width: 992px) {
  .content-container {
    max-height: 100vh;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.content-container .name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: bold;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
}
.steps,
.step1 {
  position: absolute;
  overflow: hidden;
  left: 15px;
  right: 15px;
  top: 35px;
  bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .steps,
  .step1 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.steps {
  z-index: 1;
}
.steps .bubble2 {
  margin: 30px 10px 0 120px;
  max-width: 65%;
  animation-delay: 0s;
}
.steps .step {
  margin-top: 160px!important;
  width: 90%;
  margin: 0 auto;
}
.steps .step h2 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 0;
}
.steps .step h2 em {
  font-style: normal;
}
.steps .step h3 {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  margin: 15px 0;
}
.steps footer {
  font-size: 1em;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  display: none;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.steps footer.move-out {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.steps .confirm label {
  opacity: .7;
}
.cc-popup .cc-popup-content h1 {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 24px;
  top: auto;
  font-style: normal;
  text-shadow: none;
}
.cc-popup .cc-popup-content h2 {
  font-size: 16px;
}
.cc-popup .cc-popup-content p,
.cc-popup .cc-popup-content li {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
}
.cc-popup .cc-popup-content .cc-popup-segments {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: .9em;
}
.cc-popup .cc-popup-content button {
  margin: 10px 0 0;
  float: none;
}
.cc-popup .cc-popup-close {
  z-index: 1;
}