body {
	padding:0;
	height:100%;
	width:100%;
	margin:0;
	font-family: 'Exo 2';
	min-width:320px;
	color:#222;
}

h1, h2, h3, h4, h5 {
	font-weight:400;
	line-height:1.3em;
	margin:0;
	padding:0;
	color:rgb(26,26,26);
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size: 1.25em;
  line-height: 1.02em;
}

h4 {
	font-size:1.1em;
}

hr {
	padding:0;
	border-left:0;
	border-top:0;
}

ul, ol {
	margin:1em 0;
	padding:0;
}

ul li, ol li {
	margin:0 0 0.3em 1.1em;
	padding:0 0 0 0.5em;
}

p {
	font-size:0.8em;
	line-height:1.4em;
	margin:1em 0 0;
}

img {
	border:0;
}

a {
	color:#000000;
}


a.more {
    color: #008264 !important;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    text-decoration: n 	 !important;
    font-size:2em;
    line-height:0.2em;
    padding-left:2px;
    text-decoration:none;
}


div.container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

div.container2 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

div#bigtop.tiny {
	display:none;
}

div.cover {
	background-color: #008264;
}

div#header {
    width: 100%;
    height: 84px;
    position: relative;
    padding-bottom: 10px;
    background: #008264;
}

div#logo {
	width:23%;
	float:left;
}

div#logo img {
    min-width: 300px;
    height: auto;
    max-width: 230px;
    max-height: 79px;
    padding: 20px;
}

img#logo2 {
	float: left;
	display:none;
}


div#stripe {
	width:100%;
	background:none #BCD19B;
	position:absolute;
		z-index:21;
}

div#stripe.fix {
	position:fixed;
	top:0;
	left:0;
}


div#social {
	float:right;
	clear:right;
}

div#social2 {
	width:0;
	height:0;
	float:right;
	overflow:hidden;
	transition:all 0.3s ease-in-out 0s;
}

div#social2 img {
	margin:0 2px;
}

div#social2.fix {
	margin:-10px 10px 5px 0;
	width:auto;
	height:auto;
}


div#social.top {
    bottom: 5px;
    position: absolute;
    right: 0;
}


div#social img {
    margin: 0 2px;
	height: 70px;
	
    padding-right: 20px;
}
div#nav {
	width:100%;
}


div#mobilemenu {
	position: absolute;
  	right:10px;
  	top:10px;
	font-size:1.5em;
	line-height:0;
	padding-bottom:15px;
	display:none;
	cursor:pointer;
	color:#ffffff;
}

div#mobilemenu img {
	margin-bottom:-4px;
}

ul.menu {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin:1% 0 1% 0;
	text-transform:uppercase;
	position:relative;
}

ul.menu li {
	position:relative;
	margin:0 12px 0 0;
	padding:0;
	display:block;
	float:left;
}

ul.menu a {
	text-decoration:none;
	color: #008264;
	display:block;
	padding:4px 30px;
	font-size:1em;
	font-weight: bold;
	outline:none;
}

ul.menu a:first-child {
	padding-left:8px;
}



ul.menu li:hover ul.sub {
	display:block;
}

ul.sub {
	display:none;
	list-style:none;
	z-index:10;
	position:absolute;
	top:9px;
	left:-10px;
	width:auto;
	max-width:250px;
	min-width:125px;
	z-index:40;
	padding:0;
	overflow:hidden;
	font-size:0.95em;
	background:#008264 none;
	padding:0.9em 1em;
}

ul.sub li {
	background:none #008264; 
	width:100%;
	text-align:left;
	clear:both;
	border-bottom:1px solid #ffffff;
	margin:0;
}

ul.sub li:first-child {
	border-top:1px solid #ffffff;
}

ul.sub li a {
	display:block;
	width:auto;
	text-transform:none;
	padding:4px 10px;
	color:#ffffff;
}

ul.sub li:last-child  {
	/*padding-bottom:8px;*/
}

ul.menu a:hover, a.current {
	color: #008264;
	text-decoration: underline;
}

div#buttons {
	background:none #008264;
	padding: 0 11%; 
}

#slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

#slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin:0;
  padding:0;
}

#slider li:first-child {
  position: relative;
  display: block;
  float: left;
}

#slider img {
  display: block;
  float: left;
  width: auto;
  width:100%;
  border: 0;
  max-width:950px;
  max-height:505px;
}

