html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table 
	{
	border-collapse: collapse;
	border-spacing: 0;
	}


.isotope-item 
	{
  	z-index: 2;
	}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item 
	{
  	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
	}

.isotope 
	{
  	-webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
	}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


body {
	background: #f8f8f8;
	font-family: arial;
	font-size: 15px;
	line-height: 28px;
}

#content {
	width: 1250px;
	margin: 0 auto;
	margin-top: 100px;
}

.box-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.box {
	color: #212121;
	padding: 15px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 250px;
	background: #ffffff;
	border: 3px solid #56391e;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#home .box {
	width: 500px;
}

#home .box .box-text a {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

#nav {
	float: left;
	margin-left: 20px;
	margin-top: 75px;
	position: fixed;
}

#nav a {
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	color: #595959;
}

#nav a:hover {
	color: #393939;
}

#nav a:active {
	color: #151515;
}















