/* CSS Document */

#main .textwrap{
    overflow: hidden;
}

.act2-map .m1 {
	top: 320px;
left: 170px;
}
.act2-map .m2 {
	top: 530px;
left: 320px;
}
.act2-map .m3{
	top: 517px;
    left: 180px;
}
.act2-map .m4 {
	top: 432px;
    left: 248px;
}
.act2-map .m5 {
	top: 399px;
    left: 230px;
}
.act2-map .m6 {
	top: 544px;
left: 180px;
}

#act5-map {
    width: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#act5-map .sticky-tape-fx {
    position: relative;
    z-index: 1;
}
#act5-map .dropped-art {
    position: absolute;
    z-index: 10;
}
#act5-map .dropped-art img {
    position: absolute;
    z-index: 10;
    max-width: inherit;
    opacity: 0.2;
}
#art1 {
    top: 150px;
    left: 157px;
} 
#art2 {
    top: 170px;
    left: 145px;
} 
#art3 {
    top: 203px;
    left: 140px;
} 
#art4 {
    top: 226px;
    left: 130px;
}
#act5-map .dropped-art img {
    opacity: 0;
    transition: opacity 200ms;
    
}
#act5-map .dropped-art img.matched {
    opacity: 1;
}
#act5-map .dropped-art img.drag-over {
    opacity: 1;
}
#act5-map .dropped-art img.targetMode{
    z-index: 999;
  /*  border:1px solid red;
     opacity: 0.41;*/
}
.drag-board {
    position: relative;
}
.draggers {
    background-color:rgba(67,201,175,0.26);
    padding: 12px 12px;
    border-radius: 3px;
    height: 210px;
    margin-top: 20px;
    box-sizing: border-box;
}


.draggers .ditem {
    width: 130px;
    height: 100px;
    float: left;
    margin:0 0px 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5;
}
.draggers .ditem:nth-child(odd){
    margin-right: 20px;
}
.draggers .ditem .dragitem {
    background-color: #FFF;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto 5px;
    padding: 3px;
    cursor: pointer;
}
.draggers .ditem .dragitem.matched {
    cursor: default;
    background-color: transparent;
    box-shadow: none;
}
.draggers .ditem .dragitem:not(.matched):hover {
     box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.draggers .ditem .dragitem img {
    display: block;
    margin: 0;
}
.draggers .ditem .being-dragged{
   opacity: 0.5;
}

.draggers .ditem .dragitem.dragging {
    border:2px solid purple;
    background-color:transparent;
    box-shadow: none;
    width: 210px;
    height: 100px;
}
.draggers .ditem .dragitem.dragging img {
    width: 100%;
    height: auto;
}
.draggers .ditem .dragitem.dragging:first-child {
    border-color: green;
}
/*Image Picker*/
.image-picker {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 20px;
}

.image-picker .captions {
    flex-basis: 200px;
}
.image-picker .caption {
    height: 220px;
    position: relative;
    background-color: rgba(185,35,86,0.2);
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.image-picker .caption strong {
   /* position: absolute;
    top: 14px;
    left: -15px;*/
    display: block;
    width: 22px;
    height: 22px;
    color: #FFF;
    background-color: var(--crimson);
    border-radius: 20px;
  
    line-height: 20px;
    font-size: 13px; 
    text-align: center;
   /* float: left;
    margin-right: 5px;*/
    margin-bottom: 10px;
}
.image-picker .image-spots {
    flex-basis: 770px;
}
.act7-steps .spot,
.image-picker .spot {
    height: 220px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
}
.act7-steps .spot {
    height: 155px;
}
.image-picker .caption.taller,
.image-picker .spot.taller{
    height: 270px;
}
.act7-steps .image-holder,
.image-picker .image-holder {
    display: block;
    border:2px dashed var(--bright-blue);
    height: 220px;
    box-sizing: border-box;
}
.act7-steps .image-holder {
    height: 222px;
}
.image-picker .taken .image-holder {
    border:2px dashed rgba(255,255,255,0.00);
}
.act7-steps .taken .image-holder {
    border:none;
}
.act7-steps .spot img ,
.image-picker .spot img {
    display: block;
    width: 100%;
    height: auto;
    border:5px solid #FFF;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.act7-steps .spot .button,
.image-picker .spot .button {
    position: absolute;
    top: 100px;
    left: 327px;
    width: 130px;
}
.act7-steps .spot .button {
   top: 100px;
    left: 194px;
}
.act7-steps .spot.taken .button,
.image-picker .spot.taken .button {
    top: 0px;
    left: auto;
    right: 0px;
    width: auto;
}

.act7-steps .overlay,
.image-picker .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.7);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-out;
    z-index: 99;
}

.act7-steps .overlay.showing,
.image-picker .overlay.showing {
    opacity: 1;
    visibility: visible;
}
.act7-steps .options,
.image-picker .options {
    background-color: #FFF;
    margin: 50px auto;
    padding: 20px 10px;
    width: 700px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3),0px 0px 10px rgba(0,0,0,0.1);
}
.act7-steps .options img,
.image-picker .options img {
    cursor: pointer;
    transition: 300ms ease-out;
    position: relative;
    transform-origin: center;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    
}
.act7-steps .options img.taken,
.image-picker .options img.taken {
    cursor: not-allowed;
    opacity: 0.3;
    filter: grayscale(1);
}
.act7-steps .op-images img:not(.taken):hover,
.image-picker .op-images img:not(.taken):hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transform: scale(1.05);
    z-index: 10;
    

}
.act7-steps .op-images:hover img:not(:hover),
.image-picker .op-images:hover img:not(:hover) { 
    opacity: 0.7;
}
#hint {
    font-style: italic;
}