#slider .caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  background: #000;
  background: rgba(255,255,255, .6);
  color: #222222;
  font-size:0.9em;
  margin:0;
  line-height:1.3em;
}

#slider .caption a {
	text-decoration:none;
	color:#ffffff;
}

#slider .caption a:hover {
	text-decoration:underline;
}




div#content {
	width:100%;
	height:auto;
	margin:3% auto;
	position:relative;
	clear:both;
}

div.twothree {
	float:left;
	width:76.9%;
	
}

div.onethree {
	float:left;
	width:23.1%;
}

div.newsPiece {
	position:relative; 
	overflow:hidden; 
	height:100%; 
	width:100%;
}

div.news_img {
	float:left;
	width:48.5%;
	max-width:100%;
}

div.news_img img {
	max-width:100%;
	display: block;
  margin: 0 auto;
  max-width: 100%;
}

div.news_txt {
	float:right;
	width:44%;
}

div.news_txt.full {
	width:100%;
}

div.ingress {
	width:90%;
	clear:both;
	font-style:italic;
}

a.rgt_men {
	color: #ffffff;
  display: block;
  font-size: 1.5em;
  margin: 0%;
  padding: 9% 0;
  position: relative;
  text-decoration: none;
}

a.rgt_men::after {
    background-color: rgba(255,255,255,0.8);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

a.rgt_men:hover {
	color: #BCD19B;
}

a.rgt_men:last-child {
	margin-bottom:0;
}

div.half {
	float:left;
	width:48.3%;
}

div.half.rgt {
	float:right;
}

div.half.two {
	margin-left:3.2%;
}

div.half_narr {
	float:left;
	width:46%;
}

div.half_narr.rgt {
	float:right;
}

div.spacer {
	width:100%;
	height:26px;
	overflow:hidden;
	clear:both;
}

div.spacer.big {
	height:40px;
}

div.spacer.bigger {
	height:78px;
}

div.contentspacer {
	width:100%;
	height:64px;
	overflow:hidden;
	clear:both;
}

div.linespacer {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	margin-top:6%;
	padding-bottom:6%;
	border-top:1px solid #000000;
}

div.label {
	background: #008264 none repeat scroll 0 0;
  left: 0;
  padding: 1.5% 11% 1.5% 2.5%;
  position: absolute;
  top: -60%;
  color:#ffffff;
  border-radius:3px;
  line-height:1em;
}

div.label.btn {
	left:unset;
	right:0;
	background:#008264 url(../img/more_news.png) no-repeat 94% center;
	padding-right:15%;
}

div.label.news_btn {
	left:0;
	background:#008264 url(../img/more_tiny2.png) no-repeat 94% center;
	padding-right:15%;
}

div#campaign {
	position:relative;
	width:100%;
}

div#campaign img {
	max-width:100%;
}


div#menucontent {
	position:relative;
}


div#submenu {
	background:none #008264;
	float:left;
	width:17.1%;
	padding: 1% 2% 5% 2%;
	color:#ffffff;
}

div#submenu p {
	font-size:1.2em;
	margin:0.5em 0 0;
	border-top:1px solid rgb(255,255,255);
	padding-top:0.4em;
	line-height:1.2em;
}

div#submenu ul {
	margin:0 0 0 0.5em;
	padding:0;
	list-style:none;
}

div#submenu ul li {
	margin:0;
}

div#submenu ul li.news {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0 0 0.7em;
	padding-left:0.1em;
	position:relative;
}

div#submenu a {
	text-decoration:none;
	display:block;
	color:#ffffff;
}


div#submenu a.ico {
	display: inline;
  float: right;
  margin-top: -3px;
  padding: 0;
}

div#subcontent {
	float:right;
	width:72.4%;
	overflow:hidden;
	min-height:400px;
	padding-left:4.5%;
}

div#subcontent div.column {
	float:left;
	width:46%;
}

div#subcontent div.column:last-child {
	margin:0;
	float:right;
}

div#subcontent p {
	margin:0 0 1em 0;
}

div#subcontent h4 {
	font-size:0.9em;
	margin:0;
	font-weight:bold;
}


div#subcontent img {
    border-color: #cccccc;
}


div.balk {
	background:#008264 none;
	padding:0.3em 0.8em;
	font-weight:normal;
	font-size:0.9em;
	color:#000000;
	margin-bottom:0.5em !important;
}

div.balk.fet {
	font-weight:600;
}

div.balk a {
	text-decoration:none;
	color:#000000;
}


