/********************************/
/* SNAP PUZZLE STYLES
/********************************/

.resp-src-img {
    max-width: 100%;
    height: auto;
    display: block
}

.snappuzzle-piece {
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75);
}

.snappuzzle-piece:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.snappuzzle-piece.ui-draggable-dragging {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

/* required snapPuzzle styles */
.snappuzzle-wrap {
    position: relative;
    display: block;
}

.snappuzzle-pile {
    position: relative;
}

.snappuzzle-piece {
    cursor: move;
}

.snappuzzle-slot {
    position: absolute;
    background: #fff;
    opacity: .8;
}

.snappuzzle-slot-hover {
    background: #eee;
}

/********************************/
/*PUZZLE-HOVER-STYLES
/********************************/

#puzzle-hover-container {
    display: none;
}

.puzzle-hover {
    background: url(../images/puzzle-image.png) no-repeat;
    min-height: 450px
}

.puzzle-info {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15px;
    margin-top: 0px;
    width: 45%;
    padding: 2px 10px;
}

.puzzle-info h3 {
  margin: 10px 0;
}

.css-hotspot-wrapper {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

.css-hotspot-wrapper li {
    display: inline
}

.css-hotspot-wrapper a {
    position: absolute;
    outline: none;
    background: transparent;
    text-decoration: none
}

.css-hotspot-wrapper a span {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background-color: #000;
    top: 20px;
    -ms-transition: opacity 0.75s ease, top 0.75s ease;
    -moz-transition: opacity 0.75s ease, top 0.75s ease;
    -webkit-transition: opacity 0.75s ease, top 0.75s ease;
    -o-transition: opacity 0.75s ease, top 0.75s ease;
    transition: opacity 0.75s ease, top 0.75s ease;
    border: 1px solid #000000;
    color: #FFFFFF;
    width: auto;
    padding: 5px;
    position: relative;
    left: 0px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold
}

.css-hotspot-popup {
    display: none;
    font-size: 110%
}

.css-hotspot-wrapper a:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 40px
}

/********************************/
/* BOOTSTRAP MODAL OVERRIDES
/********************************/

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    color: #000;
    background-color: #fff;
    border: rgba(0, 0, 0, 0);
    font-size: 1.2em;
}

.modal-title {
    font-size: 1.5em;
    color: #737373;
    margin-bottom: 3px;
}

.modal-header {
    color: #333;
    border-bottom: 3px solid #ccc;
}

.modal-welldone .modal-title {
    color: #333;
    background-color: #fc0
}

.modal-welldone .modal-content {
    color: #333;
    background-color: #fc0
}

.modal-welldone .modal-header {
    color: #333;
    background-color: #fc0;
    border-bottom: 1px solid #fc0;
}

.modal-welldone .modal-footer {
    border-top: none;
}
