/* =============================================================== */

/* General
/* =============================================================== */

body, html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

mod-slider {
  display: block;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

a {
  text-decoration: none;
  outline: none !important;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

a:hover, a:focus {
  text-decoration: none;
}

.full-page-overlay {
  background-color: #FFFFFF;
  opacity: .6;
  -moz-transition: all 3.2s ease-in;
  -webkit-transition: all 3.2s ease-in;
  -o-transition: all 3.2s ease-in;
  transition: all 3.2s ease-in;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.full-page-overlay .loader {
  margin: 200px auto 0 auto;
  width: 300px;
  height: 60px;
  text-align: center;
  font-size: 16px;
}

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #333333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Let's highlight canvas boundaries */

#gjs {
  border: 3px solid #444;
}

/*******************************************************************
/* Text-utils
/*******************************************************************/

.text-upper {
  text-transform: uppercase;
}

/*******************************************************************
/* NG
/*******************************************************************/

input.ng-invalid.ng-touched, select.ng-invalid.ng-touched textarea.ng-invalid.ng-touched {
  border-color: #C03E38;
  background-color: #ffd6d6;
}

.has-error .input-contact-form, .has-error .message-contact-form {
  border-color: #C03E38;
}

.has-error {
  color: #C03E38;
}

/* ===============================================================
/* Real Person jQuery plugin styles v1.1.1. */

/* =============================================================== */

.rp-challenge {
  display: block;
  color: #000;
}

.rp-text {
  font-family: "Courier New", monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
}

.rp-regen {
  padding-top: 0px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.rp-disabled {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.rp-disabled .rp-regen {
  cursor: default;
}

.rp-regen {
  margin-top: -20px;
  margin-bottom: 10px;
}

.rp-regen i {
  font-size: 15px;
  margin-top: -15px;
}

/*******************************************************************
/* GJS
/*******************************************************************/

.gjs-dashed #wrapper {
  padding: 10px!important;
}

/* .gjs-dashed div {
  min-height: 5px;
} */

.gjs-am-assets {
  padding-bottom: 45px;
}

/* Reset some default styling */

/* .gjs-cv-canvas {
  top: 0;
  width: 100%;
  height: 100%;
}
.gjs-block {
  width: auto;
  height: auto;
  min-height: auto;
} */

/* We can remove the border we've set at the beginnig */

#gjs {
  border: none!important;
}

/* Theming */

/* Primary color for the background */

.gjs-one-bg {
  background-color: #1b221b!important;
}

/* Secondary color for the text color */

.gjs-two-color {
  color: rgba(255, 255, 255, 0.7)!important;
}

/* Tertiary color for the background */

.gjs-three-bg {
  background-color: #34af73!important;
  color: white!important;
}

/* Quaternary color for the text color */

.gjs-four-color, .gjs-four-color-h:hover {
  color: #fea026!important;
}

.gjs-field {
  color: #34af73!important;
}