body,
html {
  width: 100%;
  height: 100% !important;
}
#page-loader {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#page-loader.hide-this {
  bottom: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.54, 0.086, 0, 0.98) 0.2s;
  transition: all 0.8s cubic-bezier(0.54, 0.086, 0, 0.98) 0.2s;
}
#page-loader .spinner-container {
  position: absolute;
  z-index: 200;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-loader .spinner-container .css-spinner {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation: spinner 0.4s linear infinite;
  animation: spinner 0.4s linear infinite;
  opacity: 0.5;
  border: solid 2px transparent;

  border-radius: 100%;
}
#page-loader.hide-this .spinner-container .css-spinner {
  opacity: 0.5;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#main {
  position: fixed;
  width: 100%;
  height: 100%;
}
#main-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.container-mid {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.hero .container-mid {
  overflow: auto;
  padding: 60px 30px;
}
.tooltip.bottom {
  margin-top: 6px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.tooltip.bottom .tooltip-inner {
  font-family: Raleway, sans-serif;
  font-size: 11px;
  padding: 4px 8px;
  letter-spacing: 0.4px;
  color: #fff;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}
.fhp-input {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.container-mid.block-overflow,
.movement-in-progress .container-mid {
  overflow: hidden;
}
#overlay {
  position: absolute;
  z-index: -2;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
}
#overlay.open {
  pointer-events: auto;
  z-index: 40;
}
#overlay.fade-In {
  opacity: 0;
}
#overlay.open.fade-In {
  opacity: 1;
}
#overlay.slide-from-top {
  bottom: 100%;
}
#overlay.open.slide-from-top {
  bottom: 0;
}
#overlay.slide-from-bottom {
  top: 100%;
}
#overlay.open.slide-from-bottom {
  top: 0;
}
#overlay.slide-from-left {
  right: 100%;
}
#overlay.open.slide-from-left {
  right: 0;
}
#overlay.slide-from-right {
  left: 100%;
}
#overlay.open.slide-from-right {
  left: 0;
}
.overlay {
  position: absolute;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  pointer-events: none;
}
.overlay.active {
  pointer-events: auto;
}
.overlay.fade-In {
  opacity: 0;
}
.overlay.slide-from-top {
  bottom: 100%;
}
.overlay.slide-from-bottom {
  top: 100%;
}
.overlay.slide-from-left {
  right: 100%;
}
.overlay.slide-from-right {
  left: 100%;
}
#overlay.open .overlay.active.fade-In {
  opacity: 1;
}
#overlay.open .overlay.active.slide-from-top {
  bottom: 0;
}
#overlay.open .overlay.active.slide-from-bottom {
  top: 0;
}
#overlay.open .overlay.active.slide-from-left {
  right: 0;
}
#overlay.open .overlay.active.slide-from-right {
  left: 0;
}
.up-button {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 70px;
  height: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
.up-button.active {
  height: 70px;
}
.up-button i {
  font-size: 16px;
  font-weight: 400;
  line-height: 70px;
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  color: #000;
}
.up-button:hover i {
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
.up-button i:first-child {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.up-button:hover i:first-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.up-button i:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.up-button:hover i:last-child {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
.grcs_bullet_nav {
  position: fixed;
  right: -200px;
  top: 50%;
  z-index: 150;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grcs_bullet_nav.init {
  right: 34px;
}
.grcs_bullet_nav .nav_dots {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: block;
  cursor: pointer;
  margin: 16px 0;
  border-radius: 100%;
  position: relative;
}
.grcs_bullet_nav .nav_dots.active:before {
  content: "";
  background: #fff;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  margin: 0;
  padding: 0;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.is-mobile.merge-true #overlay.open {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.is-mobile.merge-true .overlay {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  pointer-events: auto;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
body.is-mobile.merge-true .overlay .content {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
body.is-mobile.merge-true .overlay .container-mid {
  position: relative;
  top: 0;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 740px) {
  .grcs_bullet_nav.init {
    right: 14px;
  }
}
@media screen and (max-width: 540px) {
  .grcs_bullet_nav {
    display: none;
  }
}
#about h1 {
  font-family: Raleway, sans-serif;
  font-size: 41px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#about p {
  font-size: 13px;
  max-width: 610px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  margin: 0 auto 38px auto;
  text-align: justify;
  color: #ccc;
}
.subscribe-form {
  display: block;
  max-width: 470px;
  margin: 0 auto 34px auto;
  background: rgba(255, 255, 255, 0);
}
.subscribe-form.success .input-group {
  cursor: not-allowed;
}
.subscribe-form input {
  font-family: Raleway, sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  letter-spacing: 1px;
  color: #d6d6d6;
  border: none;
  border: 1px solid #d6d6d6;
  border-right: none !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.subscribe-form.error input {
  border-color: #fb0909 !important;
}
.subscribe-form.success input {
  border-color: #5fea6e !important;
  background: rgba(255, 255, 255, 0) !important;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #d6d6d6;
}
.subscribe-form input::-moz-placeholder {
  color: #d6d6d6;
}
.subscribe-form input:active,
.subscribe-form input:focus {
  color: #ccc;
  border-color: #d6d6d6;
  outline: 0;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
.subscribe-form button {
  font-family: Raleway, sans-serif;
  font-size: 12px !important;
  font-weight: 300;
  overflow: hidden;
  margin-left: 0 !important;
  padding: 0 40px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  border: 0;
  border: 1px solid #d6d6d6;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
}
.subscribe-form.success button {
  cursor: not-allowed;
  border-color: #5fea6e !important;
  background: #5fea6e !important;
}
.subscribe-form.error button {
  border-color: #fb0909 !important;
  background: #fb0909 !important;
}
.subscribe-form button:active,
.subscribe-form button:focus,
.subscribe-form button:hover {
  color: #000;
  border-color: #d6d6d6;
  outline: 0 !important;
  background: rgba(255, 255, 255, 0);
}
.subscribe-form button:hover {
  background: rgba(255, 255, 255, 0) !important;
}
.subscribe-form button:active,
.subscribe-form button:focus {
  background: #fff;
}
.subscribe-form .btn-primary[disabled] {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  outline: 0;
  background: #fff;
}
.subscribe-form.error button:active,
.subscribe-form.error button:focus,
.subscribe-form.error button:hover {
  border-color: #fb0909;
}
.subscribe-form button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}
.subscribe-form.success button::before {
  background: #5fea6e !important;
}
.subscribe-form.error button::before {
  background: #fb0909 !important;
}
.subscribe-form.succes button::before {
  background: #fff;
}
.subscribe-form button:hover::before {
  right: 0;
  left: auto;
  width: 0;
}
.subscribe-form.success button:hover::before {
  right: auto !important;
  left: 0 !important;
  width: 100% !important;
}
.subscribe-form button i {
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.subscribe-form button:hover i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.subscribe-form button i.first {
  left: -200%;
  color: #fff;
}
.subscribe-form button i.second {
  left: 0;
}
.subscribe-form button:hover i.first {
  left: 0;
}
.subscribe-form button:hover i.second {
  left: 200%;
}
.subscribe-form.error button i.second:before {
  content: "\e646";
  color: #fff;
}
.subscribe-form.error-final button i.second:before {
  content: "\e628";
}
.subscribe-form.success button i.second:before {
  content: "\e628";
  color: #fff;
}
.subscribe-form.success button:hover i.first {
  left: -200%;
}
.subscribe-form.success button:hover i.second {
  left: 0;
}
#about .social-icons {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#about .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
#about .social-icons li a {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #000;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}
#about .social-icons li a .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}
#about .social-icons li a:hover .overlay {
  right: 0;
  left: auto;
  width: 0;
}
#about .social-icons li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
#contact h1 {
  font-family: Raleway, sans-serif;
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#contact p {
  font-size: 13px;
  max-width: 355px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
  color: #d6d6d6;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}
#contact-form {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
#contact-form {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
#contact-form .control-group {
  max-width: 346px;
  margin-right: auto;
  margin-left: auto;
}
#contact-form label {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #b1b1b1;
}
#contact-form input,
#contact-form textarea {
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px;
  color: #d6d6d6;
  border: none;
  border: 1px solid #d6d6d6 !important;
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #d6d6d6;
}
#contact-form.error input.active,
#contact-form.error textarea.active {
  border-color: #fb0909 !important;
}
#contact-form.success input,
#contact-form.success textarea {
  background: rgba(255, 255, 255, 0) !important;
}
#contact-form textarea {
  height: 110px;
  padding-top: 10px;
  resize: none !important;
}
#contact-form input:active,
#contact-form input:focus {
  border: 1px solid #d6d6d6;
  outline: 0;
  background: rgba(255, 255, 255, 0.04);
}
#contact-form textarea:active,
#contact-form textarea:focus {
  border: 1px solid #fff;
  outline: 0;
  background: rgba(255, 255, 255, 0.04);
}
#contact-form button {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 144px;
  height: 50px;
  margin: 38px auto 0 auto;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background: #fff;
}
#contact-form.success button {
  border-color: #5fea6e !important;
  background: #5fea6e !important;
}
#contact-form.error button {
  border-color: #fb0909 !important;
  background: #fb0909 !important;
}
#contact-form button:active,
#contact-form button:focus,
#contact-form button:hover {
  color: #000;
  border-color: #d6d6d6;
  outline: 0 !important;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#contact-form button:hover {
  background: rgba(255, 255, 255, 0) !important;
}
#contact-form button:active,
#contact-form button:focus {
  background: #fff;
}
#contact-form .btn-primary[disabled] {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  outline: 0;
  background: #fff;
}
#contact-form.error button:active,
#contact-form.error button:focus,
#contact-form.error button:hover {
  border-color: #fb0909;
}
#contact-form.error button:focus {
  background: #fb0909;
}
#contact-form.success button:active,
#contact-form.success button:focus,
#contact-form.success button:hover {
  border-color: #5fea6e;
}
#contact-form.success button:focus,
#contact-form.success button:hover {
  background: #5fea6e !important;
}
#contact-form button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}
#contact-form.success button::before {
  background: #5fea6e !important;
}
#contact-form.error button::before {
  background: #fb0909 !important;
}
#contact-form.success button::before {
  background: #fff;
}
#contact-form button:hover::before {
  right: 0;
  left: auto;
  width: 0;
}
#contact-form.success button:hover::before {
  right: 0;
  left: 0;
  width: 100%;
}
#contact-form button i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#contact-form button:hover i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#contact-form button i.first {
  left: -200%;
  color: #fff;
}
#contact-form button i.second {
  left: 0;
}
#contact-form button:hover i.first {
  left: 0;
}
#contact-form button:hover i.second {
  left: 200%;
}
#contact-form.error button i.second:before {
  content: "\e646";
  color: #fff;
}
#contact-form.success button i.second:before {
  content: "\e64c";
  color: #fff;
}
#contact-form.success button:hover i.first {
  left: -200%;
}
#contact-form.success button:hover i.second {
  left: 0;
}
.white .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.02);
}
.white .tooltip.bottom .tooltip-inner {
  color: #000;
  background: rgba(0, 0, 0, 0.02);
}
.white .grcs_bullet_nav .nav_dots {
  border-color: #ccc !important;
}
.white .grcs_bullet_nav .nav_dots.active:before {
  background: #ccc !important;
}
.white #overlay {
  background: rgba(245, 245, 245, 0.92);
}
.white .up-button {
  background: #000;
}
.white .up-button i {
  color: #fff;
}
.white #about h1 {
  color: #000;
}
.white #about p {
  color: #2c2b2b;
}
.white .subscribe-form input {
  color: #2c2b2b;
  border: 1px solid #2c2b2b;
  background: rgba(0, 0, 0, 0);
}
.white .subscribe-form input::-webkit-input-placeholder {
  color: #2c2b2b;
}
.white .subscribe-form input::-moz-placeholder {
  color: #2c2b2b;
}
.white .subscribe-form input:active,
.white .subscribe-form input:focus {
  color: #2c2b2b;
  border-color: #2c2b2b;
  outline: 0;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: none;
}
.white .subscribe-form button {
  color: #fff;
  border: 1px solid #2c2b2b;
  background: #000;
}
.white .subscribe-form button:active,
.white .subscribe-form button:focus,
.white .subscribe-form button:hover {
  color: #fff;
  border-color: #333;
  outline: 0 !important;
  background: rgba(0, 0, 0, 0);
}
.white .subscribe-form button:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.white .subscribe-form button:active,
.white .subscribe-form button:focus {
  background: #000;
}
.white .subscribe-form .btn-primary[disabled] {
  color: #000;
  border: 1px solid #000;
  background: #000;
}
.white .subscribe-form button::before {
  background: #000;
}
.white .subscribe-form button i.first {
  color: #000;
}
.white .subscribe-form.error button i.second:before {
  color: #000;
}
.white .subscribe-form.success button i.second:before {
  color: #000;
}
.white #about .social-icons li a {
  color: #fff;
  background: rgba(0, 0, 0, 0.02);
}
.white #about .social-icons li a .overlay {
  background: #000;
}
.white #about .social-icons li a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.02);
}
.white #contact h1 {
  color: #000;
}
.white #contact p {
  color: #2c2b2b;
}
.white #contact-form label {
  color: #414141;
}
.white #contact-form input,
.white #contact-form textarea {
  color: #2c2b2b;
  border: 1px solid #2c2b2b !important;
  background: rgba(0, 0, 0, 0);
}
.white #contact-form input::-webkit-input-placeholder,
.white #contact-form textarea::-webkit-input-placeholder {
  color: #2c2b2b;
}
.white #contact-form input::-moz-placeholder,
.white #contact-form textarea::-moz-placeholder {
  color: #2c2b2b;
}
.white #contact-form.success input,
.white #contact-form.success textarea {
  background: rgba(0, 0, 0, 0) !important;
}
.white #contact-form input:active,
.white #contact-form input:focus {
  border: 1px solid #2c2b2b;
  background: rgba(0, 0, 0, 0.02);
}
.white #contact-form textarea:active,
.white #contact-form textarea:focus {
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.02);
}
.white #contact-form button {
  color: #fff;
  border: 1px solid #2c2b2b;
  background: #000;
}
.white #contact-form button:active,
.white #contact-form button:focus,
.white #contact-form button:hover {
  color: #fff;
  border-color: #2c2b2b;
  background: rgba(0, 0, 0, 0);
}
.white #contact-form button:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.white #contact-form button:active,
.white #contact-form button:focus {
  background: #000;
}
.white #contact-form .btn-primary[disabled] {
  color: #000;
  border: 1px solid #000;
  background: #000;
}
.white #contact-form button .overlay {
  background: #000;
}
.white #contact-form.success button::before {
  background: #000;
}
.white #contact-form button i.first {
  color: #000;
}
.white #contact-form.error button i.second:before {
  color: #000;
}
.white #contact-form.success button i.second:before {
  color: #000;
}
@media screen and (max-width: 1400px), screen and (max-height: 720px) {
  .tooltip.bottom .tooltip-inner {
    font-size: 10px;
  }
  .up-button {
    width: 60px;
  }
  .up-button.active {
    height: 60px;
  }
  .up-button i {
    font-size: 14px;
    line-height: 60px;
  }
  #overlay .container-mid .container {
    padding: 40px 40px;
  }
  #about h1 {
    font-size: 31px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  #about p {
    font-size: 10px;
    max-width: 460px;
    margin: 0 auto 28px auto;
  }
  .subscribe-form {
    max-width: 390px;
    margin: 0 auto 27px auto;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 37px;
  }
  #about .social-icons li {
    display: inline-block;
    margin: 0 10px;
  }
  #about .social-icons li a {
    font-size: 9px;
    line-height: 30px;
    width: 31px;
    height: 31px;
  }
  .subscribe-form button {
    font-size: 9px !important;
    padding: 0 34px !important;
  }
  .subscribe-form input {
    font-size: 9px !important;
  }
  #contact h1 {
    font-size: 31px;
    margin-bottom: 16px;
  }
  #contact p {
    font-size: 10px;
    max-width: 280px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  #contact-form {
    margin-top: 14px;
  }
  #contact-form .control-group {
    max-width: 280px;
  }
  #contact-form label {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #contact-form input,
  #contact-form textarea {
    font-size: 9px;
    height: 40px;
    margin-bottom: 14px;
  }
  #contact-form textarea {
    height: 90px;
  }
  #contact-form button {
    font-size: 9px;
    line-height: 40px;
    width: 104px;
    height: 40px;
    margin: 24px auto 0 auto;
  }
}
@media screen and (max-width: 420px), screen and (max-height: 720px) {
  .spinner {
    width: 100px;
  }
  .tooltip.bottom .tooltip-inner {
    font-size: 8px;
  }
  #overlay .container-mid .container {
    padding: 55px 40px;
  }
  .up-button {
    width: 50px;
  }
  .up-button.active {
    height: 50px;
  }
  .up-button i {
    font-size: 11px;
    line-height: 50px;
  }
  #about h1 {
    font-size: 30px;
  }
  .subscribe-form input {
    font-size: 7px !important;
  }
  #about .social-icons li {
    margin: 0 14px;
  }
  #contact h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  #contact p {
    font-size: 10px;
    max-width: 280px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  #contact-form {
    margin-top: 14px;
  }
  #contact-form .control-group {
    max-width: 280px;
  }
  #contact-form label {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #contact-form input,
  #contact-form textarea {
    font-size: 9px;
    height: 40px;
    margin-bottom: 14px;
  }
  #contact-form textarea {
    height: 90px;
  }
  #contact-form button {
    font-size: 9px;
    line-height: 40px;
    width: 104px;
    height: 40px;
    margin: 24px auto 0 auto;
  }
}
@media screen and (max-width: 329px) {
  #about .social-icons li {
    margin: 0 10px;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 318px) {
  #about .social-icons li {
    margin: 0 8px;
  }
  .subscribe-form .input-group {
    display: block;
  }
  .subscribe-form input {
    display: block;
    text-align: center;
    border-right: 1px solid #d6d6d6 !important;
  }
}
@media screen and (min-width: 3000px) {
  .stop-button,
  .volume-button {
    font-size: 32px;
    position: fixed;
    z-index: 101;
    bottom: 40px;
    cursor: pointer;
    color: #fff;
  }
  .stop-button {
    left: 110px;
  }
  .volume-button {
    left: 40px;
  }
  .spinner {
    width: 240px;
  }
  .up-button {
    width: 100px;
  }
  .up-button.active {
    height: 100px;
  }
  .up-button i {
    font-size: 20px;
    line-height: 100px;
  }
  #overlay .container-mid .container {
    padding: 120px 40px;
  }
  #about h1 {
    font-size: 51px;
    margin-bottom: 40px;
    letter-spacing: 3px;
  }
  #about p {
    font-size: 17px;
    max-width: 790px;
    margin: 0 auto 50px auto;
  }
  .subscribe-form {
    max-width: 630px;
    margin: 0 auto 44px auto;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 56px;
  }
  #about .social-icons li {
    display: inline-block;
    margin: 0 20px;
  }
  #about .social-icons li a {
    font-size: 14px;
    line-height: 46px;
    width: 46px;
    height: 46px;
  }
  .subscribe-form button {
    font-size: 13px !important;
    padding: 0 50px !important;
  }
  .subscribe-form input {
    font-size: 13px !important;
  }
  #contact h1 {
    font-size: 51px;
    margin-bottom: 38px;
  }
  #contact p {
    font-size: 17px;
    max-width: 450px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  #contact-form {
    margin-top: 40px;
  }
  #contact-form .control-group {
    max-width: 470px;
  }
  #contact-form label {
    font-size: 18px;
    margin-bottom: 14px;
  }
  #contact-form input,
  #contact-form textarea {
    font-size: 13px;
    height: 64px;
    margin-bottom: 35px;
    padding: 12px 12px;
  }
  #contact-form textarea {
    height: 180px;
  }
  #contact-form button {
    font-size: 15px;
    line-height: 64px;
    width: 190px;
    height: 64px;
    margin: 50px auto 0 auto;
  }
}


