.gradient-blue {
  background: #6db3f2;
  background-image: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  background-image: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}
@keyframes fuelblink {
  0% {
    background-color: #E73B3B;
  }
  75% {
    background-color: #B62020;
  }
}
@-webkit-keyframes fuelblink {
  0% {
    background-color: #E73B3B;
  }
  75% {
    background-color: #B62020;
  }
}
@-moz-keyframes fuelblink {
  0% {
    background-color: #E73B3B;
  }
  75% {
    background-color: #B62020;
  }
}
@-o-keyframes fuelblink {
  0% {
    background-color: #E73B3B;
  }
  75% {
    background-color: #B62020;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
#mainscene {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABlBMVEXu7u7a2tq1oioxAAAAT0lEQVR42u3SMQrDUAxEwXn3v3QgxlVcbPGr4EaCBQ0qFqTvCEq6d1fyGz0djpbJarRMViYrDlqZrDhoxWYZrPmvw5bJyma9JX9L/vcl/wDmUAJhYE4fJgAAAABJRU5ErkJggg==) repeat 0 0 #eeeeee;
  border-radius: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
#mainscene > * {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floor {
  z-index: 3;
}
#floor > * {
  position: absolute;
  left: 0;
  right: 0;
}
#floor .bg {
  bottom: 380px;
  height: 100px;
  background: url(../images/desert_bg.png) repeat-x 0 0;
  z-index: 1;
}
#floor .road {
  bottom: 0;
  height: 400px;
  background: url(../images/road_bg.png) repeat 66px 0;
}
#objects {
  z-index: 2;
  top: 0;
  bottom: 0;
}
#objects > * {
  position: absolute;
}
#objects .cactus {
  width: 150px;
  height: 100px;
  background: url(../images/elements.png) no-repeat 0 0;
  z-index: 3;
}
#objects .cactus2 {
  background-position: -150px 0;
}
#objects .cactus3 {
  background-position: -300px 0;
}
#objects .rock {
  width: 150px;
  height: 70px;
  background: url(../images/elements.png) no-repeat 0 -130px;
  z-index: 2;
}
#objects .rock2 {
  background-position: -150px -130px;
}
#objects .rock3 {
  background-position: -300px -130px;
}
#front_objects {
  z-index: 15;
  top: auto;
  bottom: 0;
}
#front_objects > * {
  position: absolute;
}
#front_objects .frock {
  width: 150px;
  height: 70px;
  background: url(../images/elements.png) no-repeat 0 -230px;
}
#front_objects .frock2 {
  background-position: -150px -230px;
}
#front_objects .frock3 {
  background-position: -300px -230px;
}
#front_objects .frock4 {
  background-position: -450px -230px;
}
#measurement {
  top: 150px;
  white-space: nowrap;
  z-index: 3;
}
#measurement > div {
  display: inline-block;
  width: 70px;
  height: 74px;
  background: url(../images/board.png) no-repeat 0 0;
}
#measurement > div > span {
  position: relative;
  top: 20px;
  display: inline-block;
  width: 70px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#sky {
  background: url(../images/sky_bg.png) repeat-x 0 0 #ffd92b;
  z-index: 2;
}
#sky > * {
  position: absolute;
}
#sky .sun {
  background: url(../images/sun.png) no-repeat 0 0;
  width: 175px;
  height: 175px;
  left: 750px;
  top: 10px;
  z-index: 3;
}
#light {
  z-index: 5;
}
#light > * {
  position: absolute;
  background: url(../images/light.png) no-repeat 0 0;
}
#light .light1 {
  left: 425px;
  top: 30px;
  width: 222px;
  height: 222px;
  z-index: 3;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#light .light2 {
  left: 725px;
  top: 95px;
  background-position: -250px 0;
  width: 150px;
  height: 150px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#drivedist {
  top: -50px;
  bottom: auto;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(80, 80, 80, 0.5);
  z-index: 10;
}
#drivedist.animate {
  top: 0;
  transition: top 1s ease 0s;
  -moz-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  -ms-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
}
#drivedist .btn {
  width: 85px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