div#subcontent ul, div#subcontent ol {
	font-size: 0.8em;
  line-height: 1.4em;
}

div#submenu h2 {
	font-size: 1.6em;
  font-weight: normal;
	margin:-7px 0 7px 0;
	color:#ffffff;
}

div#submenu img.mobile {
	float:left; 
	margin:5px 3px 0 0;
	display:none;
}

div#subcontent table.twocol {
	margin:26px 0 0 0;
	padding:0;
	border:0;
	width:100%;
}

div#subcontent table.twocol td {
	vertical-align:top;
	width:46.5%;
	margin:0;
	padding:0;
	padding-right:3.5%;
}

div#subcontent table.twocol td img {
	width:auto;
	max-width:100%;
}

table.twocol tr:first-of-type td {
    padding-bottom: 20px !important;
}

table.twocol table {
	font-size:0.8em;
}

table.twocol table td {
	padding:0.3em 0 0.1em !Important;
}

div#subcontent table.twocol td:last-child {
	padding:0;
	width:46.5%;
	padding-left:3.5%;
}


div#subcontent table.threecol {
	margin:26px 0 0 0;
	padding:0;
	border:0;
	width:100%;
}

div#subcontent table.threecol td {
	vertical-align:top;
	width:32%;
	margin:0;
	padding:0;
	padding-right:1%;
	padding-bottom:2%;
}

div#subcontent table.threecol td img {
	width:auto;
	max-width:100%;
}


table.threecol table {
	font-size:0.8em;
}

table.threecol table td {
	padding:0.3em 0 0.1em !Important;
}





div#footer {
	width:100%;
	height:319px;
	/*background: #fffbde url(../img/bg.jpg) repeat-x left top;*/
	/*background: -webkit-linear-gradient(top, rgb(255,248,2192), rgb(255,227,40) 100%);
	background: -moz-linear-gradient(180deg, rgb(255,248,219), rgb(255,227,40));
	background: linear-gradient(180deg, rgb(255,248,219), rgb(255,227,40));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8de', endColorstr='#ffe329',GradientType=0 );*/
	overflow:hidden;
}

div#tst {
	width:100%;
	height:500px;
	background-size:cover;
}

div#footer_txt {
	width:100%;
	max-width:1000px;
	margin:7.5% auto 3.5%;
	text-align:center;
	padding:0 0 0.6em 0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:0.9em;
}

div#footer_txt a {
	text-decoration:none;
}

span.kern {
	margin:0 4px;
}

input.compute {
	background: #008264 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  font-weight: normal;
  margin: 6px;
  padding: 1px 6px 1px;
  text-align: left;
  width: 30%;
  cursor:pointer;
}

div#ut fieldset {
    background: #ffffff none repeat scroll 0 0;
}
div#ut fieldset legend {
    background: #ffffff none repeat scroll 0 0;
    padding: 1px 2px;
}
span.save {
    color: #008264;
    font-weight: bold;
}


#ed_wrapper {
    background-color: #D3D3D3;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 8px;
    width: auto;
}
#ed_wrapper input, textarea {
    font: 11px/13px Tahoma,Geneva,sans-serif;
}


.ed_wrapper {
    background-color: #D3D3D3;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 8px;
    width: 86%;
}
.ed_wrapper input, textarea {
    font: 11px/13px Tahoma,Geneva,sans-serif;
}

div#button_wrapper {
    background: url("/adm/ckeditor/skins/kama/images/sprites.png") repeat-x scroll 0 -1950px #D3D3D3;
    border-radius: 5px;
    display: block;
    height: 16px;
    margin-bottom: 4px;
    padding: 5px;
    width: 16px;
}


div#savebutton {
    background: url("/adm/ckeditor/skins/kama/icons.png") no-repeat scroll 0 -1440px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
}


div.staff {
	position:relative;
	float:left;
	width:26%;
	max-width:300px;
	margin:0 11% 4% 0;
}

div#subcontent div.staff:nth-of-type(3n) {
	margin-right:0;
	clear:right;
}


div.staff img {
	max-width:100%;
}

div.staff div.nam {
	height:75px;
	font-size:0.8em;
	margin:0.2em 0 0.5em;
}

div.staff div.nam b {
	letter-spacing:1px;
	color:#444444;
}

div.separator {
	background-color: #008264;
	display: block;
	margin:0 0 14px;
	height: 2px;
	width:80%;
}