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


.skiller {
	margin: 35px 20px;
	position: relative;
}

.col {
	width: auto;
}

.skilldiv {
	height: 30px;
	margin-bottom: 25px;
	margin-left: 0;
	width: auto;
	background:white;
	position:relative;
	top: 25px;

}

.skilldiv em {
	position: relative;
	top: -25px;
	font-style: normal;
	
}

.skilldiv small {
	margin-left: 10px;
}

.expand {
	height: 30px;
	position: absolute;
	line-height: 30px;
	left: 0;
}

.percenent_skill {
	width: 70%;
	-moz-animation: french_k 2s ease-out;
	-webkit-animation: french_k 2s ease-out;
}


@
-moz-keyframes french_k { 0% {
	width: 0px;
}

100%{
width
:
70%;
}
}
@
-moz-keyframes japan_k { 0% {
	width: 0px;
}

100%{
width
:
:
90%;
}
}
@
-moz-keyframes russian_k { 0% {
	width: 0px;
}

100%{
width
:
:
50%;
}
}
@
-moz-keyframes italian_k { 0% {
	width: 0px;
}

100%{
width
:
:
40%;
}
}
@
-moz-keyframes german_k { 0% {
	width: 0px;
}

100%{
width
:
:
100%;
}
}
@
-webkit-keyframes french_k { 0% {
	width: 0px;
}

100%{
width
:
70%;
}
}
@
-webkit-keyframes japan_k { 0% {
	width: 0px;
}

100%{
width
:
:
90%;
}
}
@
-webkit-keyframes russian_k { 0% {
	width: 0px;
}

100%{
width
:
:
50%;
}
}
@
-webkit-keyframes italian_k { 0% {
	width: 0px;
}

100%{
width
:
:
40%;
}
}
@
-webkit-keyframes german_k { 0% {
	width: 0px;
}
100%{
width
:
:
100%;
}
}