#picker-feedback {
    height: 60px;
}
#picker-feedback .fb{
    background-color: rgba(0,0,0,0.15);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
}
#picker-feedback .fb.done{
    background-color: rgba(17,192,108,0.41);
}
.google-map  {
   width:973px;
}
.google-map iframe {
    border: none;
    display: block;
    margin-bottom: 20px;
     box-shadow: 1px 1px 3px rgba(0,0,0,0.3),0px 0px 10px rgba(0,0,0,0.1);
    border:2px solid var(--bright-aqua);
}
.act7-steps,
.steps-col {
    position: relative;
    padding-top:10px;
    margin-bottom: 30px;
}
.steps-col .button {
    position: absolute;
    top: 50%;
    left: calc(50% - 75px);
    width: 150px;
    font-size: 20px;
     z-index: 20;
    
}
.steps-col .photoLink {
    width: 100%;
    display: block;
}

.steps-col img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 10%;
}
.act7-steps .photoLink img {
    width: 375px;
height: 212px;
    object-fit: cover;
    object-position: 50% 10%;
}
.act7-steps .steps,
.steps-col .steps {
    padding: 10px 10px 10px 40px;
    position: relative;
    z-index: 1;
}
.steps-line {
    position: absolute;
    top: 184px;
    left: 20px;
    border-left: 2px dashed var(--aqua);
    height: 580px;
    width: 1px;
    z-index: 1;
}
.act7-steps .steps-line {
    height: 3900px;
}
.steps-col .steps p {
    position: relative;
}
.act7-steps .steps strong, 
.steps-col .steps strong {
    background-color: var(--aqua);
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-left: -32px;
    display: block;
    position: relative;
    z-index: 5;
}
.act7-steps .steps strong {
    background-color: var(--dark-orange);
}
.steps-cover {
    position: absolute;
    top: 10px;
    left: 0px;
    width:100%;
    height: calc(100% - 10px);
    background-color: rgba(191,145,217,0.95);
    border-radius: 3px;
    z-index: 10;
    transition: 300ms ease-out;
}
.steps-col.revealed .steps-cover {
    opacity: 0;
    visibility: hidden;
}
.steps-col.revealed .button {
    opacity: 0;
    visibility: hidden;
}
.act7-steps .image-set {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 10px;
}