@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i';
@import '../css/bootstrap.min.css';
@import '../css/lightbox.css';
@import '../css/jquery.mCustomScrollbar.min.css';
@import '../css/slick.css';
html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;

  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #515457;
}
a {
  color: #6cc635;
}
a:hover,
a:focus {
  color: #f8c32b;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.outer {
  min-height: 100%;
  overflow: hidden;
}
.wrap {
  min-height: 100%;
  background: #fff;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
.wrap .bg-bottom {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap .bg-bottom::after {
  content: '';
  width: 607px;
  height: 633px;
  background: url(../img/decore-lg.png);
  position: absolute;
  top: -450px;
  right: -435px;
  z-index: -1;
  opacity: .2;
}
.wrap > .container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 410px) {
  .wrap {
    padding-bottom: 102px;
  }
}
.wrap::before {
  content: '';
  width: 303px;
  height: 290px;
  background: url(../img/decore-sm.png);
  position: absolute;
  top: 50%;
  margin-top: -145px;
  left: -204px;
  z-index: -1;
}
.wrap::after {
  content: '';
  width: 303px;
  height: 290px;
  background: url(../img/decore-sm.png);
  position: absolute;
  top: -50px;
  right: -235px;
  z-index: -1;
}
.button {
  display: inline-block;
  color: #fff;
  font-weight: 700;

  border: none;
  background: #6cc635;
  height: 24px;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 25px 0px;
  background: #90d365;
  outline: none;
  margin: 5px;
}
.button:hover {
  background: #f8c32b;
  color: #515457;
}
.form-control {
  box-shadow: none;
  border: 2px solid #e0e9eb;
}
table {
  width: 100%;
  margin: 0 -5px 20px;
}
table tr:first-child td {
  border-top: 1px solid #eee;
}
table td {
  padding: 4px 5px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
table.two-col td {
  width: 50%;
}
header {
  padding: 20px 0 15px;
}
header .left {
  float: left;
  margin-top: 5px;
}
header .right {
  float: right;
  padding-top: 35px;
}
header .top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-bottom: 10px;
}
header .top-nav li {
  display: inline-block;
  margin-left: 35px;
}
header .top-nav li a {
  color: #515457;
  font-size: 14px;
}
header .top-nav li a:hover,
header .top-nav li a:focus {
  color: #6cc635;
  text-decoration: none;
}
header .top-nav li:first-child {
  margin-left: 0;
}
header .top-nav li.active a {
  color: #6cc635;
}
header .info-box {
  text-align: right;
  border-top: 2px solid #e0e9eb;
  padding-top: 10px;
}
header .info-box p {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
}
header .info-box p:first-child {
  margin-left: 0;
}
header .info-box .phone {
  background: url(../img/icon-phone.png) no-repeat left top 2px;
  font-weight: 900;
  white-space: nowrap;
}
header .info-box .fax {
  background: url(../img/icon-fax.png) no-repeat left center;
  white-space: nowrap;
}
header .info-box .email {
  background: url(../img/icon-mail.png) no-repeat left top 7px;
  white-space: nowrap;
}
header .info-box .email a {
  color: #515457;
}
header .info-box .email a:hover,
header .info-box .email a:focus {
  color: #6cc635;
}
header .info-box .address {
  background: url(../img/icon-address.png) no-repeat left center;
}
.page-cover {
  margin-bottom: 40px;
  max-height: 300px;
}
@media screen and (max-width: 1200px) {
  header .left {
    max-width: 280px;
    margin-top: 20px;
  }
  header .info-box p {
    margin-left: 15px;
  }
  header .info-box p:first-child {
    float: left;
  }
}
@media screen and (max-width: 992px) {
  header .left {
    max-width: 100%;
    margin-top: 0;
    float: none;
    position: relative;
  }
  header .right {
    float: none;
  }
  header .top-nav {
    display: none;
  }
  header .info-box p {
    margin-left: 45px;
  }
  header #nav-button {
    width: 26px;
    height: 26px;
    padding: 3px 0;
    position: absolute;
    bottom: 50%;
    margin-bottom: -13px;
    right: 0;
    cursor: pointer;
  }
  header #nav-button span {
    display: block;
    height: 3px;
    background: #6cc635;
    margin: 3px 0;
  }
  header #nav-button.active span {
    background: #f8c32b;
  }
}
@media screen and (max-width: 768px) {
  header .left {
    padding-right: 50px;
  }
  header .right {
    padding-top: 15px;
  }
  header .right .info-box {
    position: relative;
    height: 95px;
    text-align: left;
  }
  header .right p {
    margin-left: 0;
    padding-left: 25px;
    max-width: 50%;
    width: 120px;
  }
  header .right p:first-child {
    float: none;
  }
  header .right .address {
    position: absolute;
    top: 15px;
    left: 0;
  }
  header .right .phone {
    position: absolute;
    top: 15px;
    right: 0;
  }
  header .right .fax {
    position: absolute;
    top: 45px;
    right: 0;
  }
  header .right .email {
    position: absolute;
    top: 75px;
    right: 0;
  }
  header #nav-button {
    bottom: 0;
    margin: 0;
  }
}
footer {
  padding-bottom: 15px;
  border-top: 3px solid #e0e9eb;
  padding-top: 15px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 15px;
  right: 15px;
}
footer .copy {
  float: left;
  color: #a09f9f;
}
footer .dev {
  float: right;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
    height: auto;
    height: 82px;
    bottom: -82px;
  }
  footer .copy {
    float: none;
    margin-bottom: 10px;
  }
  footer .dev {
    float: none;
  }
}
@media screen and (max-width: 410px) {
  footer {
    height: 102px;
    bottom: -102px;
  }
}
.content-area {
  padding-bottom: 0px;
}
.content-area > .row {
  margin: 0 -25px;
}
.content-area > .row > [class^='col-'] {
  padding: 0 25px;
}
.content-area h1 {
  font-size: 24px;
  color: #6cc635;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area h2 {
  font-size: 16px;
  margin:20px 0 10px;
  color: #812e4f;
  font-weight: 900;
}
.content-area h3 {
  font-size: 16px;
  margin:20px 0 10px;
  color: #515457;
  font-weight: 900;
}
.content-area p {
  line-height: 1.5em;
}
.content-area .side-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #e7e7e7;
}
.content-area .side-box:last-child {
  border-bottom: none;
}
.content-area .side-box p {
  margin: 0;
}
.content-area .newsletter-box h2 {
  text-transform: uppercase;
  color: #6cc635;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
}
.content-area .newsletter-box form {
  padding: 10px 0;
}
.content-area .gallery-row {
  margin: 40px -10px 20px;
}
.content-area .gallery-row .gallery-col {
  padding: 0 10px;
}
.content-area .gallery-row a {
  display: block;
  margin-bottom: 20px;
}
.content-area .gallery-row a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-area {
    padding-bottom: 0;
  }
  .content-area .gallery-row {
    margin: 40px -15px 20px;
  }
  .content-area .gallery-row .gallery-col {
    padding: 0 15px;
  }
}
.side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav > li {
  padding: 5px 0;
}
.side-nav > li > a {
  color: #515457;
  font-size: 18px;
}
.side-nav > li > a:hover,
.side-nav > li > a:focus {
  color: #6cc635;
}
.side-nav > li > ul {
  display: none;
}
.side-nav > li.active > a {
  color: #6cc635;
}
.side-nav > li.active > ul {
  display: block;
  padding-top: 10px;
  padding-left: 40px;
}
.side-nav > li.active > ul > li {
  padding: 5px 0;
}
.side-nav > li.active > ul > li a {
  font-size: 16px;
  color: #515457;
}
.side-nav > li.active > ul > li a:hover,
.side-nav > li.active > ul > li a:focus {
  color: #6cc635;
}
.side-nav > li.active > ul > li > ul {
  display: none;
}
.side-nav > li.active > ul > li.active > a {
  color: #6cc635;
}
.side-nav > li.active > ul > li.active > ul {
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}
.side-nav > li.active > ul > li.active > ul > li {
  padding: 3px 0;
}
.side-nav > li.active > ul > li.active > ul > li a {
  color: #515457;
  font-size: 16px;
}
.side-nav > li.active > ul > li.active > ul > li a:hover,
.side-nav > li.active > ul > li.active > ul > li a:focus {
  color: #6cc635;
}
.side-nav > li.active > ul > li.active > ul > li.active a {
  color: #6cc635;
}
#mobile-nav {
  display: none;
}
@media screen and (max-width: 992px) {
  .overflow {
    overflow: hidden;
  }
  #mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 260px;
    background: #f0f9f5;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .4s;
    display: block;
    padding: 15px 0 0;
    overflow: hidden;
	z-index: 10;
  }
  #mobile-nav::before {
    content: '';
    width: 303px;
    height: 290px;
    background: url(../img/decore-sm.png);
    position: absolute;
    top: -115px;
    right: -215px;
    opacity: .25;
  }
  #mobile-nav.active {
    left: 0;
  }
  #mobile-nav .top-nav {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
  }
  #mobile-nav .top-nav li a {
    padding: 5px 15px;
    display: block;
    font-size: 14px;
    color: #515457;
  }
  #mobile-nav .top-nav li a:hover,
  #mobile-nav .top-nav li a:focus {
    color: #6cc635;
  }
  #mobile-nav .top-nav li.active a {
    color: #6cc635;
  }
  #mobile-nav .side-nav > li {
    padding: 0;
  }
  #mobile-nav .side-nav > li > a {
    background: #f8fafb;
    padding: 10px 15px;
    display: block;
  }
  #mobile-nav .side-nav > li > ul {
    padding: 0;
    display: none;
  }
  #mobile-nav .side-nav > li > ul > li {
    padding: 0;
  }
  #mobile-nav .side-nav > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    background: #f1f1f1;
    color: #515457;
  }
  #mobile-nav .side-nav > li > ul > li > ul {
    padding: 0;
    display: none;
  }
  #mobile-nav .side-nav > li > ul > li > ul > li {
    padding: 0;
  }
  #mobile-nav .side-nav > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #515457;
  }
  #mobile-nav .side-nav li > a {
    position: relative;
  }
  #mobile-nav .side-nav li > a .dropper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: url(../img/dropper.png) no-repeat center center;
  }
  #mobile-nav .side-nav li > a .dropper.active {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mobile-nav .side-nav li a {
    color: #515457 !important;
  }
  #mobile-nav .side-nav li.active > a {
    color: #6cc635 !important;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
  }
}
.site-map {
	list-style: none;
	padding-left: 0;
}
.site-map ul {
	list-style: none;
}
.site-map ul li:first-child {
	margin-top: 5px;
}
.site-map li {
	margin-bottom: 5px;	
}
.site-map li::before {
	content: '> ';
}
.site-map li a {
	color: #515457;
}
.site-map li a:hover {
	color: #6cc635;
	text-decoration: underline;
}

