<style>

body {
    background:#e3e3e3 url('body-bg.png');
}

.wrap {
    width:100%;
    max-width:1000px;
    margin:0px auto;
}

/*----- Toggle Button -----*/
.toggle-menu2 {
    display:none;
}

/*----- Menu -----*/
.menu2 {
    
        /* border-radius: 3px; */
        background: #303030;
        padding-left: 25px;
        padding-top: 7px;
        width: 1280px;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: -20px;
        
}

.menu2 ul {
    display:inline-block;
}

.menu2 li {
    margin:0px 50px 0px 0px;
    float:left;
    list-style:none;
    font-size:16.5px;
}

.menu2 li:last-child {
    margin-right:0px;
}

.menu2 a {
    /* text-shadow:0px 1px 0px rgba(0,0,0,0.5); */
    color:#777;
    transition:color linear 0.15s;
}

.menu2 a:hover, .menu2 .current-item a {
    text-decoration:none;
    color:#66a992;
}

/*----- Search -----*/
.search-form {
    float: right; display: inline-block; margin-top: 2px; padding-right: 11px;
}

.search-form input {
    width: 200px; height: 25px; padding: 0px 4px; float: left; border-radius: 2px 0px 0px 2px; font-size: 13px; color: #fff; background:#444;
}

.search-form input:focus {
    background:#3e3e3e;
}

.search-form button {
    height: 25px; padding: 0px 7px; float: right; border-radius: 0px 2px 2px 0px; background: #248BBD; font-size: 13px; font-weight: 600; text-shadow: 0px 1px 0px rgba(0,0,0,0.3); color: #fff;
}


.sliderspacer{
    margin-top:-3px;
    margin-bottom:30px;
    padding-left:0.75em;
    padding-right:0.75em;
    min-height:240px;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
    .wrap {
        width:90%;
    }
}

@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
    .sliderspacer{
        min-height:30%;
    }
}

@media screen and (max-width: 760px) {
    .uppermenu{
        padding-bottom: 50px;
    }
    .menu2 {
        box-shadow: none;
    }
    
}

@media screen and (max-width: 830px) {
    
    .menu2 {
        box-shadow: none;
        margin: 0 auto;
    background: #303030;
    padding-left: 0px;
    padding-top: 7px;
    margin-bottom: -20px;
    }
    .uppermenu{
            padding-bottom: 50px;
    }
    .menu2 ul {
        margin: 0 auto;
        padding-bottom:12px;
    }
    .search-form input {
        width:55%;
    }
    .menu2 li{
        float: none;
    }
    .search-form {
        float: left;
        padding-right: 0px;
        position: absolute;
        padding-left: 150px;
    }
    .search-form button {
    float: left;
    }
    .search-form input {
        width: 300px;
        background: #444;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    #container1 {
        position: relative;
        z-index: -1000;
    }
    #bar1 {
        position: fixed;
        bottom: 0;
    }
    #page {
        z-index: 9999;
        background: #F0F0F0;
    }
    #bottomarea {
        height: 170px;
    }
    @media screen and (max-width: 750px) {
        
        .search-form {
            padding-left: 0px;
        }
        .search-form input {
            width: 200px;
        }
        
    }

    
    @media screen and (max-width: 522px) {
        
        .search-form {
            position: static;
            padding-left: 0px;
        }
        .menu2{
            width:100%;
        }
        .search-form input {
            width: 300px;
        }
        #bottomarea {
            height: 220px;
        }
        
    }

}
    </style>