::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #4a88a5;
  border: 1px solid rgba(167, 208, 227, 0.6);
}
::-webkit-scrollbar-thumb:hover {
  background: #3d738c;
}

.primaryBackground { background-color: #1f907e; }
.primaryBackgroundFill > svg .icon { fill: #1f907e; }
.primaryBorderColor { border-color: #1f907e; }
.menuBarColor { color: #1f907e; }

.primaryColor, .primaryColor:focus, a.primaryColor, a.primaryColor:focus { color: #ffffff; }
.primaryFill svg .icon { fill: #ffffff;  }
.menuBarColor { background-color: #ffffff;  }
.secondaryBorderColor { border-color: #ffffff; }

@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

header.mobile {
  display: none;
}

footer.mobile {
  display: none;
}

#background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 99px;
  z-index: 1;
  background-image: url('../img/bg.png');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  /*animation: animatedBackground 20s linear infinite;*/
}

.page:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background-color: #DEDEDE !important;
  height: 100vh;
  width: 34vw;
}

.page:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: '';
  background-color: #467a92 !important;
  height: 100vh;
  width: 70vw;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 95%;
  }

  /*#background {
    animation: animatedBackground 40s linear infinite !important;
  }*/
}
@media (max-width: 992px) {
  .app-price, .review .rating, .review .quote {
    padding-right: 0px !important;
  }

  .page:before {
    width: 32vw;
  }

  .side-panel {
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .side-panel {
    display: none;
  }
  .page:before {
    background-color: transparent !important;
  }
  .page:after {
    width: 100vw;
  }

  #background {
    background-image: none;
  }

  header.mobile {
    display: block;
  }
  footer.mobile {
    display: block;
  }
}

.container {
  z-index: 2;
}

.content {
  overflow-y: auto;
  padding: 20px;
}
.content span, .content p {
  text-shadow: 1px 1px 1px #3d738c;
}
.content .errorMsg span, .content .errorMsg p {
  text-shadow: none;
}

.no-text-shadow {
  text-shadow: none !important;
}

input#number.unknown {
  box-shadow: none;
  border-bottom: 2px solid #e1473e;
}

input#number {
  letter-spacing: 4px;
}

.side-panel {
  position: relative;
  overflow-y: auto;
  padding-bottom: 0px;
  box-shadow: 4px 0px 4px #09344852;
  background-color: #DEDEDE !important;
}
.side-panel footer.side {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  display: none;
}

.blue-text.text-lighten-4 {
  color: #a7d0e3 !important;
}

button {
  border: none;
}

.content [type=checkbox] + label:before, .content [type=checkbox]:not(.filled-in) + label:after {
  border: 2px solid #5799b3;
}
.content [type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #5799b3;
  border-bottom: 2px solid #5799b3;
}

.content label.paymentMethod {
  position: relative;
}
.content label.paymentMethod [type=radio]:checked + label + div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
}

.content label.licenseType {
  position: relative;
}
.content label.licenseType [type=radio]:checked + label + div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
}

input:not([type]), input[type=text], input[type=password], input[type=email],
input[type=url], input[type=time], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel], input[type=number],
input[type=search], textarea.materialize-textarea {
  border-bottom: 2px solid #e0e0e0;
}
::placeholder {
  color: #4A88A5;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4A88A5;
}

::-ms-input-placeholder {
  color: #4A88A5;
}

@media (max-width: 768px) {
  .col-sm-6 {
    flex: 0 0 49% !important;
    max-width: 49% !important;
  }
}

.bird {
  background-image: url('../img/bird-cells.svg');
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  opacity: 0.5;
  filter: invert(0.8);
  /*will-change: background-position;

  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;*/
}
/*.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}*/

.bird-container {
  position: absolute;
  left: -10%;
  z-index: 1;
  transform: scale(0) translateX(-10vw);
  /*will-change: transform;

  -webkit-transform: scale(0) translateX(-10vw);
          transform: scale(0) translateX(-10vw);
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;*/
}
/*.bird-container--one {
  top: 10%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  top: 20%;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  top: 30%;
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  top: 40%;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}*/

/*@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
            transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
            transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
            transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
            transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
            transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
            transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
            transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
            transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
            transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
            transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
            transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
            transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
            transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
            transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
            transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
            transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
            transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
            transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
            transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
            transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
            transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
            transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
            transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
            transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
            transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
            transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}*/

.x1, .x2, .x3, .x4, .x5 {
  position: absolute;
}

.x1 {
  top: 5%;
  left: 40%;
  /*-webkit-animation: animateCloud 55s linear infinite;
  -moz-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
  -webkit-transform: scale(0.45);
  -moz-transform: scale(0.45);
  transform: scale(0.45);*/
}

.x2 {
  top: 20%;
  left: 55%;
  /*-webkit-animation: animateCloud 38s linear infinite;
  -moz-animation: animateCloud 38s linear infinite;
  animation: animateCloud 38s linear infinite;
  -webkit-transform: scale(0.22);
  -moz-transform: scale(0.22);
  transform: scale(0.22);*/
}

.x3 {
  top: 35%;
  left: 10%;
  /*-webkit-animation: animateCloud 60s linear infinite;
  -moz-animation: animateCloud 60s linear infinite;
  animation: animateCloud 60s linear infinite;
  -webkit-transform: scale(0.28);
  -moz-transform: scale(0.28);
  transform: scale(0.28);*/
}

.x4 {
  top: 65%;
  left: 20%;
  /*-webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;
  -webkit-transform: scale(0.32);
  -moz-transform: scale(0.32);
  transform: scale(0.32);*/
}

.x5 {
  top: 70%;
  left: 35%;
  /*-webkit-animation: animateCloud 45s linear infinite;
  -moz-animation: animateCloud 45s linear infinite;
  animation: animateCloud 45s linear infinite;
  -webkit-transform: scale(0.40);
  -moz-transform: scale(0.40);
  transform: scale(0.40);*/
}

.cloud {
  position: relative;
  height: 120px;
  width: 350px;
  opacity: 0.2;
  z-index: 0;
  text-align: center;
  vertical-align: middle;
  background: #cce5f1;
  background: -moz-linear-gradient(top,  #cce5f1 5%, #b3d6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#cce5f1), color-stop(100%,#b3d6e6));
  background: -webkit-linear-gradient(top,  #cce5f1 5%,#b3d6e6 100%);
  background: -o-linear-gradient(top,  #cce5f1 5%,#b3d6e6 100%);
  background: -ms-linear-gradient(top,  #cce5f1 5%,#b3d6e6 100%);
  background: linear-gradient(top,  #cce5f1 5%,#b3d6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce5f1', endColorstr='#b3d6e6',GradientType=0 );

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
}
.cloud img {
  position: absolute;
  top: -16%;
  left: 33%;
  margin: 0 auto;
  text-align: center;
  max-height: 100%;
}

.cloud:after, .cloud:before {
  background: #cce5f1;
  content: '';
  position: absolute;
  z-indeX: -1;
}

.cloud:after {
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.cloud:before {
  top: -90px;
  right: 50px;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
