@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

* {
	line-height: 1.4em;
	font-family: 'Source Sans Pro', Tahoma, sans-serif !important;

}

p, li {
	font-size  : 18px;
	line-height: 1.4em;
	font-weight: 300;
}

p.lead {
	font-size  : 22px;
}

/** {
	line-height: 1.4em;
	font-family: "Merriweather", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}



blockquote {
	margin-left : 20px;
	border-left : 2px solid #ccc;
	padding-left: 20px;
}

h4 {
	font-family   : Montserrat, Verdana, Helvetica, Arial, sans-serif;
	font-weight   : 700;
	font-size     : 20px;
	text-transform: uppercase;
	color         : #ed2125;
	margin        : 30px 0 15px 0;
	padding       : 0;
}


.button {
	background-color: #ed2125;
	color           : #ffffff !important;
	display         : inline-block;
	font-family     : Montserrat, Verdana, Helvetica, Arial, sans-serif;
	text-transform  : uppercase;
	font-size       : 14px;
	font-weight     : 700;
	line-height     : 40px;
	text-align      : center;
	text-decoration : none;
	width           : 170px;
}

ul.photo-gallery {
	margin  : 0px;
	padding : 10px;
	display : block;
	overflow: hidden;
}

ul.photo-gallery li {
	display   : block;
	float     : left;
	width     : 220px;
	min-height: 100px;
	max-height: 160px;
}

ul.photo-gallery li img {
	max-width: 200px !important;
	height   : auto !important;
}*/

element {
	display   : block;
	width     : 50%;
	text-align: center;
	padding   : 5px;
	border    : 1px dashed #777;
}

element:before {
	content       : "Snippet Element : " attr(name);
	font-family   : Tahoma, Arial, sans-serif;
	font-size     : 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color         : #fff;
	padding       : 4px;
	display       : block;
	background    : #0067E3;
}