/*-------------------------
    33.Preloader CSS
---------------------------*/
.loadding-page {
  width: 100%;
  height: 100%;
  background: #fdd245;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.cssload-box-loading {
  width: 49px;
  height: 49px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cssload-box-loading:before {
  content: '';
  width: 49px;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 58px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.7s linear infinite;
  -o-animation: shadow 0.7s linear infinite;
  -ms-animation: shadow 0.7s linear infinite;
  -webkit-animation: shadow 0.7s linear infinite;
  -moz-animation: shadow 0.7s linear infinite;
}
.cssload-box-loading:after {
  content: '';
  width: 49px;
  height: 49px;
  background: #4ea6f1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  animation: cssload-animate 0.7s linear infinite;
  -o-animation: cssload-animate 0.7s linear infinite;
  -ms-animation: cssload-animate 0.7s linear infinite;
  -webkit-animation: cssload-animate 0.7s linear infinite;
  -moz-animation: cssload-animate 0.7s linear infinite;
}
@keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
	
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
	background:#7cc3ff;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);

  }
}
@-o-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -o-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -o-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -o-transform: translateY(0) rotate(90deg);
  }
}
@-ms-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -ms-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -ms-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}
@-moz-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -moz-transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px;
  }
  75% {
    -moz-transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
@-o-keyframes shadow {
  0%,
  100% {
    -o-transform: scale(1, 1);
  }
  50% {
    -o-transform: scale(1.2, 1);
  }
}
@-ms-keyframes shadow {
  0%,
  100% {
    -ms-transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.2, 1);
  }
}
@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
  }
}
@-moz-keyframes shadow {
  0%,
  100% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.2, 1);
  }
}






/*loding*/
#loading_motion{
	/*
	background:rgba(0,0,0,.8);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9999;*/
}
#loading_motion > .circle{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	height:40px;
	width:40px;
	border-radius:100%;
}
#loading_motion > .circle:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:100%;
	border:4px solid #006f9d;
	box-sizing:border-box;
	z-index:5;
}

#loading_motion > .circle > span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	height:40px;
	width:40px;
	border-radius:100%;
	z-index:6;
	overflow:hidden;
	opacity:.5
	
}
#loading_motion > .circle > span:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	top:0;
	width:5px;
	height:5px;
	background:#fff;
	border-radius:100%;
}
#loading_motion > .circle > span:last-child{
	opacity:.7
}
#loading_motion > .circle > span:nth-child(1){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.12s;
	 animation-delay: -0.12s;
}

#loading_motion > .circle > span:nth-child(2){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.11s;
	 animation-delay: -0.11s;
}

#loading_motion > .circle > span:nth-child(3){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.10s;
	 animation-delay: -0.10s;
}
#loading_motion > .circle > span:nth-child(4){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.09s;
	 animation-delay: -0.09s;
}
#loading_motion > .circle > span:nth-child(5){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.08s;
	 animation-delay: -0.08s;
}
#loading_motion > .circle > span:nth-child(6){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.07s;
	 animation-delay: -0.07s;
}
#loading_motion > .circle > span:nth-child(7){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.06s;
	 animation-delay: -0.06s;
}
#loading_motion > .circle > span:nth-child(8){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
	-webkit-animation-delay: -0.05s;
	 animation-delay: -0.05s;
}
#loading_motion > .circle > span:nth-child(9){
	animation: circle-1 1s ease-out infinite;
	-o-animation: circle-1 1s ease-out infinite;
	-ms-animation: circle-1 1s ease-out infinite;
	-webkit-animation: circle-1 1s ease-out infinite;
	-moz-animation: circle-1 1s ease-out infinite;
}



.form-tel{
	width:100%;
	max-width:600px;
}
.form-tel > div:first-child{
	width:130px;
	padding-right:5px;
}






@keyframes circle-1 {
	 from {
		-moz-transform:translate(-50%, -50%) rotate(0deg);
		-o-transform:translate(-50%, -50%) rotate(0deg);
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		-ms-transform:translate(-50%, -50%) rotate(0deg);
		transform:translate(-50%, -50%) rotate(0deg);
	  }
	  to {
		-moz-transform:translate(-50%, -50%) rotate(360deg);
		-o-transform:translate(-50%, -50%) rotate(360deg);
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		-ms-transform:translate(-50%, -50%) rotate(0deg);
		transform:translate(-50%, -50%) rotate(360deg);
	  }
}

/** BEGIN CSS **/
#skin_loading{
  position:fixed;
  z-index:999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
}
@keyframes rotate-loading2 {
	0%  {transform: rotate(0deg) scale(1.1);}
	50% {transform: rotate(180deg) scale(0.9);}
	100% {transform: rotate(360deg) scale(1.1);}
}


@keyframes loading-text-opacity {
	0%  {opacity: 0}
	20% {opacity: 1}
	50% {opacity: 0}
	100%{opacity: 0}
}
#skin_loading .loading-container{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	transform:translatey(-50%);
	text-align:center;
}
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
	margin:0 auto;
}


.loading-container { margin: 40px auto }

#skin_loading .loading {
	border: 2px solid transparent;
	border-color: transparent #fff transparent #FFF;
	animation: rotate-loading2 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

#skin_loading .loading-container:hover .loading {
	border-color: transparent #E45635 transparent #E45635;
}
#skin_loading .loading-container:hover .loading,
#skin_loading .loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#skin_loading  #loading-text {
	animation: loading-text-opacity 2s linear 0s infinite normal;
	color: #ffffff;
	font-family: "Roboto","arial";
	font-size: 12px;
	font-weight: 300;
	margin-top: 45px;
	letter-spacing:1px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	left:0;
}