* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #444;
  text-decoration: none;
}
section,
header,
footer {
  float: left;
  width: 100%;
}

a {
  cursor: pointer;
}

header.main {
  float: left;
  width: 90%;
  padding: 25px 5%;
  text-align: center;
}
header.main img {
  margin: 0 auto;
  width: 90%;
  max-width: 320px;
}

nav {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
nav .bar {
  width: 96%;
  float: left;
  padding: 13px 2%;
  height: 54px;
  position: relative;
  background: #009247;
}
nav .bar a {
  float: left;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px 0 50px;
  background-position: 5px;
  background-repeat: no-repeat;
}
nav .bar a.item-1 {
  background-image: url(img/icon-1.png);
}
nav .bar a.open {
  background-image: url(img/icon-1-open.png);
}
nav .bar a.item-2 {
  background-image: url(img/icon-2.png);
}
nav .bar a:hover {
  background-color: #006227;
}
nav.bottom .bar span {
  float: right;
  padding-left: 5px;
}
nav.top .bar span {
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
nav ul {
  float: left;
  width: 90%;
  padding: 15px 5%;
  background: #006227;
}
nav ul li {
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: #006227 1px solid;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  color: #fff;
  font-weight: lighter;
}
nav ul li a {
  float: left;
  width: 98%;
  padding: 1%;
}
nav ul li a:hover {
  background: #009247;
  border-radius: 4px;
}

.main-banner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.main-banner h2 {
  display: none;
}
#main-slider {
  margin-bottom: 20px;
}

#gallery {
  float: left;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative;
}
#gallery img {
  width: 100% !important;
  max-width: 440px !important;
}

#thumbs {
  float: left;
  width: 100% !important;
  padding: 20px 0 0 0 !important;
}
#thumbs ul {
  float: left;
  width: 100%;
}
#thumbs ul li {
  float: left;
  margin: 2px;
  display: inline;
}
#thumbs ul li img {
  float: left;
}
.pagination {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.pagination a {
  display: none;
  float: left;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
}
.pagination .current {
  display: none;
}
.pagination a.next,
.pagination a.left {
  display: block;
}

.pagination a.next {
  background: url(img/arrow-right.png) no-repeat right top;
  float: right;
}
.pagination a.left {
  background: url(img/arrow-left.png) no-repeat left top;
}

.content {
  float: left;
  width: 90%;
  padding: 0 5%;
}
.content header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.content header strong {
  float: left;
  color: #006227;
  font-size: 30px;
  font-weight: normal;
}
.content header span {
  float: left;
  color: #006227;
  line-height: 50px;
  border-left: #eaeaea 1px solid;
  padding-left: 14px;
  margin-left: 14px;
}
.content header h1 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #009247;
  font-weight: normal;
}
.content article {
  float: left;
  width: 100%;
}
.content article p {
  line-height: 22px;
  margin-bottom: 20px;
}

ul.social {
  float: left;
  width: 100%;
  background: #eaeaea;
  padding: 10px 0;
  margin-bottom: 20px;
}
ul.social li {
  float: right;
  padding: 0 10px;
}

.related {
  float: left;
  width: 90%;
  padding: 30px 5% 20px 5%;
  border-top: #eaeaea 1px solid;
  margin-bottom: 20px;
}
.related ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.related ul li {
  width: 40%;
  float: left;
  display: inline;
  margin: 10px 5%;
  overflow: hidden;
}
.related ul li img {
  float: left;
  margin: 5px 0;
}
.related ul li strong {
  float: left;
  width: 100%;
  font-weight: normal;
}
.related ul li span {
  float: left;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 70%;
  padding: 6px 5% 6px 25%;
  background-color: #009247;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  text-transform: uppercase;
  color: #fff;
}
.related ul li.related-1 span {
  background-image: url(img/related-event.png);
}
.related ul li.related-2 span {
  background-image: url(img/related-news.png);
}
.related ul li.related-3 span {
  background-image: url(img/related-image.png);
}
.related ul li.related-4 span {
  background-image: url(img/related-video.png);
}