#drivedist > span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 100px;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#carbehind_holder {
  left: 0;
  right: 0;
  height: 435px;
  top: auto;
  bottom: 0;
  z-index: 4;
}
#cars_holder {
  top: auto;
  height: 435px;
  width: 100%;
  z-index: 8;
}
#scene1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
#scene1 > * {
  position: absolute;
}
#scene1 .car-rental {
  left: 380px;
  width: 517px;
  height: 402px;
  background: url(../images/car_house.png) no-repeat 0 0;
  z-index: 4;
}
#scene1 .housefront {
  bottom: 0;
  left: 0;
  width: 623px;
  height: 319px;
  background: url(../images/houseset.png) no-repeat 0 0;
  z-index: 5;
}
#scene1 .houses {
  left: -40px;
  top: 100px;
  width: 578px;
  height: 154px;
  background: url(../images/houses.png) no-repeat 0 0;
  z-index: 1;
}
#scene1msg {
  right: 0;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -webkit-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
}
#scene1msg.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#scene3 {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
#scene3 > * {
  position: absolute;
}
#scene3 .oasis {
  bottom: 0;
  right: -50px;
  width: 984px;
  height: 301px;
  background: url(../images/oasis.png) no-repeat 0 0;
  z-index: 5;
}
#scene3 .lion {
  top: -25px;
  right: 170px;
  width: 585px;
  height: 548px;
  background: url(../images/lion.png) no-repeat 0 0;
  z-index: 4;
}
#scene3 .pyramid {
  top: -100px;
  right: 0;
  width: 518px;
  height: 503px;
  background: url(../images/pyramid.png) no-repeat 0 0;
  z-index: 3;
}
#counter {
  left: auto;
  bottom: auto;
  right: 13px;
  top: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  z-index: 12;
  vertical-align: baseline;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#counter span {
  font-size: 33px;
  margin-left: 10px;
}
#loading {
  right: 0;
  z-index: 100;
}
#loading .loading-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px;
  margin-top: -88px;
  margin-left: -89px;
  border-radius: 10px;
  text-align: center;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
}
#loading .loading-txt {
  background: url(../images/loadingtxt.gif) no-repeat 0 0;
  width: 128px;
  height: 16px;
}
#loading .loading-icon {
  background: url(../images/loading.gif) no-repeat 0 0;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
#failscene {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 2s ease 0s;
  -moz-transition: opacity 2s ease 0s;
  -webkit-transition: opacity 2s ease 0s;
  -ms-transition: opacity 2s ease 0s;
  -o-transition: opacity 2s ease 0s;
}
#failscene.active {
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
}
#failscene .fail-holder {
  width: 75%;
  height: 75%;
  margin: 70px auto;
  text-align: center;
}
#failscene .fail-logo {
  margin: 0 auto 20px;
  width: 290px;
  height: 292px;
  background: url(../images/fail.png) no-repeat 0 0;
}
#successscene {
  right: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 2s ease 1s;
  -moz-transition: opacity 2s ease 1s;
  -webkit-transition: opacity 2s ease 1s;
  -ms-transition: opacity 2s ease 1s;
  -o-transition: opacity 2s ease 1s;
}
#successscene.active {
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
}
#successscene .success-holder {
  width: 75%;
  height: 75%;
  margin: 70px auto;
  text-align: center;
}
#successscene .success-logo {
  margin: 0 auto 20px;
  width: 537px;
  height: 175px;
  background: url(../images/success.png) no-repeat 0 0;
}
#successscene .success-action > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  text-decoration: none;
}
#successscene .success-action .figurebtn {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}
#successscene .success-action .figurebtn:hover {
  left: -2px;
  top: -2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
