.interactive-image {
    position: relative;
    font-family: 'avantGardeDemiBT', Arial;
    cursor: default;
    z-index: 8;
}
.interactive-image .icon-button {
     position: absolute;
    z-index: 16;
    color: rgba(255, 255, 255, 0.7);
    display: none;
    cursor: pointer;
    font-size: 25px;
	z-index: -1;
}
.interactive-image .icon-button:hover {
    text-shadow: 0 0 3px #fff;
}
.interactive-image .container {
    position: absolute;
    min-width: 100px;
    max-width: 280px;
    min-height: 50px;
    height: auto;
    z-index: 16;
    display: none;
    padding: 10px 12px 15px;
    text-align: center;
    border-radius: 1px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.interactive-image .container .title {
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    font-weight: bold;
    display: inline-block;
}
.interactive-image .container .description {
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
}
.interactive-image .container .picture {
    max-width: 200px;
    max-height: 200px;
}
.interactive-image .container a {
    text-decoration: underline;
}

/* FontAwesome */

[class^="icon-"], [class*=" icon-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-radio-checked:before {
    content: "\f192";
}


.interactive-image {
    width:100%;
    height: 550px;
    background: url('../img/hair-ext-img.jpg');
	background-repeat:no-repeat;
	background-size: 100% 100%;
    /* margin: 60px auto 10px; */
}


/* .footer {
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    font-size: 0.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}
 */