/* skills section */
.skillsSection {
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0 45px 0;
}
.skillsPlace { margin-left: auto; margin-right: auto; width: 80%; }
.skills-image {}


.our-skills { text-align: right; }
.our-skills .progress { height: 30px; line-height: 30px; background-color: #e5e1d5; border-radius: 0px; font-size: 1.05em; margin: 23px 0; 
position: relative; }
.our-skills .progress:last-child { margin: 0px;}
.our-skills .progress .progress-bar { background: #f5503b; line-height: 30px; font-size: 1.05em;}
.our-skills .progress .progress-bar #color-white { color: #fff; }
.our-skills .progress .progress-bar .skills-percentage { position: absolute; top:0; left:15px; color: #332d26; }
.our-skills .progress .skills-name { padding-left: 20px; }

/*---------------------ABOUT SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#about h2:before { width: 0px; }
	#about h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.skillsSection h2:before { width: 0px; }
	.skillsSection h2:after { width: 0px; }
	.skillsSection .content { width: 95%; text-align: center; }
	.skillsSection .content p { text-align: left; }
	.skills-image { margin-bottom: 103px; text-align: center; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}