

.skill_wrap{

	

	display:flex;

	justify-content:center;

	/*background-image: url(/images/scene01.jpg);*/

	/*background-size:100% 100%;*/

	flex-direction:column;

    width: 100%;

	margin-top:20px;

	border:solid 2px #5c697b;

}



.main_skill{

	

	margin: 10px 5px;

	width: 100%;

	

}



.progressBar{

	position:relative;

	width:100%;

	height:30px;

	background:#353e4b;

	margin-right:0;

	margin-bottom:20px;

	border-radius:5px;

box-shadow: 1px 1px 4px #262626;

}



.bar-title {
	position: absolute;
	width: 110px;
	height: 42px;
	float: left;
	/* font-weight: bold; */
	color:white;
	font-size: 13px;
	z-index: 50;
	padding-right: 2px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* box-shadow: 2px 0 2px #333; */
	/* text-shadow: 1px 1px 1px #000; */
	text-align: center;
	background: #24303c;
}
.progress {
	height: 40px;
	position: absolute;
	border-radius: 5px;
	/* box-shadow: 2px 0 2px #555; */
	background-color: #ff6431;
}

.progress_value{

	position: relative;

	float: right;

	padding-right: 0;

	line-height: 2.5;

	/*font-weight: bold;*/

	z-index: 102;

	color: #F59203;

}





.baby{

/*	background:#24303c;*/

}

.shcooler{

/*	background:#4a148c;*/

}

.teens{

/*	background:#183D86;*/

}

.midYears{

/*	background:#1b5e20;*/

}

.oldYears{

/*	background:#ff6f00;*/

}

#baby_row{

/*background:#ff6431;	*/

}

#shcooler_row{

/*	background:#ab47bc;*/

}

#teens_row{

/*	background:#5c6bc0;*/

}

#midYears_row{

/*	background:#66bb6a;*/

}

#oldYears_row{

/*	background:#ffca28;*/

}	

	



.pops{

	display:flex;

    justify-content:center;

	align-items:flex-end;

}



.pops i{

	color:#FF7F50;

	font-size:27px;

	margin-top:5px;

}





 @media screen and (min-width:768px){

.main_skill{

	margin: 20px auto;

	width: 80%;

	

}

.skill_wrap {

	margin-top: 0px;



}



.progressBar{

	height:40px;

}

.title{

/*width:110px;

font-size:13px;

height: 35px;

padding:3px;*/

}








.progress_value{

	padding-right:10px;

}



.pops i{

	color:#FF7F50;

/*	font-size:27px;*/

	margin-top:5px;

}

}

@media screen and (max-width:768px){	 

 .progressBar{

	height:30px;

 }

.progress {

	height:30px;

}

.title {

    width: 110px;

    font-size: 13px;

    height: 30px;

 line-height: 13px;

}



}

@media screen and (max-width:360px){

	.progress_value {

  padding-right: 8px;   

font-size:12px;



}

.title {

	width: 80px;

	font-size: 12px;

	height: 100%;

	line-height: 13px;

}

.skill_wrap {

	margin-top: 10px;



}

.progressBar{

margin-bottom: 8px;



}

}



