@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?hi9isv') format('truetype'),
    url('fonts/icomoon.woff?hi9isv') format('woff'),
    url('fonts/icomoon.svg?hi9isv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--menu:before {
  content: "\e901";
}
.icon--cross:before {
  content: "\ea0f";
}
.icon--home:before {
  content: "\e900";
}
.icon--envelop:before {
  content: "\e945";
}
.icon--location:before {
  content: "\e947";
}
.icon--link:before {
  content: "\e9cb";
}
.icon--link-external:before {
  content: "\e902";
}
.icon--attachment:before {
  content: "\e9cd";
}

.icon--margin-right {
    margin-right: 5px;
}


html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #666666;
}

h1, h2 {
    font-size: 2em;
}

h1, h2, h3 {
    margin: 20px 0 10px;
}

p {
    margin: 10px 0;
}

ul {
    list-style: square;
}

.layout__header {
    position: relative;
    height: 275px;
    background: #67ab49;
}

.layout__header--home {
    height: 80%;
    background: url("images/[003102]_.jpg") center no-repeat;
    background-size: cover;
}

.page-title__wrapper {
    position: absolute;
    top: 50%;
    margin-top: -56px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.page-title__wrapper--shadow {
    text-shadow: 0px 0px 1px #000000;
}

.page-title {
    margin: 0 auto;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

.page-title--home {
    font-size: 4.5em;
}

.page-subtitle {
    font-size: 1.5em;
}

.small-line {
    margin: 1em auto 1.5em;
    border-bottom: 2px solid #67ab49;
    width: 3em;
}

.small-line--left {
    margin-left: 0;
}

.clear::after {
    content: "";
    display: block;
    clear: left;
}

.button {
    display: inline-block;
    border: 1px solid #666666;
    padding: 8px 15px;
    text-decoration: none;
    color: #666666;
}

.button:hover {
    border-color: #67ab49;
    color: #ffffff;
    background: #67ab49;
}


.menu-button {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    margin: 8px;
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 1;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 1.1em;
}

.menu-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.menu-button--green {
    background: #67ab49;
    color: #ffffff;
}

.menu-button--white {
    background: #ffffff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
}

.overlay--active {
    display: block;
}

.layout__overlay--active {
    overflow: hidden;
}

nav {
    max-width: 320px;
    height: 100%;
    background: #ffffff;
}

.nav {
    margin: 0;
    padding: 50px 20px 20px;
    list-style: none;
}

.nav__item {
    margin: 10px 0;
}

.nav__item-separator {
    margin: 20px 0;
    width: 30px;
    border: solid 1px #67ab49;
}

.nav__link {
    color: #333333;
    text-decoration: none;
}

.nav__link:hover {
    color: #67ab49;
}

.about-us__wrapper {
    margin: 0 auto;
    padding: 50px 0 80px;
    max-width: 650px;
}

.about-us__content {
    padding: 0 15px;
    line-height: 1.5;
    text-align: left;
}

.about-us__title {
    text-align: center;
}


.trip__wrapper {
    margin: 0 auto;
    padding: 60px 0 80px;
    max-width: 650px;
}

.trip__title {
    text-align: center;
}

.trip__half-content {
    float: left;
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
}

.trip__subtitle {
    margin: 0 0 10px;
    font-size: 1.4em;
}

.trip__link {
    color: #666666;
    text-decoration: none;
}

.trip__link:hover {
    color: #67ab49;
}

.trip__description {
    line-height: 1.5;
}

.trip__img {
    width: 100%;
}

.trip__img-wrapper {
    margin: 0 0 30px;
}


.pics__img-wrapper {
    float: left;
    width: 25%;
    box-sizing: border-box;
    line-height: 0;
}

.pics__img {
    width: 100%;
}


.contact {
    background: #f0f0f0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.contact__box {
    float: left;
    padding: 50px 50px;
    width: 33.3333%;
    box-sizing: border-box;
}

.contact__link {
    color: #666666;
    text-decoration: none;
}

.contact__link:hover {
    color: #67ab49;
}

.contact__icon-wrapper {
    float: left;
    margin: 0 10px 0 0;
}

.contact__icon-wrapper--margin-top {
    margin-top: 10px;
}

.footer {
    padding: 25px 0;
    background: #333333;
    text-align: center;
}

.footer__link {
    color: #666666;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}


.content {
    padding: 50px 0 80px;
    line-height: 1.5;
}

.content__wrapper {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 650px;
}

.content__attachment {
    margin-top: 50px;
}

.content__link {
    color: #666666;
    text-decoration: none;
}

.content__link:hover {
    color: #67ab49;
}

@media (max-width: 479px) {
    .trip__half-content {
        width: 100%;
    }

    .trip__half-content--phone {
        padding-bottom: 50px;
    }
}

@media (max-width: 639px) {
    .contact__box {
        padding: 15px;
        width: 100%;
    }

    .page-title {
        font-size: 1.5em;
    }
}

@media (min-width: 640px) and (max-width: 839px) {
    .contact__box {
        padding: 15px;
        width: 50%;
    }

    .page-title {
        font-size: 2em;
    }
}

@media (max-width: 839px) {
    .layout__header {
        height: 175px;
    }

    .layout__header--home {
        height: 300px;
    }

    .page-title__wrapper {
        margin-top: 0;
    }
}


.layout__404-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    width: 100%;
    text-align: center;
}

.layout__404-number {
    font-size: 100px;
    color: #67ab49;
}

.layout__404-link {
    color: #666666;
    text-decoration: none;
}