/****************************************************************************/

article#carousel {
    position: relative;
/*    padding-top:60px;*/
    background-color: #2d0734;
}

/****************************************************************************/

div.carousel {
    position:relative;
    overflow:hidden;
    max-height:400px;
    
    -webkit-box-shadow:inset 0 0 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:inset 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

div.carousel img {
    z-index:-1;
    position:relative;
    width:100%;
}

div.carousel a {
    color: #efefef;
}

div.carousel div.carousel-content {
    position: absolute;
    top:10%;
    left:5%;
    padding:5%;
    width:80%;
    height:55%;
    
    background-color: rgba(129, 33, 172, 0.7);    
    background: -moz-linear-gradient(top,  rgba(72,33,73,0.7) 0%, rgba(104,9,112,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(72,33,73,0.7) 0%,rgba(104,9,112,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(72,33,73,0.7) 0%,rgba(104,9,112,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(72,33,73,0.7) 0%,rgba(104,9,112,0.7) 100%);
    background: linear-gradient(to bottom, rgba(72,33,73,0.7) 0%,rgba(104,9,112,0.7) 100%);
    
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

div.carousel div.carousel-content p {
    display:inline-block;
    position: absolute;
    bottom:10%;
    vertical-align: baseline;
    line-height: 1.5em;
    
    color:#efefef;
    text-shadow: 0 0 10px #350839;
}

div.carousel div.carousel-content p.description {
    left:5%;
    width:45%;
}

div.carousel div.carousel-content p.contact-details {
    right:5%;
    width:45%;
    text-align:right;
}

div.carousel div.carousel-content span.instruction {
    font-size:0.5em;
    line-height: 0.1em;
}