@font-face {
  font-family: 'open_sans_light';
  src: url('../fonts/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins-light';
  src: url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins-extralight';
  src: url('../fonts/poppins-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signika';
  src: url('../fonts/signika-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.header {
	margin-bottom: 0px;
}
body {
  font-family: poppins-light;
}
p {
  font-family: poppins-light !important;
}

/* main menu custom style */
.navigation {
  	padding: 5px 0;
	border-top: 0px solid;
	border-bottom: 0px solid;
	margin-bottom: 10px;
    background-color: #aaaaaa;
}
.nav-pills > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: transparent !important;
}
.nav > li > a {
  text-decoration: none;
  color: #575a5d;
  font-family: signika;
  font-size: 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent !important;
}

/* page-title custom style */
.page-header {
  text-align: center;
  font-family: open_sans_light !important;
  color: #85c300;
}

