/*----------------------------------- General Structure */

.promo-container {
    width: 900px;
    margin: 0 auto 0 auto;
    border: solid 0px #2f2f2f;
}

.promo-container a {
    text-decoration: none;
    color: #fff
}

.promo-container a:active,
a:focus {
    outline: 0
}

.promo-container a:hover {
    text-decoration: underline;
}

.example {
    padding: 10px 0;
}

/*----------------------------------- Gallery */

.crsl-items {
    margin: 0px auto;
}

.crsl-item figcaption {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
}

.crsl-nav {
    position: relative;
    min-height: 1px;
    margin-bottom: 20px;
}

.crsl-nav .previous {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
    background: #a91a2c;
    height: 18px;
    width: 18px;
    text-align: center;
}

.crsl-nav .next {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
    background: #a91a2c;
    height: 18px;
    width: 18px;
    text-align: center;
}

/*----------------------------------- Special Galleries */

/* Custom controls */

#gallery-07 {
    position: relative;
}

#gallery-07 .crsl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gallery-07 .crsl-items:after {
    display: block;
    clear: both;
    content: '';
}

#gallery-07 .previous,
#gallery-07 .next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    /* margin-top: -20px; */
    margin-top: 0px;
    text-indent: -10000px;
    color: #FFF;
    background: rgba(0, 0, 0, 0) url(../images/previous-next.png) no-repeat 0 0;
    z-index: 10;
    /* border radius */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /* transition */
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

#gallery-07 .previous:hover,
#gallery-07 .next:hover {
    /* background-color: rgba(0,0,0,0); */
    background-color: #AB192D;
}

#gallery-07 .previous {
    left: 0;
    background-position: 0 0%;
}

#gallery-07 .next {
    right: 0;
    background-position: 100% 0%;
}

#gallery-07 .crsl-item {
    margin-bottom: 0;
}

/*----------------------------------- Clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

figure {
    margin: 0;
    padding: 0
}