@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
html {
  font-size: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  background: #8fc059 url(../images/bg.jpg) no-repeat;
}
b,
strong {
  font-weight: normal;
  font-weight: 700;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #9DA2A3;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #758b33;
}
h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
h4 {
  font-size: 16px;
  font-size: 1rem;
}
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover {
  text-decoration: none;
}
.invisible {
  display: none !important;
}
.center {
  text-align: center;
}
#wrapper {
  margin: 15px auto;
  max-width: 795px;
}
#header .inside,
#footer .inside,
.custom,
#container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
#header {
  max-width: 185px;
  float: left;
  margin-right: 15px;
}
#header .logo {
  padding: 15px;
  margin: 0 auto;
  background: #8a3603;
}
#header #nav_main {
  background: url(../images/menu-bg.png) no-repeat;
  height: 425px;
}
.custom {
  margin: 0 auto;
  float: left;
}
#container {
  padding: 15px 20px;
  background: RGBa(255,255,255,0.9);
  float: right;
  margin-bottom: 15px;
}
#footer {
  width: 100%;
  max-width: 600px;
  float: right;
}
#footer .inside {
  padding: 15px 20px;
  background: #758b33;
}
#nav_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_main a,
#nav_main span {
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid RGBa(255,255,255,0.9);
}
#nav_main li:hover,
#nav_main li.active {
  background: RGBa(255,255,255,0.3);
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#footer li {
  float: left;
}
#footer ul a,
#footer ul span {
  color: #fff;
  text-decoration: none;
  padding-right: 15px;
}
#footer a:hover,
#footer ul .active {
  text-decoration: underline;
}
.ce_gallery li {
  list-style: none;
  float: left;
}
.mod_calendar th {
  text-align: center;
}
table {
  width: 100%;
  max-width: 570px;
  margin-bottom: 10px;
  border: 1px solid;
  border-collapse: collapse;
  border-color: #ddd;
}
th {
  text-align: left;
  background-color: #fff;
}
th,
td {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
  vertical-align: top;
}
th span {
  display: none;
}
td.active {
  background: #CD3333;
}
td.active.eventStart {
  background: url(../images/eventStart.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 50%;
}
td.active.eventEnd {
  background: url(../images/eventEnd.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 50%;
}
td.active.eventStart.eventEnd {
  background: url(../images/eventStartEnd.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 50%;
}
.mod_calendar .header {
  text-align: center;
  font-size: 1.3em;
}
.datepicker_dashboard {
  width: 200px !important;
  height: 160px !important;
}
.datepicker_dashboard .days .day {
  float: none;
}
.flexslider {
  line-height: auto;
  margin: 0 0 15px 0;
  border: 0;
  position: relative;
  zoom: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}
.flexslider .slides {
  height: 300px;
  overflow: hidden;
}
.flexslider .slides li {
  height: 300px;
}
.flexslider .slides li img {
  position: absolute;
  margin-top: -37%;
  top: 50%;
}
.flex-direction-nav a:before {
  font-family: inherit;
  display: inline-block;
  content: none;
}
.flex-direction-nav a.flex-next:before {
  content: none;
}
.flex-direction-nav a {
  display: block;
  width: 28px;
  height: 128px;
  top: 40%;
}
.flexslider:hover .flex-prev {
  left: 35px;
}
.flexslider:hover .flex-next {
  right: 35px;
}
.mod_pageImage img {
  width: 100%;
  display: block;
  max-height: 400px;
  max-width: 1020px;
  margin: 0 auto;
}
.btn,
p.back a,
#main p.more a {
  display: inline-block;
  color: #9DA2A3;
  padding: 3px 8px 3px 20px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3 ease-out;
  -o-transition: background 0.3 ease-out;
}
.btn:hover {
  text-decoration: none;
  color: #333333;
}
input,
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input.submit:hover {
  background: #9DA2A3;
}
.news_teaser h2 a {
  color: #333333;
}
.news_teaser h2 a:hover {
  color: #9DA2A3;
}
.news_teaser p {
  margin: 0;
}
.news_teaser .layout_short {
  padding: 8px 0;
  border-bottom: 1px solid #EBECEC;
}
.news_teaser .layout_short.last {
  border: 0;
}
.news_list p.info {
  margin: 0;
}
.news_list h2 {
  margin-top: 0;
}
.news_list .layout_short {
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}
.pagination {
  clear: both;
  color: #999;
}
.pagination a,
.pagination span {
  display: block;
  padding: 2px 8px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  float: left;
  list-style: none;
  margin-right: 10px;
  font-weight: bold;
}
.pagination a {
  text-decoration: none;
  color: #9DA2A3;
}
.pagination a:hover,
.pagination .current {
  background: #333333;
  color: #fff;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
@media only screen and (max-width: 900px) {
  #header,
  #header .inside,
  #footer,
  #footer .inside,
  .custom,
  #container {
    max-width: 100%;
    width: 100%;
  }
  #header #nav_main {
    display: none;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#header #nav_main {
  height: 533px !important;
}
