*
html {
    background-color: #000;
}
a {
    color: #FFA556;
    text-decoration: none;
}

.container_12 {
    background-color: #000;
}

/*
.header {
    padding-top: 422px;
    background-color: #777;
    background: url('../img/header.jpg?v-1') top center no-repeat;
}*/


.sidebar .round-corners {
    border-radius: 10px;
    border: 2px solid #000;
    background-color: rgb(128, 0, 0);
    padding: 15px;
    margin: 20px 0;
    font-family: helvetica;
    font-weight: 300 !important;
    color: #FFC9C9;
}

.sidebar .round-corners p, li {
    margin-bottom: 10px;
    font-family: helvetica;
}

.cd-tracks li {
    margin-left:20px;
}


.video iframe {
    width: 100%;
    min-height: 400px;
}
.product-wrap {    
    background: #000;
    margin-top: 5px;
    padding-top: 10px;
}
.products {
    padding-top: 0px;
}

.product h1 {
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}
.product span {
    border-radius: 18px;
    background: yellow;
    color: red;
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px;    
}