.site-loder {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	background-color: #424242;
	position: fixed;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
}

.loder-middle {
	position: absolute;
	left: 38%;
	top: 40%;
}

.loder-middle div {
	display: inline-block;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}

.loder-middle .loa {
	background-color: #63201c;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	box-shadow: 0 0 15px 1px #000;
}

.loder-middle .d {
	background-color: #e0dfdc;
	color: #000;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	border-radius: 50%;
	font-size: 90px;
	position: absolute;
	left: 80px;
	top: -20px;
	z-index: -10;
	font-weight: lighter;

	-webkit-animation: changeBackgroundForD 1.5s infinite;
	-moz-animation: changeBackgroundForD 1.5s infinite;
	-o-animation: changeBackgroundForD 1.5s infinite;
	-ms-animation: changeBackgroundForD 1.5s infinite;
	animation: changeBackgroundForD 1.5s infinite;

	-webkit-text-stroke: 0.6px;
	-moz-text-stroke: 0.6px;
	-o-text-stroke: 0.6px;
	-ms-text-stroke: 0.6px;
	text-stroke: 0.6px;
}

.loder-middle .ing {
	background-color: #63201c;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 200px;
	box-shadow: 0 0 15px 1px #000;
}


/*loa-before*/
.loder-middle .loa-before {
	width: 95px;
	height: 95px;
	position: absolute;
	left: 3px;
	top: 3px;

	-webkit-animation: loadingAnimation 1.5s infinite;
	-moz-animation: loadingAnimation 1.5s infinite;
	-o-animation: loadingAnimation 1.5s infinite;
	-ms-animation: loadingAnimation 1.5s infinite;
	animation: loadingAnimation 1.5s infinite;
}


.loder-middle .loa-before span {
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

.loder-middle .loa-before span:nth-child(2) {
	right: 0;
	top: 0;
}

.loder-middle .loa-before span:nth-child(3) {
	left: 0;
	bottom: 0;
}

.loder-middle .loa-before span:nth-child(4) {
	right: 0;
	bottom: 0;
}


/*d-before*/
.loder-middle .d-before {
	width: 140px;
	height: 140px;
	position: absolute;
	right: -220px;
	top: -20px;
	-webkit-animation: loadingAnimation 1.5s infinite;
	-moz-animation: loadingAnimation 1.5s infinite;
	-o-animation: loadingAnimation 1.5s infinite;
	-ms-animation: loadingAnimation 1.5s infinite;
	animation: loadingAnimation 1.5s infinite;
}

.loder-middle .d-before span {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

.loder-middle .d-before span:nth-child(2) {
	right: 0;
	top: 0;
}

.loder-middle .d-before span:nth-child(3) {
	left: 0;
	bottom: 0;
}

.loder-middle .d-before span:nth-child(4) {
	right: 0;
	bottom: 0;
}


/*ing-before*/
.loder-middle .ing-before {
	width: 95px;
	height: 95px;
	position: absolute;
	right: -300px;
	top: 0;

	-webkit-animation: loadingAnimation 1.5s infinite;
	-moz-animation: loadingAnimation 1.5s infinite;
	-o-animation: loadingAnimation 1.5s infinite;
	-ms-animation: loadingAnimation 1.5s infinite;
	animation: loadingAnimation 1.5s infinite;
}

.loder-middle .ing-before span {
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

.loder-middle .ing-before span:nth-child(2) {
	right: 0;
	top: 0;
}

.loder-middle .ing-before span:nth-child(3) {
	left: 0;
	bottom: 0;
}

.loder-middle .ing-before span:nth-child(4) {
	right: 0;
	bottom: 0;
}