
@import url('//fonts.googleapis.com/css?family=Open+Sans:100,400,700');

:focus {
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    font-size: 11pt;
    color: #4A463F;
}

ul {
    -ie-padding-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-left: 0px;
}

.all-elements{
    min-width: 375px;
    overflow: auto;
}




/* header page */

.header {
    font-family: 'Open Sans Light', sans-serif;
    background-image: url('../images/menu/overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    position: fixed;
    height: 250px;
    width: 100%;
    top: 0;
}

.logo {
    position: absolute;
    width: 205px;
    left: 40px;
    top: 20px;
}

.burger {
    position: absolute;
    display: none;
    right: 30px;
    top: 20px;
}

.burger .icon {
    cursor: pointer;
    width: 100px;
}

.menu {
    color: #fff;
    margin-top: 0;
    pointer-events: auto;
    position: absolute;
    list-style: none;
    cursor: pointer;
    display: block;
    right: 60px;
    top: 60px;
}

.menu li {
    display: inline-block;
    text-shadow: 1px 1px 1px #4a463f;
    margin: 0 10px;
    padding: 5px 0;
}

@media (min-width: 1024px) {

    .menu li.selected {
        border-bottom: 3px solid #EDD08A;
    }

    .menu li:hover {
        border-bottom: 3px solid #EDD08A;
    }
}

@media (max-width: 1024px) {

    .header {
        background-color: rgba(147, 140, 126, 0.75);
        height: 150px;
    }

    .logo {
        left: 40px;
        top: 20px;
    }

    .burger {
        display: block;
    }

    .menu {
        background-color: #938c7e;
        padding-top: 150px;
        right: 0;
        left: 0;
        top: 0;
    }

    .menu.closed {
        display: none;
    }

    .menu li {
        background-color: #938c7e;
        padding: 35px 50px;
        font-weight: 600;
        font-size: 24px;
        display: block;
        margin: 0;
    }

    .menu li.selected {
        background-color: #EDD08A;
    }

    .menu li:hover {
        background-color: #EDD08A;
    }
}

@media (max-width: 768px) {

    .header {
        height: 110px;
    }

    .logo {
        width: 160px;
        left: 40px;
        top: 15px;
    }

    .burger {
        display: block;
        right: 15px;
        top: 5px;
    }

    .menu {
        background-color: rgba(147, 140, 126, 0.75);
        background-color: #938c7e;
        padding-top: 110px;
        right: 0;
        left: 0;
        top: 0;
    }

    .menu.closed {
        display: none;
    }

    .menu li {
        padding: 35px 50px;
        font-weight: 600;
        font-size: 24px;
        display: block;
        margin: 0;
    }

    .menu li.selected {
        background-color: #EDD08A;
    }

    .menu li:hover {
        background-color: #EDD08A;
    }
}




/* Footer page */

.footer {
    background-color: #938C7E;
    font-family: 'Open Sans Light', sans-serif;
    border-top: 3px solid #c1bcb2;
    font-size: 0.75em;
    width: 100%;
    bottom: 0;
}

.footer .copyright {
    table-layout: fixed;
    height: 50px;
    width: 100%;
}

.footer .copyright .text {
    color: #fff;
    text-align: center;
    opacity: 0.66;
    width: 400px;
}




/* General content */

.content h1 {
    font-family: 'Open Sans Light', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 28pt;
    padding: 0;
    margin: 0;
}

.content h2 {
    font-family: 'Open Sans Light', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16pt;
    padding: 0;
    margin: 0;
}



/* banners */

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.banner-plane {
    background-image: url('../images/banner/banner-plane.png');
}

.banner-hunting {
    background-image: url('../images/banner/banner-hunting.png');
}

.banner-contact {
    background-image: url('../images/banner/banner-contact.png');
}



/* hunting */

.hunting-images {
    position: absolute;
    padding-bottom: 20px;
    width: 100%;
    right: 0;
    left: 0;
}

.hunting-images .image {
    width: 100%;
}



/* landing page */

.landing {
    height: 100vh;
}

.landing .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.landing .background-01 {
    background-image: url('../images/home/background-01.jpg');
}

.landing .background-02 {
    background-image: url('../images/home/background-02.jpg');
}

.landing .background-03 {
    background-image: url('../images/home/background-03.jpg');
}

.landing .welcome {
    position: absolute;
    padding: 0 30px;
    height: 160px;
    width: 390px;
    left: calc(50vw - 225px);
    top: calc(50vh - 30px);
}

.landing .welcome .intro {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans Light', sans-serif;
    font-weight: 100;
    color: #fff;
}

.landing .welcome .name {
    font-size: 68px;
    line-height: 68px;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 600;
    color: #fff;
}

.landing .welcome .outro {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans Light', sans-serif;
    font-weight: 100;
    padding-right: 10px;
    color: #fff;
    text-align:right;
}

.landing .scroller {
    position: absolute;
    height: 200px;
    width: 200px;
    left: calc(50vw - 100px);
    top: calc(100vh - 150px);
}

.landing .scroller a {
    text-decoration: none;
    text-align: center;
    padding-top: 70px;
    font-size: 1.2em;
    font-weight: 100;
    color: #ffffff;
    display: block;
    width: 200px;
    cursor: pointer;
}

.landing .scroller a .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: arrow 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes arrow {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes arrow {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}



/* special page */

.special {
    background-image: url('../images/special/special.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.special .blurb {
    right: 50vw;
    width: 25vw;
    padding: 65px 15px;
    background-color: #fff;
    position: absolute;
    text-align: center;
    max-width: 350px;
    max-height: 220px;
    min-height: 220px;
}

.special .blurb .caption {
    padding: 0 0 20px;
}

.special .blurb .temp {
    color: black;
    opacity: 0.5;
}

.special .blurb .tag {
    color: #4A463F;
}

.special .book {
    color: #fff;
    background-color: #938C7E;
    margin: 35px 25px 15px;
    padding: 15px 0;
    cursor: pointer;
}

.special .blurb .book:hover {
    background-color: #312309;
}

.special .blurb .terms {
    font-size: 0.75em;
    color: #4A463F;
}

@media (max-width: 1024px) {

    .special .blurb {
        left: 0;
        width: 50vw;
        padding: 65px 15px;
    }

    .special .book {
        margin: 35px 20px 15px;
    }
}

@media (max-width: 768px) {

    .special .blurb {
        left: 0;
        width: 100%;
        padding: 65px 0;
    }

    .special .book {
        margin: 35px 20px 15px;
    }
}

@media (max-width: 480px) {

    .special {
        background-image: none;
    }

    .special .blurb {
        left: 0;
        width: calc(100% - 50px);
        padding: 65px 25px;
        max-width: 100%;
    }

    .special .book {
        margin: 35px 20px 15px;
    }
}





/* about page */

.about {
    background-color: #fff;
    text-align: left;
    height: 450px;
    width: 100%;
}

.about .photo {
    background-image: url('../images/about/about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    position: absolute;
    height: 450px;
    width: 50%;
}

.about .blurb {
    left: 50vw;
    padding: 65px 75px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    overflow-y: auto;
    min-height: 320px;
    max-height: 320px;
    height: 320px;
}

.about .blurb .caption {
    padding: 0 0 20px;
}

@media (max-width: 1440px) {

    .about {
        height: 500px;
    }

    .about .photo {
        background-position: right top;
        height: 500px;
    }

    .about .blurb {
        min-height: 370px;
        max-height: 370px;
        height: 370px;
        left: 50vw;
    }
}

@media (max-width: 1280px) {

    .about {
        height: 550px;
    }

    .about .photo {
        background-position: center top;
        height: 550px;
    }

    .about .blurb {
        min-height: 420px;
        max-height: 420px;
        height: 420px;
        left: 50vw;
    }
}

@media (max-width: 1024px) {

    .about {
        background-color: #F2F0EC;
        height: 450px;
    }

    .about .photo {
        display: none;
    }

    .about .blurb {
        background-color: transparent;
        padding: 65px 25px;
        min-height: 370px;
        max-height: 370px;
        height: 370px;
        left: 0;
    }
}

@media (max-width: 768px) {

    .about {
        background-color: #F2F0EC;
        height: 550px;
    }

    .about .photo {
        display: none;
    }

    .about .blurb {
        background-color: transparent;
        padding: 65px 25px;
        min-height: 470px;
        max-height: 470px;
        height: 470px;
        left: 0;
    }
}

@media (max-width: 480px) {

    .about {
        background-color: #F2F0EC;
        height: 600px;
    }

    .about .photo {
        display: none;
    }

    .about .blurb {
        background-color: transparent;
        min-height: 520px;
        max-height: 520px;
        height: 520px;
        left: 0;
    }
}



/* accommodation page */

.accommodation {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.accommodation .section {
    background-color: #fff;
    padding: 50px calc(50vw - 400px);
    max-width: 800px;
    overflow-y: auto;
    color: #4A463F;
}

.accommodation .section .caption {
    padding: 0 0 20px;
}

.accommodation .images {
    text-align: center;
    padding-bottom: 50px;
}

.accommodation .images .image {
    padding: 0 10px 20px;
    width: 20vw;
}

.accommodation .splitter {
    border-bottom: 1px solid #707070;
    margin: 0 33vw;
    width: 34vw;
}

@media (max-width: 1440px) {

    .accommodation .section {
        padding: 50px 20vw;
        max-width: 60vw;
    }
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

    .accommodation .splitter {
        height: 25px;
    }

    .accommodation .section {
        padding: 50px 50px;
        max-width: 90vw;
    }

    .accommodation .images {
        padding-bottom: 25px;
    }

    .accommodation .images .image {
        padding: 0 10px 20px;
        width: 40vw;
    }
}

@media (max-width: 480px) {

    .accommodation .splitter {
        height: 35px;
    }

    .accommodation .section {
        padding: 50px 25px;
        max-width: 90vw;
    }

    .accommodation .images {
        padding-bottom: 0;
    }

    .accommodation .images .image {
        padding: 0 10px 20px;
        width: 90vw;
    }
}



/* hunting page */

.hunting {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.hunting .section {
    background-color: #fff;
    padding: 50px calc(50vw - 400px);
    max-width: 800px;
    overflow-y: auto;
    color: #4A463F;
}

.hunting .section .caption {
    padding: 0 0 20px;
}

.hunting .images {
    text-align: center;
    padding-bottom: 50px;
}

.hunting .images .image {
    padding: 0 10px 20px;
    width: 20vw;
}

@media (max-width: 1440px) {

    .hunting .section {
        padding: 50px 20vw;
        max-width: 60vw;
    }
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

    .hunting .splitter {
        height: 25px;
    }

    .hunting .section {
        padding: 50px 50px;
        max-width: 90vw;
    }

    .hunting .images {
        padding-bottom: 25px;
    }

    .hunting .images .image {
        padding: 0 10px 20px;
        width: 40vw;
    }
}

@media (max-width: 480px) {

    .hunting .splitter {
        height: 35px;
    }

    .hunting .section {
        padding: 50px 25px;
        max-width: 90vw;
    }

    .hunting .images {
        padding-bottom: 0;
    }

    .hunting .images .image {
        padding: 0 10px 20px;
        width: 90vw;
    }
}



/* contact page */

.contact {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.contact .section {
    background-color: #fff;
    padding: 50px calc(50vw - 400px);
    max-width: 800px;
    overflow-y: auto;
    color: #4A463F;
}

.contact .section .caption {
    padding: 0 0 20px;
}

@media (max-width: 1440px) {

    .contact .section {
        padding: 50px 20vw;
        max-width: 60vw;
    }
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

    .contact .section {
        padding: 50px 50px;
        max-width: 90vw;
    }
}

@media (max-width: 480px) {

    .contact .section {
        padding: 50px 25px;
        max-width: 90vw;
    }
}

.contact-form {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    text-align: left;
    margin: 0 15px;
}

.contact-form td {
    padding-bottom: 10px;
    vertical-align: top;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
    border: 0;
    height: 30px;
    text-indent: 10px;
    width: calc(100%);
    border-bottom: 1px solid #807070;
    background-color: #FCFBFA;
}

.contact-form input {
    text-indent: 5px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=number] {
    width: calc(100% - 20px);
    padding: 0 10px;
}

.contact-form select {
    height: 33px;
}

.contact-form textarea {
    width: calc(100% - 20px);
    text-indent: 0px;
    padding: 10px;
    height: auto;
}

.contact-form button {
    width: calc(100%);
    background-color: #938C7E;
    padding: 15px 0;
    border: none;
    color: #fff;
}

.contact-form button:hover {
    background-color: #edd08a;
}

.contact-form ul.radio {
    background-color: #FCFBFA;
    padding: 10px 10px 0;
    list-style: none;
    cursor: pointer;
}

.contact-form ul.radio input[type="radio"] {
    display: inline-block;
    position: absolute;
    margin: 2px 0 0;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.contact-form td > label {
    display: inline-block;
    padding-top: 10px;
}

.contact-form ul.radio label {
    display: inline-block;
}

.contact-form ul.radio label span {
    display: inline-block;
    padding: 0 24px 8px;
    margin-top: -5px;
    cursor: pointer;
}
.contact-form button[disabled] {
    background-color: #edebe8;
    color: #938C7E;
}

.contact-form button[disabled]:hover {
    background-color: #edebe8;
    color: #938C7E;
}

.contact-form span.required {
    display: inline-block;
    padding-left: 5px;
    color: #938C7E;
}

.contact-form input.required {
    border-bottom: 2px solid #E91E63;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 50px;
    top: 50px;
    font-size: 1.1em;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadeInUp 0.5s, fadeOutDown 0.5s 2.5s;
    animation: fadeInUp 0.5s, fadeOutDown 0.5s 2.5s;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}



/* map page */

.map {
    background-color: #EDEBE8;
    text-align: left;
    height: 450px;
    width: 100%;
}

.map .google {
    position: absolute;
    height: 450px;
    width: 50%;
}

.map .blurb {
    left: 50vw;
    padding: 50px 75px 0;
    position: absolute;
    text-align: left;
    overflow-y: auto;
    min-height: 370px;
    max-height: 370px;
    height: 370px;
}

.map .blurb .caption {
    padding: 0 0 20px;
}

@media (max-width: 768px) {

    .map {
        background-color: #EDEBE8;
        height: 900px;
    }

    .map .google {
        width: 100%;
    }

    .map .blurb {
        background-color: transparent;
        padding: 500px 65px 0;
        min-height: 370px;
        max-height: 370px;
        height: 370px;
        left: 0;
    }
}

@media (max-width: 480px) {

    .map {
        background-color: #EDEBE8;
        height: 900px;
    }

    .map .google {
        width: 100%;
    }

    .map .blurb {
        background-color: transparent;
        padding: 500px 65px 0;
        min-height: 370px;
        max-height: 370px;
        height: 370px;
        left: 0;
    }
}



/* hours page */

.hours {
    background-image: url('../images/hours/hours.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.hours .blurb {
    right: 50vw;
    width: 25vw;
    padding: 50px 15px;
    background-color: #fff;
    position: absolute;
    text-align: center;
    max-width: 350px;
    max-height: 250px;
    min-height: 250px;
}

.hours .blurb .caption {
    padding: 0 0 20px;
}

.hours .blurb a,
.hours .blurb a:hover {
    text-decoration: none;
    color: #4A463F;
}

@media (max-width: 1024px) {

    .hours .blurb {
        left: 0;
        width: 50vw;
        padding: 50px 15px;
    }
}

@media (max-width: 768px) {

    .hours .blurb {
        left: 0;
        width: 100%;
        padding: 50px 0;
    }
}

@media (max-width: 480px) {

    .hours {
        background-image: none;
    }

    .hours .blurb {
        left: 0;
        width: calc(100% - 50px);
        padding: 50px 25px;
        max-width: 100%;
    }
}