/* mobile class*/
.is-mobile .container.nav-menu-color {padding: 0;}
.is-mobile .slicknav_menu .col-md-12 {padding: 0;}
.is-mobile .slicknav_menu .sub-nav > li {
    width: auto;
    margin: 0;
    text-align: center;
    position: relative;
    left: 0;
    background: #7aa438;
}
.is-mobile .logo { padding-bottom: 20px;}
.is-mobile .sub-nav { position: relative!important; left: inherit;}
.is-mobile .sub-nav > li {
    border-left: 0;
}
.is-mobile .row.menu {
    display: none;
}
.is-mobile .slicknav_menu { display: block;}
.is-mobile .footer, .is-mobile .footer-right { text-align: center;}
.is-mobile .nav-menu li {
    padding: 0;
    background-color: none;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Source Serif Pro', serif;
}
.slicknav_menu { display: none;}




ul {
  list-style: none; 
  margin: 0; 
  padding-left: 0; 
}
a {
  text-decoration: none; 
}

#main-page h1 {
	font-size: 24px;
	font-weight: regular;
	margin: 0 0 20px 0;
	color: black;
}

body {
	background-color: #CCCCCC;
	font-family: 'Muli', sans-serif;
}
h1, h2, h3, h4, h5 {font-family: 'Droid Serif', serif;}
p {
	letter-spacing: 0.15px;
}

.text-center {
	text-align: center;
}

.logo-center {
	// width: 100%;
	// height: 100%;
	text-align: center;
}

.bg-header .header .logo {
	height: 130px;
	margin-top: 20px;
	line-height: 180px;
	// text-align: center;
}


.header-img-pos img {
    max-width: 100%;
    height: auto; float: right;
}

.green-letter {
	color: #146b00;
}

.no-padd {
    padding-right: 0;
    padding-left: 0;
}

.no-padd-left {
	padding-left: 0;
}

.bg-header {
	background-color: rgb(255, 255, 255);
    line-height: 75px;
}

.nav-menu-color {
	background-color: #5b9436;
}
.nav-menu li {
    display: inline-block;
    padding: 0 28px;
    background-color: #5b9436;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Source Serif Pro', serif;
}

.nav-menu .text-center>li {
	position: relative;
}

.homepage-icon {
	display: inline-block;
	height: 14px;
	width: 15px;
	background: url("../img/homepage-white.svg") no-repeat 50% 50%;
	background-size: 100%;
}

.homepage:hover .homepage-icon{
	display: inline-block;
	height: 14px;
	width: 15px;
	padding: 0;
	background: url("../img/homepage-green.svg") no-repeat 50% 50%;
	background-size: 100%;
}

.nav-menu li:hover {
	background: #7aa438;
	transition: all 0.3s ease;
}



.sub-nav li {
    padding: 0 10px;
}
.nav-menu li a,
.nav-menu li:hover .sub-nav>li a {
	color: white !important;
}

.nav-menu ul>li:hover a,
.nav-menu li .sub-nav>li:hover a {
	color: #146b00;
	text-decoration: none;
}

.nav-menu .sub-nav>li:hover>a {
	color:  #146b00;
}

.sub-nav {
	position: absolute;
	left: -9999px;
	list-style: none;
}

.sub-nav li {
    width: 210px;
    margin: 0;
    text-align: left;
    position: relative;
    left: -8px;
    background: #7aa438;
    border-left: 4px solid #5b9436;
    line-height: 40px !important;
    display: block;
    padding: 0 28px
}
.sub-nav li:hover {
    background: #5b9436;
}

.sub-nav li:hover a {
    color: #fff;
}

.nav-menu li:hover .sub-nav {
	left: 4px;
	top: 100%;
	z-index: 999;
}

.nav-general {
	float: right;
}

.sub-nav li a {
	white-space: nowrap;
}

.sidebar {
	background-color: #fff;
}

.sidebar .left-menu {
	padding: 20px;
}

.sidebar .left-menu li {
	list-style-type: square;
	margin-left: 20px;
}

.sidebar .left-menu a {
	text-decoration: inherit;
	color: rgb(0, 0, 0);
}

.sidebar .left-menu a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.news {
    height: auto;
    padding: 40px;
}
.capture {
	border: 1px solid rgba(0,0,0,.1);
	background: #5b9436;
    color: white;
	padding: 10px;
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-align: center;
}
h4.capture {
    margin: 0;
}
.wrap-news::after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.04);
    margin-top: 15px;
    clear: right;
}

.button-news {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid rgba(0,0,0,.1);
    background: #5b9436;
    color: white;
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    float: right; margin-bottom: 20px
}

.button-news:hover {
	background-color: rgba(185, 205, 136, 0.3);
	transition: all 0.2s ease;
}

.news h5 {
    margin: 20px 0;
}

.news p {
	margin-bottom: 10px;
	margin-top: 20px;
}

.main-content {
    background-color: rgb(246, 253, 239);
}

.content a {color: #90b35c;
font-weight: bold;}

.content {
    padding: 40px;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.1);
    min-height: 700px;
}
.contentimg img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 200px;
    height: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	height: auto; 
}
.content ul {
    margin: 20px 0;
}

.content ul li {
    list-style: outside;
    margin-left: 20px;
}

/* image 3 columns content*/
ul#img-three { margin: 0; padding: 0;}
ul#img-three li {
    list-style: none;
    display: inline-block;
    width: 30%;
    margin: 40px 0
}
ul#img-three li img { max-width: 100%; height: auto; display: block;}
ul#img-three li:nth-child(2) { margin: 40px 3.3333%;}
.general p {
	font-size: 15px;
}

.main-content h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.main-content .img-bg {
	display: inline-block;
	height: 170px;
	width: 30%;
	overflow: hidden;
	margin: 10px;
}

.main-content h4 {
	font-size: 14px;
}

.main-content .img-bg img {
	height: 100%;
}

.main-content .img-bg:last-of-type {
	position: relative;
}

.main-content .img-bg:last-of-type img {
	height: auto;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrap {
	text-align: center;
}

.footer {
    font-size: 11px;
    padding: 20px;
    overflow: hidden;
}

.footer-background {
	background-color:#b9cd88;
}

.footer-right { text-align: right;}