
#latest-work
{
	background-color: #fff;
}

.item-project .hover-wrap 
{
	height: 247px;
}

#slider .fullwidthbanner
{
	visibility: hidden;
}

.no-js #slider .fullwidthbanner
{
	visibility: visible;
}

/* ==================================================
   About me
================================================== */

#about-me 
{
	position: relative;
	background-color: #E9F0F4;
	padding: 80px 0 90px;
}

#about-me h3 
{
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 40px;
	text-transform: uppercase;
	text-align: center;
}

#about-me h3.spec 
{
	text-align: left;
	margin: 0 0 20px 0;
	color: #323A45;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	font-size: 24px;
}

#about-me .progress-bar
{
	margin-top: 10px;
}

#about-me .progress
{
	background-color: #fff;
}
	
#about-me p
{
	text-align: left;
}

/* ==================================================
   Responsive
================================================== */

@media (min-width: 481px) and (max-width: 767px) {
	
	#about-me 
	{
		margin-left: -20px;
    	margin-right: -20px;
    	padding-left: 20px;
    	padding-right: 20px;	
	}
	
	#about-me p
	{
		text-align: center;
	}
	
}

@media (max-width: 480px) {
	
	#about-me 
	{
		margin-left: -20px;
    	margin-right: -20px;
    	padding-left: 20px;
    	padding-right: 20px;	
	}
	
	#about-me p
	{
		text-align: center;
	}

}