#social {
  text-align: center;
}
#social > div > a {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#socialshare {
  background-color: rgba(255, 255, 255, 0.7);
}
#socialshare > .highlight {
  padding: 10px;
}
#copywriter {
  position: absolute;
  bottom: 10px;
  right: 45px;
  color: #888;
  font-size: 12px;
  font-style: italic;
}
.car {
  position: absolute;
  left: 50%;
  margin-left: -105px;
  width: 256px;
  height: 120px;
  background: url(../images/car1_sprite.png) no-repeat 0 0;
}
.car.car2 {
  background-image: url(../images/car2_sprite.png);
}
.car.car3 {
  background-image: url(../images/car3_sprite.png);
}
.car.car4 {
  background-image: url(../images/car4_sprite.png);
}
.car .name {
  position: absolute;
  bottom: 7px;
  right: 62px;
  font-size: 10px;
  font-family: 'Arial';
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1px 5px;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #ccc;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: -1px 1px 0 rgba(30, 30, 30, 0.7);
}
.car .fuelcontainer {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 20px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.car .fuelcontainer:before {
  content: 'fuel';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  font-size: 8px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.car .fuelcontainer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.car .fuelcontainer .fuel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #32dd07;
}
.car .fuelcontainer .fuel.warning {
  background-color: #F8B70E;
}
.car .fuelcontainer .fuel.danger {
  background-color: #E73B3B;
  -moz-animation-name: fuelblink;
  -webkit-animation-name: fuelblink;
  -o-animation-name: fuelblink;
  animation-name: fuelblink;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.car .option {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  bottom: 32px;
  left: 40px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 99;
}
.car .option.active {
  display: block;
}
.car .option .panel {
  position: relative;
  width: 75px;
  padding: 2px 0;
  margin-top: 5px;
  font-size: 11px;
}
.car .option .panel.topanel.active:after,
.car .option .panel.frompanel.active:after {
  content: '►';
  position: absolute;
  right: -20px;
  top: -3px;
  font-size: 17px;
  color: #eee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.car .option .panel.frompanel.active:after {
  content: '◄';
}
.car .option li {
  position: relative;
}
.car .option li .option {
  left: 125%;
  top: 0;
}
.car .option li.active > .option {
  display: block;
}
.car.disable .name {
  bottom: 1px;
}
.msgbox {
  position: absolute;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  border: 7px solid #888;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 18px;
  box-sizing: box-border;
  -moz-box-sizing: box-border;
  -webkit-box-sizing: box-border;
  display: none;
}
.msgbox .msgbox-inner {
  padding: 60px 80px;
}
.btn {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  color: #333;
  border: 1px solid #aaa;
  outline: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  background: #ddd;
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #cccccc 51%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(51%, #cccccc), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #cccccc 51%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #cccccc 51%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #cccccc 51%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #cccccc 51%, #dddddd 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
}
.btn.btn-lg {
  font-size: 21px;
  padding: 10px 20px;
}
.btn:hover,
.btn:active,
.btn.active {
  background: #ddd;
}
.btn:active,
.btn.active {
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.4);
}
.btn.disable {
  cursor: auto;
  background: #ddd;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn.btn-dark {
  color: #ccc;
  border-color: #1a1a1a;
  text-shadow: 1px -1px 0 #000000;
  background: #222;
  background-image: -moz-linear-gradient(top, #444444 0%, #444444 50%, #111111 51%, #111111 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #444444), color-stop(51%, #111111), color-stop(100%, #111111));
  background-image: -webkit-linear-gradient(top, #444444 0%, #444444 50%, #111111 51%, #111111 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #444444 50%, #111111 51%, #111111 100%);
  background-image: -ms-linear-gradient(top, #444444 0%, #444444 50%, #111111 51%, #111111 100%);
  background-image: linear-gradient(to bottom, #444444 0%, #444444 50%, #111111 51%, #111111 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#444444', endColorstr='#111111', GradientType=0);
}
.btn.btn-dark:hover,
.btn.btn-dark:active {
  background: #333;
  color: #fff;
}
.btn.btn-dark:active {
  box-shadow: inset 0 3px 7px #000000;
  -moz-box-shadow: inset 0 3px 7px #000000;
  -webkit-box-shadow: inset 0 3px 7px #000000;
}
.btn.btn-dark.disable {
  background: #333;
  color: #ccc;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.btn.btn-blue {
  color: #eee;
  border-color: #174EA3;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5);
  background: #6db3f2;
  background-image: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  background-image: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background-image: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}
.btn.btn-blue:hover,
.btn.btn-blue:active {
  background: #1e69de;
  color: #fff;
}
.btn.btn-blue.disable {
  background: #1e69de;
  color: #fff;
}
.replay {
  width: 88px;
  height: 88px;
  background: url(../images/replay.png) no-repeat 0 0;
  background-size: 100%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}
.replay:hover {
  -webkit-transform: rotate(360deg) scale(1.1);
}
.gtitle {
  color: #E0491A;
  font-family: 'Arial';
  line-height: 40px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #ffffff, 2px 2px 1px rgba(148, 41, 7, 0.5);
}
.actions {
  margin-top: 20px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.highlight {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.figurebox {
  margin: 0;
  padding: 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.figurebox figcaption {
  font-size: 12px;
  color: #333;
  text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.7);
}
