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

body {
  text-align: justify;
  text-justify: inter-word;

}

.path {
  font-size: 4em;
  color: #77CC4C;
}

.row-path {
  max-height: 240px;
  text-align: center;
}

.circle {
  /*position: absolute;*/
  left: 0;
  top: 2em;
  display: inline-block;
  background: #77CC4C;
  color: #ffffff;
  width: 1.65em;
  height: 1.65em;
  border-radius: 1.65em;
  line-height: 1.65em;
  text-align: center;
  box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
  font-size:3em;
}

.container {
  background-color: rgba(0,0,0,0.02);
}

.icon-spacer {
  color: rgba(0,0,0,0.0) !important;
}

.fabecc {
  color: #fabecc !important;
}

.big-big-icon {
  display: inline-block;
  color: #FFFFFF;
  background-color: #878787;
  font-size: 10em;
  text-align: center;
  border-radius: 1.5em;
  width: 1.5em;
  height: 1.5em;


}
.centered {
  text-align: center;
}

header {
  text-align:center;
}

section {
  border-bottom: dotted 1px #e5e5e5;
  padding-top: 5em;
}

h1 {
  font-family: 'Arvo';
  font-weight: 700;
  color: #77CC4C;
  font-size: 52px;
  letter-spacing: 13px;
  text-align: center;
  text-shadow: 0.05em 0.075em 0 rgba(0,0,0,0.1);
  text-transform: uppercase;
  padding-bottom:1em;
  padding-top:1em;
}

h2 {
  font-family: 'Arvo';
  font-weight: 700;
  color: #77CC4C;
  font-size: 30px;
  letter-spacing: 5px;
  text-align: left;
  text-shadow: 0.05em 0.075em 0 rgba(0,0,0,0.1);
  text-transform: uppercase;
  padding-bottom: 1em;
}

.icon-header {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 4em;
  color: #878787;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

.category {
  padding-top: 2em;
  text-align: left;
  color: #77CC4C;
}

.yellow {
  color: #789968;
}

.yellow:hover {
  color: #FFFE70 !important;
}

.icon-header:hover {
  color: #77CC4C;
}

.thumbnail {
  border: 0px solid #FFFE70;
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  border-radius: 1em;
}

.smallbox {
  height: 220px;
  padding: 20px;
}

.justified {
  text-align: justify;
  text-justify: inter-word;
}

.bigger {
  font-size: 1.2em;
}

.quote {
  quotes: "«" "»";
  margin: 2.5em 0 3em 0;
  font-size: 0.85em;
  letter-spacing: 3px;
  font-style: italic;
  padding-bottom: 2em;
  text-align: right;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
  padding-right: 2em;
  text-decoration: none;
}

a {
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

ul.icons
{
}

ul.icons > li
{
  position: relative;
  padding: 2em 0 0 3em;
}

ul.icons > li:before
{
  position: absolute;
  left: 0;
  top: 2em;
  display: block;
  background: #878787;
  color: #e4e4e4;
  width: 1.65em;
  height: 1.65em;
  border-radius: 1.65em;
  line-height: 1.65em;
  text-align: center;
  box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
}

ul.icons > li:first-child
{
  padding-top: 0;
}

ul.icons > li:first-child:before
{
  top: 0;
}

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.padding-top {
  padding-top:67px;
}

#nav
{
  display: block;
  cursor: default;
  text-align: center;
  padding: 1em;
  position:fixed;
  top:0px;
  left:0;
  background-color: #EEEEEE;
  width:100%;
  z-index: 10000;
}

#nav > ul > li
{
}

#nav > ul > li > a
{
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #777;
  outline: 0;
}

#nav > ul > li > a:before
{
  display: inline-block;
  background: #878787;
  color: #e4e4e4;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  line-height: 2em;
  text-align: center;
  box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
  margin-right: 0.75em;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav > ul > li > a > span
{
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-size: 0.85em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;

}

#nav > ul > li.active,
#nav > ul > li:hover
{
}

#nav > ul > li.active > a,
#nav > ul > li:hover > a
{
}

#nav > ul > li.active > a:before,
#nav > ul > li:hover > a:before
{
  background: #77CC4C;
  color: #fff;
}

#nav > ul > li.active > a > span,
#nav > ul > li:hover > a > span
{
  color: #77CC4C;
}

.sign {
  text-align: center;
  padding: 2em;
  border: 0px;
  font-style: italic;
}

.theend {
  border: 0px;
}
