.wc_slide_title{
    text-indent: -9999px;
    position: absolute;
}

.wc_slides{
    display: block;
    position: relative;
    background: #fff;
}

.wc_slide_item{
    display: block;
    width: 100%;
    position: relative;
    display: none;
}

.wc_slide_item.first{
    display: block;
}

.wc_slide_item_desc{
    position: absolute;
    width: 45%;
    left: 5%;
    top: 30%;
    padding: 20px;
    /*background: rgba(0,0,0,0.6);*/
    color: #fff;
}

.wc_slide_item_desc h1{
    font-size: 2.8em;
    font-weight: 600;
}

.wc_slide_item_desc h1 a{
    font-family: 'Raleway', sans-serif;
    text-shadow: black 0.1em 0.1em 0.1em;
    color: #fff;
    text-decoration: none;
}

.wc_slide_item_desc h1 a:hover{
    text-decoration: none;
    color: #F4FAED;
}
.wc_slide_item_desc p a:hover{
    text-decoration: none;
    color: #000;
}

.wc_slide_item_desc p a{
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    color: #fff;
}

.wc_slide_pager{
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: block;
    text-align: right;
}

.wc_slide_pager span{
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 6px;
}

.wc_slide_pager span:hover{
    background: #fff;
}

.wc_slide_pager span.active{
    background: rgba(255,255,255,0.7);
}

@media (max-width: 40em){
    .wc_slide_item_desc{
        width: 100%;
        position: relative;
        background-color: #669933;
        left: 0;
    }
    
    .wc_slide_item h1{
        font-size: 1em;
    }
    
    .wc_slide_pager{
        top: 20px;
        right: 10px;
    }
}