#header_slider {
    position: relative;
    max-height: auto;
    width: 100%;
    zoom: 1;
    display: block;
    z-index: 10;
    top: 0;
    padding-top: 130px;
}

.whitebox{
    padding: 25px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #b1b1b1;
}

.cycle-slide {
    width: 100%;
    height: auto;
}

.footer{
    background: #8cc9a4;
}

.videowrapper{
    padding: 15px;
    margin-bottom: 15px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 40px;
    width:100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.defaultpage{
    margin-top: 130px;
}

@media (max-width: 768px) and (max-width: 992px){

    #header_slider {
        position: relative;
        max-height: auto;
        width: 100%;
        zoom: 1;
        display: block;
        z-index: 10;
        top: 0;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    h1 {
        font-size: 20px;
    }


    .defaultpage{
        margin-top: 0px;
    }

}