﻿
.borderTop {
    width: 100%;
    position: absolute;
    top: 0;
}

.primarylinks {
    padding-left: 15px;
    margin-top: 21px;
    margin-bottom: 17px;
}

.mobileNav .primarylinks {
    margin-top: 12px;
}

.desktopNav li {
    display: inline-block;
    font-family: "Frutiger-Bold";
    font-weight: 400;
    color: #0069b4;
    padding-right: 15px;
}

    .desktopNav li a {
        font-size: 17px;
        color: #0069b4;
        text-transform: uppercase;
    }

    .desktopNav li.active > a {
        border-bottom: 1px solid #0069b4;
    }

    .desktopNav li.pointOut.active a span {
        border-bottom: 1px solid white;
    }


    .desktopNav li a:hover {
        text-decoration: none;
    }

.desktopNav {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.navigationWrap {
    min-height: 90px;
    background-color: white;
    /*   padding-top: 50px;*/
    /*    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.17);*/
}

.mobileNav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -100%;
    background-color: #050505;
    overflow-x: hidden;
    transition: 0.65s;
    background-color: #ffed00;
}

    .mobileNav.open {
        left: 0;
    }

.mobileNavTrigger span {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 2px;
    background-color: white;
    width: 45px;
}

.mobileNavTrigger {
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 0;
    top: 42px;
}

.mobileNavClose {
    cursor: pointer;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 40px;
    padding: 5px;
}

.mobileNav ul {
    padding-left: 25px;
    max-width: 100%;
    padding-right: 25px;
}

.mobileNav li {
    list-style: none;
}

.mobileNav .submenu li a {
    padding-bottom: 2px;
}

.mobileNav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #373333;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

.contactDataWrap {
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 1px;
}

    .contactDataWrap > div {
        margin-right: 15px;
    }


    .contactDataWrap.mobile {
        background-color: white;
        margin-top: -1px;
        padding: 10px;
        padding-left: 25px;
    }

.mobileNav a.pointer {
    color: #373333;
}

.navPlaceHolder {
    height: 90px;
}

.navigationWrap {
    position: fixed;
    z-index: 13;
    top: 0;
    width: 100%;
    background-color: white;
}


.upperNav {
    min-height: 30px;
    background-color: #ffed00;
}


.desktopNav .submenu {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease .25s;
    background-color: white;
    z-index: 0;
    margin-left: -15px;
    margin-top: 13px;
}

.mobileNav .submenu {
    max-height: 0;
    transition: max-height ease .25s;
    overflow: hidden;
    padding-bottom: 11px;
}

/*
.mobileNav li:hover .submenu {
    max-height: 800px;
}
*/

.mobileNav li .submenu {
    max-height: 800px;
    margin-top: 3px;
    border-bottom: 1px solid #93846f;
}

.mobileNav li:hover {
    color: white;
}

.desktopNav li:hover .submenu {
    max-height: 800px;
    z-index: 2;
}

.desktopNav .submenu li {
    display: block;
    margin-bottom: 5px;
}



.desktopLogoWrap img {
    /*    position: absolute;*/
    width: 100%;
    margin-top: 3px;
}

.desktopLogoWrap {
    width: 100%;
    max-width: 120px;
    -ms-transition: all ease .45s;
    -o-transition: all ease .45s;
    -webkit-transition: all ease .45s;
    transition: all ease .45s;
}


.contactDataWrap {
    width: 100%;
    display: none;
}


    .contactDataWrap.mobile {
        display: block;
    }

.bgYellow {
    position: absolute;
    background-color: #ffed00;
    /*  height: 40px;*/
    height: 35px;
    z-index: -1;
    width: 100%;
}

.desktopNav ul {
    display: none;
}

.mobileNav > ul > li > a {
    width: 100%;
    border-bottom: 1px solid #93846f;
}

ul.submenu.primaryborder {
    font-weight: 300;
}

.sheep {
    text-align: center;
    float: left;
    margin-top: auto;
}

    .sheep img {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 250px;
        width: 100%;
    }

.sheepWrapper {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.sheep {
    width: 100%;
    display: none;
    transition: all ease .45s;
}

    .sheep:first-child {
        display: block;
    }

.sheep4 img {
    max-width: 190px;
}

.sheep5 img {
    margin-top: 15px;
}


.sheep6 img {
    margin-bottom: -15px;
}





@media screen and (min-width:465px) {
    .contactDataWrap {
        display: block;
    }

    .sheep {
        width: 50%;
    }

        .sheep:nth-child(1) {
            display: block;
        }
}


@media screen and (min-width:540px) {
    .sheep {
        width: 50%;
    }

        .sheep:nth-child(2) {
            display: block;
        }
}

@media screen and (min-width:768px) {
    .sheep {
        width: 33%;
    }

        .sheep:nth-child(3) {
            display: block;
        }

    .sheep3 {
        max-width: 190px;
    }

    .sheepWrapper {
        bottom: 60px;
    }

    .desktopLogoWrap {
        max-width: 150px;
    }
}


@media screen and (min-width:992px) {
    /* .mobileNav {
        display: none;
    }

    .mobileNavTrigger {
        display: none;
    }

    .navigationWrap {
        background-color: #ffffff;
    }

    .desktopLogoWrap {
        max-width: 250px;
    }

    .desktopNav ul {
        display: block;
    }*/

    .sheep {
        width: 25%;
    }

        .sheep:nth-child(4) {
            display: block;
        }



    .sheepWrapper {
        bottom: 55px;
    }
}



@media screen and (min-width:1200px) {

    .desktopLogoWrap {
        width: 100%;
        max-width: 280px;
    }

    .desktopNav li a {
        font-size: 17px;
    }

    .desktopNav {
        height: 105px;
    }

    .scrolled .desktopLogoWrap {
        max-width: 165px;
    }

    .sideMenuscrolled .desktopLogoWrap {
        max-width: 140px;
    }

    .sheep {
        width: 20%;
    }

        .sheep:nth-child(5) {
            display: block;
        }


    .mobileNav {
        display: none;
    }

    .mobileNavTrigger {
        display: none;
    }

    .navigationWrap {
        background-color: #ffffff;
    }

    .desktopLogoWrap {
        max-width: 250px;
    }

    .desktopNav ul {
        display: block;
    }
}

@media screen and (min-width:1600px) {
    .sheep {
        width: 16%;
    }

        .sheep:nth-child(6) {
            display: block;
        }

    .desktopNav li a {
        font-size: 19px;
    }
}



@media screen and (min-width:1800px) {
    .sheep {
        width: 14%;
    }

        .sheep:nth-child(7) {
            display: block;
        }
}





@media screen and (max-height:900px) and (min-width:1200px) {
    .desktopLogoWrap {
        max-width: 250px;
    }
}

@media screen and (min-width:2160px) {
    .scrolled .desktopLogoWrap {
        max-width: 230px;
    }

    .sideMenuscrolled .desktopLogoWrap {
        max-width: 175px;
    }

    .desktopLogoWrap {
        max-width: 325px;
    }
}
