/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.625 'Open Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
  -webkit-text-size-adjust: 100%;
}
/*body {
  font: 14px/1.625 "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}*/

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a {
	color:#88b10f;
	text-decoration:underline;
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}
a:hover {
	text-decoration:underline;
	color:#2c2c2c;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 22px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

h1, h2, h3, h5, h6 { font-weight:900; font-family:"Arial Black", Helvetica, sans-serif; text-transform:uppercase; }
h2, h3, h4, h5, h6 {line-height:1.3; color:#2c2c2c; }
h5.carousel-header { padding:20px 20px 15px 0; border-bottom:1px solid #e9e9e9; margin-bottom:20px; display:block;}
.specification { margin-bottom:5px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}