#add-search-form {
	border: 1px solid #ccc;
	height: 40px;
	box-shadow: none;
}
#add-search-button {
	height: 40px;
}
#search-hr {
	margin-top: 25px;
}
.sisea-results-list h3 {
	font-size: 20px;
}
.middle-col {
	padding-bottom: 40px !important;
}
.contact-form {
	margin: 20px 0;
}
.contact-form .error {
	color: red;
	display: block;
	font-size: 12px;
	margin: 5px 0;
}
.slider * {
	position: relative;
	outline: none;
}
.slider .slick-dots {
	position: absolute;
	right: 15px;
	bottom: 40px;
}
.slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slider .slick-dots li button {
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	border: none;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
}
.slider .slick-dots li.slick-active button {
	background: #6cc635;
}
.pageList {-webkit-padding-start: 0px;}
.pageList li{list-style:none; display:inline-block; margin-left:15px}
.pageList li a.active{text-decoration:underline}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6cc635;
    border-color: #6cc635;
}

.pagination>li>a, .pagination>li>span {
    color: #6cc635;
}
a.button{
display: inline-block;
    color: #fff;
    font-weight: 700;
    border: none;
    background: #6cc635;
    height: 24px;
    border-radius: 15px;
    font-size: 14px;
    padding: 2px 25px 0px;
    background: #90d365;
    outline: none;
    margin: 5px;
}
label {font-weight: normal; font-size: 11px}
h2.eventtitle {margin: 0px 0 10px;}
.event{margin: 5px 0 5px}
.content-area.eventlist > .row > [class^='col-'] {
padding: 0 10px;
}
.content-area.eventlist h1{
padding: 0 15px;
}