/*
	Theme Name: Crypto
	Theme URI: http://template.crypto.itembridge.com/
	Author: InfoStyle
	Author URI: http://themeforest.net/user/InfoStyle
	Description: 
	Version: 1.0.0
	License: ThemeForest Regular & Extended License
	License URI: http://themeforest.net/licenses/regular_extended

	[Table of contents]
	1. Typography ---------------- #line 24
		1.1. Title ----------------- #line 52
		1.2. Paddings -------------- #line 88
	2. Main ---------------------- #line 188
	3. Header -------------------- #line 247
	4. Footer -------------------- #line 275
	5. Background ---------------- #line 377
	6. Content ------------------- #line 433
	7. Contact Page -------------- #line 510
	8. Notify Me ----------------- #line 608
	9. Map ----------------------- #line 768
*/
* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: Source Code Pro;
  src: url(../fonts/Source_Code_Pro/SourceCodePro-Light.ttf);
  font-weight: 300;
}
html {
  font-size: 30px;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
  color: transparent;
}

/*-----------------
       Title
------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  font-weight: 200;
}

@media (max-width: 991px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
}
/*-----------------
     Paddings
------------------*/
main {
  overflow: hidden;
  position: relative;
}

#wrapper {
  height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 24%);
  margin: 0 12%;
}

