.maps{
    /*width: 100%;*/
    outline: 1px solid black;
    /*height: 500px;*/
}

.intro-img{
    padding: 6px;
    border: 1px solid #a9a9a9;
    box-shadow: -1px 0px 4px 0px rgba(133,133,133,0.35);
}

.act-head{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    background-color: #99C169;
    color: #fff;
    padding: 20px;
    line-height: 1em;
    font-size: 1.5em;
}

.instruction{
    text-align: center;
    font-size: .80em;
}

/*--------------------------------------------*/

@media screen and (max-width: 800px){
    
    .slider-header{
        background: url(../images/small-img-header-02.jpg) center center no-repeat;
    }
    
}

/*--------------------------------------------*/