/* --- HTML5 --- */
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

/* --- tipsy --- */
.tipsy {
  font-size: 13px;
  position: absolute;
  padding: 4px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #FAD42E;
  color: #000;
  max-width: 300px;
  padding: 0 8px 0 8px;
  text-align: center;
  border: 1px solid #FFAE00;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Shadow */
.tipsy-inner {
  box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  -moz-box-shadow: 0 1px 3px #999;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #FFAE00;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #FFAE00;
}

.tipsy-arrow-s {
  border-top-color: #FFAE00;
}

.tipsy-arrow-e {
  border-left-color: #FFAE00;
}

.tipsy-arrow-w {
  border-right-color: #FFAE00;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.inline-list {
  width: 100%;
}

.inline-list > li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  padding-bottom: 20px;
}

.inline-list > li img {
  width: 45%;
  padding-bottom: 0;
}

/* --- gallery --- */
.gallery {
  position: relative;
  margin: 10px auto;
  font-family: "Lato", sans-serif;
}

.gallery h1 {
  font-size: 1em;
}

.gallery a {
  display: inline-block;
  margin: 0 10px;
}

.gallery a:link img,
.gallery a:visited img {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.gallery a:hover img,
.gallery a:active img {
  opacity: 0.5;
}

.gallery span {
  display: block;
  clear: both;
  font-size: 20px;
  color: #000;
}

.gallery a:hover span,
.gallery a:active span {
  color: #308E4B;
}

.navigation {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 25px 0 15px 0;
  color: #653915;
}

.navigation .icon-back {
  display: inline-block;
  width: 47px;
  height: 24px;
  background: url(../bitmap/circle_arrow_up.png) 0 0 no-repeat;
}

/* --- header content --- */
header nav {
  position: relative;
  margin-top: 25px;
  border-top: 1px dashed #9C9C9C;
  border-bottom: 1px dashed #9C9C9C;
}

header div.menu {
  position: relative;
  display: inline-block;
}

header ul {
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  list-style-type: none;
  position: relative;
}

header ul li {
  display: inline-block;
  height: 77px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 34px;
  margin: -13px 0 0 0;
  text-align: center;
  cursor: pointer;
}

header ul li.button, header ul li.link {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

header ul li.button:hover, header ul li.link:hover {
  background-color: #49B268;
}

header ul li.button:hover a, header ul li.link:hover a {
  color: #FFF;
}

header ul li a {
  display: inline-block;
  position: relative;
  padding: 24px 20px 19px 20px;
  top: 4px;
  color: #308E4B;
  text-decoration: none;
  z-index: 500;
}

header ul li.selected {
  background-color: #308E4B;
}

header ul li.selected a {
  color: #FFFFFF;
}

header ul li.selected a:before {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: 50%;
  width: 47px;
  height: 24px;
  margin-left: -24px;
  background: url(bitmap/menu_hover.png);
}

header ul li.separator {
  height: 20px;
  color: #44AF62;
  padding: 0 5px 0 5px;
}

@media (min-width: 490px) and (max-width: 770px) {
  header ul {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 490px) {
  header ul {
    padding: 0;
    width: 100%;
  }

  header ul li {
    font-size: 1em;
  }

  header ul li.selected a:before {
    top: -4px;
  }
}
/* --- layout --- */
html, body {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: 25px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  background: url(../bitmap/background.jpg) 0 0 repeat #f7f6f6;
  background-attachment: fixed;
  overflow-y: scroll;
}

a:link,
a:visited {
  color: #00661F;
  padding-bottom: 1px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

a:hover,
a:active {
  color: #653915;
  padding-bottom: 1px;
  text-decoration: none;
}

header {
  position: relative;
  width: 100%;
  margin-top: 2% !important;
}

footer {
  position: relative;
  width: 100%;
  clear: both;
  cursor: pointer;
  border-top: 1px dashed #9C9C9C;
  padding: 15px 0 !important;
}

footer span a {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

footer span.selected {
  color: #1A919C;
}

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  text-align: center;
  cursor: default;
}

.container img {
  max-width: 90%;
}

.container img.logo {
  border: none;
}

.container img.big {
  padding-bottom: 30px;
}

.container ul.list {
  width: 40%;
  float: left;
  list-style: none;
}

.container ul.list li {
  font-size: 1.2em;
  text-align: left;
}

.container ul.images {
  width: 50%;
  padding: 0;
  float: right;
  list-style: none;
}

.container ul.images img {
  max-width: 80%;
}

.container ul.list h1 {
  display: inline-block;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  color: #000;
}

.container i {
  margin-right: 14px;
  width: 20px;
}

.container p {
  width: 90%;
  padding: 20px 0;
}

.container p.shift {
  display: inline-block;
  margin: 0 0 0 33px;
  padding-bottom: 30px;
  padding-top: 0;
}

.container p.subtitle {
  display: inline-flex;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.container p.subtitle a {
  font-size: 0.9em;
}

.container p.subtitle.padbottom {
  padding-bottom: 20px;
  font-size: 1.1em;
}

.contact p {
  width: 80%;
}

#map {
  width: 50%;
  height: 500px;
  float: right;
  margin-right: 0;
  margin-bottom: 15px;
  border: 1px solid #308E4B;
}

.fa.fa-facebook-official {
  color: #3D5A98;
}

.copyright {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}

.copyright a {
  color: #00661F;
  font-weight: 400;
  text-decoration: none;
  margin-left: 15px;
}

.copyright p {
  display: inline-block;
  width: auto;
  margin: 0 0 0 15px;
  padding: 0;
}

.copyright i {
  margin-right: 3px;
}

@media (max-width: 960px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .homeSlider {
    width: 90%;
  }
}
@media (max-width: 490px) {
  .container ul.list {
    width: 100%;
  }

  .container ul.images {
    width: 100%;
  }

  #map {
    width: 90%;
    height: 300px;
    float: none;
    margin: 0 auto 20px auto;
  }

  .container ul.inline-list {
    padding-left: 0;
  }
}
/* texts */
h1 {
  font-size: 1.3em;
  color: #653915;
  padding-top: 20px;
}

h2 {
  font-size: 1.2em;
  color: #653915;
  text-align: left;
  margin-left: 5%;
}

p.subtitle {
  font-size: 1.2em;
  color: #313131;
}

hr {
  clear: both;
  margin: 15px 0;
  border: none;
  border-top: 1px dashed #9C9C9C;
}

a {
  color: #308E4B;
  text-decoration: none;
}

/* splitter */
a.splitter {
  display: block;
  width: 100%;
  height: 25px;
  margin: 25px 0 15px 0;
  border-top: 1px dashed #9C9C9C;
}

a.splitter:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: -1px;
  left: 50%;
  width: 47px;
  height: 24px;
  background: url(../bitmap/circle_arrow.png) 0 0 no-repeat;
}

/* default styles */
.noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.hidden {
  display: none;
}

.scrolling {
  overflow: auto;
}

/* default boxes */
.centerBox {
  width: 100%;
  text-align: center;
}

.homeSlider {
  width: 800px;
  margin: 0px auto;
}

.homeSlider img {
  border: none;
}

/*# sourceMappingURL=builder.css.map */
