#wrapper {
	background-color: #fff;
	background-image: linear-gradient(180deg, #ffffff 60%, #d9d9d9 100%);
}
/*
.cntr {
	width: 100%;
    height: auto;
    display: block;
    max-width: 100%
}
*/
#wrapper-menu {
    height: 72px;
    border-bottom: 2px solid #033a1d;
}
#header-wrapper {
    background-color: #004423;
}
#wrapper-menu, #header-wrapper, #footer-wrapper {
	margin-right: auto;
	margin-left: auto;
}

#header {
    height: 75px;
    background-color: #fff;
    padding: 0;
    width: 100%;
    z-index: 1000;
    display: block;
	background: transparent;
    margin-bottom: 5px;
}
#header-left{
	float:left;
	display: inline-block;
}
#header-right{
}

#wrapper-menu {
	width:100%;
	height: 72px;
	background-color: #022b16;
	border-bottom: 2px solid #033a1d;
}
#section-menu {
    background-color: #022b16;
    position: relative;
}

#wrapper-main-menu {
    float: left;
    width: 65%;
    height: 70px;
    background-color: #022b16;
    overflow: hidden;
}

/* FOOTER */
footer{
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}
footer ul {
    padding: 0px;
    margin: 5px 0 0 0;
}
footer li {
	width:auto;
	float: left;
    list-style: none;
    padding: 0 0 5px 0px;
}
footer ul li ul{
    padding: 0px;
    margin: 5px 0 0 0;
}
footer li ul li {
	float: none;
    list-style: none;
    padding: 0 0px 5px 0px;
}

.footer-menu{
	width: 100%;
	margin-bottom:20px;
	padding: 0 15px;
	overflow:auto;
}
/*
.footer-submenu{
    display: flex;
    justify-content: space-between;
}
*/
.footer-submenu{
  float: left;
  width: 20%;
}


.footer-newsletter-form {
	text-align: right;
}
.footer-input{
	width:80%;
	padding:3px 0 4px 5px;
}
.footer-heading{
    color: #fff;
    font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}
.footer-sub-heading{
	font-family:"Lato",sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #3f4651 !important;
	position: relative;
	margin: 0 0 10px;
	letter-spacing: 0px;
}
.footer-desc{
	color: #fff;
}
.footer-container a{
	font-family:"Lato",sans-serif;
    font-size: 15px;
	height: auto;
    line-height: 2;
	color: #3b94d9;
	letter-spacing: 0px;
	text-decoration:none;
}
.footer-container a:hover{
	color: #000;
}
.copy-right {
    font-size: 14px;
    color: #222;
    margin: 0;
	line-height:1.6;
}

#wrapper-header-content {
}



@media only screen and (max-width: 320px) {
	#user-menu{
		width:40%;
	}
	#wrapper-main-menu{
		width:60%;
	}
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
  .footer-container a{
    font-size: 14px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
  .footer-container a{
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  #footer-wrapper {
    width: 320px;
  }
	#user-menu{
		width:40%;
	}
	#wrapper-main-menu{
		width:60%;
	}
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
}
@media (min-width: 375px) {
  #footer-wrapper {
    width: 375px;
  }
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
}
@media (min-width: 411px) {
  #footer-wrapper {
    width: 411px;
  }
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
}
@media (min-width: 414px) {
  #footer-wrapper {
    width: 414px;
  }
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
}
@media (min-width: 480px) {
  #footer-wrapper {
    width: 480px;
  }
  .footer-submenu{
    width: 50%;
    margin-bottom:20px;
  }
}
@media (min-width: 600px) {
  #footer-wrapper {
    width: 600px;
  }
  .footer-submenu{
    width: 33.3%;
    margin-bottom:20px;
  }
}
@media (min-width: 768px) {
	#wrapper {
		min-height: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#header {
		display: block;
	}
	#logo {
		/*width: 330px;*/
	}
	.col-sm-20pct{
		width:20%;
		float:left;
	}
  .footer-submenu{
    width: 33.3%;
    margin-bottom:20px;
  }
}
@media (min-width: 800px) {
  #footer-wrapper {
    width: 800px;
  }
  .footer-submenu{
    width: 33.3%;
    margin-bottom:20px;
  }
}
@media (min-width: 992px) {
  #footer-wrapper {
    width: 992px;
  }
  .footer-submenu{
    width: 33.3%;
    margin-bottom:20px;
  }
}
@media (min-width: 1024px) {
  #footer-wrapper {
    width: 1024px;
  }
  .footer-submenu{
    width: 20%;
  }
}
@media (min-width: 1200px) {
	#wrapper, #wrapper2 {
	}
	#wrapper-menu, #section-menu {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#wrapper-header-content {
		background-color: #fff;
		background-image: linear-gradient(180deg, #ffffff 60%, #d9d9d9 100%);
	}
	#wrapper-main-footer {
		background-color: #005B38;
	}
	#wrapper-footer-content{
		background-color: #005B38;
	}
	#wrapper-top-footer {
		background-color: #022b16;
	}
	#wrapper-legal-footer {
		background-color: #191A1F;
	}
	#header, #main-footer, #legal-footer, #top-footer{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
  .footer-submenu{
    width: 20%;
  }
}

#cookie-law-info-bar {
	border: 0;
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	z-index: 9999;
	display: block; 
	color: rgb(218, 218, 218); 
	font-family: inherit; 
	border-bottom-width: 4px; 
	border-bottom-style: solid; 
	border-bottom-color: #AFCA0B; 
	background-color: rgb(0, 88, 50);
}
.cli-plugin-main-link{
	color: #fff;
}
