#sp-header-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}
body.bg {
  background: #fff;
}

.box-fixed-h {
	height:250px;
}

.box-txt{
	text-align: justify;
	padding-bottom: 20px;
}

::-moz-selection {
  background: #3399ff;
	color: #5da87e;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #5da87e;
  text-shadow: none;
}

#sp-main-menu ul.level-0 > li.active >a {
  border-bottom: 7px solid #fff;
  color: #000;
}
#sp-main-menu ul.level-0 > li:hover >a {
  color: #000;
  border-bottom: 7px solid #5da87e;
}
.urbanus_big_gray_pfm
{
	font-size: 40px !important;
	line-height: normal !important;
	font-weight: bold;
	font-family: Lato, sans-serif;
	color: #00a55d !important;
	text-decoration: none;
	letter-spacing: -2px;
	border-width: 0px;
	border-color: #cdcdcd;
	border-style: none;

	
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.75) !important;
	padding: 25px 25px 25px 25px;
	text-shadow: none;
	margin: 0px;
	height: auto;
	border-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}
#sp-bottom-2-wrapper {
  padding: 35px 0;
  background: #006940;
  background-image: url("/templates/urbanus/images/pattern2.png");
  color: #ded;
}

#sp-bottom-2-wrapper h3 {
  color: #efe;
}

#sp-bottom-2-wrapper a:not(.btn) {
  color: #ded;
}

.module:first-child {
  margin-top: 20px;
}

.nav li{
  line-height:28px;
  list-style-type:square;
  margin-left:20px;
  padding-left:3px;
}

.nav .active,  .nav .current{
  background: #ded;
}

.nav li:hover{
  padding-left:3px;
}

a.lnk{
	text-decoration:underline;
	color: #00a65d;
	font-weight:bold;
	text-transformation:uppercase;
}

em {
  color: #00bb55;
}
#sp-footer-wrapper {
  background: #fff;
}
#sp-footer-wrapper a:not(.btn) {
  color: #2e3336;
}

.module.title1 h3.header::after {
  background-color: #2e3336;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  width: 50px;
  top: 8px;
}