/*/*/
.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .front-content {
  position: absolute;
  z-index: 5;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hero .front-content.overlay-active {
  top: 50%;
  height: 0;
}
.hero .front-content .container-mid {
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hero .front-content .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.hero .front-content .controls.show {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero .front-content .controls .pause-button,
.hero .front-content .controls .volume-button {
  font-size: 20px;
  position: absolute;
  z-index: 101;
  bottom: 20px;
  width: 20px;
  cursor: pointer;
  color: #fff;
}
.hero .front-content .controls .volume-button {
  left: 66px;
}
.hero .front-content .controls .pause-button {
  left: 26px;
}
.hero .background-content {
  position: absolute;
  z-index: -10;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .background-content .level-1,
.hero .background-content .level-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero .background-content .level-1 {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero .background-content .level-2 {
  z-index: 1;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.hero .background-content #canvas,
.hero .background-content .bg-color,
.hero .background-content .bg-image,
.hero .background-content .bg-overlay,
.hero .background-content .bg-pattern,
.hero .background-content .bg-video,
.hero .background-content .glitch-img {
  position: absolute !important;
  width: 100%;
  height: 100% !important;
}
.hero .background-content .glitch-img {
  background-size: cover;
}
.hero .background-content .bg-color {
  z-index: -1;
  opacity: 0;
  background: #af997f;
}
.hero .background-content #canvas canvas {
  position: absolute !important;
}
.hero .background-content .bg-overlay {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  background: #000;
}
.hero .background-content .bg-pattern {
  opacity: 0.5;
  background: url(../images/pattern.png);
  background-repeat: repeat;
}
.hero-1 .front-content img.logo {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero .front-content .cycle-wrapper {
  overflow: hidden !important;
}
.hero-1 .front-content .slide {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero-1 .front-content h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 80px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.hero-1 .front-content h1 span {
  color: #1fb8b2;
}
.hero-1 .front-content p {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 50px;
  letter-spacing: 2px;
  color: #fff;
}
.hero-1 .front-content .arrow-wrap {
  display: inline-block;
  overflow: hidden !important;
  margin: 0 auto;
}
.hero-1 .front-content .open-overlay i {
  font-size: 16px;
  line-height: 66px;
  z-index: 2;
  margin: 0 auto;
  cursor: inherit;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  color: inherit;
  background: rgba(255, 255, 255, 0);
}
.hero-1 .front-content div.open-overlay {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
  color: #fff;
  border: solid 4px #fff;
  overflow: hidden !important;
}
.hero-1 .front-content .down-button i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  color: #fff;
}
.hero-1 .front-content .down-button:hover i {
  -webkit-transition: all 150ms cubic-bezier(1, 0, 0, 1);
  transition: all 150ms cubic-bezier(1, 0, 0, 1);
}
.hero-1 .front-content .down-button i:first-child {
  top: -200%;
}
.hero-1 .front-content .down-button:hover i:first-child {
  top: 0;
}
.hero-1 .front-content .down-button i:last-child {
  top: 0;
}
.hero-1 .front-content .down-button:hover i:last-child {
  top: 200%;
}
.hero-1 .front-content.page-enter-animated img.logo {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
  opacity: 0 !important;
}
.hero-1 .front-content.page-enter-animated.show img.logo {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.hero-1 .front-content.page-enter-animated .cycle-wrapper {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.hero-1 .front-content.page-enter-animated.show .cycle-wrapper {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.hero-1 .front-content.page-enter-animated p {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.hero-1 .front-content.page-enter-animated.show p {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.hero-1 .front-content.page-enter-animated .arrow-wrap {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.hero-1 .front-content.page-enter-animated.show .arrow-wrap {
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.hero-1 .background-content #canvas {
  top: 100% !important;
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
  opacity: 0;
}
.hero-1 .background-content.page-enter-animated.show #canvas {
  top: 0 !important;
  opacity: 1;
}
@media only screen and (max-width: 768px), only screen and (max-height: 630px) {
  .hero-1 .front-content img.logo {
    max-width: 220px;
  }
  .hero-1 .front-content h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .hero-1 .front-content p {
    font-size: 14px;
    padding-bottom: 36px;
  }
  .hero-1 .front-content .open-overlay i {
    font-size: 14px;
    line-height: 58px;
  }
  .hero-1 .front-content div.open-overlay {
    width: 64px;
    height: 64px;
    border: solid 3px #fff;
  }
}
@media only screen and (max-width: 600px), only screen and (max-height: 500px) {
  .hero-1 .front-content img.logo {
    max-width: 186px;
    margin-bottom: 15px;
  }
  .hero-1 .front-content h1 {
    font-size: 45px;
    margin-bottom: 32px;
  }
  .hero-1 .front-content p {
    font-size: 12px;
    padding-bottom: 28px;
  }
  .hero-1 .front-content .open-overlay i {
    font-size: 13px;
    line-height: 46px;
  }
  .hero-1 .front-content div.open-overlay {
    width: 50px;
    height: 50px;
    border: solid 2px #fff;
  }
}
@media only screen and (max-width: 480px), only screen and (max-height: 410px) {
  .hero-1 .front-content img.logo {
    max-width: 160px;
    margin-bottom: 12px;
  }
  .hero-1 .front-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .hero-1 .front-content p {
    font-size: 11px;
    font-weight: 300;
    padding-bottom: 20px;
    letter-spacing: 2px;
  }
  .hero-1 .front-content .open-overlay i {
    font-size: 11px;
    line-height: 38px;
  }
  .hero-1 .front-content div.open-overlay {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-height: 310px) {
  .hero-1 .front-content img.logo {
    max-width: 140px;
    margin-bottom: 10px;
  }
  .hero-1 .front-content h1 {
    font-size: 35px;
    margin-bottom: 23px;
  }
  .hero-1 .front-content p {
    font-size: 10px;
    padding-bottom: 18px;
  }
  .hero-1 .front-content .open-overlay i {
    font-size: 9px;
    line-height: 32px;
  }
  .hero-1 .front-content div.open-overlay {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 355px), only screen and (max-height: 280px) {
  .hero-1 .front-content img.logo {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .hero-1 .front-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero-1 .front-content p {
    font-size: 9px;
    padding-bottom: 12px;
  }
  .hero-1 .front-content .open-overlay i {
    font-size: 8px;
    line-height: 30px;
  }
  .hero-1 .front-content div.open-overlay {
    width: 34px;
    height: 34px;
  }
}
.error-404 .front-content img.logo {
  margin-top: 10px;
  margin-bottom: 20px;
}
.error-404 .front-content h1 {
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.error-404 .front-content h1 span {
  font-family: "Open Sans", sans-serif;
  line-height: 140px;
  position: relative;
  padding: 0 20px;
  color: #fff;
  margin-right: 6px;
}
.error-404 .front-content h1 span:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #1fb8b2;
}
.error-404 .front-content p {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  margin: 22px 0 36px;
  padding: 0;
  letter-spacing: 2px;
  color: #fff;
}
.error-404 .front-content a {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 9px 30px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  letter-spacing: 2px;
  color: #fff;
  border: 3px solid #fff;
}
.error-404 .front-content.page-enter-animated h1 {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.error-404 .front-content.page-enter-animated.show h1 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.error-404 .front-content.page-enter-animated h1 span:before {
  width: 0;
}
.error-404 .front-content.page-enter-animated.show h1 span:before {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
  width: 100%;
}
.error-404 .front-content.page-enter-animated p {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.error-404 .front-content.page-enter-animated.show p {
  -webkit-transition: 0.8s 0.6s;
  transition: 0.8s 0.6s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.error-404 .front-content.page-enter-animated a {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.error-404 .front-content.page-enter-animated.show a {
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.error-404 .background-content #canvas {
  top: 100% !important;
  opacity: 0;
}
.error-404 .background-content.page-enter-animated.show #canvas {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  top: 0 !important;
  opacity: 1;
}
@media only screen and (max-width: 768px), only screen and (max-height: 630px) {
  .error-404 .front-content h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .error-404 .front-content h1 span {
    font-size: 70px;
    line-height: 120px;
    padding: 0 14px;
  }
  .error-404 .front-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px), only screen and (max-height: 500px) {
  .error-404 .front-content h1 {
    font-size: 45px;
    margin-bottom: 32px;
  }
  .error-404 .front-content h1 span {
    font-size: 55px;
    line-height: 100px;
    padding: 0 14px;
  }
  .error-404 .front-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-height: 410px) {
  .error-404 .front-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .error-404 .front-content h1 span {
    font-size: 38px;
    line-height: 70px;
    padding: 0 10px;
  }
  .error-404 .front-content p {
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-height: 310px) {
  .error-404 .front-content h1 {
    font-size: 35px;
    margin-bottom: 23px;
  }
  .error-404 .front-content h1 span {
    font-size: 34px;
    line-height: 60px;
    padding: 0 6px;
  }
  .error-404 .front-content p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 355px), only screen and (max-height: 280px) {
  .error-404 .front-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .error-404 .front-content p {
    font-size: 10px;
  }
}

.options-panel {
  position: fixed;
  z-index: 200;
  left: -310px;
  color: #000;
  height: auto;
  width: 310px;
  padding: 60px 46px;
  font-family: "Open Sans", sans-serif;
  top: 15%;
  background: #fff;
  transition: all 0.3s ease;
}
.options-panel.active {
  left: 0;
}
.options-panel .panel-button {
  position: absolute;
  right: 0;
  top: 10%;
  background: #fff;
  color: #000;
  width: 43px;
  height: 43px;
  font-size: 15px;
  margin: 0;
  text-align: center;
  line-height: 43px;
  transform: scale(1) !important;
  transition: all 0.2s ease !important;
}
.options-panel.active .panel-button {
  font-size: 14px;
}
.options-panel.active .panel-button:before {
  content: "\e646";
}
.options-panel h2 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.options-panel h4 {
  color: #555;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  margin-top: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.options-panel .option-block p {
  color: #000;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  padding: 8px 0;
  border-radius: 0;
  width: 46%;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all 0.1s ease;
}
.options-panel p.bottom-line {
  font-size: 13px;
  margin-top: 20px;
  color: #555;
  font-style: italic;
}
.options-panel .option-block p:first-child {
  margin-right: 8%;
}
.options-panel .option-block p.active,
.options-panel .option-block p:hover {
  background: #1fb8b2;
  color: #fff;
}
.options-panel span {
  display: inline-block;
  height: 20px;
  width: 32px;
  background: #ccc;
  margin: 0 8px 8px 0;
  cursor: pointer;
  transition: all 0.1s ease;
  transform: scale(1);
}
.options-panel span:hover {
  transform: scale(1.08);
}
.options-panel .row {
  margin: 0;
}
@media (max-height: 700px) {
  .options-panel {
    top: 5%;
  }
}
@media (max-width: 450px) {
  .options-panel {
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    padding: 60px 46px;
  }
  .options-panel .panel-button {
    top: 4%;
  }
  .options-panel.active .panel-button {
    font-size: 20px;
    margin-right: 10px !important;
    margin-top: 10px;
    top: 0;
  }
}
#overlay .overlay.edit,
#overlay.edit {
  transition: 0s;
}
