html {
    height: 100%;
}

body div.body {
    border: none;
}

.wraptotop {
    display: none;
}

.home-panel {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -236px 0 -23px 0;
}

.footerdark {
    display: none;
}


body {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

body div.body {
    height: 100%;
    -moz-box-shadow:0 0 0px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 0px rgba(0,0,0,0.15);
    box-shadow:0 0 0px rgba(0,0,0,0.15);
}

.top-header {
    border-top: 5px solid #3F9C4D;

}

#search {
    top:53px
}


body {
    background-image: url(pic7.jpg);
    background-attachment: fixed;
    background-position: 49% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media (max-width: 979px) {
    .home-panel {
        margin: -190px 0 -51px 0;
    }
}


@media (max-width: 767px) {
    .home-panel {
        margin: -210px 0 -48px 0;
    }

    .footer__links .link-list {
        float: none;
    }
}

@media (max-width: 480px) {
    .home-panel {
        margin: -210px 0 -49px 0;
    }

    .footer__links .link-list {
        float: none !important;
    }
    .footer__links {
        text-align: center;
    }

}


