body 
{
	background-color: #fff;
}

.portfolio
{
	margin: 0;
}

.portfolio-sorting
{
     margin-top: 8px;	text-transform: uppercase;	
	font-size: 14px;
	margin-bottom: 48px;
}
a{
	text-decoration:none;
}
.portfolio-sorting li a 
{
	transition: 0.4s ease;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 12px 0;
    margin: 0 10px;
}
.portfolio-sorting li a:hover,
.portfolio-sorting li a.active
{
	color: #808080;
    border-top: 4px solid #2980b9!important;
    border-bottom: 4px solid #2980b9!important;
    padding: 5px 0!important;
	
}

.portfolio-item 
{
	margin-bottom: 30px;
}



/**************
	FOOTER
***************/
footer
{
	border-top: 5px solid #2980b9;

	background-color: #34495e;
	padding: 24px;
	font-size: 16px;
}

footer,
footer a
{
	color: white;
}

footer a:hover 
{
	color: #2980b9;
}

footer .column ul li 
{
	margin-bottom: 6px;
}

footer .column h4 
{
	border-bottom: 2px solid #2980b9;
	padding-bottom: 12px;
    margin-bottom: 24px;
}

footer .column .glyphicon-chevron-right
{
	margin-right: 6px;
	color: #2980b9;
}

.social-icons 
{
	margin-bottom: 12px;	
}