.list {
  float: left;
  width: 100%;
  padding: 30px 0 20px 0;
  border-top: #eaeaea 1px solid;
}
.list h2 {
  float: left;
  padding-left: 5%;
}
.list h2.title {
  color: #009247;
  font-weight: normal;
  text-transform: uppercase;
}
.list ul {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.list ul li {
  float: left;
  width: 90%;
  padding: 10px 5%;
  border-bottom: #eaeaea 1px solid;
}
.list ul li a span {
  text-transform: uppercase;
  color: #009247;
}
.list ul li a strong {
  font-weight: normal;
}
.list ul li a.item {
  float: left;
  width: 80%;
}
.list ul li .related-icons {
  float: right;
  width: 30px;
}
.list ul li .related-icons a {
  float: left;
  background: #009247;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: -999px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-bottom: 4px;
}
.list ul li .related-icons a.item-1 {
  background-image: url(img/related-event.png);
}
.list ul li .related-icons a.item-2 {
  background-image: url(img/related-news.png);
}
.list ul li .related-icons a.item-3 {
  background-image: url(img/related-image.png);
}
.list ul li .related-icons a.item-4 {
  background-image: url(img/related-video.png);
}
.list ul li:last-child {
  border: none;
}
.list ul li img {
  float: left;
  margin-right: 10px;
}

.list .show-list {
  float: right;
  line-height: 36px;
  height: 36px;
  padding: 0 15px 0 35px;
  margin-right: 5%;
  background: url(img/arrow-down.png) no-repeat 8px;
  box-shadow: 0 0 4px #ccc;
}

.home-banner {
  float: left;
  width: 90%;
  height: 300px;
  background: #eaeaea;
  margin: 20px 5%;
  border-radius: 4px;
  overflow: hidden;
}
.home-banner img {
  float: left;
}

.content-box {
  float: left;
  width: 90%;
  background: #eaeaea;
  margin: 20px 5%;
  padding-bottom: 20px;
  border-radius: 4px;
}
.content-box h2 {
  float: left;
  background: #009247;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: normal;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-box ul {
  float: left;
  width: 90%;
  padding: 20px 5% 5px 5%;
}
.content-box ul li {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.content-box ul li img {
  float: left;
  margin-right: 8px;
}
.content-box ul li span {
  text-transform: uppercase;
  font-weight: normal;
  color: #009247;
}
.content-box ul li strong {
  font-weight: normal;
}

.content-box .show-list {
  float: left;
  line-height: 36px;
  height: 36px;
  display: inline;
  margin-left: 3%;
  padding: 0 15px 0 35px;
  background: #fff url(img/arrow-down.png) no-repeat 8px;
  box-shadow: 0 0 4px #ccc;
}

.main-map {
  float: left;
  width: 80%;
  background: #eaeaea;
  padding: 0 5% 2% 5%;
  margin: 20px 5%;
  border-radius: 4px;
}
.main-map img {
  position: relative;
  top: -20px;
}
.main-map h1 {
  position: relative;
  top: -20px;
  font-size: 30px;
  font-weight: normal;
  color: #009247;
  line-height: 31px;
}
.main-map h1 strong {
  font-size: 30px;
  font-weight: normal;
  color: #009247;
}
.main-map p a {
  color: #009247;
}

.release-box {
  float: left;
  width: 80%;
  padding: 20px 5%;
  margin: 20px 5%;
  background: #eaeaea;
  border-radius: 5px;
}
.release-box a {
  color: #009247;
}
.release-box strong {
  font-size: 20px;
  color: #009247;
  font-weight: bold !important;
}

section.contact {
  float: left;
  width: 90%;
  padding: 15px 5%;
}
section.basic h1 {
  font-size: 30px;
  font-weight: normal;
  color: #009247;
}
section.basic h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #009247;
}

section.service {
  float: left;
  width: 90%;
  padding: 15px 5%;
}
section.service h3 {
  font-size: 16px;
  color: #009247;
  font-weight: normal;
  font-size: 20px;
}
section.service .menu {
  float: left;
  width: 100%;
  padding: 20px 0;
}
section.service .menu li {
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: #eaeaea 1px solid;
}
section.service .menu li a {
  float: left;
  width: 98%;
  padding: 8px 1%;
}
section.service .menu li a:hover {
  background: #eaeaea;
  border-radius: 4px;
}

.access-site {
  float: left;
  width: 100%;
  height: 40px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.access-site a {
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  height: 40px;
  background: #009247;
  border-radius: 4px;
  text-align: center;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
}

section.downloads {
  float: left;
  width: 90%;
  padding: 15px 5%;
}
section.downloads ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}
section.downloads ul li {
  float: left;
  width: 100%;
  padding: 14px 0;
  border-bottom: #eaeaea 1px solid;
}
section.downloads ul li:last-child {
  border: none;
}
section.downloads ul li img {
  float: left;
  margin-right: 5px;
}
section.downloads ul li strong {
  font-weight: normal;
}
section.downloads ul li span {
  text-transform: uppercase;
  color: #009247;
}

section.contact .phones {
  float: left;
  width: 80%;
  padding-left: 60px;
  background: url(img/contact-1.gif) no-repeat left top;
}
section.contact .phones li {
  float: left;
  width: 100%;
}
section.contact .phones li strong {
  float: left;
  width: 100px;
  padding: 6px 3% 6px 0;
  text-align: right;
}
section.contact .phones li a {
  float: left;
  width: 50%;
  padding: 6px 0;
}

section.contact .input-data {
  float: left;
  width: 100%;
  margin-top: 14px;
}
section.contact .input-data label {
  float: left;
  width: 100px;
  text-align: right;
  line-height: 40px;
  padding-right: 6px;
}
section.contact .input-data input[type="text"],
section.contact .input-data textarea {
  float: left;
  width: 50%;
  padding: 8px;
  border: #ccc 1px solid;
  border-radius: 2px;
  box-shadow: inset 1px 1px 5px #eaeaea;
}
section.contact .input-data textarea {
  height: 100px;
}

section.contact .input-data input[type="text"]:focus,
section.contact .input-data textarea:focus {
  border: #999 1px solid;
  box-shadow: 0 0 5px #ccc;
}

section.contact .input-data input[type="text"].error,
section.contact .input-data textarea.error {
  border: #009247 1px solid;
  box-shadow: 0 0 4px #e08d90;
}

section.contact .input-data input[type="submit"] {
  background: #009247;
  margin-left: 50%;
  position: relative;
  left: 66px;
  color: #fff;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 3px;
}
section.contact .input-data input[type="submit"]:hover {
  background: #006227;
}

section.contact .input-data span.error {
  background: #009247;
  float: left;
  width: 50%;
  padding: 2px 8px;
  margin-left: 106px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

section.address {
  float: left;
  width: 90%;
  padding: 15px 5%;
  border-top: #eaeaea 1px solid;
}
section.address address {
  float: left;
  width: 77%;
  padding-left: 80px;
  font-style: normal;
  background: url(img/contact-2.gif) no-repeat left top;
}

.search-box,
.cacb-address {
  float: left;
  width: 84%;
  margin: 0 4%;
  padding: 4%;
  background: #eaeaea;
  border-radius: 4px;
}

.cacb-address img {
  float: left;
}
.cacb-address strong,
.cacb-address address {
  float: left;
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
  font-style: normal;
  color: #666;
}

.search-box .input-data {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.search-box .input-data label {
  float: left;
  width: 100%;
}
.search-box .input-data input[type="text"] {
  float: left;
  width: 130px;
  padding: 8px;
  border: #ccc 1px solid;
  border-radius: 2px;
  box-shadow: inset 1px 1px 5px #eaeaea;
}
.search-box .input-data input[type="text"]:focus {
  border: #999 1px solid;
  box-shadow: 0 0 5px #ccc;
}
.search-box .input-data input[type="submit"] {
  background: #009247 url(img/zoom.png) no-repeat center;
  overflow: hidden;
  width: 40px;
  border-radius: 4px;
  text-indent: -999px;
  font-size: 1px;
  height: 40px;
  float: left;
}
.search-box .input-data input[type="submit"]:hover {
  background: #006227 url(img/zoom.png) no-repeat center;
  cursor: pointer;
}

.result-ac {
  float: left;
  padding: 20px 5%;
  width: 90%;
}
.result-ac header strong {
  float: left;
  background: #eaeaea;
  font-weight: normal;
  padding: 10px;
  border-radius: 4px;
}
.result-ac header span {
  float: left;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 20px;
  color: #333;
  font-weight: bold;
}
.result-ac header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.result-ac header h3 {
  float: left;
  width: 100%;
  color: #009247;
  font-weight: normal;
  font-size: 20px;
  margin-top: 10px;
}
.result-ac ul {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
}
.result-ac ul li {
  float: left;
  width: 50%;
}
.result-ac ul li a {
  float: left;
  background: #009247;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 4px;
}

.result-ac ul li:last-child a {
  float: right;
}

.result-ac address {
  float: left;
  width: 100%;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.result-ac address span {
  font-weight: bold;
}

.image-mask {
  float: left;
  width: 100%;
  height: 160px;
  background: #ccc;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
.image-mask img {
  float: right;
}

.service-detail {
  float: left;
  width: 90%;
  padding: 15px 5%;
}
.service-detail p {
  margin-bottom: 15px;
  clear: both;
}
.service-detail h3 {
  color: #999;
  font-weight: normal;
  margin-bottom: 14px;
}

nav.bottom .bar {
  background: #585858;
}
nav.bottom .bar a:hover {
  background-color: #454545;
}
nav.bottom .bar span {
  border-left: #454545 2px solid;
}
nav.bottom ul {
  background: #454545;
}
nav.bottom ul li {
  border-bottom: #585858 1px solid;
}
nav.bottom ul li a:hover {
  background: #585858;
}
nav.bottom ul li:last-child {
  border: none;
}

footer {
  background: #5e5e5e;
  width: 90%;
  padding: 25px 5% 0 5%;
  margin-top: 40px;
}
footer address {
  font-style: normal;
  color: #fff;
  font-weight: lighter;
  float: left;
  padding: 40px 0 0 80px;
  position: relative;
  top: -50px;
  background: url(img/address.png) no-repeat left top;
  margin-bottom: 10px;
}
footer address a,
footer address a span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer address strong {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
/*footer a{ float:left; clear:both; display:inline; margin-left:80px; position:relative; top:-45px; height:40px; line-height:40px; background:#3F3F3F; padding:0 15px; color:#FFF; border-radius:4px; }
footer a:hover{ background:#454545; }
*/
section.address iframe {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.view-site {
  float: left;
  width: 100%;
  text-align: center;
  text-align: center;
  padding-bottom: 20px;
}

/*
#009247
#006227
#4B191C
#121820
*/

@media (max-width: 980px) {
}

@media (max-width: 768px) {
}

@media (max-width: 620px) {
}

@media (max-width: 480px) {
  ul.social li {
    float: left;
    padding: 0 5%;
    width: 90%;
    margin-bottom: 5px;
  }
  .list h2 {
    width: 90%;
  }
  .list .show-list {
    float: left;
    margin-left: 5%;
    margin-top: 10px;
  }

  .related ul li {
    min-width: 180px;
  }
}
