
	@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');

	.dx-context_bg {
      margin: 0;
    }

    .pre_loader-wrapper{
      /* Body Overlay */
      position: relative;
      display: block;
      width: inherit;
      height: inherit;
      margin-right: auto;
      margin-left: auto;
      z-index: 999;
      /* Change Background Color */
      background: transparent;
    }
    
    .pre_loader{
      /* Preloader */
      display: block;
      vertical-align: middle;
      text-align: center;
      margin-right: auto;
    	margin-left: auto;
    }

    /* Text Properties */

	.dx_descript h6{
	    font-family: Share Tech Mono;
	    font-weight: 100;
	    color: #ed2025;
	    letter-spacing: 3px;
	    text-transform: UPPERCASE;
	}

	/* Loader Elements Universal Properties */

	.dx_sk-cube-grid {
		width: 42px;
		height: 40px;
		margin: 50px auto;
	}

	.dx_sk-cube-grid .dx_sk-cube {
		width: 33%;
		height: 33%;
		background-color: #ed2025;
		float: left;
		-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
		animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	}

	/* Unique Loader Elements Properties */

	.dx_sk-cube-grid .dx_sk-cube1 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }
	.dx_sk-cube-grid .dx_sk-cube2 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s; }
	.dx_sk-cube-grid .dx_sk-cube3 {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s; }
	.dx_sk-cube-grid .dx_sk-cube4 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s; }
	.dx_sk-cube-grid .dx_sk-cube5 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }
	.dx_sk-cube-grid .dx_sk-cube6 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s; }
	.dx_sk-cube-grid .dx_sk-cube7 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s; }
	.dx_sk-cube-grid .dx_sk-cube8 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s; }
	.dx_sk-cube-grid .dx_sk-cube9 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }

	/* CSS Keyframe Animation */

	@-webkit-keyframes sk-cubeGridScaleDelay {
	  0%, 70%, 100% {
	    -webkit-transform: scale3D(2, 2, 2);
	            transform: scale3D(2, 2, 2);
	  } 35% {
	    -webkit-transform: scale3D(0, 0, 1);
	            transform: scale3D(0, 0, 1); 
	  }
	}

	@keyframes sk-cubeGridScaleDelay {
	  0%, 70%, 100% {
	    -webkit-transform: scale3D(2, 2, 2);
	            transform: scale3D(2, 2, 2);
	  } 35% {
	    -webkit-transform: scale3D(0, 0, 1);
	            transform: scale3D(0, 0, 1);
	  } 
	}