@charset "UTF-8";
/* CSS Document */

.preload {
    width: 100%;
    margin-bottom: 10px;
    height: 130px;
    text-align: center;
	float: left;
}
.font-loading{
	width: 100%;
	color: #b8bad8;
	position: relative;
}

.font-loading > .t-1{ font-size: 18px; font-weight: bold}

.font-loading > .t-2{font-size: 14px; margin-top: 7px;}

#wrapper{
    position:relative;
    /*background:#333;*/
	margin-bottom: 13px;
}

.profile-main-loader{
  
    width: 70px;
	height: 70px;
	margin: 0 auto;
}

.profile-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
  height:70px;
}
.profile-main-loader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #dedff1;
  }
  40% {
    stroke: #70c542;
  }
  66% {
    stroke: #dedff1;
  }
  80%, 90% {
    stroke: #70c542;
  }
}
@keyframes color {
  0% {
    stroke: #dedff1;
  }
  40% {
    stroke: #70c542;
  }
  66% {
    stroke: #dedff1;
  }
  80%, 90% {
    stroke: #70c542;
  }
}


.loading-card-1 {
    width: 378px;
    height: 200px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 16px;
    float: left;
}

.loading-card-2 {
    width: 205px;
    margin-left: 4%;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    height: 178px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 16px;
    float: left;
}

.loading-card-3 {
    width: 65%;
    height: 18px;
    margin-left: 18%;
    margin-top: 13px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
  
}

.loading-card-4 {
    width: 50%;
    height: 18px;
    margin-left: 18%;
    margin-top: 5px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
}

.loading-card-5 {
    width: 35%;
    margin-left: 18%;
	height: 12px;
    margin-top: 7px;
    color: #999;
    float: left;
    overflow: hidden;
	background-color: #fff;
}

.loading-card-6 {
    width: 50%;
	height: 30px;
    margin-left: 18%;
    margin-top: 52px;
    color: #fff;
    float: left;
    font-size: 13px;
    overflow: hidden;
}

.loading-card-6 > .uprint,.downprint{ box-shadow:none;}

.loading-card-7 {
    width: 60%;
    margin-left: 20%;
    height: 24px;
    float: left;
    font-size: 20px;
    text-align: center;
}


.loading-card-8 {
    width: 23px;
    height: 23px;
    margin-top: 60px;
    padding: 13px;
    font-size: 16px;
    z-index: 1;
    margin-left: -16px;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
  
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
 
	box-shadow: 0 0px 1px rgba(32, 33, 36, 0.4);
}

.loading-card-9 {
    width: 23px;
    height: 23px;
    margin-top: 95px;
    padding: 13px;
    font-size: 16px;
    z-index: 1;
    margin-left: -16px;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
  
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
	box-shadow: 0 0px 1px rgba(32, 33, 36, 0.4);
	
  
}

.loading-card-10 {
    width: 62%;
    height: 200px;
    z-index: 1;
	background-size: cover;
    /* position: absolute; */
    background-color: #999;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 100px;
    float: right;
}

.loading-opacity{ opacity: 1;
				animation: loading-opacity 1s linear infinite;
    -moz-animation: loading-opacity 1s linear infinite;
    -webkit-animation: loading-opacity 1s linear infinite;
    -o-animation: loading-opacity 1s linear infinite;}


@keyframes loading-opacity

{

0% {opacity: 1
}
	

50% { opacity: 0.5}


100% {opacity: 1}

}


.bgcolor-loading {
    background-color: #dedff1 !important;
	animation: bgcolor-loading 1s linear infinite;
    -moz-animation: bgcolor-loading 1s linear infinite;
    -webkit-animation: bgcolor-loading 1s linear infinite;
    -o-animation: bgcolor-loading 1s linear infinite;
}




@keyframes bgcolor-loading

{

0% {background-color: #dedff1 ;}
	

50% {background-color: #f2f2f7;}



100% {background-color: #dedff1 }}


@media screen and (max-width: 890px) {
	
	
	.loading-card-1 {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 16px;
    float: left;
}
	
	
	
	.loading-card-10 {
    width: 62%;
    height: 200px;
    z-index: 1;
    background-size: cover;
    /* position: absolute; */
    background-color: #999;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 100px;
    float: right;
}
	
	
}