@media (max-width: 1600px) {
  .container {
    width: calc(100% - 14%);
    margin: 0 7%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 12%);
    margin: 0 6%;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
header.container {
  padding-bottom: 10px;
}

footer.container {
  padding-top: 10px;
}

header.container,
footer.container {
  width: calc(100% - 20%);
  margin: 0 10%;
}

@media (max-width: 1600px) {
  header.container,
  footer.container {
    width: calc(100% - 8%);
    margin: 0 4%;
  }
}
@media (max-width: 1200px) {
  header.container,
  footer.container {
    width: calc(100% - 6%);
    margin: 0 3%;
  }
}
@media (max-width: 767px) {
  header.container,
  footer.container {
    margin: 0 10px;
  }
}
header.container {
  padding-top: 5%;
}

footer.container {
  padding-bottom: 6%;
}

@media (max-height: 850px) {
  header.container {
    padding-top: 3.5%;
  }
  header.container .logo img {
    height: 90%;
  }

  footer.container {
    padding-bottom: 2%;
  }
}
@media (max-height: 600px) {
  header.container {
    padding-top: 10px;
  }

  footer.container {
    padding-bottom: 0px;
  }
}
/*-----------------
       Main
------------------*/
body {
  background: #182025 url(../img/pattern.png) 0 0 repeat;
  color: #fdfdfd;
  font-family: Source Code Pro;
  font-size: 30px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) and (max-width: 990px) {
  body {
    font-size: 24px;
  }
}
body:after, body:before {
  bottom: 0;
  content: '';
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity .5s ease, z-index .5s ease;
}
body:after {
  content: '';
  background: #182025 url(../img/pattern.png) 0 0 repeat;
  z-index: -1;
}
body:before {
  background: url(../img/cursor.svg) 50% 50% no-repeat;
  content: '';
}

body.preloader:before {
  opacity: 1;
  z-index: 2;
}
body.preloader:after {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 767px) {
  body {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  body:before {
    background: url(../img/finger.svg) 50% 50% no-repeat;
    content: '';
  }
}
/*-----------------
       header
------------------*/
header {
  padding-top: 60px;
}
header .logo {
  line-height: 0;
  opacity: 0;
  transition: opacity 2s ease;
}
header .logo img {
  cursor: pointer;
}

@media (max-width: 767px) {
  header {
    padding-top: 10px;
  }
  header .logo {
    height: 65px;
  }
  header .logo img {
    display: inline-block;
    height: 100%;
    max-width: 100%;
  }
}
/*-----------------
       footer
------------------*/
footer {
  bottom: 0;
  font-size: 12px;
  position: fixed;
  left: 0;
  line-height: 1;
  min-height: 65px;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity 2s ease;
  width: 100%;
}
footer .follow {
  cursor: pointer;
  float: left;
}
footer .follow-name {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
footer .follow-wrap {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
footer .follow-wrap .follow-icons {
  position: relative;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,z-index .3s step-end;
  transition: transform .3s ease,opacity .3s ease,z-index .3s step-end;
}
footer .follow-wrap .follow-icons a {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 3px;
  padding: 0 3px;
  transition: color .3s ease;
}
footer .follow-wrap .follow-icons a:hover {
  color: #0ff;
}
footer .follow.open .follow-icons {
  z-index: 0;
  opacity: 1;
  transition: transform .3s ease,opacity .3s ease,z-index .3s step-start;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
footer .copyright {
  display: inline-block;
  float: right;
  line-height: 1.6;
}

@media (max-width: 767px) {
  footer {
    min-height: 60px;
    text-align: center;
  }
  footer .follow,
  footer .copyright {
    display: block;
    float: none;
    padding-top: 7px;
  }
  footer .follow-name {
    padding-right: 0;
  }
  footer .follow-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 36px;
  }
  footer .copyright {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease;
  }
  footer .follow.open + .copyright {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
body.load header .logo {
  opacity: 1;
}
body.load footer {
  opacity: 1;
}

/*-----------------
     Background
------------------*/
.background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.background .layer {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.background .image .item {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.background .background-slider {
  z-index: inherit !important;
}
.background .background-slider .owl-stage-outer {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.background .background-slider .owl-stage-outer .owl-stage .owl-item .item {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.hide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

/*-----------------
      Content
------------------*/
#wrapper {
  letter-spacing: 19.5px;
  line-height: 50px;
}

#area {
  position: relative;
  display: block;
  z-index: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
}

.block {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}
.block a {
  color: transparent;
}

.page,
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  display: none;
}
.page.active,
.modal.active {
  display: block;
  z-index: 1;
  visibility: visible;
}

#test {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0;
}

.pages-nav {
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 2;
}

#nav-prev,
#nav-next,
#nav-close {
  display: inline-block;
}
#nav-prev a,
#nav-next a,
#nav-close a {
  font-weight: normal;
  text-decoration: none;
}

/*-----------------
    Contact Page
------------------*/
.form-input .cmd {
  color: #fff;
  width: 440px;
  background: rgba(255, 255, 255, 0);
}
.form-input .cmd span {
  float: left;
  overflow: hidden;
  max-width: 525px;
  width: auto;
  white-space: pre;
}
.form-input .cursor {
  float: left;
  width: 18px;
  height: 40px;
  background: url(../img/cursor-yellow.svg) no-repeat;
  margin-right: -100%;
  margin-top: -3px;
}
.form-input input {
  width: 670px;
  height: 40px;
  margin: 0;
  opacity: 0;
}
.form-input.error .cmd {
  color: red;
}
.form-input.error .cursor {
  opacity: 1;
  background: url(../img/cursor-error.svg) no-repeat;
}

@media (max-width: 991px) {
  .form-input .cmd span {
    max-width: 376px;
    line-height: 22px;
  }
  .form-input input {
    width: 470px;
  }
  .form-input .cursor {
    margin-top: -1px;
    height: 28px;
    width: 11px;
  }
}
@media (max-width: 767px) {
  .form-input .cmd span {
    max-width: 267px;
    margin-top: -4px;
  }
  .form-input input {
    width: 370px;
  }
  .form-input .cursor {
    margin-top: -4px;
  }
}
@media (max-width: 500px) {
  .form-input .cmd span {
    max-width: 170px;
  }
  .form-input input {
    width: 270px;
  }
  .form-input .cursor {
    height: 26px;
  }
}
.form-button button {
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Source Code Pro;
}
.form-button input[type=submit] {
  cursor: pointer;
}

@media (max-width: 991px) {
  .form-button button {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .form-button button {
    font-size: 22px;
  }
}
/*-----------------
     Notify Me
------------------*/
.no-enter .cmd {
  background: rgba(255, 255, 255, 0);
  color: #00ff00;
  padding-right: 30px;
}
.no-enter .cmd .enter-sumbol {
  position: absolute;
  right: 0;
  letter-spacing: 0;
  font-size: 10px;
}
.no-enter .cmd .enter-sumbol button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  display: inline-block;
  width: 20px;
}
.no-enter .cmd .enter-sumbol button img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.no-enter .cmd span {
  display: block;
  overflow: hidden;
  max-width: 377px;
  width: auto;
  white-space: pre;
  float: left;
}
.no-enter .cursor {
  float: left;
  width: 18px;
  height: 40px;
  background: url(../img/cursor-green.svg) no-repeat;
  margin-right: -100%;
  margin-top: -3px;
}
.no-enter input {
  width: 470px;
  height: 40px;
  margin: 0;
  opacity: 0;
}
.no-enter.error .cmd {
  color: red;
}
.no-enter.error .cursor {
  background: url(../img/cursor-error.svg) no-repeat;
}

@media (max-width: 991px) {
  .no-enter .cmd {
    width: 430px;
    padding-right: 23px;
  }
  .no-enter .cmd span {
    line-height: 22px;
  }
  .no-enter .cmd .enter-sumbol button {
    width: 15px;
  }
  .no-enter .cmd .enter-sumbol button img {
    width: 15px;
  }

  .no-enter .cursor {
    margin-top: -1px;
    height: 28px;
    width: 11px;
  }

  .no-enter input {
    width: 445px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .no-enter .cmd .enter-sumbol {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .no-enter input {
    width: 440px;
  }

  .no-enter .cmd span {
    max-width: 384px;
    margin-top: -4px;
  }

  .no-enter .cmd {
    width: 397px;
    padding-right: 18px;
    padding-left: 0px;
    margin-top: 0px;
  }

  .no-enter .cursor {
    margin-top: -4px;
  }
}
@media (max-width: 500px) {
  .no-enter input {
    width: 270px;
  }

  .no-enter .cmd span {
    max-width: 217px;
  }
}
.no-enter .cursor,
.form-input .cursor {
  opacity: 0;
}
.no-enter .cursor.animated,
.form-input .cursor.animated {
  -webkit-animation: cursorblink 1s infinite;
  animation: cursorblink 1s infinite;
}

@keyframes cursorblink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cursorblink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------
        Map
------------------*/
.map-canvas {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  z-index: -22;
  transition: opacity .5s ease;
}
.map-canvas:before {
  background: rgba(24, 32, 37, 0.88) url(../img/pattern.png) 0 0 repeat;
  bottom: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.map-canvas:after {
  background: linear-gradient(to bottom, rgba(186, 179, 254, 0.5) 0%, rgba(102, 214, 255, 0.5) 100%);
  bottom: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

body.map-bg .map-canvas {
  opacity: 1;
  z-index: 0;
}
