*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* General Demo Style */
body{
	font-family: 'Roboto Slab', serif;
	background: #fff;
	font-size: 15px;
	font-weight:300;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
	border:none;
}


#twocols a{
	color: #7E0A2B;
	text-decoration: underline;
}


.container{
	width: 100%;
	position: relative;
	min-height: 750px;
	overflow:auto;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.social img
{
	filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	}